body {
margin:0;
padding:0;
background:url(images/page-bg.gif) top repeat-x;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}
.wrap {
width:850px;
margin:auto;
padding:0 10px;
text-align: left;
}

#header {
background:url(images/header2.gif) no-repeat 100% 0%;
height: 149px;
}

#page {
width:850px;
margin:auto;
padding:0px;
text-align: left;
}
#wrapper {
width:850px;
clear:both;
}

.date {
color:#4c8995;
font-weight: bold;
font-size: 15px;
margin-left: 5px;
}
h1 {
font-size: 21px;
color:#094d5f;
padding:0;
margin: 15px 0px 10px 0px;
text-align:center;
}
.h1nomargin {
font-size: 21px;
color:#094d5f;
padding: 0px 120px 0px 120px;
margin: -10px 0px 10px 0px;
text-align: center;
}
a.headlink:link, a.headlink:visited  {
font-size: 21px;
color:#094d5f;
font-style: italic;
text-decoration: underline;
}
a.headlink:hover, a.headlink:active  {
font-size: 21px;
color:#094d5f;
text-decoration: underline;
}

a {
color:#4c8995;
}

h2 {
color:#4c8995;
font-size:16px;
font-weight: bold;
}
h2 a {
color:#4c8995;
font-size:16px;
font-weight: bold;
}

h3, h4, h5, h6 {
color:#68b;
}

blockquote {
	background:url('images/hborder_right.png') repeat-y left;
	color:#888;
	font-size:0.9em;
	padding:0.2em 2em;
}
blockquote blockquote {
	margin:0;
	font-size:1em;
}



pre, code, textarea {
	font-size:12px;
}

code {
	color:#000;
}

img {
border:0;
}


/* Layout */

#content {
width:600px;
float:left;
}





#sidebar {
width: 200px;
float:right;
color:#888;
margin: 0px;
padding: 0px;
}
#sidebar div {
padding:0px 0px 0px 5px;
}
#sidebar div div {
	padding:0;
}


#sidebar h2 {
	color:#68b;
	font-size:1.2em;
	font-weight:bold;
	margin:0;
}

#sidebar p {
	text-align:left;
	margin-top:0;
	color:#666;
}

#sidebar ul {
	list-style:none;
	margin-left:0;
	padding-left:0;
	font-size:1.1em;
}

#sidebar ul ul {
	font-size:1em;
}

#sidebar ul ul ul{
	padding-left:1em;
}

#sidebar ul li {
	margin-top:2em;
}

#sidebar ul li li {
	margin:0;
}

#sidebar li li a {
	color:#99a;
	text-decoration:none;
}

#sidebar li li a:hover {
	color:#68a;
}
/* Sidebar ends */

#content {
	text-align:justify;
}



.selector {
width: 196px;
height: 193px;
background-image: url('images/selectbg.gif');
background-repeat: no-repeat;
text-align: center;
}

.selector_field {
width: 180px;
margin-top: 5px;
}
.selector_field1 {
width: 180px;
margin-top: 90px;
}




h2.archive-title {
	font-size:1.4em;
}
h2.pagetitle {
	font-size:2em;
}

#content ul {
	list-style:url('images/list-style.png');
}


/* Post */
.post {
	margin:0 0 4em 0;
	clear:both;
}

.post-title {
/*	background: url('images/border.png') repeat-x bottom; */
}

.post-title div {
/*	background: url('images/hborder_right.png') no-repeat bottom right; */
}
.post-title h2, .post-title h3 {
	font-weight:bold;
	margin:1em 1em 0 0;
}

.post-title h2 a, .post-title h3 a{
}

.post-entry, .archives {
font-size: 13px;
}

.post-entry a {
}

.post-meta {
	clear:both;
	margin-top:1.6em;
	font-size:1.1em;
	color:#999;
}
/* Post ends */


/* Comments */
#comments {
	margin:0 7%;
}
#comments h3 {
	font-size:1.6em;
}
.commentlist {
	list-style:none;
	margin:0;
	padding:0;
	text-indent:0;
}

