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:18px;
font-weight: bold;
}
h2 a {
color:#4c8995;
font-size:18px;
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;
}

input {
	font-size:1.2em;
}

input[type=text], textarea{
	background:transparent;
	border:1px inset #aaa;
}
input[type=submit] {
	background:#eee;
	border:1px outset #aaa;
}

input[type=text]:focus, textarea:focus {
	background:#ffc;
}

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: #89b449;
}
.jsform2 {
float: left;
margin:0px 0 20px 0;
height: 559px;
width: 586px;
background:url(images/jsbg2.gif) no-repeat top;
background-color: #89b449;
}

.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;
clear:both;
}
#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:#fff;
}
.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;
}

.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;
}
.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;
margin-top:10px;
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;
}
.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;
}



.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: 16px;
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;
}




.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: 100px;
text-align: right;
}
.Contact span.form {
float: right;
width: 288px;
text-align: left;
}
  
.hlimit_contact {
width: 250px;
}


.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;;
}
.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_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;
}


.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;}