/* General styles, applies to all areas */
.extras_field
{
	font-size: 11px;
}
BODY 
{
font-family: Verdana, Arial;
background-image : url(images/bannerit/bg-fade-gray.jpg);
background-repeat: repeat-x;
background-color: #d1d1d1 ;
color : #000000;
padding: 0px;
margin: 0px
}

IMG 
{
border : 0px;
}

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

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:link, A:visited {
color: #038fe8;
text-decoration: none;
}

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

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(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 : #f3f3f3;
border-top : 1px solid #c0c0c0;
border-bottom : 1px solid #c0c0c0;
background-image : url(logos/toplinks_bg.gif);
}

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

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

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

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


#container
{
	width: 1012px;
	background-color: white;
	margin-left: auto;
	margin-right: auto;	
}

#margin_left
{
	width: 18px;
	background-image: url('images/margin_left.gif');
	background-position: center;
	background-repeat: repeat-y;
}

#margin_right
{
	width: 18px;
	background-image: url('images/margin_right.gif');
	background-position: center;
	background-repeat: repeat-y;
}

#banner
{
	background-image: url(images/bannerit/banneri_blanco.jpg);
	background-repeat: no-repeat;
	background-position: center;
	width: 1000px;
	height: 165px;
	align: left;
	valign: bottom;
	background-color: white;
	padding-bottom: 0px;
}

#miksi_img {
	padding-left: 2px;
}
#navigation_solu
{
	padding: 10px 0px 10px 0px;
	width: 100%;
	background-color: white;	
}