.commentlist li {
	padding:2em 0;
	overflow:auto;
	border-bottom:1px solid #f8f8f8;
}

.commentlist p {
	margin:0.5em 0;
	font:1.1em/1.5em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align:left;
}
.commentlist p a, .commentlist h4 a {
	border-bottom:1px solid #eee;
}
.commentlist h4 {
	font-size:1.3em;
	margin:0;
}
.commentlist cite {
	font-style:normal;
}
.commentlist img.avatar {
	float: right; margin: 0 0 0 10px; padding: 3px; border:1px solid #eee;
}
textarea#comment {
	width:100%;
	font-size:1.6em;
}
/* Comment ends */


/* Search results */
.searchresult {
	clear:both;
}
.searchresult h3 {
	font-size:1.2em;
	margin:0;
	padding:1em 0 0 0;
}
.searchresult p {
	margin:0;
	padding:0 0 1em 0;
}
/* Search ends */
 



/* Calendar */
#wp-calendar caption {
	text-transform:uppercase;
	font-weight:bold;
	color:#68b;
}
#wp-calendar thead th {
	font-weight:bold;
	color:#888;
	text-align:center;
}
#wp-calendar tbody td {
	text-align:center;
}
#wp-calendar tbody td a {
	font-weight:bold;
}
/* Calendar ends */


.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
   margin: 5px 5px 5px 0;
}

.alignright {
   float: right;
   margin: 5px 0 5px 5px;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}









/*******************************************************
********************************************************
                   ORIGINAL STYLES 
********************************************************
*******************************************************/


.date {
color:#4c8995;
font-weight: bold;
font-size: 15px;
margin-left: 55px;
margin-bottom: 3px;
}
.datexx {
color:#4c8995;
font-weight: bold;
font-size: 15px;
margin-left: 10px;
margin-bottom: 3px;
}
.seokwp {
float: right;
color:#4c8995;
font-weight: bold;
font-size: 15px;
margin-right: 55px;
margin-bottom: 3px;
}
.seokwp a {
color:#4c8995;
}

.allmidewide {
float: left;
width: 509px;
}

.jsform {
margin:0px 0px 20px 45px;
height: 559px;
width: 755px;
background:url(images/jsbg.gif) no-repeat top;
background-color: #C2D6DA;
}
.jsform2 {
float: left;
margin:0px 0 20px 0;
height: 559px;
width: 586px;
background:url(images/jsbg2.gif) no-repeat top;
background-color: #C2D6DA;
}

.col_wrap {
float:left;
}
.editors_link {
text-align:right;
padding: 0 12px 10px 0;
}
.editors_link a {
color:#999999;
}

#footer { 
font-size:11px;
padding:10px;
background:#cfe3e7;
height:90px;
}
#footer a {
color:#636067;
}
.link {
float:right;
text-align:right;
width:450px;
}
.link a {
color:#636067;
}
.copy {
float:left;
color:#636067;
width:350px;
}
.footer_container {
width: 100%;
height: 30px;
position: relative;
z-index: 0;
padding: 0px;
background:url(images/footer-bg.gif) no-repeat 0% 100%;
}
.footer_container2 {
width: 100%;
height: 30px;
position: relative;
z-index: 0;
padding: 0px;
background:url(images/footer-bg2.gif) no-repeat 0% 100%;
}
.footer_left {
float: left;
font-size: 12px;
padding: 8px 0px 0px 14px;
color:#000;
}
.footer_right {
float: right;
padding: 8px 14px 0px 0px;
margin: 0;
}
.footer_right a {
display: none;
}

.car_list2 {
float:left;
width:273px;
margin:0;
text-align: center;
padding:4px;
margin-bottom:6px;
font-size: 11px;
}


.rotate-img{
height:84px;
float:left;
}

.rotate-img1{
width:590px;
float:left;
}


.car_rotate {
float:left;
width:192px;
margin:0;
text-align: center;
margin-bottom:6px;
font-size: 11px;
}

.promobox2 {
padding:4px;
font-size: 12px;
text-align: left;
color:#ba4400;
border-top: 1px solid;
border-bottom: 1px solid;
margin: 10px;
}

