/* General styles, applies to all areas */

BODY {
	font-family: Verdana, Arial;
	background-color : #fffaec;
	color : #000000;
	background-image: url(http://hifitalo.fi/images/bg.jpg);
	background-repeat: repeat;
	background-position: left top;
	margin: 1%;
}

TABLE {
border : 0px;
}

IMG {
border : 0px;
}

H1 {
font-family: Tahoma;
font-size : 15px;
font-weight : bold;
color : #924105;
}
H2 {
font-family: Tahoma;
font-size : 12px;
font-weight : bold;
color : #924105;
}
P, LI {
font-family: Tahoma;
font-size : 11px;
line-height : 140%;
}

P.smallbasic {
	font-family: Tahoma;
	font-size : 11px;
	line-height: 14px;
	font-weight: normal;
	color: #4f2201;
	text-decoration: none;
}

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

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

A {
color : #d45a00;
}

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;
	background-image: url(logos/menu_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	border: 1px solid #c0c0c0;
}

P.toplinks {
	font-family : Tahoma;
	font-size : 13px;
	color : #113a45;
	font-weight: normal;
	text-decoration: none;
}

P.toplinks a:link{
	color : #113a45;
	font-weight: bold;
	text-decoration: none;
}

P.toplinks a:visited{
	color : #113a45;
	font-weight: bold;
	text-decoration: none;
}

P.toplinks a:hover{
	color : #113a45;
	font-weight: bold;
	text-decoration: underline;
}



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

TD.topbreadcrumb {
	padding : 5px;
	background-color: #FFFFFF;
}

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

TD.nav_open {
	background-image: url(logos/menu_bg.jpg); /* style=\"background-image:logos/menu_light_bg.jpg\" */
	background-repeat: repeat-x;
	background-position: right bottom;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #CC6600;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #CC6600;
} 

P.nav_open {
	font-family: Tahoma;
	font-size : 13px;
	color : #113a45;
	font-weight: bold;
	text-decoration: none;
} 
P.nav_open a:link{
	color : #113a45;
	font-weight: bold;
	text-decoration: none;
} 
 
P.nav_open a:visited{
	color : #113a45;
	font-weight: bold;
	text-decoration: none;
} 
P.nav_open a:hover{
	color : #113a45;
	font-weight: bold;
	text-decoration: underline;
} 
P.nav_open _sub{
	font-family: Tahoma;
	font-size : 12px;
	color : #1f7c99; 
	font-weight: normal;
	text-decoration: none;
} 
P.nav_open _sub a:link{
	color : #1f7c99;
	font-weight: normal;
	text-decoration: none;
} 
P.nav_open _sub a:visited{
	color : #1f7c99;
	font-weight: normal;
	text-decoration: none;
} 
P.nav_open _sub a:hover{
	color : #1f7c99;
	font-weight: normal;
	text-decoration: underline;
} 
 
TD.nav_closed {
	background-image: url(logos/menu_bg.jpg);
	background-repeat: repeat-x;
	background-position: right bottom;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
} 
 
P.nav_closed {
	font-family: Tahoma;
	font-size : 13px;
	color : #113a45;
	font-weight: bold;
	text-decoration: none;
} 
P.nav_closed a:link{
	color : #113a45;
	font-weight: bold;
	text-decoration: none;
} 
P.nav_closed a:visited{
	color : #113a45;
	font-weight: bold;
	text-decoration: none;
} 
P.nav_closed a:hover{
	color : #113a45;
	font-weight: bold;
	text-decoration: underline;
} 



/* 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;
	background-color : #f3f3f3;
	background-image: url(logos/menu_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	border: 1px solid #c0c0c0;
}

FONT.cartbottom {
font-family: Tahoma;
font-size : 13px;
color : #113a45;
}



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


  	     	      	        	   	       		         	    	   	   	     

/* Clover Shop Copyright (c) 2001- Apilaratas Oy - http://www.apilaratas.fi */
.nav_open_sub_small {
	font-size:85%;
	font-weight:normal;
}