#navigation_menu
{
	width: 1000px;
	height: 32px;
	background-image: url('images/nav_bg_1000_n.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-color: white;
	font-style: Verdana;
	font-size: 12px;
	color: white;
	text-decoration: none;

}
#navigation_menu a:link
{
	color: white;
	text-decoration: none;
}
#navigation_menu a:hover
{
	color: white;
	text-decoration: none;
}
#navigation_menu a:visited
{
	color: white;
	text-decoration: none;
}

.nav_menu_item
{
	border-right: dotted;
	border-width: thin;
	padding: 0px 5px 0px 5px;
	text-align: center;
}

.nav_menu_item_div
{
	background-color: none;
	text-decoration: none;	
}

.nav_menu_item_div_active
{
	background-color: #0086df;
	text-decoration: underline;	
}

#search_button_td
{
	border: none;
	text-align: right:	
}

#search_field_td
{
	text-align: left;
	font-size: 15px;	
}

.category_menu
{
	background-color: green;
	text-align: center;
	width: 100%;
	border-color: #ffcc77;
	border-width: 4px;
	border-style: solid;
	padding: 0px;
	margin: 0px;	
}

.category_menu a:link
{
	text-decoration: none;
	color: black;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;	
}

.category_menu a:hover
{
	text-decoration: none;
	color: black;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;	
}

.category_menu a:visited
{
	text-decoration: none;
	color: black;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;	
}

.category_menu_header
{
	background-color: #ff9900;
	color: white;
	border-bottom: 2px solid #ffcc77;
	font-family: arial;
	font-style: bold;
	font-size: 11px;
}

.category_item
{
	padding: 5px 0px 5px 0px;
	border-style: none none dashed none;
	border-width: 1px;
	height: 20px;
	
	font-family: arial;
	font-size: 10px;
	vertical-align: middle;
}

.category_item_active
{
	background-color: #ffcc77;
	padding: 5px 0px 5px 0px;
	border-style: none none dashed none;
	border-width: 1px;
	height: 20px;
	
	font-family: arial;
	font-size: 10px;
	vertical-align: middle;
}

.category_item_last
{
	border-style: none;
	border-width: 0px;
	padding: 5px 0px 5px 0px;
	height: 20px;
	
	font-family: arial;
	font-size: 10px;
	vertical-align: middle;
}

.category_item_last_active
{
	background-color: #ffcc77;
	border-style: none;
	padding: 5px 0px 5px 0px;
	height: 20px;
	
	font-family: arial;
	font-size: 10px;
	vertical-align: middle;
}

.category_item_empty
{
	height: 100%;
}

hr
{
	border-style: dotted;
	width: 90%;
}



#login_td
{
	background-color: white;
	padding: 0px 10px 10px 10px;
	vertical-align: top;
	width: 137px;	
}

#left_td
{
	width: 137px;
	background-color: white;
	padding: 0px 10px 10px 10px;
	vertical-align: top;
	text-align: center;	
}

#info_table
{
	text-decoration: none;
	color: black;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;	
	width: 137px;
	
	/* EERO MUUTA TÄTÄ!*/
	height: 28px;
	
	vertical-align: top;
	background-image: url('images/info_bg1_n.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	
	/*padding: 0px 10px 0px 10px;*/
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}

#info_table_mi
{
	text-decoration: none;
	color: black;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;	
	width: 137px;
	
	/* EERO MUUTA TÄTÄ!*/
	height: 94px;
	
	vertical-align: top;
	background-image: url('images/info_bg2_n.jpg');
	background-position: top center;
	
	/*padding: 0px 10px 0px 10px;*/
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}

#info_table_bo
{
	text-decoration: none;
	color: black;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;	
	width: 137px;
	
	/* EERO MUUTA TÄTÄ!*/
	height: 8px;
	
	vertical-align: top;
	background-image: url('images/info_bg3_n.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	
	/*padding: 0px 10px 0px 10px;*/
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}
html>body #info_table_mi 
{
	text-align: left;
}

#info_table_mi a
{
	text-decoration: none;
	color: black;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;	
}

#category_table
{
	text-decoration: none;
	color: black;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;	
	width: 137px;
	
	/* EERO MUUTA TÄTÄ!*/
	height: 435px;
	
	vertical-align: top;
	background-image: url('images/kategoriat_420_n.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	
	/*padding: 0px 10px 0px 10px;*/
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}


html>body #category_table 
{
	text-align: left;
}

#category_table a:link
{
	text-decoration: none;
	color: black;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;	
}

#category_table a:hover
{
	text-decoration: none;
	color: black;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;	
}

#category_table a:visited
{
	text-decoration: none;
	color: black;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;	
}

.menu_header
{
	height: 22px;
	vertical-align: middle;
	text-align: center;
	font-family: arial;
	color: white;
	font-size: 12px;
	
}

#sisalto_solu
{
	text-align: center;
	padding: 10px;
	vertical-align: top;
	width: 700px;
	background-color: white;	
}

#product_details_table
{
	width: 100%;
}

#product_details
{
	font-size: 12px;
	font-weight: bold;
}

#latest_additions
{
	border: 3px;
	border-color: #0099ff;	
}

#on_kirjautunut
{
	font-size: 12px;
	font-weight: bold;
	color: #ff9900;	
}

#login_table
{
	background-image: url('images/login_bg.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	width: 137px;
	height: 138px;
	padding: 0px 5px 2px 10px;
}

#login_table a:link
{
	text-decoration: none;
	color: black;
}

#login_table a:hover
{
	text-decoration: none;
	color: black;
}

#login_table a:visited
{
	text-decoration: none;
	color: black;
}

#rekisteroidy
{
	font-weight: normal;
	font-size: 9px;	
}

#unohtuiko_salasana
{
	text-align: center;
	font-size: 9px;
	font-weight: normal;
}


.kayttajatiedot_item
{
	text-align: left;
	padding: 5px;
	
}

.kayttajatiedot_taulu a:link
{
	text-decoration: none;
	color: black;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;	
}
.kayttajatiedot_taulu a:hover
{
	text-decoration: none;
	color: black;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;	
}

.kayttajatiedot_taulu a:visited
{
	text-decoration: none;
	color: black;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;	
}

#latest_table
{
	background-image: url('images/top_sold_bg.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	
	font-size: 11px;
	text-align: center;
	width: 137px;
	height: 280px;
	
	padding: 0px 10px 0px 10px;
}

html > body #latest_table
{
	text-align: left;
}

#latest_table a:link
{
	text-decoration: none;
	color: black;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;	
}

#latest_table a:hover
{
	text-decoration: none;
	color: black;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;	
}

#latest_table a:visited
{
	text-decoration: none;
	color: black;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;	
}


#top_sold_table
{
	background-image: url('images/top_sold_bg.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	
	font-size: 11px;
	text-align: center;
	width: 137px;
	height: 280px;
	
	padding: 0px 10px 0px 10px;	
}

html > body #top_sold_table
{
	text-align: left;	
}

#top_sold_table a:link
{
	text-decoration: none;
	color: black;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;	
}

#top_sold_table a:hover
{
	text-decoration: none;
	color: black;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;	
}

#top_sold_table a:visited
{
	text-decoration: none;
	color: black;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;	
}


#ostoskori
{
	padding: 10px;
	background-color: white;	
}

#ostoskori a:link
{
	text-decoration: none;
	color: black;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;	
}
#ostoskori a:hover
{
	text-decoration: none;
	color: black;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;	
}

#ostoskori a:visited
{
	text-decoration: none;
	color: black;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;	
}

#footer
{
	background-color: #3a82bc;	
}

.random_product_item
{
	padding: 10px;
	height: 218px;
        width: 250px;
	font-size: 10px;
	vertical-align: top;
}

.random_product_item a:link
{
	text-decoration: none;
	color: black;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;	
}
.random_product_item a:hover
{
	text-decoration: none;
	color: black;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;	
}
.random_product_item a:visited
{
	text-decoration: none;
	color: black;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;	
}

#random_products
{
	width: 100%;
	padding: 0px;
	margin: 0px;
	border: none;	
}

.product_image
{
	width: 120px;
	height: 120px;
}

.thumbnail_picture
{
	width: 150px;
	height: 150px;	
}

#uutisten_linkit_table, #uutinen_table
{
	text-align: left;
	font-family: Verdana, Arial;
	font-size: 80%;
}

.myymalan_tiedot_td
{
	vertical-align: top;
	padding: 5px;	
}

.myymala_img
{
	width: 300px;
}

.rekry_td
{
	text-align: left;
	font-family: Verdana, Arial;
}

#banneri_o1_td
{
	background-image: url('images/banneri_o1_td.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	

	width: 137px;
	height: 280px;
	
}

#ennakkotilaa_solu a:link, #ennakkotilaa_solu a:visited
{
	color: #ff7400;
	text-decoration: none;
}

.fb_like_button {
padding: 10px 0px 0px 10px;
}

.cm-banner {
float: right;
}
	
#likebox-frame{
 border:2px solid #FFFFFF;

}

.index_products_month {
padding-left: 7px;
}
#likebox-frame iframe{


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

