@charset "utf-8";

body {
	background: url(/img/bg-se-body.png) repeat-x;
	color: #333;	
	font-size: 80%;
	margin: 13px 0;
}

body, input, select, textarea {
	font-family: tahoma;
}

h1, h2 {
	margin-bottom: 10px;
}

h1 {
	font-size: 1.6em;
	margin-top: 0;
}

a {
	color: #005496;
}

img {
	border: 0;
}

form {
	margin: 0;
	padding: 0;
}

#wrapper {
	margin: 0 auto;
	width: 990px;
}

#content {
	padding: 20px 0 20px 10px;
}

#logo {
	float: left;
	width: 260px;
}

#rightOfLogo {
	float: left;
	width: 996px;
}

#topRightLinks {
	height: 24px;
	text-align: right;
}

#topRightLinks .phone {
	font-weight: bold;
}

#topRightLinks a {
	text-decoration: none;
}

#topRightLinks a:hover {
	text-decoration: underline;
}

#tabs {
	background: url(/img/bg-tabs.png) repeat-x;
	height: 44px;
	margin-top: 29px;
	padding-left: 4px;
	width: 996px;
}

ul.jd_menu {
	list-style-type: none;
	margin: 0;
	padding: 0;			
}

ul.jd_menu li {
	float: left;
}

/* Sub-Menus */

ul.jd_menu ul {			
	display: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 10000;
}

ul.jd_menu ul li {
	float: none;
	margin: 0;
}

ul.jd_menu, 
ul.jd_menu ul {
	background-color: #f1bf3d;
}

ul.jd_menu ul {
	height: auto;
}

* html ul.jd_menu ul {
	width: 1%;
}

ul.jd_menu li {
	background: url(/img/bg-tab.png) right no-repeat;
	cursor: pointer;
	font-weight: bold;
	height: 29px;
	margin: 0;
	padding: 15px 16px 0;	
}

ul.jd_menu li ul {
	margin-top: 1px;
	padding: 0;
}

ul.jd_menu li li {
	background: none;
	height: 24px;
	padding: 0;
	width: 211px;
}

ul.jd_menu li a {
	display: block;	
	text-decoration: none;
}

ul.jd_menu li ul li a {
	padding: 4px 8px;			
}

ul.jd_menu li ul li a:hover {
	background-color: #005496;
	color: #fff;
}

#leftNav {
	float: left;
	width: 250px;
}

#main, #mainWide {
	float: right;
	width: 710px;
}

#mainWide {
	width: 980px;
}

.box, .box-no-bg {
	background: url(/img/bg-box.png) repeat-x;
	border-color: #1a67a4;
	border-style: solid;
	border-width: 0 1px 1px 1px;
	padding: 8px;
	margin-bottom: 20px;
}

.box-no-bg {
	background: #fff;
}

.box-header {
	background: url(/img/bg-box-header.png) repeat-x;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	height: 28px;
	padding: 7px 0 0 8px;
}

.box-header a {
	color: #fff;
	text-decoration: none;
} 

.btn, .btn-small {
	background: url(/img/bg-button.png) repeat-x;
	border: 1px solid #333;
	color: #fff;
	font-weight: bold;
	padding: 3px 6px;
}

.btn-small {
	padding: 0 4px 1px;
}

#searchForm {
	margin: 6px 0 4px;
}

#searchForm label {
	float: left;
	margin-top: 2px;
	width: 60px;
}

#searchForm .clear {
	height: 3px;
}

#searchForm .text-wide {
	width: 163px;
}

#searchForm .select-wide {
	width: 167px;
}

#searchForm .text-narrow {
	width: 64px;
}

#searchForm .select-narrow {
	width: 74px;
}

#searchForm .button-container {
	clear: both;
	margin: 10px 0 0 60px;
}

#browseTypes {
	list-style-type: none;
	margin: 4px 0 0;
	padding: 0;
}

#browseTypes li {
	margin: 0 0 3px 2px;
}

#browseTypes li a {
	text-decoration: none;
}

#browseTypes li a span {
	text-decoration: underline;
}

#browseTypes li img {
	margin: 0 3px 5px 0;
	vertical-align: middle;
}

.featured-vehicle {
	float: left;
	margin-right: 8px;
	text-align: center;
	width: 165px;
}

.featured-vehicle .image-border {
	border: 1px solid #d3d3d3;
	margin: 0 auto;
	width: 94px;
}

.featured-vehicle .text {
	margin: 4px auto 0;
	width: 120px;
}

.featured-vehicle img {
	border: 2px solid #fff;
}

.featured-vehicle .text a {
	display: block;
	margin: 0 0 4px;
}

.featured-vehicle .image-border a {
	display: inline;
}

.divider {
	height: 18px;
}

.sale-red {
	color: #c00;
	font-size: 1.1em;
	font-weight: bold;
}

.carousel-arrow-prev, .carousel-arrow-next  {
	padding-top: 30px;
	width: 50px;
}

.carousel-arrow-prev {
	float: left;
}

.carousel-arrow-next {
	float: right;
	text-align: right;
}

.manufacturers {
	float: left;
}

.manufacturers ul {
	margin: 0;
	padding: 0;
}

.manufacturers li {
	height: 100px;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 196px
}

.manufacturers li img {
	vertical-align: middle;
}

.clear {
	clear: both;
}

.apipe {
	padding: 0 3px;
}

#slideShowDiv {
	border-color: #1a67a4;
	border-style: solid;
	border-width: 1px 1px 0;
	height: 223px;
	width: 438px;
}

#slideShowListWrapper {
	border-color: #1a67a4;
	border-style: solid;
	border-width: 0 1px 1px;
	padding: 2px 0 5px 5px;
	width: 433px;
}

