@charset "UTF-8";

/* Product Index */

.product{
	background: #fff url('./product_footer.jpg') bottom left no-repeat;
	float: left;
	/*font-size: 10px;*/
	font: 10px Arial, Helvetica, sans-serif;
	margin-left:25px;
	margin-top: 10px;
	margin-bottom: 10px;
	/*padding-bottom: 10px;*/
	height: 245px;
	width: 175px;
	
}

.product_img{ border-top: 1px solid #FFF; }

.product_name a{	
	color: #996600;
	border-top: 1px dotted #ccc;
	display: block;
	padding: 10px 0 10px 0;
	text-align: center;
	text-decoration: none;
	color:Black;
}

.product_name a:hover{ text-decoration: underline; color: #996600;}

/* Tagged Product */

.tagged_product{
	background-color:#FFF;
	height:50px;
	margin-bottom:5px;
	float:left;
}
