
/* General styles, applies to all areas */

BODY {
font-family: Verdana, Arial;
margin-top : 1%;
margin-bottom : 1%;
margin-left : 1%;
margin-right : 1%;
background-color : #eee;
color : #000000;
}

div.container { 
  width: 850px;
  background-color: #FFFFFF;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  border: 1px solid #333333;
      -webkit-box-shadow: 3px 3px 4px #888;
    -moz-box-shadow: 3px 3px 4px #888;
    box-shadow: 3px 3px 4px #888;

 }

div.container div.top { 
  height: 15px;
  padding: 12px;
  border-bottom: 1px solid #000000;
  font-size: 1.0em;
  font-weight: bold;
background-color: #71635D;
background:-webkit-gradient(radial, 80% 80%, 10, 80% 80%, 350, from(#71635D), to(#51433D));
background: -moz-radial-gradient(80% 80%, circle, #71635D 10px, #51433D 350px);
color: #F5C592;
 }

div.container div.top a {
	color: #222;
	font-weight: bold;
}
 
div.indent { 
  margin: 0px;
  margin-left: 15px;
}

A { 
  text-decoration: none;
  color : #005b84;
 }

A:hover { 
  text-decoration: underline;
 }

div.orderBy A { 
  font-weight: bold;
 }

TABLE {
  border : 0px;
}

IMG {
border : 0px;
}

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

H2 {
font-family: Verdana, Arial;
font-size : 90%;
font-weight : bold;
color : #006080;
}

P, LI, span.basic {
font-family: Verdana, Arial;
font-size : 70%;
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 : #8c8c8c;
}

small { 
  font-size: 60%;
}

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

INPUT.button {
border-top : 1px solid #747474;
border-bottom : 1px solid #747474;
border-left : 1px solid #747474;
border-right : 1px solid #747474;
background-image : url(logos/button_bg.gif);
background-repeat:repeat-x;
font-family : Verdana, Arial;
font-size : 70%;
color : #000000;
}

INPUT.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;
}

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

TD.toplinks {
padding : 5px;
/*background-color : #efef99; */
border-top : 1px solid #666666;
border-bottom : 1px solid #666666;

    background-color: #dddfaa;
    background: -moz-radial-gradient(80% 80%, circle, #dddfaa 10px, #F5C592 200px);
    background:-webkit-gradient(radial, 80% 80%, 10, 80% 80%, 200, from(#dddfaa), to(#F5C592));
}

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

P.toplinks A { 
  text-decoration: none;
 }

P.toplinks A:hover { 
  text-decoration: underline;
 }

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

TD.topbreadcrumb {
padding : 0px;
height: 60px;
background-color : #efef99;
background: url('images/shop_banneri_uusi_cropped.jpg');
background-repeat: no-repeat;
}

div.topbreadcrumb {
/*  display: block;*/
  float: left;
  height: 14px;
  font-family : Verdana, Arial;
  font-size : 70%;
  color : #000000;
  background-color: #eeeeee;
  padding: 2px;
  padding-left: 5px;
  padding-right: 20px;
  margin-top: 35px;
  margin-right: 0px;
  filter:progid:DXImageTransform.Microsoft.alpha(opacity=85);
  -moz-opacity:0.85;
  -khtml-opacity:0.85;
}

div.fadeBlock { 
  float: left;
  background-color: #eeeeee;
  margin: 0px;
  margin-top: 35px;
  padding: 0px;
  height: 18px;
 }

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



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

TD.navigation {
padding: 15px;
padding-left: 8px;
padding-right: 8px;
border-right : 1px dashed #666666;
background-color : #fffddd;
}

TD.nav_open { 
border-right : 4px solid #007ba4;
} 
 
P.nav_open { 
font-family: Verdana, Arial; 
font-size : 70%; 
color : #007ba4; 
} 
 
TD.navigation A { 
color : #007ba4;
text-decoration: none;
} 

TD.navigation A:hover { 
  text-decoration: underline;
} 
 
TD.nav_closed { 
border-right : 4px solid #eaeaea;
} 
 
P.nav_closed { 
font-family: Verdana, Arial; 
font-size : 70%; 
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 : 5px;
border-top : 1px solid #666666;
border-bottom : 1px solid #666666;
    background-color: #dddfaa;
    background: -moz-radial-gradient(80% 80%, circle, #dddfaa 10px, #F5C592 200px);
    background:-webkit-gradient(radial, 80% 80%, 10, 80% 80%, 200, from(#dddfaa), to(#F5C592));
}

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



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

TD.bottom {
padding : 5px;
background-color: #71635D;
background:-webkit-gradient(radial, 80% 80%, 10, 80% 80%, 350, from(#71635D), to(#51433D));
background: -moz-radial-gradient(80% 80%, circle, #71635D 10px, #51433D 350px);
color: #F5C592 !important;
}

td.bottom a {
	color: #222;
	font-weight: bold;
}



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

table.shopping_cart { 
  border-collapse: collapse;
  background-color: #eeeeee;
  padding: 3px;
  border: 1px solid #bbbbbb;
  margin-bottom: 20px;
  width: 600px;
}

table.shopping_cart tr.header td { 
  text-align: center;
  font-weight: bold;
  border-bottom : 1px solid #FFFFFF;
  background-color: #cccccc;
  color: #666666;
  font-size: 70%;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 2px;
  padding-right: 2px;
}

TD.cartbasic {
padding : 3px;
border-bottom : 1px solid #FFFFFF;
}

TR.bottom TD {
  border-bottom : 0px none;
  border-top: 2px solid #bbbbbb;
} 

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

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

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

td.pbactive p.pb { 
color: #333;
 }

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


td.form_left { 
  text-align: right;
  vertical-align: top;
  width: 150px;
}  	     	      	        	   	       		         	    	   	   	     
table.product img { 
  margin: 5px;
}

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