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

@font-face {
	font-family: 'DINProCond';
	src: url('DINProCondRegular.eot?#iefix');
	src: url('DINProCondRegular.eot?#iefix') format('embedded-opentype'), 
	     url('DINProCondRegular.woff') format('woff'), 
	     url('DINProCondRegular.ttf')  format('truetype'),
	     url('DINProCondRegular.svg#svgFontName') format('svg');
	font-weight: 400;
	font-style:normal;
	font-variant:normal;
}
@font-face {
	font-family: 'DINProCond';
	src: url('DINProCondMedium.eot?#iefix');
	src: url('DINProCondMedium.eot?#iefix') format('embedded-opentype'), 
	     url('DINProCondMedium.woff') format('woff'), 
	     url('DINProCondMedium.ttf')  format('truetype'),
	     url('DINProCondMedium.svg#svgFontName') format('svg');
	font-weight: 500;
	font-style: normal;
	font-variant:normal;
}
@font-face {
	font-family: 'DINProCond';
	src: url('DINProCondBold.eot?#iefix');
	src: url('DINProCondBold.eot?#iefix') format('embedded-opentype'), 
	     url('DINProCondBold.woff') format('woff'), 
	     url('DINProCondBold.ttf')  format('truetype'),
	     url('DINProCondBold.svg#svgFontName') format('svg');
	font-weight: 700;
	font-style:normal;
	font-variant:normal;
}
@font-face {
	font-family: 'DINProCond';
	src: url('DINProCondBlack.eot?#iefix');
	src: url('DINProCondBlack.eot?#iefix') format('embedded-opentype'), 
	     url('DINProCondBlack.woff') format('woff'), 
	     url('DINProCondBlack.ttf')  format('truetype'),
	     url('DINProCondBlack.svg#svgFontName') format('svg');
	font-weight: 800;
	font-style:normal;
	font-variant:normal;
}

html, body {
	height:100%;
}

body {
	min-width:956px;
	background-color:#fff;

}

#message, #loading, #popup, #responder, #tinymce {
	height:auto;
	min-width:400px;
	background:#fff;
}

#maintable {
	height:100%;
	width:956px;
	margin:0 auto;
	background-color:#FFF;
	border-left:1px #fff solid;
	border-right:1px #fff solid;
}

#content {
	background-image: url('/media/imgs/container.png');
	padding: 0;
	height:90%;
	background-repeat: repeat-x;
	min-height:500px;
}

#loginpage #content {
	background: none;
}

#container{
	vertical-align:top;
	padding: 0;
	background: none;
}

#popup #content {
	background-image: none;
	padding: 0;
	height: auto;
	min-height: 0;
}

#loginpage #container {
	vertical-align:top;
	padding: 0;
	height: 400px;    
	background: -moz-linear-gradient(top, rgba(215,216,217,1) 0%, rgba(255,255,255,0.75) 25%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(215,216,217,1)), color-stop(25%,rgba(255,255,255,0.75)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(215,216,217,1) 0%,rgba(255,255,255,0.75) 25%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(215,216,217,1) 0%,rgba(255,255,255,0.75) 25%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(215,216,217,1) 0%,rgba(255,255,255,0.75) 25%,rgba(255,255,255,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(215,216,217,1) 0%,rgba(255,255,255,0.75) 25%,rgba(255,255,255,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7d8d9', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}


#banner {
	background-color: #fff;
}

#banner a {
	display: block;
	margin: 0 18px 18px 18px;
	background-color: #fff;
}

#banner img {
	margin-bottom: 20px;
}

#footer {
	width:50%;
	height: 30px;
	margin-left: 20px;
	bottom:0;
	left:0;
	border-top: 1px solid #000;
	background:#fff;
	
}

#foot, #loginpage #foot {
	display: block;

}

#foot_text {
	color: #808080;
	text-align: right;
	/*margin: 0 5px 20px 0;*/
}

body {
	min-width:956px;
}

body#blank {
	min-width: 0;
}

html.blank, body#blank {
	height:auto;
}

/* header */

#header{
	height:90px;
	background-color: white;
	padding-bottom:5px;
}

#login_header{
	height:90px;
	background-color: black;
	padding-bottom:5px;
	/*padding-right: 528px;*/
	background-image:  /**/url('/media/imgs/White_Bar.png');
	background-repeat: no-repeat;
	background-position: bottom;
}

#homelink {
	display:block;
	width: 556px;
	height: 75px;
	margin: 5px 0 5px 35px;
	background-image: url('/media/imgs/logo.svg');
	background-size: auto 100%;
	background-position: left center;
	background-repeat: no-repeat;
}

#header h1, #login_header h1 {
	display: none;
}

/* subheader */

#subheader {
	height:33px;
	/*background-image: url('/media/imgs/searchicon.png');*/
	background-position: bottom;
	background-color:#ececec;
}

