@charset "UTF-8";
/* CSS Document */


* {
	outline:none;
	padding:0px;
	margin:0px;
	}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#1b1b1b;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
}
.page {
	width:1200px;
	margin:auto;
	text-align:center;
	position:relative;
	}
.headerImage {
	width:100%;
	text-align:center;
	margin:auto;
	background-color:#000000;
	background-image:url(images/Viper-Exchange.jpg);
	background-repeat:no-repeat;
	background-position:center;
	height:123px;
}
.headerDiv {
margin:auto;
text-align:center;
width:1124px;
color:#FF0000;
}
.homeButton {
float:left;
width:500px;
height:123px;
}

.contact {
float:right;
width:200px;
text-align:right;
	font-family:Arial, Helvetica, sans-serif;
font-size:12px;
margin-top:30px;
line-height:16px;
}

.headerSearch {
	font-family:Arial, Helvetica, sans-serif;
font-size:16px;
color:#999999;
margin-top:18px;
font-weight:bold;
margin-right:-18px;
}

.relative {
	width:100%;
	height:0px;
}
.facebookIcon {
position:absolute;
top:250px;
right:0px;
height:176px;
width:48px;
}


/* Navigation */

.nav {
	width:100%;
	height:50px;
	background-image:url(images/index_navBG.gif);
	background-repeat:repeat-x;
	background-color:#000000;
	align:center;
	text-align:center;
	margin:auto;
	z-index:200;
	}
.navContainer {
	width:1090px;
	margin:auto;
	text-align:left;
	padding-left:100px;
	z-index:250;
	}
.navBox {
	margin-right:20px;
	}
.navRollOff {
	width:1020px;
	height:500px;
	z-index:1;
	position:absolute;
	top:450px;
	margin:auto;
	text-align:center;
	align:center;
	outline:none;
	border:1px solid orange;
	}
.search {
	width:200px;
	height:50px;
	vertical-align:middle;
	margin-right:16px;
	text-align:right;
	}
.searchButton {
	margin-top:15px;
	}
	
	
/* Lower Body */	
	
.content {
	width:100%;
	height:100%;
	margin:auto;
	align:center;
	background-image:url(images/listings_contentBG.jpg);
	background-repeat:repeat-x;
	background-color:#1b1b1b;
	text-align:center;
	vertical-align:top;
	}
.bodyContent {
	margin:auto;
	width:1032px;
	height:auto;
	background-image:url(images/viperBGimage.jpg);
	background-repeat:no-repeat;
	background-color:#000000;
	text-align:center;
	}
.bodyContentSRT {
	margin:auto;
	width:1032px;
	height:auto;
	background-image:url(images/SRT8BG.jpg);
	background-repeat:no-repeat;
	background-color:#000000;
	text-align:center;
	}
.bodyContentRaceCars {
	margin:auto;
	width:1032px;
	height:auto;
	background-image:url(images/raceCarsBG.jpg);
	background-repeat:no-repeat;
	background-color:#000000;
	text-align:center;
	}
.bodyContentFunCars {
	margin:auto;
	width:1032px;
	height:auto;
	background-image:url(images/funCarsBG.jpg);
	background-repeat:no-repeat;
	background-color:#000000;
	text-align:center;
	}
.bodyContentAccessories {
	margin:auto;
	width:1032px;
	height:auto;
	background-image:url(images/accessoriesBG.jpg);
	background-repeat:no-repeat;
	background-color:#000000;
	text-align:center;
	}
.listings {
	width:804px;
	margin:auto;
	height:100%;
	}
.titleBar {
	width:784px;
	height:16px;
	background-color:#000000;
	padding:15px 10px 5px 10px;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	}
.titleBar a {
	font-size:11px;
	text-decoration:none;
	color:#4d4d4d;
	}
.titleBar a:hover {
	font-size:11px;
	text-decoration:none;
	color:#990000;
	}
H1 {
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	}
.bodyText {
	width:820px;
	text-align:left;
	margin:auto;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:16px;
	}
.bodyText a {
	color:#ffffff;
	text-decoration:underline;
	}
.bodyText a:hover {
	color:#ffffff;
	text-decoration:none;
	}
.bodyTextTitle {
	font-size:14px;
	font-weight:bold;
	}
.bodyLeft {
	width:580px;
	height:100%;
	float:left;
	}
.bodyRight {
	width:175px;
	height:100%;
	float:right;
	background-image:url(images/contactQuoteBG.gif);
	background-repeat:no-repeat;
	padding:15px;
	}
.bodyBottom {
	margin:auto;
	width:1210px;
	height:41px;
	}
.footer a {
	color:#666666;
	text-decoration:none;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	}
.footer a:hover {
	color:#666666;
	text-decoration:underline;
	}
