.highlights .top
{
	border			: 1px solid #ccc;
	border-bottom	: none;
	background		: #fff url('../dsg/back.gif') repeat-x bottom left;
	padding			: 0 0 8px 19px;
}
.highlights .bottom
{
	background		: url('../dsg/bottom.gif') repeat-x top left;
	height			: 13px;
	margin-bottom	: 20px;
}


.highlights .top ul
{
	width			: 135px;
	list-style-type	: none;
	float			: left;
	margin			: 18px 19px 0 0;
}
.highlights .top ul li
{
	margin			: 0;
	clear			: both;
}
.highlights .top ul li.head
{
	text-align		: center;
}
.highlights .top ul li.head img
{
	float			: left;
}
.highlights .top ul li.head a
{
	float			: left;
	width			: 100%;
	
	/* 37 - padding top */
		min-height		: 27px; 
		height			: auto !important; 
		height			: 27px;
	
	color			: #fff;
	display			: block;
	font-weight		: bold;
	padding-top		: 10px;
	font-size		: 12px;
}

.highlights .top ul li.sub a
{
	display			: block;
	background		: url('../../../dsg/plusRed.gif') no-repeat center left;

	/* 26 - padding top */
		min-height		: 20px; 
		height			: auto !important; 
		height			: 20px;

	padding			: 6px 5px 0 13px;
	color			: #000;
}

.highlights .top ul li.foot a
{
	display				: block;
	background-color	: #9f9298;
	color				: #fff;
	text-align			: right;
	
	/* 20 - padding top */
		min-height		: 17px; 
		height			: auto !important; 
		height			: 17px;

	padding				: 3px 5px 0 0;
}
.highlights .top ul li.foot a:hover
{
	background-color	: #b2aaae;
	text-decoration		: none;
}


