/* CSS Document */

.content {
	position: relative;
	margin: 0 auto;
	padding: 5px;
}

.content h2 {
	margin: 0px;
	padding: 2px 0px 2px 20px;
	color: #FFF;
	font-weight: normal;
	font-size: .9em;
	background: url(/images/h2_bg.gif) right top no-repeat #344266;
	text-transform: uppercase;
}

.content ul {
	font-size: .8em;
	padding-bottom: 20px;
}

.content li {
	list-style: none;
	padding: 2px 20px 2px 20px;
	#padding: 0px 20px 2px 20px;
	background: url(/images/dots.gif) left bottom repeat-x;
}

.content li span {
	padding-left: 8px;
	margin-left: 5px;
}

.offer {
	color: #2D5FB2;
	background: url(/images/offer_bg.gif) left top no-repeat;
}

.sold {
	color: #A71931;
	background: url(/images/sold_bg.gif) left top no-repeat;
}

.content li a {
	color: #002664;
	text-decoration: none;
}

.content li a:hover {
	text-decoration: underline;
}