.footer {
	margin:auto;
	background-color:#000000;
	height:30px;
	padding-top:30px;
	padding-bottom:30px;
	font-size:12px;
	color:#222a2f;
	text-align:left;
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	}
.copyright {
	color:#3e3e3e;
	font-size:10px;
	padding-top:5px;
	font-family:Arial, Helvetica, sans-serif;
	}
hr {
	color:#ffffff;
	height:1px;
	width:100%;
	}
.white {
	height:1px;
	width:100%;
	background-color:#8e9297;
	margin-top:3px;
	}
.left {
	float:left;
	}
.right {
	float:right;
	}
.clear {
	clear:both;
	}
.spacerBar {
	height:11px;
	width:804px;
	}
.thumbnail {
	background-image:url(images/thumbnailBG.gif);
	background-repeat:no-repeat;
	width:161px;
	height:114px;
	margin-top:13px;
	}
.thumbnailImage {
	margin:4px 0px 0px 4px;
	padding-top:4px;
	}
.listingDetails {
	width:387px;
	height:114px;
	margin:11px 0px 0px 20px !important;
	margin:0px 0px 0px 20px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	}
.titleLink {
	color:#4d4d4d; 
	font-size:11px; 
	}
.titleLink a {
	color:#4d4d4d; 
	font-size:11px; 
	text-decoration:none;
	}
.titleLink a:hover {
	color:#4d4d4d; 
	font-size:11px; 
	text-decoration:underline;
	}
.detailsTable {
	width:804px;
	background-image:url(images/listingDetailsBG.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#989898;
	text-align:left;
	margin:auto;
	font-family:Arial, Helvetica, sans-serif;
	}
.detailsTop {
	width:778px;
	margin:0px 15px;
	font-size:12px;
	}
.detailsleft {
	width:570px;
	margin:13px 0px !important;
	margin:-10px;
	}
.detailsright {
	width:162px;
	margin-top:13px !important;
	margin-top:-10px;
	}
.detailsTitle {
	font-size:13px;
	color:#ffffff;
	font-weight:bold;
	margin-top:6px !important;
	margin-top:0px;
	}
.detailsInfo {
	color:#999999;
	size:11px;
	margin-top:0px;
	}
.detailsBody {
	margin-top:20px;
	}
.detailsMore {
	margin-top:8px;
	}
.detailsTop a {
	color:#1b5a7e;
	text-decoration:underline;
	}
.detailsTop a:hover {
	color:#1b5a7e;
	text-decoration:none;
	}
.headerDetails {
	height:37px;
	margin-bottom:10px;
	text-align:left;
	font-size:12px;
	color:#989898;
	font-family:Arial, Helvetica, sans-serif;
	}
.green {
	color:#0e6025;
	}
.green a {
	color:#0e6025;
	}
.green a:hover {
	color:#0e6025;
	}
h2 {
	margin:0px;
	padding:0px;
	color:#ffffff;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	}
.galleryTable {
	width:776px;
	margin:10px 0px 15px 15px;
	font-size:12px;
	background-color:#656565;
	}
.galleryList {
	margin-left:20px;
	padding-top:7px;
	}
.thumbnail2 {
	width:153px;
	height:106px;
	margin-top:13px;
	background-color:#4c4c4c;
	border:7px solid #4c4c4c;
	margin-right:12px;
	}
.thumbnailSpacer {
	width:10px;
	float:left;
	}
.specs {
	background-color:#4c4c4c;
	height:26px;
	}
.specsDetails {
	background-color:#656565;
	text-align:center;
	}
.specsTable {
	width:770px;
	margin:auto;
	text-align:left;
	font-size:12px;
	line-height:16px;
	padding-top:20px;
	padding-bottom:20px;
	}
.specsLeft {
	width:170px;
	font-weight:bold;
	}
.specsRight {
	width:590px;
	}
.specsDivider {
	background-color:#515151;
	height:1px;
	min-height:1px;
	width:100%;
	margin-top:15px;
	margin-bottom:15px;
	}
	
.saleRed {
color:#7f0606;
font-weight:bold;
}

.strike {
text-decoration:line-through;
}

.detailsOptions {
padding-left:12px;
width:779px;
height:71px;
background:url(images/VE_listingsDetailsOptions.jpg) no-repeat;
margin-left:15px;
}

.shareThis {
padding-left:40px;
padding-top:40px;
}

.shareThis2 {
padding-left:40px;
padding-top:1px;
}

.request {
padding-left:40px;
padding-top:10px;
}

.st_sharethis_custom {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
		color:#999;
}

.st_sharethis_custom a:active {
		color:#999;
}

.st_sharethis_custom a:visited {
		color:#999;
}

.calctable td {
padding:4px;
}
.detailsBody {line-height:15px;}
