
/*content*/
#contentContainer {
	margin:0px auto;
	padding-top:15px;
	padding-bottom:20px;
	font-size:9pt;
	color:#fff;
}
#contentContainer #contSecA {
}
#contentContainer #contSecA #breadcrumbs {
	float:left;
	font-size:8pt;
}
#contentContainer #contSecA #breadcrumbs a {
	color:#fff;
	text-decoration:underline;
}
#contentContainer #contSecA #breadcrumbs a:hover {
	color:#E7A51C;
}

#contentContainer #contSecA #pageButtons {
	float:right;
	
}
#contentContainer #searchResultsNum {
	text-align:center;
	font-size:12pt;
}

#contentContainer .searchBox {
	height:66px;
	border-top: 1px solid #4d4d4d;
	background: #262626;
}
#contentContainer .searchBox a {
	color:#fff;
}
#contentContainer .searchBox a:hover {
	color:#EEA314;
}
#contentContainer .searchBox .searchLeft {
	float:left;
	height:66px;
	width:67px;
}
#contentContainer .searchBox .searchRight {
	float:right;
	height:66px;
	width:20px;
}
#contentContainer .searchBox .searchLeftForm {
	float:left;
	margin-top:25px;
	margin-left:10px;
	font-size:7pt;
}

#contentContainer .searchBox .searchRightForm {
	float:right;
	margin-top:25px;
	font-size:10pt;
	font-weight:bold;
}
#contentContainer .searchBox .searchLeftForm input {
	width:150px;
}
#contentContainer .searchBox .searchLeftForm select {
}
#contentContainer .searchBox .searchLeftForm .button {
	background:url(../images/submitBtn.png) top center no-repeat;
	width:107px;
	height:21px;
	border:0px;
	color:#000;
}

#contentContainer #makesAntique {
	background:url(../images/bgMakesAntique.jpg) top left no-repeat;
	margin-bottom:20px;
	line-height:30px;
	font-size:10pt;
}
#makesAntique a {
	color:#fff;
	text-decoration:none;
}
#makesAntique a:hover {
	text-decoration:underline;
}
#contentContainer #makesAntique .makesSec {
	width:190px;
	background:url(../images/bgLine_vert.gif) top right repeat-y;
	padding-right:3px;
	float:right;
}
#contentContainer #makesAntique .makesSecNoLine {
	width:190px;
	padding-right:3px;
	float:right;
}
#contentContainer #makesAntique .makesSec .makesSecInner {
	margin-left:35px;
	text-align:left;
}
#contentContainer #makesAntique .makesSecNoLine .makesSecInner2 {
	margin-left:35px;
	text-align:left;
}
#contentContainer #makes {
	background:url(../images/bgMakes.jpg) top left no-repeat;
	margin-bottom:20px;
	line-height:30px;
	font-size:10pt;
}

#makes a {
	color:#fff;
	text-decoration:none;
}
#makes a:hover {
	text-decoration:underline;
}
#contentContainer #makes .makesSec {
	width:190px;
	padding-right:3px;
	float:right;
}
#contentContainer #makes .makesSecNoLine {
	width:190px;
	padding-right:3px;
	float:right;
}
#contentContainer #makes .makesSec .makesSecInner {
	height:210px;
	margin-left:35px;
	text-align:left;
}
#contentContainer #makes .makesSecNoLine .makesSecInner2 {
	margin-left:35px;
	text-align:left;
}


#contentContainer .sortDark {
	height:38px;
	border-top: 1px solid #4d4d4d;
	background: #262626;
	color:#ffffff;
}
#contentContainer .sortDark a {
	color:#ffffff;
	text-decoration:underline;
}
#contentContainer .sortDark a:hover {
	color:#ffffff;
}
#contentContainer .sortDark .sortLeft {
	float:left;
	height:38px;
	width:20px;
}
#contentContainer .sortDark .sortRight {
	float:right;
	height:38px;
	width:20px;
}
#contentContainer .sortDark .sortLeft02 {
	float:left;
	margin-top:10px;
}

