/******************
 * LATEST PRODUCTS
 */
.latest_products .product_row{
	height:260px;
	margin-bottom:20px;
}
.latest_products .product{
	width:150px;
	height:235px;
	float:left;
	border:1px solid #ebebeb;
	margin-right:20px;
}

.latest_products .product.lastrowitem{
	margin-right:0;
}
.latest_products .product img{
	margin:10px 10px 20px 10px;
}

.latest_products .product .productname{
	height:70px;
	margin-bottom: auto;
	font-size:12px;
	font-weight:bold;
	line-height:1.75em;
}
.latest_products .product .short_desc{
	margin:0 10px 10px 10px;
	height:130px;
}
.latest_products .product .productname a{
	font-weight:bold;
}
.latest_products .product .productprice{
	height:20px;
	margin:0 10px 10px 10px;
}
.latest_products .product .productprice .current_price{
	width:100px;
	text-align:right;
	float:left;
	font-size:12px;
	color:#5e091a;
	font-weight:bold;
}
.latest_products .product .productprice .old_price{
	margin-top:5px;
	float:right;
	color:#464646;
	text-decoration:line-through;
}
.latest_products .product .buy_button{
	width:80px;
	height:30px;
	text-align:center;
	font-weight:bold;
	margin-top: 30px;
	padding-top: 30px;
}