.carlist_sidebar {
float: right;
width: 240px;
padding-top:55px;
}
.carlist_sidebarxx {
float: right;
width: 240px;
}
.carlist_sidebarxx a {
color: #000000;
}
.carlist_sidebarxx li {
margin-bottom: 3px;
}
.text_col {
width:220px;
border: 1px solid #dcdcdc;
background-color: #ececec;
margin: 0px 0px 15px 0px;
padding: 10px;
}
.text_col p {
line-height: 14px;
}
.text_col strong {
color:#4c8995;
font-size:16px;
font-weight:normal;
}

.text1_col {
float: left;
width:566px;
border: 1px solid #dcdcdc;
background-color: #ececec;
margin: 0px 0px 15px 0px;
padding: 10px;
margin-top: 10px;
}
.text1_col p {
line-height: 14px;
}

.text2_col {
float: left;
width:828px;
border: 1px solid #dcdcdc;
background-color: #ececec;
margin: 0px 0px 15px 0px;
padding: 10px;
margin-top: 10px;
}
.text2_col p {
line-height: 14px;
}

.text2_col img {
float:right;
padding: 10px;
}

.h1art {
color:#4c8995;
font-size:18px;
font-weight: bold;
margin: 0px;
padding: 0px;
text-align: left;
}
.list_head {
font-size:16px;
text-align:left;
padding:4px;
font-weight: bold;
}

.text_coltop {
background:url(images/text_coltop2.gif) no-repeat;
height:8px;
width:850px;
margin-top:20px;
}
.text_colbg {
background:url(images/text_colbg2.gif) repeat-y;
width:850px;
}
.text_colbottom {
background:url(images/text_colbottom2.gif) no-repeat;
height:8px;
width:850px;
}
.text_col1 {
float:left;
width:238px;
margin:0;
padding:0 4px 0 4px;
}
.text_col1 strong {
color:#4c8995;
font-size:16px;
font-weight:normal;
}
.text_col2 {
float:left;
width:238px;
margin:0 10px 0 10px;
padding:0 4px 0 49px;
}
.text_col2 strong {
color:#4c8995;
font-size:16px;
font-weight:normal;
}
.text_col3 {
float:right;
width:238px;
margin:0;
padding:0 4px 0 4px;
}
.text_col3 strong {
color:#4c8995;
font-size:16px;
font-weight:normal;
}



.artbody {
width:828px;
border: 1px solid #dcdcdc;
background-color: #ececec;
margin: 0px 0px 15px 0px;
padding: 10px;
margin: 10px 0px 10px 0px;
}
.artbody_title {
color:#4c8995;
font-size:18px;
font-weight: bold;
}


.dirbody {
width:828px;
margin: 0px 0px 15px 0px;
padding: 10px;
margin: 10px 0px 30px 0px;
background-color: #f6f5f5;
border: 1px solid #dcdcdc;
}
.dirbody_title {
float: left;
color: #4c8995;
font-size:18px;
font-weight: bold;
margin-bottom: 15px;
}
.dirbody_nav {
float: right;
color: #000000;
font-size:13px;
font-weight: bold;
margin-bottom: 15px;
text-decoration: underline;
}
.arts_index {
float: left;
width: 400px;
padding: 6px;
font-size: 12px;
}
.arts_index a {
color: #000000;
}

.dir_index {
float: left;
width: 260px;
padding: 6px;
}
.dir_index a {
color: #000000;
}
.dir_item {
margin: 15px 10px 20px 10px;;
}
.dir_item a {
color: #003cff;
}
a.dir_link:link {
color: #000000;
font-weight: bold;
}
a.dir_link:visited {
color: #000000;
font-weight: bold;
}
a.dir_link:hover {
color: #000000;
font-weight: bold;
}
a.dir_link:active {
color: #000000;
font-weight: bold;
}
.dir_subcat {
font-size: 15px;
margin: 15px 10px 20px 10px;
font-weight: bold;
}



.middlemain {
float: left;
width: 590px;
}
.tablehead {
color: #547E00;
font-weight: bold;
text-align: center;
width: 590px;
}

