/* CSS Document */

/* USED CAR SPECIFIC */

#wep_used-left-column {
	float: left;
	width: 350px;
	margin-left: 10px;
}

#wep_used-right-column {
	float: right;
	width: 350px;
}
#wep_hotline-header {
	margin-left: 10px;
}

.wep_used-car-table {
	margin-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
	padding-bottom: 10px;
}

.wep_used-car-table h1 {
	font-size: 120%;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF0000;
	padding: 3px;
	display: block;
}

.wep_used-car-table h2 {
	font-size: 140%;
	font-weight: bold;
	color: #FF0000;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	margin: 0px;
}

.wep_used-car-table p {
	padding: 2 0 2 0;
	margin: 0px;

}

.wep_price-panel {
	line-height: 160%;
}

.wep_price-panel p {
	margin: 0px;
	padding: 0px;
}

.plain-header {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF0000;
	background-image: url(../images/used_cars/plain_header.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 3px;
}

.just-in-header	{
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF0000;
	background-image: url(../images/used_cars/just_in_header.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 3px;
}

.plate-header	{
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF0000;
	background-image: url(../images/used_cars/07_plate_header.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 3px;
}

