/**********************************************************************************************************************/
/*--------------------==========// Main Content Styling //==========--------------------*/
.genresCtn
{
	width:175px; 
	float: left;
}
.genresCtn .orangeLine
{
	width:175px;
	height: 4px; 
	background-color: #3b5998;
}
.genresHdr
{
	font-size:14px;
	color:#6a6a6a;
	font-weight:bold;
	padding:0px;
	margin:0px;
}
.genresList
{
	background-color:#fafafa;
	border:2px #fafafa solid; 
}
.genresList div
{
	height:20px; 
	font-size:12px;
	color:#646464;
	text-decoration: none;
}
.genresList div a
{
	color:#646464;
	text-decoration: none;
}
.category
{
	margin:0px 0px 0px 10px;	
}
.catSelected
{
	background-color:#FFFFFF;
	margin:0px;
	padding-left:10px;
	
}
.catSelected img 
{
	vertical-align:middle;
}
.mediaCtn
{
	width:730px; 
	float: left;
	margin: 0px 0px 0px 25px
}
/****** All wallpapers Styling ******/
.detailsTopBrdr
{
	border-top:5px #d6d6d6 solid;
}
.detailsName
{
	margin:5px 0px 0px 5px;
	font-size:12px; 
	color:#646464;
	font-weight:bold;
}
.detailsDlBtn
{
	height:45px;
	margin:15px 0px 0px 0px; 
	text-align:center;
}
/************************************/