.tablehead1 {
color: #547E00;
font-weight: bold;
text-align: center;
width: 850px;
}

.car_list {
border-bottom: 1px dotted #cccccc;
font-size: 11px;
width: 588px;
}
.car_list:hover {
background-color:#D6F6B5;
}
.car_list a{
color: #000000;
text-decoration: none;
}


.car_list1 {
border-bottom: 1px dotted #cccccc;
font-size: 11px;
width: 850px;
}
.car_list1:hover {
background-color:#D6F6B5;
}
.car_list1 a{
color: #000000;
text-decoration: none;
}

.carlist_narrow {
float: right;
width: 220px;
padding: 5px 10px 0px 10px;
height: 514px;
overflow: hidden;
background-color: #f6f5f5;
border: 1px solid #dcdcdc;
}
.list_head2 {
color:#4c8995;
font-size: 20px;
font-weight: bold;
margin-bottom: 10px;
text-align: center;
}
.car_list3 {
border-bottom: 1px dotted #cccccc;
font-size: 11px;
line-height: 11px;
}
.car_list3:hover {
background-color:#D6F6B5;
}
.car_list3 a{
color: #000000;
text-decoration: none;
}
.number3 {
float: left;
width: 20px;
margin: 1px;
padding: 2px;
text-align: center;
}
.model3 {
float: left;
width: 170px;
margin: 1px;
padding: 2px;
padding-left: 4px;
}




.hnumber {
float: left;
width: 20px;
background-color: #dddddd;
margin: 1px;
padding: 2px;
height: 29px;
}
.hmodel {
float: left;
width: 142px;
background-color: #dddddd;
margin: 1px;
padding: 2px;
height: 29px;
}
.hstyle {
float: left;
width: 142px;
background-color: #dddddd;
margin: 1px;
padding: 2px;
height: 29px;
}
.hprice {
float: left;
width: 95px;
background-color: #dddddd;
margin: 1px;
padding: 2px;
height: 29px;
}
.hmsrp {
float: left;
width: 70px;
background-color: #dddddd;
margin: 1px;
padding: 2px;
height: 29px;
}
.hothers_pay {
float: left;
width: 80px;
background-color: #dddddd;
margin: 1px;
padding: 2px;
height: 29px;
}
.hmpg {
float: left;
width: 60px;
background-color: #dddddd;
margin: 1px;
padding: 2px;
height: 29px;
}
.hincentives {
float: left;
width: 80px;
background-color: #dddddd;
margin: 1px;
padding: 2px;
height: 29px;
clear: right;
}

.number {
float: left;
width: 20px;
margin: 1px;
padding: 2px;
height: 29px;
text-align: center;
}
.model {
float: left;
width: 138px;
margin: 1px;
padding: 2px;
height: 29px;
padding-left: 4px;
}
.style {
float: left;
width: 138px;
margin: 1px;
padding: 2px;
height: 29px;
padding-left: 4px;
}
.price {
float: left;
width: 95px;
margin: 1px;
padding: 2px;
height: 29px;
text-align: center;
}
.msrp {
float: left;
width: 70px;
margin: 1px;
padding: 2px;
height: 29px;
text-align: center;
}
.others_pay {
float: left;
width: 80px;
margin: 1px;
padding: 2px;
height: 29px;
text-align: center;
}
.mpg {
float: left;
width: 60px;
margin: 1px;
padding: 2px;
height: 29px;
text-align: center;
}
.incentives {
float: left;
width: 80px;
margin: 1px;
padding: 2px;
height: 29px;
text-align: center;
clear: right;
}






/*makes general car list / full width*/

