#product h2{
	font-size: 1.2em; 
	font-weight: bold;
	color: #5f5f5f;
}
	
#product a:hover {text-decoration:underline;}

#product {font-family: georgia, tahoma, serif;}

span.productcode{font-weight: normal;}

.product_details{
	width: 120px;
	float: right;
	color: #666;
	overflow: hidden;
}

form#options label {font-size: 10px;}

form#options fieldset input#Quantity {width:30px;}

div#product div.product_details a.addtocart{
	font-family: "Lucida Grande",Georgia,"times new roman",serif;
	color: #fff;
	background-color: #9A0B51;
	border: 0;
	padding: 0.15em 0.2em;
	font-size: 1em;
	display: block;
	margin-top: 3px;
	font-weight: bold;
	text-decoration: none;
}

div#product div.product_details a.addtocart:hover{text-decoration: underline;}