* {
	margin: 0px;
	padding: 0px;
}

a {
	color: #485977;
}

a:hover {
	color: Red;
}

ol {
	margin: 5px;
}

li {
    margin-top: 7px;
	margin-left: 25px;
}

body {
	padding-right: 0px;
	padding-left: 0px;
	font-size: 10px;
	background-image: url(../Images/mainbg.jpg);
	background-repeat: repeat-x;
	font-family: Verdana;
	background-color: #b4b4b4;
}

h1 {
	font-family: Trebuchet MS;
	color: #405271;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 20px;
	text-transform: uppercase;
}

img {
	border: none;
}

/* ID's */
#container {
	width: 762px;
	background-color: White;
	text-align: left;
	margin: 10px auto;
	background-image: url(../Images/1pxbg.gif);
	background-repeat: repeat-y;
}

#minHeight {
	min-height: 500px;
}

#contentWrapper {
	padding: 13px;
	background-image: url(../Images/cwbg.gif);
	background-repeat: no-repeat;
}

/* \*/ 
* html #minHeight { 
	height: 500px;
} 
/* */

#top {
	position: relative;
}

#menu {
	font-family: Arial;
	height: 28px;
	background-image: url(../Images/menubg.gif);
	background-repeat: repeat-x;
	padding: 0px 10px 0px 10px;
}

#template {
}


#footer {
	font-family: Arial;
	padding: 20px 0px 20px 0px;
	text-align: center;
}


/* Template classes */
.templateTop {
	margin: 2px 0px 0px 0px;
}

.templateTop .leftCol {
	float: left;
	width: 548px;
}

.templateTop .rightCol {
	float: left;
	width: 181px;
	margin: 0px 0px 0px 7px;
}

.leftSpot {
	margin: 7px 0px 0px 0px;
}

.rightSpot {
	margin: 7px	0px 0px 0px;
}

.firstSpot {
	margin: 0 !important;
}

.templateBottom {
	margin: 8px 0px 0px 0px;
}

.templateBottom .leftCol {
	float: left;
	width: 363px;
}

.templateBottom .rightCol {
    position: relative;
	float: left;
	width: 365px;
	margin: 0px 0px 0px 8px;
}

.topBanner {
	margin: 2px 0 7px 0;
}

.leftContent {
	float: left;
	width: 176px;
	padding: 50px 10px 10px 10px;
	background-color: #ebebeb;
	min-height: 200px;
}

* html .leftContent {
	height: 200px;
}

.rightContent {
	float: left;
	font-size: 11px;
	width: 515px;
	padding: 16px 12px 16px 12px;
}

.leftMenu {
	width: 161px;
	padding: 54px 7px 7px 7px;
	background-color: #FFF;
}

.leftMenuItem {
	text-align: right;
	padding: 8px 10px 3px 0;
	font-family: Tahoma;
	font-size: 11px;
	color: #4c4c4c;
}

.leftMenuItem.selected {
	background-color: #d8dce2;
}

.leftMenuItem a {
	text-decoration: none;
	color: #4c4c4c;
}

.leftMenuDivider {
	padding: 1px 0 1px 0;
}

.leftSubMenuItem {
	text-align: right;
	padding: 2px 15px 2px 0;
	font-family: Tahoma;
	font-size: 11px;
	color: #4c4c4c;
}

.leftSubMenuItem a {
	text-decoration: none;
	color: #4c4c4c;
}

.leftSubMenuItem.selected {
	background-color: #d8dce2;
}


/* Modules */
.Module50Perc {
	width: 363px;
}

.Module50Perc .moduleTop {
}

.Module50Perc .moduleBody {
    position: relative;
	background-image: url(../Images/module50perc_bodybg.gif);
	background-repeat: repeat-y;
	padding: 6px;
}

.Module50Perc .moduleBottom {
}


/* Menu */
.active {
    background-color: White;
}
.menuItem {
	float: left;
	padding: 8px 15px 0px 15px;
	height: 20px;
}

.menuDivider {
	padding-top: 3px;
	float: left;
}

/* Car list */
.carList {
	color: #373737;
}

.moreCarNav {
    position: absolute;
    top: 3px;
    right: 7px;
    font-size: 9px;
}

.carList .listItem {
	padding: 6px;
	margin: 9px 0px 0px 0px;
}

.style1 {
    border: solid 1px #C2C2C2;
	background-color: #E7E7E7;
}

.style2 {
    border-bottom: solid 1px #C2C2C2;
}

.carList .listItem .listImage {
	float: left;
	width: 61px;
}

.carList .listItem .listImage2 {
	float: left;
	width: 128px;
}

.carList .listItem .listText {
	float: left;
	width: 276px;
}

.carList .listItem .listText2 {
	float: left;
	width: 210px;
}

.carList .listItem .heading {
	font-weight: bold;
}

.carList .listItem .extraPrice {
	color: Red;
	font-weight: bold;
}

.carList .listItem .newCarInfo {
    margin-top: 4px;
}

.carList .listItem .modinsPrice {
    margin-top: 4px;
    text-transform: uppercase;
	color: #d31c24;
	font-weight: bold;
}

.carList .listItem .carShot {
}

.hotShot {
    border: solid 1px #888;
}


/* Car detail */
.carDetail {
	width: 400px;
	border: solid 1px black;
	padding: 5px;
}

.carDetail .leftCol {
	width: 50%;
	float: left;
}

