/* Dodge Home Page */


body, img, div, form, h1, h2, h3, h4, h5, h6, p, table {
    padding:0px;
    margin:0px;
    border:none;
}

/* -------------------------- A/B Testing Styles -------------------------- */

#veh_img {
	width: 593px;
	_width: 550px;
}

#campaign {
	margin-top:15px;
	width:60%;

}

input {
	background: url(/shared/images/input-bg.gif) repeat-x;
}

#campaign img {	
	margin-left: 10px;
}

#right-col {
float: left;
width: 550px;
}

span.price{
float:right;
margin-top:-15px;
}

#loader {
float: left;
position: relative;
top: 20px;
width: 800px;
text-align: center;
}

#next_dealers {
	background:transparent url(/shared/images/next_dealer.jpg) no-repeat scroll 0 0;
	cursor:pointer;
	float:left;
	height:86px;
	position:absolute;
	right:14px;
	top:55px;
	width:40px;
	z-index: 9999;
}

#prev_dealers {
	background:transparent url(/shared/images/prev_dealer.jpg) no-repeat scroll 0 0;
	cursor:pointer;
	float:left;
	height:87px;
	left:26px;
	position:absolute;
	top:54px;
	width:47px;
	z-index: 9999;
}

#dealer_list #dealer_holder {
background: url(/shared/images/dealer_holder_bg.jpg) repeat-x;
position: relative;
float: left;
clear: both;
width: 896px;
height: 120px;
padding: 8px;
}

#dealer_list span.dealer {
	
	background-color:#DCDEDD;
	display:block;
	float:left;
	margin-right:10px;
	padding:6px 0;
	width:185px;
	
}

#dealer_list span dl {
	background-color:white;
	float:left;
	height:98px;
	margin:0 8px;
	padding:5px;
	position:relative;
	width:159px;
	_height: 128px;

}

#dealer_list dt {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: bold;
}

#dealer_list dt a {
	color: #006794;
	text-decoration: none;
}

#dealer_list dd.items {
	margin: 0;
	padding: 0;
	font-size: 10px;
	color: #333333;
}

#dealer_list dd.items a {
	color: #c72d45;
	text-decoration: none;
}

dd.dealer_gaq {
	
	bottom:0;
	color:white;
	display:block;
	font-size:11px;
	font-weight:bold;
	left:-2px;
	margin:0;
	
	position:absolute;
	text-align:center;
	

}

dd.dealer_gaq a {
	background:transparent url(/shared/images/dealerlist_button.png) repeat-x scroll 0 0;
	text-decoration: none;
	color: white;
	display: block;
	padding:4px 2px;
	width:167px;
	_width: 153px;
}

dd.dealer_gaq a:hover {
	background:transparent url(/shared/images/dealerlist_button_roll.png) repeat-x scroll 0 0;
}

.border-nav {
	background: url(/shared/images/nav-sep.gif) no-repeat  0px 5px;
}

#vehicle_nav {
	float: left;
	clear: both;
	width: auto;
	
	color: #292929;
	border: 1px solid #9a9a9a;
	margin: 20px 0 0px 19px;
	
	background: url(/shared/images/veh-bg.gif) repeat-x;
}

#vehicle_nav li,
#vehicle_nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#vehicle_nav li {
	display: block;
	float: left;

}



#vehicle_nav li a {
	display: block;
	padding: 3px 5px 0px 8px;
	text-decoration: none;
	color: #fbfbfd;
	font-size: 10px;
	font-weight: bold;
	cursor: pointer;
}

.navselected,
#vehicle_nav li a:hover {
	background-color: white;
	color: #292a2c;
	height: 19px;
	position: relative;
	right: -1px;
	float: left;

}

#left-col {
	float: left;
	/*width: 324px;*/
	position: relative;
}


input {
	color:#888888;
	float:left;
	font-size:12px;
	padding:2px;
	text-align:center;
	width:103px;
}

#fad_link,
#gaq_link {
	margin: 0 0 10px 4px;
	float: left;
	cursor: pointer;
}

#fad_link ,
#gaq_link  {
	background: url(/shared/images/zipbutton.png) no-repeat;
	padding: 6px 0 0;
	width: 150px;
	display: block;
	text-align: center;
	color: white;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	height: 25px;
}

#fad_link:hover,
#gaq_link:hover {
	background: url(/shared/images/zip_button_roll.png) no-repeat;
}

#find_dealer {
	background-color:white;
	border:2px solid #CCCCCC;
	float:left;
	margin:20px 0 0 20px;
	width: 324px;
	clear: both;
}

#find_dealer form {
	padding: 15px 15px 42px 30px;
}



#vehicle_nav .items {
	position: relative;
	top: 15%;
}