.hnumber1 {
float: left;
width: 20px;
background-color: #dddddd;
margin: 1px;
padding: 2px;
height: 29px;
}
.hmodel1 {
float: left;
width: 182px;
background-color: #dddddd;
margin: 1px;
padding: 2px;
height: 29px;
}
.hstyle1 {
float: left;
width: 142px;
background-color: #dddddd;
margin: 1px;
padding: 2px;
height: 29px;
}
.hprice1 {
float: left;
width: 125px;
background-color: #dddddd;
margin: 1px;
padding: 2px;
height: 29px;
}
.hmsrp1 {
float: left;
width: 100px;
background-color: #dddddd;
margin: 1px;
padding: 2px;
height: 29px;
}
.hothers_pay1 {
float: left;
width: 150px;
background-color: #dddddd;
margin: 1px;
padding: 2px;
height: 29px;
}
.hmpg1 {
float: left;
width: 100px;
background-color: #dddddd;
margin: 1px;
padding: 2px;
height: 29px;
}
.hincentives1 {
float: left;
width: 130px;
background-color: #dddddd;
margin: 1px;
padding: 2px;
height: 29px;
clear: right;
}

.number1 {
float: left;
width: 20px;
margin: 1px;
padding: 2px;
height: 29px;
text-align: center;
}
.model1 {
float: left;
width: 178px;
margin: 1px;
padding: 2px;
height: 29px;
padding-left: 4px;
}
.style1 {
float: left;
width: 138px;
margin: 1px;
padding: 2px;
height: 29px;
padding-left: 4px;
}
.price1 {
float: left;
width: 125px;
margin: 1px;
padding: 2px;
height: 29px;
text-align: center;
}
.msrp1 {
float: left;
width: 100px;
margin: 1px;
padding: 2px;
height: 29px;
text-align: center;
}
.others_pay1 {
float: left;
width: 150px;
margin: 1px;
padding: 2px;
height: 29px;
text-align: center;
}
.mpg1 {
float: left;
width: 100px;
margin: 1px;
padding: 2px;
height: 29px;
text-align: center;
}
.incentives1 {
float: left;
width: 130px;
margin: 1px;
padding: 2px;
height: 29px;
text-align: center;
clear: right;
}




.content_contact {
text-align: left;
padding: 10px;
border: 1px solid #ffffff;
margin:20px 205px 40px 205px;

}
.Contact {
font-size: 12px;
clear: both;
padding: 5px;
}
.Contact span.label {
float: left;
width: 120px;
text-align: right;
}
.Contact span.form {
float: right;
width: 278px;
text-align: left;
}
  
.hlimit_contact {
width: 250px;
}

.msg{
margin-left:138px;
padding-top:4px;}

.comps_head {
width: 225px;
background-image: url('images/compshead.gif');
height: 27px;
font-size: 18px;
color: #ffffff;
font-weight: bold;
padding: 5px 0px 0px 15px;
}
.comps_bg {
width:218px;
border: 1px solid #dcdcdc;
background-color: #ececec;
margin: 0px 0px 30px 0px;
padding: 10px;
}
.comps_bg strong {
color:#4c8995;
font-size:16px;
}
.comps_bg a {
color:#4c8995;
}

.directory {
width: 263px;
float: left;
padding: 10px;
font-size: 16px;
font-weight: bold;
text-align: center;
padding-top: 25px;
}
.comps_bg_dir {
width:218px;
border: 1px solid #dcdcdc;
background-color: #ececec;
margin: 0px 0px 15px 0px;
padding: 10px;
}
.comps_bg_dir a {
color:#4c8995;
font-size: 16px;
font-weight: bold;
}


.list_head {
font-size:16px;
text-align:left;
padding:4px;
margin-top:10px;
font-weight: bold;
}

ol {
padding: 0px 0px 0px 15px;
}
ol li {
padding-bottom: 3px;
}
ul {
padding: 0px 0px 0px 15px;
}

.arts50 {
width: 850px;
margin: 10px 0px 10px -1px;
}
.arts50x {
width:590px;
margin: 20px 0px 10px -1px;
}
.arts50xx {
width: 850px;
margin-top: 15px;
margin-bottom: 10px;
}
.arts_head {
width: 835px;
background:url(images/50artshead.gif) no-repeat 100% 0%;
height: 27px;
font-size: 18px;
color: #ffffff;
font-weight: bold;
border: 1px solid;
padding: 5px 0px 0px 15px;
}

