/* NEWS LIST PAGE OVERRIDES */
div.module .item .author {
	float:left;
	background-image:url(../../../images/list/spacer.jpg);
	background-repeat:no-repeat;
	background-position:right center;
	padding-right:5px;
	margin-right:5px;
	margin-top:5px;
}
div.module .inner .category_description { clear:both; }
div.module .item .source { margin-top:5px; }
div.module .item .content { padding-bottom:15px; }
div.module .item .content.HasThumbnail {
	float:left;
	margin-right:10px;
	width:550px;
}
div.module .separator { border:none; clear:both; }

/* CATEGORY DROPDOWN ELEMENT */
.fieldContainer select {
	width:200px !important;
	border-color:#CCCCCC !important;
}
#div_srchCategory { float:left; margin-top:5px; }
#lbl_srchCategory { display:none; }
#div_srchCategory select { color:#556B73 !important; border-color: #D3ECF7 !important; }


.category_name .heading {
	color:#0A51A1;
	font-size:21px;
}

.category_description {
	color:#2B7ECE;
	font-size:11px;
	font-weight: bold;
}
