
/* General styles, applies to all areas */

BODY {
	font-family:  "trebuchet MS", Georgia, Times, serif;
	margin-top : 0%;
	margin-bottom : 0%;
	margin-left : 0%;
	margin-right : 0%;
	background-color : #000000;
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat-x;
	background-position: top center;
}

TABLE {
	border : 0px;
	padding: 10px;
}

IMG {
	border:1px solid #CCCCCC;
	padding: 7px;
}

H1 {
	letter-spacing: -3px;
	font-size: 28px;
	color: #CC0066;
	font-family: "trebuchet MS";
	font-weight : normal;
	letter-spacing: -1px;
}

H2 {
	letter-spacing: -2px;
	font-size: 32px;
	color: #CC0066;
	font-family: "trebuchet MS";
}

H3{
	font-size: 18px;
	color: #CC0066;
	font-family: "trebuchet MS";
}

H4{
	letter-spacing: -3px;
	font-size: 22px;
	color: #333333;
	font-family: "trebuchet MS";
	text-decoration: line-through;
	font-weight: normal;
}


P, LI {
	font-family:  "trebuchet MS", Georgia, Times, serif;
	font-size : 14px;
	line-height : 140%;
	color: #333333;
}

P.smallbasic {
	font-family:  "trebuchet MS", Georgia, Times, serif;
	font-size : 13px;
}

P.smallnote {
	font-size : 13px;
	color : #333333;
	display : inline;
	}

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

INPUT, TEXTAREA, SELECT {
	font-family:  "trebuchet MS", Georgia, Times, serif;
	padding: 2px;
	font-size : 12px;
	color : #333333;
}

INPUT.button {
	background-image : url(logos/button_bg.gif);
	background-repeat:repeat-x;
	font-family:  "trebuchet MS", Georgia, Times, serif;
	font-size : 12px;
	color : #333333;
}

INPUT.field {
	border-top : 1px solid #cccccc;
	border-bottom : 1px solid #cccccc;
	border-left : 1px solid #cccccc;
	border-right : 1px solid #cccccc;
	font-family:  "trebuchet MS", Georgia, Times, serif;
	font-size : 12px;
	color : #333333;
}

TEXTAREA.field {
	border-top : 1px solid #cccccc;
	border-bottom : 1px solid #cccccc;
	border-left : 1px solid #cccccc;
	border-right : 1px solid #cccccc;
	font-family:  "trebuchet MS", Georgia, Times, serif;
	font-size : 12px;
}


A {
	color: #CC0066;
	text-decoration: none;	
}


A:hover {
	color: #0066FF;
	text-decoration: underline;
}

FORM.inline {
	display : inline;
} 

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

TD.toplinks {
	padding : 5px;
}

P.toplinks {
	font-family:  "trebuchet MS", Georgia, Times, serif;
	font-size : 12px;
	color: #CC0066;
	padding-top: 10px;
}

A.toplinks {
	font-family:  "trebuchet MS", Georgia, Times, serif;
	font-size : 14px;
	color: #CC0066;
	font-weight: bold;
}


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

TD.topbreadcrumb {
	padding : 5px;
	height:110px;
	background-image: url(logos/logo.png);
	background-position: left;
	background-repeat: no-repeat;
	color: #CC99CC;
	}

P.topbreadcrumb {
	font-family:  "trebuchet MS", Georgia, Times, serif;
	font-size : 11px;
	font-weight: bold;
	color: #CC99CC;
	}

A.topbreadcrumb {
	font-family:  "trebuchet MS", Georgia, Times, serif;
	font-size : 10px;
	color: #CC99CC;
	}
A:visited topbreadcrumb {
	font-family:  "trebuchet MS", Georgia, Times, serif;
	font-size : 10px;
	color: #CC99CC;
	}


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

TD.navigation {
	padding : 10px;
	border-top :  1px dashed #666666;
	border-right :  1px dashed #666666;
	border-left: 1px dashed #666666;
	background-color: #333333;
	}
 
P.nav_open {
	font-family:  "trebuchet MS", Georgia, Times, serif;
	font-size :16px;
	color: #CC0066;
	padding : 2px;
} 
 
A.nav_open {
	font-family:  "trebuchet MS", Georgia, Times, serif;
	font-size :16px;
	color : #FFFFFF;
	padding : 2px;
} 
 
P.nav_closed {
	font-family:  "trebuchet MS", Georgia, Times, serif;
	font-size :16px;
	color : #FFFFFF;
	padding : 2px;
} 
 
A.nav_closed {
	font-family:  "trebuchet MS", Georgia, Times, serif;
	font-size :16px;
	color : #FFFFFF;
	padding : 2px;
}


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

TD.main {
	font-family:  "trebuchet MS", Georgia, Times, serif;
	padding : 25px;
	border-top :  1px dashed #666666;
	border-right :  1px dashed #666666;
	background-color: #FFFFFF;
}

/* Cart snapshot styles, applies to the snapshot area of the shopping cart */

TD.cartbottom {
	padding : 0px;
	border-top : 1px dashed #666666;
}

FONT.cartbottom {
	font-family: Verdana, Arial;
	font-size : 16px;
	color : #666666;
}

a:hover.cartbottom {
	font-family: Verdana, Arial;
	font-size : 16px;
	color : #333333;
}

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

TD.bottom {
	padding : 5px;
}

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

TABLE.product {
	border-bottom : 1px dashed #CC0066;
}

TD.details {
	padding : 10px;
	border-left : 1px solid #f3f3f3;
}

TR.list1 {
	background-color : #CCCCCC;
} 

TR.list2 {
	background-color : #ffffff;
} 

/* Shopping cart styles, applies to shopping cart table area */

TD.cartbasic {
	padding : 5px;
	border-bottom : 1px solid #CC0066;
	background-color: #f3f3f3;
} 

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

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

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

/* Progress bar styles, applies to progress bar area */

TD.pbactive {
	border-top : 1px solid #666666;
	border-bottom : 1px solid #666666;
	background-color : #666666;
	font-weight : bold;
	font-size : 12px;
	color : #FFFFFF;
	}

TD.pbinactive {
	border-top : 1px solid #666666;
	border-bottom : 1px solid #666666;
	background-color : #FFFFFF;
	font-size : 12px;
	color : #FFFFFF;
	}
  	     	      	        	   	       		         	    	   	   	     
/* Clover Shop Copyright (c) 2001- Apilaratas Oy - http://www.apilaratas.fi */