.arts_head1 {
width: 575px;
background:url(images/50artshead1.gif) no-repeat 100% 0%;
height: 27px;
font-size: 18px;
color: #ffffff;
font-weight: bold;
border: 1px solid;
padding: 5px 0px 0px 15px;
}
.arts_bg {
background-image: url('images/50artsbg.gif');
width: 850px;
margin-top: -1px;
margin-left: 1px;
padding-bottom: 3px;
}
.arts_item {
width: 162px;
float: left;
padding: 1px 4px;
font-size: 11px;
}
.arts_item a {
color: #000000;
}

.arts_bg1 {
background-image: url('images/50artsbg.gif');
width: 590px;
margin-top: -1px;
margin-left: 1px;
padding-bottom: 3px;
}
.arts_item1 {
width: 172px;
float: left;
padding: 1px 4px;
font-size: 11px;
margin-left:10px;
}
.arts_item1 a {
color: #000000;
}

.bottomlinks {
width: 850px;
margin-top: 25px;
}
.bottomlinks_head{
width: 850px;
height: 35px;
background: url(images/bottomlinks_head.gif) no-repeat;
font-size: 1px;
font-height: 1px;
}
.bottomlinks_head_titles {
float: left;
font-size: 16px;
line-height: 16px;
color: #ffffff;
width: 255px;
padding-left: 29px;
padding-top: 10px;
}
.bottomlinks_head_titles2 {
float: left;
font-size: 16px;
line-height: 16px;
color: #ffffff;
width: 255px;
padding-left: 29px;
padding-top: 10px;
}
.bottomlinks_head_titles3 {
float: left;
font-size: 16px;
line-height: 16px;
color: #ffffff;
width: 230px;
padding-left: 29px;
padding-top: 10px;
}
.bottomlinks_mid{
width: 850px;
background: url(images/bottomlinks_mid.gif);
font-size: 1px;
font-height: 1px;
margin-bottom: -10px;
}
.bottomlinks_mid_body {
float: left;
width: 263px;
padding: 10px;
font-size: 12px;
}
.bottomlinks_mid_body2 {
float: left;
width: 263px;
padding: 10px;
font-size: 12px;
font-size: 18px;
}
.bottomlinks a {
color: #122c80;
}

.list_head_orig {
font-size:16px;
text-align:center;
padding:4px;
margin-top:10px;
font-weight: bold;
}
.tablehead_orig {
color: #547E00;
font-weight: bold;
text-align: center;
}
.hnumber_orig {
float: left;
width: 20px;
background-color: #dddddd;
margin: 1px;
padding: 2px;
height: 29px;
}
.hmodel_orig {
float: left;
width: 142px;
background-color: #dddddd;
margin: 1px;
padding: 2px;
height: 29px;
}
.hstyle_orig {
float: left;
width: 142px;
background-color: #dddddd;
margin: 1px;
padding: 2px;
height: 29px;
}
.hprice_orig {
float: left;
width: 95px;
background-color: #dddddd;
margin: 1px;
padding: 2px;
height: 29px;
}
.hmsrp_orig {
float: left;
width: 80px;
background-color: #dddddd;
margin: 1px;
padding: 2px;
height: 29px;
}
.hothers_pay_orig {
float: left;
width: 80px;
background-color: #dddddd;
margin: 1px;
padding: 2px;
height: 29px;
}
.hmpg_orig {
float: left;
width: 80px;
background-color: #dddddd;
margin: 1px;
padding: 2px;
height: 29px;
}
.hincentives_orig {
float: left;
width: 80px;
background-color: #dddddd;
margin: 1px;
padding: 2px;
height: 29px;
}
.car_list_orig {
border-bottom: 1px dotted #cccccc;
font-size: 11px;
}
.car_list_orig:hover {
background-color:#D6F6B5;
}
.car_list_orig a{
color: #000000;
text-decoration: none;
}
.number_orig {
float: left;
width: 20px;
margin: 1px;
padding: 2px;
height: 29px;
text-align: center;
}
.model_orig {
float: left;
width: 138px;
margin: 1px;
padding: 2px;
height: 29px;
padding-left: 4px;
}
.style_orig {
float: left;
width: 138px;
margin: 1px;
padding: 2px;
height: 29px;
padding-left: 4px;
}
.price_orig {
float: left;
width: 95px;
margin: 1px;
padding: 2px;
height: 29px;
text-align: center;
}
.msrp_orig {
float: left;
width: 80px;
margin: 1px;
padding: 2px;
height: 29px;
text-align: center;
}
.others_pay_orig {
float: left;
width: 80px;
margin: 1px;
padding: 2px;
height: 29px;
text-align: center;
}
.mpg_orig {
float: left;
width: 80px;
margin: 1px;
padding: 2px;
height: 29px;
text-align: center;
}
.incentives_orig {
float: left;
width: 80px;
margin: 1px;
padding: 2px;
height: 29px;
text-align: center;
}
.listcar_wide {
width: 767px;
margin-left: 35px;
}


