#center .plugin.highlights {
	margin-left:0px;
	padding-left:6px;
}
.highlights ul {
	list-style-type:none;
}
.highlights ul li.pos_3 {
	/*padding-left:0px;*/
}
.highlights ul li {
	width:198px;
	float:left;
	min-height:250px;
	overflow:hidden;
	position: relative;
	top: -33px;
}
.highlights ul li .img {
	margin-top:1px;
	cursor:pointer;
}
.highlights ul li .img .no_border {
	border-bottom:none;
}
.highlights ul li.not_first {
}

.highlights ul li .lead{
	font-family:Verdana;
	font-size:1.1em !important;
	font-weight:bold;
	/*padding-top:190px;*/
	padding-left:13px;
	padding-right:13px;
	padding-bottom:5px;
}
.highlights ul .red .lead{
	color:#ff3c00;
}
.highlights ul .blue .lead{
	color:#00aad1;
}
.highlights ul .orange .lead{
	color:#eead00;
}

.highlights ul li .content {
	font-family:Verdana;
	color:#626262;
	font-size:1.1em;
	padding-left:13px;
	padding-right:13px;
	padding-bottom:20px;
	line-height: 1.455em;
}


.highlights ul li .lead_content {
}
.highlights ul .red .lead_content{
	background:url('/media/dsg/red_bottom.gif') no-repeat center bottom;
}
.highlights ul .orange .lead_content{
	background:url('/media/dsg/orange_bottom.gif') no-repeat center bottom;
}
.highlights ul .blue .lead_content{
	background:url('/media/dsg/blue_bottom.gif') no-repeat center bottom;
}

.highlights ul .red a{
	color:#677231;
	border-bottom:1px solid #ff3c00;
	text-decoration:none;
}

.highlights ul .blue a{
	color:#677231;
	border-bottom:1px solid #00aad1;
	text-decoration:none;
}
.highlights ul .orange a{
	color:#677231;
	border-bottom:1px solid #eead00;
	text-decoration:none;
}