#contentContainer .sortDark .sortRight02 {
	float:right;
	margin-top:10px;
}

#contentContainer #latestAdd {
	background:url(../images/bgLatestAdd.jpg) top center repeat-x;
	height:77px;
}
#contentContainer #latestAdd a {
	color:#fff;
}
#contentContainer #latestAdd a:hover {
	color:#fff;
}
#contentContainer #latestAdd #latestAddRight {
	background:url(../images/bgLatestAdd_r.jpg) top right no-repeat;
	width:359px;
	height:77px;
	float:right;
}
#contentContainer #latestAdd #latestAddLeft {
	background:url(../images/bgLatestAdd_l.jpg) top left no-repeat;;
	height:77px;
	float:left;
}
#contentContainer #latestAdd #latestAddLeft #latestAddLeftText {
	margin-top:30px;
	margin-left:40px;
}

/***********************
INVENTORY SECTIONS
************************/
.inventorySec_a {
	border-bottom:#B0BEC5 .08em solid;
	background:url(../images/bgLine_horiz.gif) bottom center repeat-x;
	padding-bottom:10px;
	padding-top:10px;
	color:#fff;
}
.inventorySec_b {
	border-bottom:#B0BEC5 .08em solid;
	background:url(../images/bgLine_horiz.gif) bottom center repeat-x #171717;
	padding-bottom:10px;
	padding-top:10px;
	color:#fff;
}
.inventoryImages {
	float:left;
	margin-right:10px;
	margin-left:5px;
}
.inventoryPic {
	border:#fff .08em solid;
}
.inventoryLeft {
	float:left;
	font-size:10pt;
	text-align:left;
}
.inventoryRight {
	float:right;
	font-size:10pt;
	text-align:right;
	margin-right:5px;
}
.certLogo {
	background:url(../images/certLogo.gif) top center no-repeat #000000;
	width:95px;
	height:31px;
	border:#000000 .08em solid;
}
.boxSold {
	background:url(../images/boxSold.gif) top center no-repeat #bd0000;
	width:95px;
	height:31px;
	border:#bd0000 .08em solid;
}
.boxPending {
	background:url(../images/boxPending.gif) top center no-repeat #adadad;
	width:95px;
	height:31px;
	border:#adadad .08em solid;
}

a.inventoryCarTitle {
	width:500px;
	font-size:14pt;
	font-weight:bold;
	text-decoration:underline;
	color:#fff;
}
a.inventoryCarTitle:hover {
	color:#fff;
}

.inventoryRightTop {
	margin-bottom:10px;
	font-size:12pt;
	font-weight:bold;
}
.inventoryRightTop a {
	color:#fff;
	text-decoration:none;
}
.inventoryRightTop a:hover {
	text-decoration:underline;
}
	
.inventoryRightTop img {
	margin-left:20px;
}
.inventoryRightBottom {
	margin-top:15px;
	color:#fff;
}
.inventoryRightBottom a {
	color:#fff;
}
.inventoryRightBottom a:hover {
	color:#fff;
}
.inventoryRightBottomPrice {
        color:#c15c24;
	font-weight:bold;
	font-size:16pt;
}

.inventoryRightNoPrice {
        color:#c15c24;
        font-weight:bold;
        font-size:15pt;
	font-family:arial;
}

.inventoryStockNum {
	text-align:right;
	margin:0px auto;
	width:500px;
	margin-top:50px;
}

.inventoryMakesTitle {
	background:url(../images/makesTitle.gif) bottom left no-repeat;
	height:35px;
	font-weight:bold;
	font-size:14pt;
	color:#ffffff;
	padding-left:13px;
	margin-bottom:10px;
}
.inventoryMakeBreak {
	height:50px;
}




/***********************
MISC CLASSES & ID'S
************************/
.clear {
	clear:both;
}
.spacer {
	height:15px;
}

