/* $Id: content.css 7 2008-06-30 09:58:38Z edin.coralic $ */
#center .highlights {
	margin-top: -10px;
}
#center .highlights .box{
	background: none;
	border: none;
}
#center .highlights .box .under_image {
	padding-left: 0px;
	padding-right: 0px;
}
.highlights ul {
	list-style-type:none;
}
.highlights ul li .img_container {
	width: 150px;
	height: 150px;
	display: block;
	margin-left: 4px;
	background-position: center center;
	background-repeat: no-repeat;
	border:1px solid #b1b39c;
}

.highlights ul li {
	float:left;
	width:160px;
	border: 1px solid #f0f1e5;
	background: #f8f7e2;
	margin-left: 0px;
	text-align: center;
	padding-top: 5px;
}
.highlights ul li a {
}

.highlights .not_first {
	margin-left:7px;
}
.highlights ul li .title {
	padding: 10px;
	padding-right: 0px;
	text-align: left;
}
.highlights ul li .title a {
	color: #575e41;
	font-size:1.4em;
	text-decoration: none;
}

.highlights li.spacer {
	clear: both;
	margin: 0;
	float: none;
	width: auto;
	overflow: hidden;
	text-align: center;
	height: 0.5em;
	background: none;
	border: none;
}
