/*
	
	Parcel
	
	..
	2013 © Kazuu
	www.kazuu.com.ar
	
*/

#related-products
{
	margin-left: 23px;
	margin-right: 23px;
	text-shadow: #fff 1px 1px 1px;
}

#related-products > h3
{
	margin-bottom: 12px;
	text-transform: uppercase;
	font-family: 'Conv_ProximaNova-Bold';
	font-size: 20px;
}

#related-products > ul
{
	position: relative;
}

#related-products > ul > li
{
	position: relative;
	float: left;
	width: 205px;
	padding: 9px;
	margin-right: 20px;
	border: 1px solid #dadada;
	border-radius: 2px;
	background-color: #f1f2f2;
	background-image: url(images/item-background.jpg);
}

#related-products > ul > li:last-child
{
	margin-right: 0px;
}

#related-products > ul > li > div
{
	border-radius: 2px;
	height: 149px;
	overflow: hidden;
	margin-bottom: 9px;
}

#related-products > ul > li > div img
{
	display: block;
	width: 100%;
	height: auto;
}

#related-products > ul > li > h4
{
	margin-bottom: 2px;
	font-family: 'Conv_ProximaNova-Semibold';
	font-size: 17px;
}

#related-products > ul > li > p
{
	color: #8b8a8a;
	line-height: 18px;
	font-size: 12px;
	padding-bottom: 28px;
}

#related-products > ul > li > a
{
	position: absolute;
	left: 9px;
	bottom: 9px;
	display: block;
	width: 95px;
	height: 23px;
	background-image: url(images/view-product-button.png);
	text-indent: -9999px;
}

#related-products > ul > li > a:hover
{
	background-position: 0px -23px;
}