#product_name {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #261313;
}

#product_blurb{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #303934;
	line-height: 18px;
	padding: 3px;
	text-align: left;
}

#product_price {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #582C2C;
}

#product_stock {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #582C2C;
	font-style: italic;
}

#product_info {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #582C2C;
}

#product_info a:link {
	color: #582C2C;
	text-decoration: none;
}

#product_info a:visited {
	color: #582C2C;
	text-decoration: none;
}

#product_info a:hover {
	font-weight: bold;
	color: #261313;
	text-decoration: underline;
}