#subheader #search {
	display: none;
}
/*
#subheader #search {
	background-image: url('/media/imgs/searchicon.png');
	background-repeat:no-repeat;
	height:33px;
	padding-right:30px;
	background-position: 35% 100%;
	float:right;
}


.search_button a {
	color: #fff;
	display: block;
	margin-top: 10px;
	margin-left: 300px;
	padding: 5px 5px 5px 5px;
	text-align: center;
	background: rgb(170,170,171);
	background: linear-gradient(to bottom, rgba(170,170,171,1) 0%,rgba(130,132,135,1) 35%,rgba(90,91,93,1) 100%);
}

.search_query {
	margin-top: -22px;
	margin-left: 152px;
}

.search_query input {
	width: 140px;
	-moz-box-shadow: -1px 0px 0 1px #888;
	-webkit-box-shadow: -1px -1px 0 1px #888;
	box-shadow: -1px -1px 0 1px #888;
}
*/

#subheader #nav {
	display:block;
	height:40px;
	background-position: left bottom;
	box-shadow: 0px 5px 5px -3px rgba(100, 100, 100, 0.49);
	background: #ececec;
	
}

#nav ul {
	padding: 0px;
	white-space: nowrap;
	float: left;

	
	
}

#nav li {
	background-image:none;
	display: block;
	width:71px;
	height: 40px;
	padding: 0px;
	margin: 0 0px;
	font-weight:500;
	border-right: 1px solid #acadae;
	border-left: 1px solid #fff;
	

}


#nav li:hover {
	border-bottom: 3px solid #000;
	display:inline;
	


}

#nav li a:hover {
	color: #000;	
	/*background-color: #58585b;
	opacity:0.1;*/
	
}

#nav li a:hover {
	background: rgba(0, 0, 0, 0.2);
	color: #000000;
}

#nav a {
	color:#58595b;
	/**background-image: url('/media/imgs/Menu_Button.gif');**/
	background-position:top;
	font-family: DINProCond;
	font-size: 14px;
	padding: 15px 5px 0 5px;
	cursor:pointer;
	height: 28px;
	width: auto;
	text-transform: uppercase;
	white-space: nowrap;
	
}

.ie78 #nav a {
	font-weight: 700;
	padding: 8px 8px 0 8px;
	height: 25px;
}

#ie9 #nav a {
	padding-top: 10px;
	height: 23px;
}

#nav .menu_two_line a {
	padding-top: 7px;
	height: 36px;
	white-space: normal;
}

.ie78 #nav .menu_two_line a {
	padding-top: 1px;
	height: 32px;
}

#ie9 #nav .menu_two_line a {
	padding-top: 2px;
	height: 29px;
}

#nav a:visited {
	color:#58595b;
}

.nav .notification {
	display:inline;
	float: none;
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: auto;
	height: auto;
	line-height: normal;
	font-weight: bold;
}

.nav .notification span {
	display: inline-block;
}

#breadcrumb ul {
	margin: 25px 0 0 25px;
}

#breadcrumb li, #breadcrumb a {
	color: #58595b;
}

#dialog {
	width:530px;
	margin:100px auto 0 auto;
	text-align:center;
	/*border: 1px solid #999999;*/
}

#dialog h2 {
	display: none;
	padding:20px 0;
	margin:0px;
	font-size:22px;
	background-color: black;
	color: white;
	border-bottom: 3px solid #F78E1E;
}

#dialog .content {
	padding:10px 20px 0 20px;
	background-image: url('/media/imgs/login_box_01.png');
	background-repeat: no-repeat;
	height: 310px; /* 208 total */
	color: white;
	font-family: DINProCond;
}

#login_form {
	font-size:18px;
	color: #494a4b;
	margin-top: 50px;
	margin-left: 160px;
}

#login_form ul {
	padding: 0 20px;
	margin: 0;
	letter-spacing: 0.05em;
	font-weight:500;
}

#login_form li {
	background-color: #FFF;
	border: 1px solid;
	border-color: #bbbdbf;
	margin: 15px 0 0 0;
	padding: 0;
	height: 30px;
}

#login_form li label {
	color: black;
	height: 25px;
	padding: 5px 0 0 10px;
	font-size: 14px;
	width: 60px;
}

#login_form li input {
	margin: 0;
	height: 30px;
	padding: 0 2px 0 5px;
	border: 0;
	width: 200px;
	background-color: #FFF;
}

#ie6 #login_form li input {
	padding-top: 8px;
	height: 22px;
}

.ie78 #login_form li input {
	margin: 0;
	height: 15px;
	padding: 10px 2px 0 5px;
	border: 0;
	width: 200px;
	/*background-color: #BCBEC0;*/
}

#login .ok_button {
	display: none;
}

#login #submit_button {
	display: block;
	margin-right: 20px;
}

#login_links {
	margin-left: 180px;
}

#login_links .register, #login_links .forgot {
	float: none;
	text-align: left;
	margin: 20px 0;
	font-size: 15px;
	font-style: italic;
}

#login_links .register a {
	color: #F78E1E;
}

.site_PS #login_links .register {
	display: none;
}

.highlight_field {
	background-color:#f57921;
}

