/* related css */

.related
{
	min-width:700px
}

.related .title h3
{
	color:#222222;
	line-height:33px;
	font-size: 20px;
	font-family: 'Roboto Condensed', sans-serif;
	border-bottom: 3px solid #E6E6E6;
	margin: 20px 0px 15px 0px;
}

.related .block .left_obj
{
	float:left;
	width:320px;
}

.related .block .right_obj
{
	float:right;
	width:320px;
}

.related .block .thumb
{
	height:163px;
	overflow:hidden;
}

.related .block .info
{
	padding:5px 0px;
}


.related .block .meta a
{
	font-size:12px;
	display:inline-block;
}

.related .block a
{
	display:block;
	color:#000000;
	font-size:18px;
	font-weight:normal;
	line-height:25px;
	text-decoration:none;
	padding-bottom:5px;
}


.related .block a:hover
{
	text-decoration:underline;
}

@media (max-width:720px)
{
	.related
	{
		min-width:100%;
	}
	
	.related .block .left_obj,
	.related .block .right_obj
	{
		float:none;
		width:100%;
	}
	
	.related .block .thumb
	{
		height:auto;
	}
		
	.related .block .thumb img
	{
		max-width:100% !important;
		height:auto !important;
		margin:0 auto;
	}
}