.best-deal-box {
width:230px;
border:solid 1px #DCDCDC;
background:#F6F5F5;
padding:5px;
float:right;}

.td-head1{
float:left;
width:124px;
border:solid 2px #fff;
color:#547E00;
font-weight:bold;
text-align:center;
height:32px;}

.td-head2{
float:left;
width:100px;
border:solid 2px #fff;
border-left:none;
color:#547E00;
font-weight:bold;
text-align:center;
height:32px;}

.model-name{
float:left;
width:121px;
border-bottom: dashed 1px #ccc;
color:#000;
height:30px;
background-color:#fff;
font-size:11px;
padding:2px 3px 2px 4px;
}

.click-details{
float:left;
width:98px;
border-bottom: dashed 1px #ccc;
color:#000;
text-align:center;
height:30px;
background-color:#fff;
font-size:11px;
padding:2px;}

.make-subheading{
padding:6px;
border-bottom:solid 1px #BA4400;
border-top:solid 1px #BA4400;
margin:10px 0 10px 0;
color:#BA4400;
text-align:center;}


.tips {
width:220px;
border: 1px solid #dcdcdc;
background-color: #ececec;
margin: 0 60px 15px 0;
padding: 10px;
float:left;
height:266px;
}
.tips p {
line-height: 14px;
}
.tips strong {
color:#4c8995;
font-size:16px;
font-weight:normal;
}



.tips1 {
width:220px;
border: 1px solid #dcdcdc;
background-color: #ececec;
margin: 0 0 15px 0;
padding: 10px;
float:right;
height:266px;
}
.tips1 p {
line-height: 14px;
}
.tips1 strong {
color:#4c8995;
font-size:16px;
font-weight:normal;
}
/* Selector */

.selector-wrap{
background:url(images/selector-bg.jpg) no-repeat;
width:560px;
height:216px;
padding-top:60px;
float:left;
}

.selector-heading{
font-size:24px;
color:#BA4400;
font-weight:bold;
text-align:center;
padding:10px 0 0 0;
}

.sel-zip{ width:142px;}

.make{
float:left;
width:314px;
height:32px;}

.make label{
font-weight:bold;
float:left;
width:164px;
text-align:right;}

.make span{
float:right;
width:146px;
margin-left:2px;}

.make select{
width:146px;}

/*.selector-button{
background-image:url(images/next.jpg);
background-repeat:no-repeat;
width:142px;
height:37px;
font-weight:bold;
color:#fff;
font-size:20px;
border:none;}*/

#button{
background:url(images/next.jpg) no-repeat;
width:142px;
height:37px;
font-weight:bold;
color:#fff;
font-size:20px;
border:none;
}

.sub-title h1{
text-align:left;}
.sub-title span{ font-size:28px;}



#hGal { 
float:left; 
position:relative; 
z-index:2;
margin:10px 0 12px 10px; }

#hGal_top_pagi { 
position:absolute; 
right:0; 
top:-6px; 
z-index:3; }

#hGal_top_pagi div{ 
float:left; 
height:36px; 
width:36px; }

#hGal_top_pagi a { 
background:url("images/gal-button.gif") no-repeat scroll 0 0 transparent; display:block; 
float:left; 
height:36px; 
width:36px; }

#hGal_top_pagi .btnNext {background-position:0 -66px;}
#hGal_top_pagi a span {display:none}
#hGal_top_pagi_p {margin-right:3px}