#forgot h3 {
	text-align:center;
}


/* Sidebar with sideways text */

#column2 {
	padding: 50px 35px 25px 35px;
	min-height:500px;
	background-repeat: no-repeat;
	background-position: 10px 0;
}

.section_blue #column2 {
	padding-left: 155px;
	background-image: url('/media/imgs/container_blue.png');
}

.section_orange #column2 {
	padding-left: 155px;
	background-image: url('/media/imgs/container_orange.png');
}

.section_red #column2 {
	padding-left: 155px;
	background-image: url('/media/imgs/container_red.png');
}

.section_grey #column2 {
	padding-left: 155px;
	background-image: url('/media/imgs/container_grey.png');
}

.section_black #column2 {
	padding-left: 155px;
	background-image: url('/media/imgs/container_black.png');
}

#section_sideways_header {
	position: absolute;
	text-transform: uppercase;
	font-family: DINProCond;
	font-size: 25px;
	font-weight: bolder;
	color: white;
	width: 360px;
	padding-right: 50px;
	height: 410px;
	margin-left: 75px;
	pointer-events:none;
	
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
}

/*
.ie78 #section_sideways_header {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}*/

.ie678 #section_sideways_header {
	display: none;
}



/* Boxes */
/* Old style boxes, still used by image library */
#boxes .box {
	float: left;
	text-transform: uppercase;
	font-family: DINProCond;
}

#ie8 #boxes .box {
	letter-spacing: -1px;
}

#boxes .box.old {
	background-color: white;
	margin: 0 12px 18px 0;
	height: 94px;
	width: 163px;
}

#boxes .box.old.grey {
	border-top: 5px solid #6D6E71;
}

#boxes .box.old.blue {
	border-top: 5px solid #0089CF;
}

#boxes .box.old.green {
	border-top: 5px solid #659D32;
}

#boxes .box.old.orange {
	border-top: 5px solid #F78E1E;
}

#boxes .box.old h3 {
	margin: 5px 5px 0 5px;
	height: 17px;
}

#boxes .box h3 a {
	color: black;
	font-size: 17px;
	font-weight: bold;
}

#boxes .box.old .border {
	display: none;
}

#boxes .box.old img {
	height: 72px;
	width: 163px;
}


/* new style boxes (short and long) */
#boxes .box.long {
	margin: 7px;
	width: 173px;
	height: 305px;
	background-image: url('/media/imgs/box_long_back.png');
}

#boxes .box.short {
	margin: 7px;
	width: 173px;
	height: 172px;
	background-image: url('/media/imgs/box_short_back.png');
}

#boxes .box.short h3, #boxes .box.long h3 {
	position: absolute;
	z-index: 6;
	margin: 6px 0 0 20px;
	width: 90px;
	height: 80px;
}

#boxes .box.short h3 a, #boxes .box.long h3 a {
	position: absolute;
	z-index: 6;
	width: 90px;
	height: 80px;
	color: white;
}

#boxes .box.short .border, #boxes .box.long .border {
	position: absolute;
	width: 120px;
	height: 96px;
	z-index: 5;
}

#boxes .box.short.grey .border, #boxes .box.long.grey .border {
	background-image: url('/media/imgs/box_border_grey.png');
}

#boxes .box.short.red .border, #boxes .box.long.red .border {
	background-image: url('/media/imgs/box_border_red.png');
}

#boxes .box.short.blue .border, #boxes .box.long.blue .border {
	background-image: url('/media/imgs/box_border_blue.png');
}

#boxes .box.short.orange .border, #boxes .box.long.orange .border {
	background-image: url('/media/imgs/box_border_orange.png');
}

#boxes .box.short.black .border, #boxes .box.long.black .border {
	background-image: url('/media/imgs/box_border_black.png');
}

#boxes .box.short a, #boxes .box.long a {
	position: absolute;
}

#boxes .box.short img {
	width: 163px;
	height: 149px;
	position: absolute;
	margin: 17px 0 0 6px;
}

#boxes .box.long img {
	width: 163px;
	height: 282px;
	position: absolute;
	margin: 17px 0 0 6px;
}



/* button */

.button a, .button a:visited, .button input {
	padding: 6px 10px 0 10px;
	height:19px;
	background-image: url('/media/imgs/Button_Back.gif');
	background-repeat: repeat-x;
	color: white;
	font-family: DINProCond;
	font-size: 15px;
	font-weight: 500;
	min-width: 84px;
	width: auto;
	white-space: nowrap;
}

.ie78 .button a, .ie78 .button a:visited, .ie78 .button input {
	font-weight: bolder;
}

.button input {
	height:25px;
}

.button a:hover, .button input:hover {
	background-image: url('/media/imgs/Button_Back_Hilight.gif');
	color: black;
}


#loginpage.site_PD #login_links .register {
	/*display: none;*/
}

.fieldset #dealer_id\5b \5d {
	height: 100px;
    width: 200px;
}




div.CDB_address_field_line4 {
	display: none;
}