.carDetail .rightCol {
	width: 50%;
	float: left;
}

.carDetail .lbl {
	width: 50%;
	float: left;
	font-weight: bold;
}

.carDetail .txt {
	width: 50%;
	float: left;
}

.usedCarDetail .modinsPrice {
    text-transform: uppercase;
	color: #d31c24;
	font-weight: bold;
}

#topSearch {
	position: absolute;
	top: 25px;
	right: 19px;
	width: 190px;
}

#topSearch .topLabel {
	margin: 0 0 2px 2px;
}

.searchField {
	width: 162px;
	height: 17px;
	border: solid 1px #2a3548;
	background-image: url(../Images/searchfieldbg.gif);
}

.searchButton {
	margin: 1px 0 0 4px;
}

.left {
	float: left;
}

.right {
    float: right;
}

.widthPostal {
    width: 65px;
}

.widthCity {
    width: 130px;
}

.width1 {
    width: 80px;
}

.width2 {
    width: 150px;
}

.width3 {
    width: 200px;
}
.width4 {
    width: 220px;
}
.width5 {
    width: 96px;
}

.height1 {
    height: 80px;
}

.rightAlign {
    text-align: right;
}

.textBlock {
    margin-top: 15px;
}

.searchResultHead {
	margin-bottom: 20px;
}

.searchResult {
	margin-bottom: 10px;	
}

.searchResult .head {
	font-weight: bold;
}

.searchResult .description {
}

.searchResult .date {
	color: #AAA;
}

.gridViewSearch {
    margin: 20px 0 10px 0;
    text-align: right;
}
.gridView {
    width: 100%;
	color: #373737;
}

.gridView .row {
    background-color: #eceff2;
}

.gridView .rowAlt {
    background-color: #ffffff;
}

.gridView .head {
    font-weight: bold;
}

.usedCarList {
}

.usedCarList .rowHead {
    font-size: 10px;
    line-height: 10px;
    font-weight: bold;
    border-bottom: solid 2px #c8cdd5;
}
.usedCarList .row a, .usedCarList .rowAlt a {
    text-decoration: none;
}

.usedCarList .rowSelected a {
    text-decoration: none;
    color: #fff;
}

.usedCarList .row {
    background-color: #eceff2;
}

.usedCarList .rowAlt {
    background-color: #ffffff;
}

.usedCarList .rowSelected {
    background-color: #5b6981;
    color: #fff;
}

.col1 {
    width: 13px;
    padding: 4px 0 0 2px;
}
.col2 {
    padding: 2px 0 2px 0;
    width: 344px;
}
.col3 {
    padding: 2px 0 2px 0;
    width: 27px;
}
.col4 {
    padding: 2px 0 2px 0;
    width: 42px;
}
.col5 {
    padding: 2px 0 2px 0;
    width: 80px;
}

.usedCarList .rowSelected .col1 {
    padding: 4px 0 0 2px;
}

.dropDown {
    font-family: Verdana;
	font-size: 10px;
	border: solid 1px #a3a3a3;
}
.textField {
    font-family: Verdana;
	font-size: 11px;
	border: solid 1px #a3a3a3;
	margin: 0 0 2px 0;
}
 .payoff {
    margin: 20px 0 0 0;
    font-weight: bold;
 }
 
.usedCarDetail {
    padding: 7px 5px 7px 5px;
    margin-bottom: 5px;
    border-top: solid 1px #c8cdd5;
    border-bottom: solid 1px #c8cdd5;
    background-color: #fff;
    color: #000;
    font-family: Arial;
}

.userCarDetail a {
    text-decoration: none;
}
.usedCarDetail .image {
    width: 190px;
    font-size: 10px;
    line-height: 10px;
}

.usedCarDetail .text {
    width: 296px;
    padding: 0 7px 0 7px;
}

.usedCarDetail .buttons {
}
.usedCarDetail .buttons img {
    margin-right: 2px;
}
.usedCarDetail .head {
    font-weight: bold;
    font-size: 14px;
    padding-bottom: 10px;
}
.usedCarDetail .info {
    font-size: 11px;
    line-height: 11px;
    padding-bottom: 10px;
}

.usedCarDetail .details {
    font-size: 11px;
    line-height: 11px;
    padding-bottom: 10px;
}

.rtfParagraph .input {
}

.thumbs {
    border: solid 1px #2850ab;
    margin-right: 5px;
}
 
.leftModel {
    float: left;
    width: 304px;
    padding-right: 20px;
}

.rightModel {
    float: left;
    width: 191px;
}

.rightModel img {
    margin-bottom: 3px;
}

.offerItem {
}

.offerItem .modinsPrice {
    margin-top: 4px;
    text-transform: uppercase;
	color: #d31c24;
	font-weight: bold;
}

.ordPrice {
    margin-top: 0px;
    font-size: 0.9em;
}

.offerItem .heading {
	font-weight: bold;
}


.offerItem .newCarInfo {
    margin-top: 4px;
}

.offerItem {
	color: #373737;
	padding: 6px;
	margin: 9px 0px 0px 0px;
	border: solid 1px #E7E7E7;
}

.offerList {
    margin-bottom: 20px;
}

.selfClear:after 
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.selfClear 
{
	display: inline-block;
}

/* Hide from IE-mac \*/
* html .selfClear 
{
	height: 1%;
}

.selfClear 
{
	display: block;
}
/* */