#slideShowList {				
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#slideShowList li {
	float: left;
}

#slideShowList li a {
	border: 1px solid #1a67a4;
	display: block;
	font-size: 0.9em;
	margin: 0 5px 0 0;
	padding: 1px 6px 2px;
	text-decoration: none;
}

#slideShowList li a.active-slide {
	background-color: #1a67a4;
	color: #fff;
}

.slide {
	display: none;
}

#featuredHeader {
	margin-top: 20px;
}

#featuredVehicles {
	padding-bottom: 16px;
	padding-top: 20px;
}

#resultsStuff {	
	border: 1px solid #ccc;
	margin: 0 0 20px;
	
}

#resultsStuff a {
	text-decoration: none;
}

#resultsStuff a:hover {
	text-decoration: underline;
}

#resultsStuff .criteria {
	background-color: #f2f2f2;
	padding: 6px 9px;
}

#resultsStuff .sort {
	border-top: 1px solid #ccc;
	padding: 10px 9px 8px;
}







#inventoryResults td {
	padding: 10px;
	vertical-align: top;
}


#inventoryResults tr.head td {
	background-color: #1a67a4;
	border-bottom: 3px solid #004a8b;
	border-left: 1px solid #448ac3;
	color: #fff;
	font-weight: bold;
	padding: 8px 10px 7px;
	white-space: nowrap;
}

#inventoryResults tr.head td a {
	color: #fff;
	text-decoration: none;
}

#inventoryResults tr.head td a:hover {
	text-decoration: underline;
}

#inventoryResults tr.head td.sorted {
	background: #004a8b;
}

#inventoryResults tr.head td img {
	margin-left: 4px;
	vertical-align: middle;
}

#inventoryResults tr.odd td {
	background-color: #f2f2f2;
}






#inventoryResultsNat td {
	padding: 10px;
	vertical-align: top;
}


#inventoryResultsNat tr.head td {
	background-color: #f1c03f;
	border-bottom: 3px solid #d3a83a;
		border-left: 1px solid #facb51;
	color: #fff;
	font-weight: bold;
	padding: 8px 10px 7px;
	white-space: nowrap;
}

#inventoryResultsNat tr.head td a {
	color: #fff;
	text-decoration: none;
}

#inventoryResultsNat tr.head td a:hover {
	text-decoration: underline;
}

#inventoryResultsNat tr.head td.sorted {
	background: #d3a83a;
}

#inventoryResultsNat tr.head td img {
	margin-left: 4px;
	vertical-align: middle;
}

#inventoryResultsNat tr.odd td {
	background-color: #f2f2f2;
}
















.paginator-wrapper {
	background-color: #f2f2f2;
	border: 1px solid #ccc;
	margin: 20px 0;
	padding: 10px;
}

ul.paginator {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.paginator li {
	float: left; 
	margin-right: 3px;
}

ul.paginator li.dots {
	color: #666;
	margin: 0 7px 0 5px;
	padding-top: 4px; 		
}

ul.paginator li.no-link {
	background-color: #fff; 
	border: 1px solid #ccc; 
	color: #ccc; 
	padding: 2px 6px; 
}

ul.paginator li a, ul.paginator li a:visited {
	background-color: #fff; 
	color: #005496;
	border: 1px solid #005496;	
	display: block;		
	padding: 2px 6px;
	text-decoration: none;
}	

ul.paginator li a.active, ul.paginator li a:hover {
	background-color: #005496; 
	border: 1px solid #005496;		
	color: #fff;
}

#footer1 {
	border-color: #ccc;
	border-style: solid;
	border-width: 1px 0;
	margin-top: 20px;
	padding: 8px 0;
}

#footer2 {
	padding: 8px 0;
}

#inventoryDisclaimer {
	border-top: 1px solid #ccc;
	padding-top: 20px;
}

#inventoryDisclaimer span {
	color: #808080;
	display: block;
	font-size: 0.9em;
	line-height: 1.2em;
	margin-top: 2px;
}

#inventoryDisclaimer strong {
	color: #666;
}

#largeImageWrapper {
	height: 449px;
	overflow-x: hidden;
	overflow-y: auto;
}

#thumbInstructions {
	margin: 4px 0 8px;
	text-align: center;
}


#thumbWrapper ul {
	margin: 0;
	padding: 0;
}

.thumbs {
	float: left;
}

.thumbs li {
	float: left;
	height: 61px;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 100px
}



#detailsTable {
	float: left;
	width:250px;
}

#detailsTable td {
	padding-top: 0;
	padding-bottom: 8px;
}

#detailsTable td.label {
	font-weight: bold;
	padding-left: 0;
	padding-right: 10px;
}

#tools {
	float: right;
	width: 82px;
}

#tools div {
	border: 1px solid #B7D8F1;
	margin-bottom: 8px;
	padding: 7px 0 8px;
	text-align: center;
	width: 80px;
}

#tools div:hover {
	border-color: #1a67a4;
	cursor: pointer;
}

#unitContact {
	padding: 4px 0;
}

#unitContact label {
	float: left;
	margin-top: 2px;
	width: 90px;
}

#unitContact textarea {
	height: 150px;
	width: 240px;
}

#unitContact .clear {
	height: 3px;
}

#unitContact .text-wide {
	width: 150px;
}

#unitContact .text-narrow {
	width: 150px;
}

#unitContact .select-wide {
	width: 190px;
}

#unitContact .button-container {
	clear: both;
	margin: 10px 0 0 90px;
}

.breadcrumb {
	margin: 0 0 20px;
}

.separator {
	padding: 0 2px;
}
