
/* General styles, applies to all areas */


td {
	font-size: 13px;
}

table.products {
	font-size: 13px;
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
	border-collapse: collapse;
	background-color: rgb(255, 255, 240);
}
table.products th {
	font-size: 13px;
	border-width: 1px 1px 1px 1px;
	padding: 3px 3px 3px 3px;
	border-style: dotted dotted dotted dotted;
	border-color: gray gray gray gray;
	background-color: silver;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.products td {
	font-size: 13px;
	border-width: 1px 1px 1px 1px;
	padding: 3px 3px 3px 3px;
	border-style: dotted dotted dotted dotted;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}

table.products_no_border {
	font-size: 13px;
	border-collapse: collapse;
	background-color: rgb(255, 255, 240);
}
table.products_no_border th {
	font-size: 13px;
	padding: 3px 3px 3px 3px;
	background-color: silver;
}
table.products_no_border td {
	font-size: 13px;
	padding: 3px 3px 3px 3px;
	background-color: white;
}



FORM.inline {
display : inline;
} 


/* Breadcrumb styles, applies to the breadcrumb area */

TD.topbreadcrumb {
padding : 5px;
}

P.topbreadcrumb {
font-family : Verdana, Arial;
font-size : 70%;
color : #adadad;
}

A.topbreadcrumb {
text-decoration : none;
color : #adadad;
}



/* Navigation styles, applies to the category navigation area on the left hand side */

TD.navigation {
	font-size: 13px;
	padding : 25px;
	background-color : #ffffff;
}

TD.nav_open { 
	font-size: 13px;
} 
 
P.nav_open { 
	font-family: Verdana, Arial; 
	font-size: 13px;
	color : #007ba4; 
} 
 
A.nav_open { 
	font-size: 13px;
	color : #007ba4; 
} 
 
TD.nav_closed { 
	font-size: 13px;
} 
 
P.nav_closed { 
	font-family: Verdana, Arial; 
	font-size: 13px;
	color : #007ba4; 
} 
 
A.nav_closed { 
	font-size: 13px;
	color : #007ba4; 
}




/* Main styles, applies to the main page area on the right hand side */

TD.main {
padding : 25px;
background-color : #ffffff;
}



/* Cart snapshot styles, applies to the snapshot area of the shopping cart */

TD.cartbottom {
padding : 5px;
background-color : #f3f3f3;
border-top : 1px solid #c0c0c0;
border-bottom : 1px solid #c0c0c0;
}

FONT.cartbottom {
font-family: Verdana, Arial;
font-size : 70%;
color : #007ba4;
}



/* Bottom styles, applies to the bottom area */

TD.bottom {
padding : 5px;
}



/* Product table styles, applies to product detail area */

TABLE.product {
border-bottom : 1px solid #f3f3f3;
}

TD.details {
padding : 10px;
border-left : 1px solid #f3f3f3;
}

TR.list1 {
background-color : #f9f9f9;
} 

TR.list2 {
background-color : #ffffff;
} 



/* Shopping cart styles, applies to shopping cart table area */

TD.cartbasic {
padding : 5px;
border-bottom : 1px solid #f3f3f3;
} 

P.cartbasic {
font-size : 80%;
} 

TD.carttotal {
padding : 5px;
border-bottom : 1px solid #f3f3f3;
} 

P.carttotal {
font-size : 80%;
font-weight : bold;
} 



/* Progress bar styles, applies to progress bar area */

P.pb {
font-size : 70%;
color : #adadad;
} 

TD.pbactive {
border-top : 1px solid #f3f3f3;
border-bottom : 1px solid #f3f3f3;
background-color : #ffffb3;
} 

TD.pbinactive {
border-top : 1px solid #f3f3f3;
border-bottom : 1px solid #f3f3f3;
background-color : #ffffff;
}


  	     	      	        	   	       		         	    	   	   	     

/* Clover Shop Copyright (c) 2001- Clover Wheel Ltd - http://www.cloverwheel.com */
