@charset "utf-8";
/* CSS Document */

#products{
	background-color: #F3F3F3;
	padding: 10px;
	font: 13px Arial, Helvetica, sans-serif;
	color: #333;
	overflow: hidden;
	padding-bottom: 20px;
}


.products-main{
	font: 16px Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #333;
}

.products_name{
	padding-top:10px;
	padding-bottom: 0px;
	font-size: 14px;
	
}

#products a:link, #products a:visited{
color: #3f4801;
	font: 13px Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	
}

#products a:hover{
color: #9C6;
}

/*DETAILS*/
#product-detail{
	padding: 14px;
	background-color: #FFF;
	border: 1px solid #E1E1E1;
}

#product-detail p{
	text-align: 5px;
}
.product-number{
	font: 25px Verdana, Geneva, sans-serif;
	font-weight: bold;
	color:#9C3;
	
}

.product-detail-sub{
	font: 14px Verdana, Geneva, sans-serif;
	color: #666;
	font-weight: bold;
	margin-top: 10px;
}

#product-detail li{
	
	list-style-position: outside;
	list-style:  square;
	margin-left: 30px;

}

#product-detail ul{
	
}
#product-detail a:link, #product-detail a:visited{
	color: #3f4801;
	font: 13px Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
}

#product-detail a:hover{
	
	color: #9C6;
}

#productmain a:link, #productmain a:visited{ 
	font: 12px Verdana, Geneva, sans-serif;
	color: #666;
	text-decoration: none;	
	font-weight: bold;
}
#productmain a:hover{
	font: 12px Verdana, Geneva, sans-serif;
	color: #9C6;
	text-decoration: none;	
	font-weight: bold;
}

.more a:link{
	color:#993;
}