@charset "utf-8";
h3 {
	font-size: 1em;
	margin: 13px 0px 15px 20px;
	color: #336699;
}
select  {
	color: #326EAA;
	text-transform: none;
	font-size: 90%;
	width: 215px;
	border: 1px solid #6699cc;
	margin-bottom: 10px;
	padding: 2px;
}
.submitBtn {
	width: 82px;
	float: right;
	margin: 0px;
	height: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: relative;
}
.blue       {
	color: #0066cc;
}


input {
	color: #326EAA;
	text-transform: none;
	font-size: 100%;
	width: 210px;
	border: 1px solid #6699cc;
	margin-bottom: 10px;
	line-height: normal;
	padding: 2px;
}

textarea {
	color: #326EAA;
	text-transform: none;
	font-size: 100%;
	width: 210px;
	border: 1px solid #6699cc;
	margin-bottom: 10px;
	line-height: normal;
	padding: 2px;
}

label {
	font-weight: bold;
	color: #336699;
	font-size: 95%;
}

.wrapper .bodycontainer .rightCol {
	width: 260px;
	position: relative;
	margin-left: 25px;
	float: left;
	margin-bottom: 20px;
}

.wrapper    .bodycontainer   .rightCol   .contactDealer {
	background-image: url(/images/contactDealerBG.jpg);
	background-repeat: no-repeat;
	height: 457px;
	width: 260px;
	position: relative;
}

.wrapper .bodycontainer .rightCol .contactDealer .CDcontainer {
	margin: 20px;
}

.wrapper .bodycontainer .rightCol .contactDealer .selectedDealer {
	text-align: left;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	width: 220px;
	padding-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 10px;
}
.wrapper .bodycontainer .rightCol .contactDealer .selectedDealer strong {
	color: #336699;
}

/* CSS Document */

.wrapper .bodycontainer .leftCol {
	float: left;
	width: 635px;
	position: relative;
}
.wrapper   .bodycontainer   .leftCol   .detailedResults {
	height: 457px;
	width: 635px;
	position: relative;
}
.wrapper .bodycontainer .leftCol .resultsContainer .SortResults {
	position: absolute;
	left: 465px;
	top: 35px;
}
.wrapper .bodycontainer .leftCol .resultsContainer .vehicleContainer {
	margin-right: 20px;
	margin-left: 20px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 5px;
	position: relative;
	height: 75px;
	margin-bottom: -1px;
}
.wrapper   .bodycontainer   .leftCol   .detailedResults   .heading  {
	font-size: 1.2em;
	color: #336699;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-top: 5px;
}
.wrapper  .bodycontainer  .leftCol  .detailedResults  .msrp  {
	font-size: 0.85em;
	font-weight: bold;
	color: #333333;
	position: absolute;
	top: 5px;
	text-align: right;
	right: 0px;
	width: 120px;
}
.wrapper  .bodycontainer  .leftCol  .detailedResults  .msrp  .amount  {
	font-size: 1.3em;
	color: #336699;
}
.wrapper .bodycontainer .leftCol .detailedResults .vehicleSpecs {
	width: 300px;
	float: left;
	margin-top: 15px;
}
.wrapper .bodycontainer .leftCol .detailedResults .mediaContainer {
	float: right;
	width: 325px;
	margin-top: 15px;
	text-align: right;
	height: 200px;
	position: relative;
}
.wrapper .bodycontainer .leftCol .detailedResults .mediaContainer .controls {
	position: absolute;
	right: 3px;
	bottom: 5px;
}
.wrapper .bodycontainer .leftCol .detailedResults .mediaContainer .imageLink {
	position: absolute;
	left: 3px;
	bottom: 13px;
}

.wrapper .bodycontainer .leftCol .detailedResults .mediaContainer .imageArea {
	border: 1px solid #CCCCCC;
	text-align: center;
	height: 160px;
	width: 320px;
}

.wrapper .bodycontainer .leftCol .detailedResults .vehicleSpecs table {
	display: table-cell;
	line-height: 21px;
}
.wrapper .bodycontainer .leftCol .detailedResults .accessoriesSpecs {
	overflow: auto;
	height: 180px;
	margin-top: 5px;
}

.wrapper .bodycontainer .leftCol .detailedResults .accessoriesSpecs li {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 20px;
	padding: 3px;
	font-weight: normal;
	color: #333333;
}
.wrapper .bodycontainer .leftCol .detailedResults .accessoriesSpecs ul {
	padding: 8px;
	font-weight: bold;
	color: #336699;
}
