@charset "UTF-8";

/**
* (c) Erkka Kinnunen, erkka.kinnunen@spym.fi
* Suomen Pienyrittäjäin Mainostoimisto Oy
* http://www.spym.fi
*/

@import url('css/reset.css');
@import url('css/_structure.css');
@import url('css/_site.css');
@import url('css/_text.css');


TEXTAREA.field {
	border-top : 1px solid #747474;
	border-bottom : 1px solid #747474;
	border-left : 1px solid #747474;
	border-right : 1px solid #747474;
	font-family : Verdana, Arial;
	font-size : 100%;
	background : #ffffff;
	color : #000000;
}






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

TABLE.product {
border-bottom : 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 : 100%;
} 

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

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



  	     	      	        	   	       		         	    	   	   	     

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