#hGal_top_list { 
color:#000000; 
cursor:pointer; 
float:left; 
font-size:9px; 
width:59px; 
left:5px; 
top:38px; 
position:absolute;
z-index:4;}

#hGal_top_list_DIV { 
opacity:0.8; 
background:url("images/down-arrow.gif") no-repeat scroll 110% -255px #eee;
height:11px;
padding:2px 0 3px 8px;}


#hGal_top_list_UL{display:none;list-style-type:none;margin-top:0;}
#hGal_top_list_UL li{background:#fff;border:#4C8995 solid;border-width:0 1px 1px;cursor:pointer;float:right;width:57px;}
#hGal_top_list_UL a{color:#000;display:block;float:left;padding:2px 0 2px 8px;width:49px;}
#hGal_top_list_UL a:hover{background:#4C8995;color:#fff;text-decoration:none;}

#hGal .gallery { float:left; position:relative;  z-index:2; }
#hGal .gallery .dl { float:left; width:100%; }

#hGal .meta { float:left; padding-bottom:5px; }
#hGal .showsl, .showsl .links { display:block; }
#hGal .slide { float:left; width:100%; margin-bottom: 6px; }

#hGal .dl .photo { 
float:left; 
margin:0 10px 0 0; 
text-align:center; }

#hGal .dl .slide .head { 
clear:none; 
margin-bottom:1em;  }

#hGal .dl .slide .head h3 { 
color:#404040; 
font-size:1.2em; 
margin-top:0;
padding-top:0; 
}

#hGal .dl .stext { float:left; width:440px;}
#hGal .dl .links { float:right;width:296px; }
#hGal .dl .links ul li { font-weight:bold; padding-top:2px; }
#hGal .dl .links ul li a {  
font-weight:normal; 
padding:0 4px 0 6px;
widthLauto; }

#hGal .addthis { 
clear:both; 
float:left; 
left:0; 
padding:10px 0; 
position:absolute; 
z-index:3; 
top:206px;
width:300px; }

#hGal_bot_pagi { 
background:#4C8995; 
clear:both; 
float:left; 
height:23px; 
position:relative; 
width:100%; 
z-index:2;
color:#FFFFFF; 
font-size:14px; }

#hGal_top_pagi_p2 { 
float:left; 
width:90px; }

#hGal_top_pagi_p2 a { 
color:#FFFFFF; 
display:block; 
height:19px; 
padding:4px 4px 0 10px; 
text-decoration:none;}

#hGal_bot_list { 
color:#FFFFFF; 
float:left; 
font-size:0.9em; 
width:70%;left:80px; 
position:absolute; 
top:0; z-index:3; }

#hGal_bot_list_title { 
height:11px; 
padding:4px 0 3px 8px; }

#hGal_top_pagi_n2 { float:right; width:60px; }

#hGal_top_pagi_n2 a.btnNext { 
color:#FFFFFF; 
display:block; 
height:19px; 
padding:4px 2px 0 7px;
text-decoration:none; }

.gallery .ldrgif {display:none}
.hidesl, .hidesl .links {display:none;}
.showsl, .showsl .links {display:block;}

.copy-txt{min-height:216px;}

/*mobile page*/

#page_mobi {
width:100%;
padding:0px;
}
#wrapper_mobi {
width:100%;
min-width:900px;
}
#header_mobi {
background:url(images/header2.gif) no-repeat;
height: 149px;
width:900px;
}

.text_mobi{
float:left;
width:500px;
margin-left:20px;}

.jsform_mobi{
width:320px;
float:left;}

.footer_mobi{
width:99%;
background-color:#C2D6DA;
border:solid 1px #7E989D;
margin-top:10px;
min-width:850px;}

.footer_mobi a {
color:#636067;
text-decoration:none;}

.footer_mobi a:hover{
text-decoration:underline;}

.link_mobi{
background: url(images/f-bullet.gif) no-repeat left 4px;
padding:4px 4px 4px 16px;
border-top:solid 1px #7E989D;}

.text_mobi strong {
color:#4c8995;
font-size:16px;
}
