
/* General styles, applies to all areas */

BODY {
font-family: Verdana, Arial;
background-color : #f1f1f3;
color : #000000;
margin: 40px 0px 0px;
}

TABLE {
border : 0px;
}

IMG {
border : 0px;
}

H1 {
font-family: Verdana, Arial;
font-size : 100%;
font-weight : normal;
color : #000000;
}

P, LI {
font-family: Verdana, Arial;
font-size : 80%;
line-height : 140%;
}

P.smallbasic {
font-family: Verdana, Arial;
font-size : 70%;
}

P.smallnote {
font-size : 70%;
color : #7a7a7a;
display : inline;
}

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

A {
color : #5aae2d;
text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

INPUT, TEXTAREA, SELECT {
font-family: Verdana, Arial;
font-size : 70%;
}

INPUT.button {
	background: url(images/button_bg_gray.gif) no-repeat;
	width: 119px;
	height: 36px;
	border: none;
	color: #ffffff;
	font-family : Verdana, Arial;
	font-size : 80%;
	cursor:pointer;

}

INPUT.buttonbig {
	background: url(images/button_bg_gray_big.gif) no-repeat;
	width: 185px;
	height: 36px;
	border: none;
	color: #ffffff;
	font-family : Verdana, Arial;
	font-size : 80%;
	cursor:pointer;

}

INPUT.buttongreen {
	background: url(images/button_bg.gif) no-repeat;
	width: 185px;
	height: 36px;
	border: none;
	color: #ffffff;
	font-family : Verdana, Arial;
	font-size : 80%;
	cursor:pointer;
}

 /*style for IE*/
*html INPUT.buttongreen {
	background: url(images/button_bg.gif) no-repeat;
	width: 185px;
	height: 36px;
	margin-top: 1px;
	border: none;
	color: #ffffff;
	font-family : Verdana, Arial;
	font-size : 80%;
	cursor:pointer;
}

INPUT.field {
	font-family : Verdana, Arial;
	font-size : 100%;
	vertical-align: middle;
}

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 : 70%;
background : #ffffff;
color : #000000;
}

FORM.inline {
display : inline;
} 



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

.toparea {
	padding-top: 25px;
}

.toplinks {
text-align: right;
padding-right: 65px;
padding-top: 5px;
}




/* 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 {
padding : 25px;
border-right : 1px dashed #c0c0c0;
background-color : #ffffff;
}

TD.nav_open { 

} 
 
P.nav_open { 
font-family: Verdana, Arial; 
font-size : 70%; 
color : #5aae2d; 
} 
 
A.nav_open { 
color : #5aae2d; 
} 
 
TD.nav_closed { 

} 
 
P.nav_closed { 
font-family: Verdana, Arial; 
font-size : 70%; 
color : #5aae2d; 
} 
 
A.nav_closed { 
color : #5aae2d; 
}



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

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



/* 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;
background-image : url(logos/cartbottom_bg.gif);
}

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



/* 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;
}

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;
font-size: 90%;
} 

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 : #dddddd;
} 

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

/* Added styles */

/* Web Monkey lisäys 2009-07 alkaa */
SPAN.smallbasic {
	font-family: Verdana, Arial;
	font-size : 70%;
}
.toplinks span {
	color: #9f9f9f;
	font-size: 90%;
	padding-right: 10px;
}
TABLE.listing {
	border-style : solid;
	border-width : 1px;
	border-color : gray;
	border-spacing : 0px;
}
TABLE.listing TH {
	background : #C6DEFF;
	text-align : left;
}
TABLE.listing TR.selected {
	background : #eeeeee;
}
/* Web Monkey lisäys 2009-07 päättyy. */

.toplinks a {
	color: #9f9f9f;
	font-size: 90%;
	padding-right: 10px;
}

.toplinks a:hover {
	color: #5aae2d;
	text-decoration: none;
}

.topdiv {
	background: url(images/bg_top.gif) no-repeat center;
	height: 18px;
}

.homepagelink {
	float: left;
	padding-left: 65px;
}

.basediv {
	background: url(images/bg_middle.gif) repeat-y center;
}

.maincontent {
	width: 900px;
}

.indent {
	padding-left: 24px;
	padding-right: 24px;
	padding-top: 3px;
}

.indent table {
	width: 840px;
}

.catalogproduct {
	width: 415px;
	height: 300px;
	float: left;
	background: url(images/product_bg.gif) no-repeat;
	text-align: center;
	vertical-align: bottom;
	margin-left: 5px;
	margin-bottom: 5px;
}      	        	   	       		         

.catalogproduct a img {
	margin-top: 3px;
}

.catalogproduct a b {
	display: block;
	text-align: right;
	padding-right: 10px	;
	padding-top: 4px;
	font-size : 80%;
	font-weight: normal;
	height: 21px;
}

.bottomdiv {
	background: url(images/bg_bottom.gif) no-repeat center;
	height: 18px;
	margin-bottom: 30px;
}	   	   	     

.backlinkdiv {
	clear: both;
	margin-left: 30px;
	padding-top: 10px;	
}

.backlinkdiv a {
	font-family : Verdana, Arial;
	font-size : 70%;
	color : #9f9f9f;
}

/* One product page */

.producttable {
	background-image : url(images/productinfo_bg.gif);
}

.producttabletop {
	background: url(images/productinfo_bg_top.gif) no-repeat;
	height: 10px;
}

.producttableleft {
	padding-left : 36px;
	padding-top: 7px;
	padding-bottom: 7px;
	width: 550px;
} 

.details {
	padding-left: 10px;
	padding-right : 34px;
	padding-top: 7px;
	padding-bottom: 7px;
	width: 270px;
} 

.productinfo1 {
	font-size: 70%;
}	 

.details a {
	font-size: 70%;
}	

.details h1 {
	color: #000000;
}	 

.productinfo3 {
	color: #9f9f9f;
	font-size: 70%;
}	 

.productoptions {
	padding-left: 45px;
	padding-right: 50px;
	padding-top: 8px;
	padding-bottom: 10px;
	background: url(images/productoptions_bg.gif) repeat-y;
}

.productoptions p {
	padding-left: 45px;
}

.optionnumber {
	float: left;
	color: #5aae2d;
	width: 20px;
	font-size: 110%;
	line-height: 18px;
	margin-right: 30px;
}

.optionadd {
	padding-left: 52px;
	text-align: right;
}

.productoptionstop {
	background: url(images/productoptions_bg_top.gif) no-repeat;
	height: 16px;
}

.productoptionsmid {
	background: url(images/productoptions_bg_mid.gif) no-repeat;
	height: 16px;
}

.producttablebottom {
	background: url(images/productinfo_bg_bottom.gif) no-repeat;
	height: 10px;
}

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