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

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

.latest_products .product .productname{
	height:50px;
	margin:0 10px;
	font-size:1.33em;
	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:125px;
	text-align:center;
	float:left;
	font-size:12px;
	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:50px;
	height:30px;
	text-align:center;
	font-weight:bold;
	margin:0 10px;
	float:left;
}
.latest_products .product .readmore{
	border:0 none;
	font-weight:bold;
	margin:10px 10px 0 0;
	float:right;
}
.latest_products #latestprod_footer{
	width:100%;
	height:30px;
	display:block;
}
.latest_products #latestprod_footer .showall{
	float:left;
}
.latest_products #latestprod_footer .producer{
	float:right;
}

