.fordfocusrs-item {
	position: relative;
	width: 576px;
	height: 235px;
	background: url(ford09-bg.gif) no-repeat;
}

.fordfocusrs-item .title {
	position: absolute;
	top: 10px;
	left: 180px;
	font-size: 16px;
	font-weight: bold;
}

.fordfocusrs-item .extras {
	position: absolute;
	top: 40px;
	left: 180px;
	width: 380px;
	font-size: 11px;
}

.fordfocusrs-item .details {
	position: absolute;
	top: 165px;
	left: 180px;
	font-size: 23px;
	font-weight: bold;
}

.fordfocusrs-item .price {
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 140px;
	height: 56px;
	padding: 10px 0 0 0;
	font-size: 15px;
	line-height: 15px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	background: url(ford09-dcprice.gif) no-repeat;
}

.soldtext {
	text-decoration: line-through;
}

.fordfocusrs-item .price strong {
	font-size: 27px;
	line-height: 27px;
	font-weight: bold;
	margin: 0;
}

.fordfocusrs-item .image-large {
	position: absolute;
	top: 12px;
	left: 12px;
	width: 150px;
	height: 120px;
	cursor: pointer;
}

.fordfocusrs-item .imagebox {
	position: absolute;
	top: 142px;
	left: 12px;
	width: 150px;
}

.fordfocusrs-item .image-small {
	float: left;
	margin: 0 2px 2px 0;
	width: 48px;
	height: 38px;
	cursor: pointer;
}

.fordfocusrs-item .sold {
	position: absolute;
	top: 3px;
	left: 3px;
	width: 90px;
	height: 90px;
	background: url(banner-sold.gif) no-repeat;
	z-index: 100;
}