.dealer_inner {
	margin: 0pt auto; 
	display: block; 
	width: 780px; 
	_width: 880px; 
	_position: relative;
	_left: 35px;
}

#dealer_list {
	border:1px solid #9a9a9a;
	clear:both;
	float:left;
	margin-left:20px;
	overflow:hidden;
	width:912px;
	_width: 890px;
	position: relative;
}

#dealers {
	width: 4000px;
	float: left;
	clear: both;
}

#dealers ul {
	width: 150px;
	float: left;
	border: 2px solid #eee;
	padding: 3px;
	margin: 3px;
	list-style: none;
	height: 82px;
}

/* -------------------------- header styles  -------------------------- */

#top {
	background: #FFFFFF url(../../shared/images/header_bg.gif) repeat scroll 0 0;
	background-color: white;
	font-family: arial, verdana, helvetica, san-serif;
	font-size:11px;
	width:960px;
	height:75px;
	margin-left: 10px;
	border-bottom: 1px solid #bec6c8;
}
#logo {
	float: left;
	height: 75px;
	display: inline;
	margin: 0;
	padding: 0;
	width: 212px;
}
#welcome {
	color: #575761;
	float:right;
	font-size:20px;
	font-weight:bold;
	margin: 0px 15px 0 0;
	padding-top:10px;
}

/* -------------------------- main styles  -------------------------- */
/*
#main_content { 
	float: left;
	clear: both;
	border: 10px solid #eee;	
	width: 960px;
*/
#wrapper {
	width:980px;
  	background: url('../../shared/images/main_shadow.png') repeat-y;
  	position: relative;
  	margin-left: auto; 
  	margin-right: auto;
  	text-align: left;
}
body {
	background: #E4E4E4 url('../../shared/images/body_back.gif') repeat-x scroll left top !important;
}

.vehicle08 {
	border: 2px solid #a09f9f;
margin-left: 15px;
}

#content {
   	/*background: url('../../shared/images/main_bg.gif') repeat;*/
	float: left;
	clear: both;
	margin-left: 10px;
	/*padding-bottom: 10px;*/
	width: 960px;
}
#landing {
	width: 960px;

	float: left;
	
	background-color: white;
	
	padding-bottom: 20px;
}
#copy {
	margin: 15px 0 0 20px;
	width: 324px;
	float: left;
	border: 2px solid #ccc;
	background-color: white;	
	
}
#box_top {	
	width: 324px;
	/*min-height: 300px;*/
	margin: 0;
	padding: 0;
	float: left;
	margin-bottom: 15px;
	/*clear: both;*/
}
#display_name {
	margin: 10px 0 0 30px;
	padding: 0;
	width: 260px;
	color: #999999;
	font-weight: bold;
	/*display: block;*/
	font-size: 20px;
}
#offer {
	margin: 5px 0 0 30px;
	padding: 0;
	width: 260px;
	color: #9999999;
	font-weight: normal;
	display: block;
	font-size: 14px;
}

#offer td {
	font-size: 10px;
}

#landing #button img {
	position: relative;
	left: -15px;
}
#landing select {
	margin: 15px 15px 15px 30px;
	border: none;
	/*border: 1px solid #CCCCCC;*/
	background-color: #EEEEEE;
	background: url('../../assets/select_bg.png') no-repeat;
	width: 250px;
	height: 22px;	
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;	
}
#landing option {
	background-color: #EEEEEE;
	color: #333333;
}
#zip {
	margin: 15px 30px 10px 30px;
}


.gaq_btn {
	margin: 10px 30px 10px 30px;
}
.dealer_btn {
	margin: 0 30px 10px 30px;
}
.line{
	margin: 10px 30px 10px 30px;
}


#box_bottom {
	margin: 0;
	padding: 0;
	width: 321px;
	/*height: 27px;*/
}

#learn {
	cursor: pointer;
	float: right;
	margin: 4px 0 10px 0;
	text-align: center;
	color: #FFFFFF;
	
}

#learn  {
	background: url(/shared/images/learnmorebutton.png) no-repeat;
	height: 25px;
	padding: 6px;
	color: #7f0200;
	display: block;
	text-decoration: none;
	color: white;
	width: 225px;
}

#learn:hover {
	background: url(/shared/images/learnmorebutton_roll.png) no-repeat;
}

#footer {
	border-top:1px solid #390001;
	clear:left;
	font-family:arial,verdana,helvetica,san-serif;
	font-size:11px;
	width:960px;
	margin-left: 10px;
	padding-bottom: 20px;
	text-align: left;
}
#disclaimer1 {
	margin: 20px;
	color: #333333;
}
#disclaimer1 {
	margin: 20px;
	color: #333333;
}
.clear{
	clear:both;
	overflow: hidden;
	height:1px;
	width: 1px;
}

.autoclear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}



