
/* General styles, applies to all areas */

BODY {
	font-family: "Gentium Book Basic";
	margin-top : 1%;
	margin-bottom : 1%;
	margin-left : 1%;
	margin-right : 1%;
	background-color : #ffffff;
	color : #000000;
}

TABLE {
	border : 0px;
}

IMG {
border : 0px;
}

H1 {
	font-family: "Gentium Book Basic";
	font-size : 110%;
	font-weight : bold;
	color : #007ba4;
}

P, LI {
	font-family: "Gentium Book Basic";
	font-size : 90%;
	line-height : 140%;
}

P.smallbasic {
	font-family: "Gentium Book Basic";
	font-size : 90%;
}

P.smallnote {
	font-size : 90%;
	color : #007ba4;
	display : inline;
}

P.smallfade {
font-size : 90%;
color : #adadad;
}

A {
color : #007ba4;
}

INPUT, TEXTAREA, SELECT {
	font-family: "Gentium Book Basic";
	font-size : 90%;
}

INPUT.button {
	border-top : 1px solid #d3d3d3;
	border-left : 1px solid #d3d3d3;
	border-bottom : 1px solid #969696;
	border-right : 1px solid #969696;
	background-image : url(file:///D|/csultrapro170fi_20110928b/cat/logos/button_bg.gif);
	background-repeat: repeat-x;
	font-family : "Gentium Book Basic";
	font-size : 80%;
	color : #000000;
}

INPUT.field {
	border-top : 1px solid #4db3a5;
	border-bottom : 1px solid #4db3a5;
	border-left : 1px solid #4db3a5;
	border-right : 1px solid #4db3a5;
	font-family : "Gentium Book Basic";
	font-size : 80%;
	background : #ffffff;
	color : #000000;
}

TEXTAREA.field {
	border-top : 1px solid #747474;
	border-bottom : 1px solid #747474;
	border-left : 1px solid #747474;
	border-right : 1px solid #747474;
	font-family : "Gentium Book Basic";
	font-size : 80%;
	background : #ffffff;
	color : #000000;
}

FORM.inline {
display : inline;
} 



/* Page top styles, applies to the top area */

TD.toplinks {
	padding : 7px;
	background-color : #deedea;
	border-top : 3px solid #4db3a5;
	border-bottom : 3px solid #4db3a5;
	background-image : url(file:///D|/csultrapro170fi_20110928b/cat/logos/toplinks_bg.gif);
	border-left: 3px solid #4db3a5;
	border-right: 3px solid #4db3a5;
	border-bottom-left-radius: 25;
	border-bottom-right-radius: 25;
	border-top-left-radius: 25;
	border-top-right-radius: 25;
}

P.toplinks {
	font-family : "Gentium Book Basic";
	font-size : 90%;
	color : #007ba4;
}



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

TD.topbreadcrumb {
	padding : 3px;
}

P.topbreadcrumb {
	font-family : "Gentium Book Basic";
	font-size : 90%;
	color : #4db3a5;
}

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



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

TD.navigation {
	padding : 25px;
	background-color : #deedea;
	border-bottom-style: solid;
	border-bottom-left-radius: 25;
	border-bottom-right-radius: 25;
	border-bottom-color: 4db3a5;
	border-left: 3px #4db3a5;
	border-top: 3px #4db3a5;
	border-right-color: #4db3a5;
	border-right-style: solid;
	border-right-width: medium;
	border-left-style: solid;
	border-left-width: medium;
	border-top-left-radius: 25;
	border-top-right-radius: 25;
	border-top-style: solid;
	
}

TD.nav_open { 

} 
 
P.nav_open {
	font-family: "Gentium Book Basic";
	font-size : 90%;
	color : #007ba4;
} 
 
A.nav_open { 
color : #007ba4; 
} 
 
TD.nav_closed { 

} 
 
P.nav_closed {
	font-family: "Gentium Book Basic";
	font-size : 90%;
	color : #007ba4;
} 
 
A.nav_closed { 
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 : 10px;
	background-color : #f3f3f3;
	border-top : 1px solid #4db3a5;
	border-bottom : 1px solid #4db3a5;
	background-image : url(file:///D|/csultrapro170fi_20110928b/cat/logos/cartbottom_bg.gif);
}

FONT.cartbottom {
	font-family: "Gentium Book Basic";
	font-size : 90%;
	color : #007ba4;
}



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

TD.bottom {
padding : 10px;
}



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

TABLE.product {
	border-bottom : 1px solid #4db3a5;
	table-layout: auto;
}

TD.details {
	padding : 20px;
	border-left : 1px solid #4db3a5;
}

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 #4db3a5;
} 

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

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

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



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

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

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

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


  	     	      	        	   	       		         	    	   	   	     

/* Clover Shop Copyright (c) 2001- Apilaratas Oy - http://www.apilaratas.fi */