/*
* @author: William Khoe
*/

#recommended-retailers
{
	margin:0 0 30px 0; padding:19px;
	border:1px solid #DEDEDE;
	background:#FFF;
	box-shadow:1px 1px 3px rgba(0,0,0,0.2); -webkit-box-shadow:1px 1px 3px rgba(0,0,0,0.2);
}
#recommended-retailers h3
{
	font-size:13px; font-weight:700; text-transform:uppercase; line-height:16px;
}
#recommended-retailers h4
{
	font-size:14px; font-weight:700; line-height:16px;
}
#recommended-retailers h5
{
	margin:0 0 10px 0;
	font-size:16px; line-height:18px;
}
#recommended-retailers .thumbnail
{
	margin:0 0 15px 0;
	text-align:center;
}
#recommended-retailers .thumbnail img
{
	width:100%; height:auto;
}
#recommended-retailers .product-info
{
	margin:0 0 15px 0;
}
#recommended-retailers .product-info label
{
	font-size:11px; font-weight:bold; color:#666;
}
#recommended-retailers .product-info h2
{
	font-size:14px; line-height:16px; color:#666;
}
#recommended-retailers .product-info h2 strong
{
	color:#222;
}
#recommended-retailers p
{
	margin:10px 0 0 0;
}

/* Tablet Portrait */

@media only screen and (min-width:768px) and (max-width:1023px)
{
	
}

/* Mobile Portrait & Landscape */

@media only screen and (max-width:767px)
{
	#recommended-retailers
	{
		margin-bottom:10px;
	}
}
