div.product-list{
	margin: 0 !important;
	width: 255px !important;
}

#block-block-62{
	width: 255px !important;
}

div.product-list div.item{
	
	font-family: "Georgia", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;

	background: white;
	float: left;
	width: 255px;
	height: 263px;
	position: relative;
}
div.product-list div.item div.imgholder{
	height: 175px;
	text-align: center;
}


div.product-list div.item img{
	margin-top: 27px;
	width: 145px;
	margin-left: 3px;
}

div.product-list div.item h3{
	margin: 0 3px;
	color: black;
	font-size: 12px;
	background:  url(http://www.offlineshop.hu/assets/images/dash_light.gif) repeat-x bottom left;
	height: 48px;
}

div.product-list div.item h3 a{
	color: black;
	display: block;
}

div.product-list div.item h3 a:hover{
	color: #444;
	text-decoration: underline;
}

div.product-list div.item h3 small{
	font-size: 12px;
	font-style: italic;
	color: #4a4a4a;
	line-height: 16px;
}

div.product-list div.item div.cat{
	position: absolute;
	top:  3px;
	line-height: 18px;
	height: 20px;
	left:  3px;
	width:  249px;
	background: orange url(http://www.offlineshop.hu/assets/images/boxtitle_bottom_mask.gif) repeat-x bottom left;
	font-style: italic;
	font-size: 12px;
	color: white;
	text-indent: 5px;
}

div.product-list div.item div.price{
	background: url(http://www.offlineshop.hu/assets/images/3arrow.gif) no-repeat 6px center;
	text-align: right;
	font-style: italic;
	font-weight: bold;
	line-height: 16px;
	color: black;
	margin-right: 3px;
	height: 28px;
}

div.product-list div.item div.price del{
	display: block;
	font-size: 9px;
	color: #a09e9f;
	line-height: 10px;
	height: 10px;
}

div.product-list div.item div.price span{
	font-size: 10px;
}
div.product-list div.item div.price strong{
	color: red;
}
