/* $Id: highlight.css 76 2008-06-03 07:13:20Z edin.coralic $ */

.highlight {
	background: url('../dsg/background.jpg') repeat-x top left;
}
.highlight .box {
	margin-bottom: 1em !important;
}
.highlight .box_left {
	background: url('/dsg/box/center_box_gold_corner_top_left.gif') no-repeat top left;
}
.highlight .box_right {
	background: url('/dsg/box/center_box_gold_corner_top_right.gif') no-repeat top right;
	padding: 10px;
}

.highlight .single {

}
.highlight .single .image {
	float: right;
	margin: 0 0 0 1em;
}

.highlight ul {
	margin: 0;
	list-style-type: none;
}
.highlight ul li {
	margin: 0;
	float: left;
	width: 49%;
	height: 1%;
}
.highlight ul li.right {
	float: right;
}
.highlight ul li.spacer {
	margin: 0;
	float: none;
	width: 100%;
	clear: both;
	overflow: hidden;
	height: 10px;
	border-bottom: 1px solid #acd7ff;
	margin-bottom: 10px;
}

.highlight .border {
	float: left;
	padding: 3px;
	border: 1px solid #219af7;
	margin: 0 10px 10px 0;
}
.highlight .border a {
	float: left;
	width: 60px;
	height: 60px;
	overflow: hidden;
	background: no-repeat top center;
}

.highlight .title {
	display: block;
	color: #054090;
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 0.5em;
}
.highlight .lead {
	font-size: 1.1em;
}
.highlight a.more {
	background: url('/dsg/arrow_news_homepage.gif') no-repeat center left;
	padding-left: 12px;
}




