#sfWebDebug
{
  padding: 0;
  margin: 0;
  font-family: Georgia;
  font-size: 12px;
  color: #333;
  text-align: left;
  line-height: 12px;
}

#sfWebDebug a, #sfWebDebug a:hover
{
  text-decoration: none;
  border: none;
  background-color: transparent;
  color: #000;
}

#sfWebDebug img
{
  border: 0;
}

#sfWebDebugBar
{
  position: absolute;
  margin: 0;
  padding: 1px 0;
  right: 0px;
  top: 0px;
  opacity: 0.80;
  filter: alpha(opacity:80);
  z-index: 10000;
}

#sfWebDebugBar[id]
{
  position: fixed;
}

#sfWebDebugBar img
{
  vertical-align: middle;
}

#sfWebDebugBar .menu
{
  padding: 5px;
  display: inline;
}

#sfWebDebugBar .menu li
{
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  border-right: 1px solid #aaa;
}

#sfWebDebugBar .menu li.last
{
  margin: 0;
  padding: 0;
  border: 0;
}

#sfWebDebugDatabaseDetails li
{
  margin: 0;
  margin-left: 30px;
  padding: 5px 0;
}

#sfWebDebugShortMessages li
{
  margin-bottom: 10px;
  padding: 5px;
  background-color: #ddd;
}

#sfWebDebugShortMessages li
{
  list-style: none;
}

#sfWebDebugDetails
{
  margin-right: 7px;
}

#sfWebDebug pre
{
  line-height: 1.3;
  margin-bottom: 10px;
}

#sfWebDebug h1
{
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  padding: 0;
  border: 0px;
  background-color: #eee;
}

#sfWebDebug h2
{
  font-size: 14px;
  font-weight: bold;
  margin: 10px 0;
  padding: 0;
  border: 0px;
  background: none;
}

#sfWebDebug .top
{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  padding: 10px;
  z-index: 9999;
  background-color: #efefef;
  border-bottom: 1px solid #aaa;
}

#sfWebDebugLog
{
  margin: 0;
  padding: 3px;
  font-size: 11px;
}

#sfWebDebugLogMenu li
{
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  border-right: 1px solid #aaa;
}

#sfWebDebugConfigSummary
{
  display: inline;
  padding: 5px;
  background-color: #ddd;
  border: 1px solid #aaa;
  margin: 20px 0;
}

#sfWebDebugConfigSummary li
{
  list-style: none;
  display: inline;
  margin: 0;
  padding: 0 5px;
  border-right: 1px solid #aaa;
}

#sfWebDebugConfigSummary li.last
{
  margin: 0;
  padding: 0;
  border: 0;
}

.sfWebDebugInfo, .sfWebDebugInfo td
{
  background-color: #ddd;
}

.sfWebDebugWarning, .sfWebDebugWarning td
{
  background-color: orange;
}

.sfWebDebugError, .sfWebDebugError td
{
  background-color: #f99;
}

.sfWebDebugLogNumber
{
  width: 1%;
}

.sfWebDebugLogType
{
  width: 1%;
  white-space: nowrap;
  color: darkgreen;
}

.sfWebDebugLogInfo
{
  color: blue;
}

.ison
{
  color: #3f3;
  margin-right: 5px;
}

.isoff
{
  color: #f33;
  margin-right: 5px;
  text-decoration: line-through;
}

.sfWebDebugLogs
{
  padding: 0;
  margin: 0;
  border: 1px solid #999;
  font-family: Georgia;
  font-size: 11px;
}

.sfWebDebugLogs tr
{
  padding: 0;
  margin: 0;
  border: 0;
}

.sfWebDebugLogs td
{
  margin: 0;
  border: 0;
  padding: 1px 3px;
  vertical-align: top;
}

.sfWebDebugLogs th
{
  margin: 0;
  border: 0;
  padding: 3px 5px;
  vertical-align: top;
  background-color: #999;
  color: #eee;
  white-space: nowrap;
}

.sfWebDebugDebugInfo
{
  margin-left: 10px;
  padding-left: 5px;
  border-left: 1px solid #aaa;
}

.sfWebDebugCache
{
  padding: 0;
  margin: 0;
  font-family: Georgia;
  position: absolute;
  overflow: hidden;
  z-index: 995;
  font-size: 9px;
  padding: 2px;
  filter:alpha(opacity=85);
  -moz-opacity:0.85;
  opacity: 0.85;
}
        * {
            margin: 0;
        }
        html, body {
            height: 100%;
        }
body {
    background: url("../images/usga-body-bg.png") repeat-x top;
  background-color:#C7C7C7 !important;
  font-family:Georgia !important;
  font-size:12px;
  margin:0px;
}

div.body{
    width:980px;
}

div.flag{
    width:980px;
    
    background: url("../images/usga-header.png") no-repeat top center;
    margin: auto;
    margin-top: 0px;
}

div.header{
    height: 72px;
    width:980px;
    overflow: hidden;
    margin: auto;
    margin-top: 0px;
}
div.menu{
    width:980px;
    height: 65px;

    margin: auto;
    margin-top: 0px;
}

div.content{
    width:978px;

    background: url("../images/usga-corner.png") no-repeat top right;
    background-color: white;
    margin: auto;
    margin-top: 0px;
    border: 1px solid #C6C6C6;
}

div.bottom{
    width:980px;
    padding-top: 20px;
    overflow: hidden;
    background: url("../images/usga-bottom.png") no-repeat top center;
    margin: auto;
    margin-top: 0px;
    text-align: center;
    color:#01187c;
}

div.top{
    width:980px;
    overflow: hidden;
    background: url("../images/usga-top.png") no-repeat top center;
    margin: auto;
    margin-top: 0px;
    text-align: center;
    color:#01187c;
    height: 7px;
}



a.mem {color:#333; font-size:12px; text-decoration:underline; font-weight:normal;}
a.footer {color:#333; font-size:12px; text-decoration:underline;font-weight:normal;  line-height:25px;}
a.footer:visited {color:#333; font-size:12px; text-decoration:underline;font-weight:normal;  line-height:25px;}
.rights {color:#333; font-size:11px; text-decoration:none;font-weight:normal;}


h1{
    color:#ff3300;
    font-family: Georgia;
	font-size:22px;
    margin: 0px;
    padding: 0px;
}
h2{
    color: #3557c6;
    font-family: Georgia;
    font-size: 20px;
    font-weight: normal;
    padding: 0px;
    margin: 0px;
}

a {
  color: #0215C0;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}x

a:visited {
  color: #0215C0;
}


.MainMenuNormal {
  width: 109px;
  text-align: center;
  height: 29px;
  font-weight: bold;
  text-decoration: none;
  color: #000000;
}

.MainMenuSel {  
  height: 29px;
  text-align: center;
  width: 109px;
  font-weight: bold;
  text-decoration: none;
  color: #FFFFFF;
}

.MainMenuNormal a {
  font-weight: bold;
  text-decoration: none;
  color: #000000;
}

.MainMenuNormal a:hover {
  text-decoration: underline;
}

.MainMenuNormal a:visited {
  color: #000000;
}

.MainMenuSel a {
  font-weight: bold;
  text-decoration: none;
  color: #FFFFFF;
}

.MainMenuSel a:hover {
  text-decoration: underline;
}

.MainMenuSel a:visited {
  color: #FFFFFF;
}


.header {width:750px; height:85px; color:#000199; font-size:12px; font-weight:bold;}
.orange_color {background-color:#fe6600; width:750px; height:10px;}
.usg {top:3px; left:7px; border: 0px solid transparent;}
.members {top:5px; left:0px; width:750px; text-align:right;}
.menu {top:47px; left:0px; width:750px; text-align:left; z-index:2;}
.menu_bg {top:75px; left:0px; width:750px;}

.info {margin: 12px 18px 12px 18px;}
.title {font-family:Georgia; font-size:16px; font-weight:bold; letter-spacing:1px;}
.items {font-family:Georgia; font-size:12px; font-weight:bold;}
.orange {color:#fe6600;}
.blue {color:#000b4f;}

td {
  text-align: left;
}

#results_table {
  font-family: Georgia;
  font-size: 12px;
}

#results_table th {
  background-color: #000C58;
  text-align: center;
  color: #FFF;
  font-weight: bold;
}

#results_table td {
  padding: 8px;
}

#results_table a {
  color: #000;
  text-decoration: underline;
}

#results_table a:hover {
  text-decoration: none;
}

#results_table a:visited {
  color: #777;
}

#results_table_footer {
  font-size: 14px;
}

#results_table_footer a {
  color: blue;
  text-decoration: underline;  
}

#results_table_footer a:hover {
  text-decoration: none;
}

.input_button {
  background-color: #F76503;
  border: none;
  width: 67px;
  color: #FFF;
}



#home_page_block {
  float: right;
  width: 92%;
  margin-left: 5px;
  color: #747474;
  margin-top:0px;
}


#left_panel {
  background-color: #FBFCC9;
  width: 550px;
  padding: 16px;
}

#left_panel p{
  margin-top: 10px;
  margin-bottom: 10px;
}

#left_panel ol{
  margin-top: 10px;
  margin-bottom: 10px;
}

#right_panel {
/*  padding-left: 16px;
  padding-right: 16px;
  padding-top: 16px;
  padding-bottom: 0px;
  border: 1px solid #7F9DB9;*/
}

#chapters_left_panel {
  background-color: #FBFCC9;
  width: 300px;
  padding: 10px;
}

#chapters_left_panel p{
  margin-top: 10px;
  margin-bottom: 10px;
}

#chapters_left_panel ol{
  margin-top: 10px;
  margin-bottom: 10px;
}

#chapters_left_panel h2{
  color: #F76503;
  height: 21px;
  font-size: 18px;
  font-weight: bold;
  padding-left: 5px;
  width: 90%;
  margin: 0px;
}

#chapters_right_panel {
}

#chapters_right_panel  h2{
  color: #F76503;
  height: 21px;
  font-size: 18px;
  font-weight: bold;
  padding-left: 5px;
  width: 90%;
  margin: 0px;
}

#right_panel table {
  padding-bottom: 0px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 16px;
}

#text_block {
  float: right;
  width: 94%;
  margin-left: 5px;
  color: #747474;
  margin-top:0px;
}
.registration_right_text{
	font-family:Georgia;
	font-size:12px;
	color:#000468;	
}
.sell_right_text{
	font-family:Georgia;
	font-size:11px;
	color:#000468;	
}

div#reg input {
	border:0 !important;
}

.car_information_bg{
	 background:url('images/515.jpg') bottom left repeat-x;	 
}
.installed_options_bg{
	 background:url('images/335.jpg') bottom left repeat-x;	 
}
.detailed_description_bg{
	 background:url('images/280.jpg') bottom left repeat-x;	 
}
.upload_photos_bg{
	 background:url('images/700.jpg') bottom left repeat-x;
}
.contact_information_bg{
}
.account_information_bg{
}
.hotdeals_cars{
	width:123px;
	height:225px;
	background:#FFF2BD;
}
.text_color{
	color:#000039;
}
.field_title{
	font-family:Georgia;
	font-size:12px;
	color:#000039;
}
.field_names{
	font-family:Georgia;
	color:#000039;
	font-size:14px;
}
.links{
	font-size:12px;
	color:#000039;
}
.box_bg{/*how it is work*/
	background:url('images/bg.gif') repeat-x;
}
.photo_field{
	border:1px #272964 solid;
}
.browse_button{
	font-family:Georgia;
	font-size:14px;
	font-weight:bold;	
	width:198px;
}
.choose_button{
	font-family:Georgia;
	font-size:14px;	
	width:198px;
}
.table_border{
	border:1px #FE6700 solid;
	padding: 0px;
}
.tittle_Orange {
	font-family: Georgia;
	color: #FE6700;
	text-decoration: none;
	letter-spacing: -1px;
	font-size:18px;
}
.title{
	font-family:Georgia;
	font-size:26px;
	color:white;	
}
.subtitle{
	font-family:Georgia;
	color:#000066;
	font-size:14px;
}
.bgcolor{
	background:#FFF2BD;
}
.receive_vehicle{
	font-family:Georgia;
	font-size:17px;
	color:#0D0B6C;
	font-weight:bold;
}
.welcome_reg_button{
	font-family:Georgia;
	font-size:14px;
	font-weight:bold;
	color:white;
	width:150px;
	height:30px;
	border:2px #383DA3 solid;
	background:#FE6700;	
}
.bottom_line{
	height:10px;
	background-color:#F76503;
}
.checkbox_bg{
	border:0px;
	background:white;
	background:transparent;
}
.sign_up{
	color:black;
	font-weight:bold;
	font-family:Arial;
	font-size:11px;
}
.tittle_blue_main {
	font-family: Georgia;
	color: #000D66;
	font-wright: 400;
	font-size: 13pt;
}
.BUY{
	padding-left:20px;
	font-family:Georgia;
	font-size:13px;
	line-height:19px;
	color:black;
	font-weight:bold;
}
.sell_topright_text{
	color:#000468;
	font-family:Georgia;
	font-size:12px;
}
.authentication_button{
	font-family:Georgia;
	font-size:14px;
	font-weight:bold;
	color:white;
	width:100px;
	height:20px;
	border:1px #383DA3 solid;
	background:#FE6700;
}

.contactusTable{
}

.contactusTable th {
  text-align: left;
  width: 150px;
  height: 20px;
  vertical-align: top;
  font-size: 14px
}
.faq_body{
	font-family:Georgia;
	font-size:12px;
	color:#000039;
}
.downloads_tab_center{
 background: url(downloads_center.jpg) repeat-x;
}
.dRegisterBonusBoxBg {
	background:#FFCC00 url(../images/register_bonus_box_bg.jpg) left top repeat-x;
}

#menu_container, #navContainer {width: 750px; background: transparent url(../images/topmenu_div_bg.jpg) top left repeat-x;}
.menu_enclose{
	width:1px;
	height:25px;
	background: #CCCCCC;
	float:right;
	overflow:hidden;
}
.clr{
	clear:both;
}







div.articlesBlock1BorderTop {
	background:#FCFCFC url(../images/articles_block1_border.gif) left top repeat-x;
	margin:0 0 7px 0;
}
div.articlesBlock1BorderLeft {
	background:url(../images/articles_block1_border.gif) left top repeat-y;
}
div.articlesBlock1BorderRight {
	background:url(../images/articles_block1_border.gif) right top repeat-y;
}
div.articlesBlock1BorderBottom {
	background:url(../images/articles_block1_border.gif) left bottom repeat-x;
}
div.articlesBlock1CornerLeftTop {
	background:url(../images/articles_block1_corner_left_top.gif) left top no-repeat;
}
div.articlesBlock1CornerRightTop {
	background:url(../images/articles_block1_corner_right_top.gif) right top no-repeat;
}
div.articlesBlock1CornerRightBottom {
	background:url(../images/articles_block1_corner_right_bottom.gif) right bottom no-repeat;
}
div.articlesBlock1CornerLeftBottom {
	background:url(../images/articles_block1_corner_left_bottom.gif) left bottom no-repeat;
	padding:12px 12px 18px 18px;
	width:430px;
}
div.articlesBlock1Content {
	font-family:Georgia;
	font-size:13px;
	color:#000;
}
div.CatsTitles {
	font-family:Georgia;
	font-size:24px;
	color:#000;
	margin:12px 0 13px 0;
}
.articlesBlock1Content a {color:#000A4E;font-size:14px;font-weight:bold;}

div.articlesBlock2BorderTop {
	background:#F5F5F5 url(../images/articles_block2_border.gif) left top repeat-x;
	margin:0 0 3px 0;
}
div.articlesBlock2BorderLeft {
	background:url(../images/articles_block2_border.gif) left top repeat-y;
}
div.articlesBlock2BorderRight {
	background:url(../images/articles_block2_border.gif) right top repeat-y;
}
div.articlesBlock2BorderBottom {
	background:url(../images/articles_block2_border.gif) left bottom repeat-x;
}
div.articlesBlock2CornerLeftTop {
	background:url(../images/articles_block2_corner_left_top.gif) left top no-repeat;
}
div.articlesBlock2CornerRightTop {
	background:url(../images/articles_block2_corner_right_top.gif) right top no-repeat;
}
div.articlesBlock2CornerRightBottom {
	background:url(../images/articles_block2_corner_right_bottom.gif) right bottom no-repeat;
}
div.articlesBlock2CornerLeftBottom {
	background:url(../images/articles_block2_corner_left_bottom.gif) left bottom no-repeat;
	padding:12px 12px 12px 18px;
	width:420px;
}
div.articlesBlock2Content {
	font-family:Georgia;
	font-size:13px;
	color:#000;
}
.articlesBlock2Content a {color:#000A4E;font-size:14px;font-weight:bold;}

div.articlesBlock3Content {
	background:#FFF2BD;
	padding:14px 10px 14px 14px;
}
.articlesBlock3Content a {color:#000A4E;font-size:12px;font-weight:bold;}
div.articlesBlock4Content {
	background:#FDFDE3;
	margin:11px 0 0 0;
	padding:14px 10px 14px 14px;
}
.articlesBlock4Content a {color:#000A4E;font-size:12px;font-weight:bold;}
div.articlesBlock5Content {
	background:#FDFDE3;
	margin:11px 0 0 0;
	padding:14px 10px 14px 14px;
}


div.testimonials_images {
	background:url(../images/testimonials-images.png) center center no-repeat;
	width:272px;
	height:676px;
	margin:30px 0 40px 10px;
}
div.testimonialsMainBox {
	margin: 20px 18px 10px 16px;
	width:466px;
	background:#808080;
}
div.testimonialsBoxSquare {
	height:6px;
	width:6px;
	background:#fff;
	overflow:hidden;	
}
div.testimonialsBoxBorder {
	float:left;
	width:460px;
	background:#000080;
}

td.head_sales_right {
	background:url(../images/head_sales_right.jpg) right top no-repeat;
	height:75px;
}
div.specialOfferBooks {
	background:url(../images/special_offer_books.jpg) left top no-repeat;
	width:623px;
	height:255px;
	overflow:hidden;
	margin:40px 0 0 0;
}
td.adid1003_find_vehicle_box_bg {
	background:url(../images/adid1003/find_vehicle_box_bg.jpg) left top no-repeat;
	width:250px;
	height:403px;
	padding:0;
	margin:0;
}
/* Horizontal Carousel */
#horizontal_carousel {
  float: left;
  width: 610px;
  height: 240px;
  margin-bottom: 10px;
  position: relative;
}

#horizontal_carousel .container {
  float: left;
  width: 500px;
  height: 240px;
  position: relative;    
  overflow: hidden;
}

#horizontal_carousel ul {
  margin: 0;
  padding:0;
  width: 100000px;
  position: relative;
  top: 0;
  left: 0;
  height: 240px;
}                      

#horizontal_carousel ul li {
  width: 250px;
  height: 240px;
  text-align: center; 
  list-style:none;   
  float:left;
}

#horizontal_carousel .previous_button {
  float:left;  
  width: 32px;
  height: 175px;
  background: url(../images/horizontal/left.png);
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel .previous_button_over {
  background: url(../images/horizontal/left_over.png);
}

#horizontal_carousel .previous_button_disabled {
  background: url(../images/horizontal/left_disabled.png);
  cursor: default;
}

#horizontal_carousel .next_button {
  float:left;  
  width: 32px;
  height: 175px;
  background: url(../images/horizontal/right.png);
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel .next_button_over {
  background: url(../images/horizontal/right_over.png);
}

#horizontal_carousel .next_button_disabled {
  background: url(../images/horizontal/right_disabled.png);
  cursor: default;
}


/* vertical Carousel */

.ui_vertical_carousel {
}

#vertical_carousel {
  float:left;
  width: 350px;
  height: 270px;
  margin-bottom: 10px;
  position: relative;
}

#vertical_carousel .container {
  float:left;  
  width: 260px;
  height: 240px;
  overflow: hidden;
}

#vertical_carousel ul {
  margin: 0;
  padding:0;
  height: 100000px;
  position: relative;
  top: 0;
  left: 0;
}

#vertical_carousel ul li {
  width: 260px;
  height: 240px;
  text-align: center;      
  list-style:none;   
  float:left;
}                         

#vertical_carousel .previous_button {
  float:left;
  height: 32px;
  width: 175px;
  background: url(../images/vertical/left.png);
  cursor: pointer;    
  display:inline;
  margin: 0 0 10px 40px;
}

#vertical_carousel .previous_button_over {
  background: url(../images/vertical/left_over.png);
}

#vertical_carousel .previous_button_disabled {
  background: url(../images/vertical/left_disabled.png);
  cursor: default;
}

#vertical_carousel .next_button {
  float:left;
  height: 32px;
  width: 175px;
  background: url(../images/vertical/right.png);
  display:inline;
  margin-left: 40px;
  cursor: pointer;
}

#vertical_carousel .next_button_over {
  background: url(../images/vertical/right_over.png);
}

#vertical_carousel .next_button_disabled {
  background: url(../images/vertical/right_disabled.png);
  cursor: default;
}

.first_search_line{
 background-color:#FFF2BD
}
.second_search_line{
 background-color:#FFFFFF
}
.index-top{width: 978px;overflow: hidden;}
.index-middle{width: 978px;height: 82px;background: url("../images/usga-sales-middle.png") no-repeat;}
.index-top div.left{
    float: left;
    width: 425px;
    height: 459px;
    background: url("../images/usga-sales-findyourcar.png") no-repeat;

}
.index-top div.right{
    float: right;
    width: 553px;
    height: 459px;
    /*background: url("../images/usga-sales-slide.png") no-repeat;*/

}
.index-bottom{width: 978px;overflow: hidden;}
.index-bottom div.left{
    float: left;
    width: 483px;
    height: 366px;
    background: url("../images/usga-sales-listings.png") no-repeat;

}
.index-bottom div.right{
    float: right;
    width: 495px;
    height: 366px;
    overflow: hidden;

}

.index-bottom div.right dl{
    margin:15px 0px 15px 0px;


}
.index-bottom div.right dl dt{
    float: left;
    height: 140px;
    width: 165px;
    
}
.index-bottom div.right dl dd{
    overflow: hidden;
    height: 140px;
    width: 286px
}

.t-right-box{
    float: right;
    height: 1090px;
    width: 635px;
    padding-top: 45px;
    padding-right: 20px;
}

.t-left-box{
    height: 1100px;
    width: 290px;
    background-color: #fcfcfc;
    padding-top: 40px;
}

.t-left-box dl{

}
.t-left-box dl dt{
    float: left;
    height: 30px;
    width: 75px;
    line-height: 30px;
    text-align: right;
    padding-right: 5px;
}
.t-left-box dl dd{
    overflow: hidden;
    height: 30px;
    width: 210px
}

div.testimonialsBoxContent {
	width:530px;
	margin-top:40px;
	background:#fff;
    padding-left: 90px;
    background: url("../images/usga-quote.png") no-repeat;
}

.t-right-box dl{

}
.t-right-box dl dt{
    float: left;
    height: 30px;
    width: 130px;
    line-height: 30px;
    text-align: right;
    padding-right: 7px;
}
.t-right-box dl dd{
    overflow: hidden;
    height: 30px;
    width: 480px;

}
/*login page*/
.log-right-box{float: right;height: 443px;width: 524px;padding-top: 40px;padding-left: 45px;background: url("../images/sign-in-right.jpg") no-repeat
}

.log-left-box{height: 443px;width: 365px;padding-top: 40px;padding-left: 45px;background: url("../images/sign-in-left.jpg") no-repeat
}

.log-left-box dl{

}
.log-left-box dl dt{
    float: left;
    height: 30px;
    width: 95px;
    line-height: 30px;
    text-align: right;
    padding-right: 5px;

}
.log-left-box dl dd{
    overflow: hidden;
    height: 30px;
    width: 210px
}

.log-right-box dl{

}
.log-right-box dl dt{
    float: left;
    height: 30px;
    width: 60px;
    line-height: 30px;
    text-align: right;
    padding-right: 5px;
}
.log-right-box dl dd{
    overflow: hidden;
    height: 30px;
    width: 210px
}


img{border: none}


/*post ad*/

.post-right-box{
    float: right;
    width: 635px;
    padding-top: 45px;
    padding-right: 20px;
    overflow: hidden;
}

.post-left-box *{margin-left: 17px;margin-right: 17px;}
.post-left-box img{margin: 0px;}
.post-left-box .note{color: #800080;}
.post-left-box{
    height: 1000px;
    width: 290px;
    background-color: #fcfcfc;
    padding-top: 40px;

}



.post-right-box dl{
padding-top: 80px
}
.post-right-box dl dt{
    float: left;
    height: 30px;
    width: 100px;
    line-height: 30px;
    text-align: right;
    padding-right: 5px;
}
.post-right-box dl dd{
    overflow: hidden;
    height: 30px;
    width: 210px
}



.post-standard h3{font-size: 17px;width: 80px;margin: auto;font-weight: normal;}
.post-premium h3{font-size: 17px;color: #ff0000;width: 80px;margin: auto;font-weight: normal;}
.post-premium b{margin-left: 45px;padding-top: 20px;}
.post-right-box ul{
    list-style-image: url("../images/red-check2.png");margin-left: 10px;
    line-height: 21px;
    margin-top: 10px

}
.post-left-box ul{
    list-style-image: url("../images/red-check2.png");margin-left: 10px;
    line-height: 21px;
    margin-top: 10px;
    padding-left: 20px;
    font-weight: bold;

}
.post-standard{
    height: 350px;
    width: 300px;

    margin-top: 30px;
    }

.post-premium{
    float: right;
        height: 350px;
    width: 300px;
    overflow: hidden;
 margin-top: 30px;}

.post-right-box .price h4{font-size: 24px;font-weight: normal;}
.post-right-box .price{
    height: 50px;width: 100px;color: red;margin: auto;margin-top: 45px;text-align: center;
}.post-right-box .post-standard .price{
    height: 50px;width: 100px;color: red;margin: auto;margin-top: 12px;text-align: center;
}


/***** SELL YOUR CAR ******/
.sell-right-box h3{background: url("../images/post-check.png") no-repeat left 5px;padding-left: 27px;line-height: 35px;}
.sell-right-box{
    float: right;
    width: 635px;
    padding-top: 40px;
    padding-right: 20px;
    overflow: hidden;
}

.sell-left-box p, .sell-left-box h2{margin-left: 20px;margin-right: 20px;line-height: 133%}
.sell-left-box .top{font-size: 16px;color:#ff3300;text-align: center;}
.sell-left-box{
    height: 1500px;
    width: 290px;
    background-color: #fcfcfc;
    padding-top: 40px;

}


.sell-right-box hr{border-top: none;border-color:  #c6c6c6;}
.sell-right-box .left{
    height: 150px;
    width: 285px;
    margin-top: 20px;

}
.sell-right-box .right{
    float: right;
    height: 150px;
    width: 345px;
    margin-top: 20px;
    padding-right: 20px;
    overflow: hidden;
}

.sell-right-box dl{

}
.sell-right-box dl dt{
    float: left;
    height: 30px;
    width: 95px;
    line-height: 30px;
    text-align: right;
    padding-right: 10px;

}
.sell-right-box .left dl dd{
    overflow: hidden;
    height: 30px;
    width: 165px;
}
.sell-right-box  dl dd span{margin-left: 3px;vertical-align: top;}
.sell-right-box .right dl dd label{color:#999999;margin-left: 15px;line-height: 25px;}
.sell-right-box .right dl dd{
    overflow: hidden;
    height: 30px;
    width: 230px;
}




input[type="text"]{height: 18px;vertical-align: top;}
select{height: 25px;}

.reg b{margin-left: 16px}



/*                vehicle search page              */

.vehicle-right-box{

    width: 728px;
    padding-top: 45px;
    overflow: hidden;
    padding-left: 30px;
    height: 1100px;
}
.vehicle-left-box select{margin-bottom: 7px}
.vehicle-left-box h3{
    color: #3557c6;
    font-family: Georgia;
    font-size: 12px;
    font-weight: bold;
    padding: 0px;
    margin: 0px;
}
.vehicle-left-box .search{
    background: url("../images/find-your-vehicle.jpg") no-repeat;
    width: 100%;
    padding-top: 80px;
    padding-left: 25px;
    height: 352px;
}
.vehicle-left-box{float: right;
    height: 1145px;
    width: 199px;
    background:url("../images/search-bg.png") repeat-y;


}
#search_results ul{padding: 0;list-style: none}
#search_results ul li{
    width: 726px;
    height: 120px;
    background: url("../images/vehicle-photo-bk.png") 5px 5px no-repeat;
    margin-top: 7px;
    display: table;
    border: 1px solid #ededed;


}

.vs-photo{
    height: 100px;
    width: 100px;
    position: relative;
    float: left;
    padding: 10px 0px 0px 10px;
    overflow: hidden;
    display: table-cell;
}

.vs-details .mileage{float: right;color: #666666}
.vs-details p{
    display: table-cell;
        vertical-align: middle;}
.vs-details{
    display: table;
    height: 85px;
    width: 410px;
    position: relative;
    float: left;
    text-align: left;
    padding-right: 20px;
    padding-left: 10px;
}

.vs-contact{
    height: 65px;
    width: 138px;
    position: relative;
    float: left;
    border-left: 1px solid #ededed;
    border-right: 1px solid #ededed;
        text-align: center;
    padding-top: 45px
}

.vs-price{
    display: table;
    height: 65px;
    width: 175px;
    position: relative;
    float: right;
    text-align: center;
    border-left: 1px dashed #ededed;
    background: url("../images/corner-grey.png") no-repeat right top;
    padding-top: 10px;
}
.vs-price p{
    height: 95px;
    display: table-cell;
        vertical-align: middle;}

.vehicle-left-box h2{
    color: #00254A;
    font-size: 14px;
    font-weight: bold;
    padding-left: 10px;
}
.vehicle-left-box ul{padding-left: 30px;list-style-image: url("../images/list-arrow.png")}
.vehicle-left-box li{}







/*                register page              */

.reg-page{background: url("../images/reg-bg.jpg") no-repeat left top;height:  1007px; }
.reg-right-box h1{font-weight: bold;font-size: 21px;}
.reg-right-box h2.line2{background: url("../images/check-reg.png") no-repeat left 0px;padding-left: 18px;line-height: 18px;font-size: 16px;}
.reg-right-box{
    height: 900px;

    width: 625px;
    padding-top: 40px;
    padding-left: 47px;
    overflow: hidden;

}
.reg-left-box h3{color: #3557c5;font-size: 16px;}
.reg-left-box{
    height: 967px;
    width: 240px;
    background: url("../images/reg-bg-right.png") no-repeat left top;
    padding-top: 40px;
    padding-left: 25px;
    padding-right: 25px;
    float: right;
}
.reg-contact{
    border: #005ca3 1px solid;
    background: url("../images/white_mask.png") top left repeat-x;
}

.reg-contact dl{
margin-top: 10px;
}
.reg-contact dl dd label{line-height: 25px;margin: 0 10px;color: #666666;S}
.reg-contact dl dt{
    float: left;
    height: 30px;
    width: 120px;
    line-height: 25px;
    text-align: right;
    padding-right: 10px;color: #666666;
}
.reg-contact dl dd{
    overflow: hidden;
    height: 30px;
    width: 480px
}
.spacer{
    height: 80px;
    width: 100%;
    background: url("../images/spacer.png") no-repeat 50% 50%;
}
.reg-account{
}

.reg-account dl{
margin-top: 10px;
}
.reg-account dl dd label{line-height: 25px;margin: 0 10px}
.reg-account dl dt{
    float: left;
    height: 30px;
    width: 110px;
    line-height: 25px;
    text-align: right;
    padding-right: 10px;
}
.reg-account dl dd{
    overflow: hidden;
    height: 30px;
    width: 500px
}


dl.veh-details1{
 float: left;
    width: 335px;
}
dl.veh-details1 dt{
    float: left;
    height: 20px;
    width: 200px;
    text-align: right;
    padding-right: 5px;
}
dl.veh-details1 dd{
    overflow: hidden;
    height: 20px;
    width: 130px;
    font-weight: bold;
}


dl.veh-details2{
    float: left;
    width: 345px
}
dl.veh-details2 dt{
    float: left;
    height: 20px;
    width: 140px;
    text-align: right;
    padding-right: 5px;
}
dl.veh-details2 dd{
    overflow: hidden;
    height: 20px;
    width: 200px;
    font-weight: bold;
}


dl.veh-details3{
 float: left;
    width: 205px
}
dl.veh-details3 dt{
    float: left;
    height: 20px;
    width: 70px;
    text-align: right;
    padding-right: 5px;
    font-weight: bold;
}
dl.veh-details3 dd a.email{color:#ff3300}
dl.veh-details3 dd{
    overflow: hidden;
    height: 20px;
    width: 130px;
    font-weight: bold;
}


img{border: none;}

/*         articles           */

.article-left-box{
    width: 290px;
    height: 2270px;
    background-color: #FAFAFA;
}
.article-right-box{
    float: right;
    overflow: hidden;
    width: 630px;
    padding-right: 40px;
    padding-top: 35px;

}
.more-articles{color: #ff3300;float: right;margin-right: 20px;font-size: 12px;font-weight: bold;}
.articles-block-content a{color: #ff3300}
.articles-block-content{
    width: 240px;
    border-bottom: 1px solid #d6d6d6;
    padding: 40px 25px ;
    line-height: 150%;
}
.article-text-box a{color: #ff3300;font-size: 14px;font-size: 14px;font-weight: 700;}
.article-text-box{
    border: 1px solid #bbbbbb;
    background-color: #FAFAFA;
    padding: 19px;
    width: 610px;
    margin-bottom: 10px;
    line-height: 150%;
}
.article-text-box-2 a{color: #3557c6;font-size: 14px;font-size: 14px;font-weight: 700;}
.article-text-box-2{
    border: 1px solid #bbbbbb;
    background-color: #FAFAFA;
    padding: 19px;
    width: 900px;
    margin: 10px 20px 0 20px;
    line-height: 150%;
}
















.index2-top{width: 978px;overflow: hidden;}
.index2-top div.left{
    float: left;
    width: 652px;
    height: 303px;
    background: url("../images/find-your-dream-vehicle.jpg") no-repeat;

}
.index2-top div.right{
    float: right;
    width: 326px;
    height: 303px;
    background: url("../images/search-autos.jpg") no-repeat;

}
.index2-top div.left li{font-weight: bold;line-height: 200%;
background: url("../images/red-check2.png") left center no-repeat;
    padding-left: 25px;}
.index2-top div.left ul{
    margin-top: 25px;
    list-style: none;
    /*list-style-image: url("../images/red-check2.png");*/
    padding-left: 0px;
    margin-left: 394px;


}



.index2-bottom div.right li{margin-bottom: 5px;
background: url("../images/red-check2.png") left top no-repeat;
    padding-left: 25px;}
.index2-bottom div.right ul{
    margin-top: 30px;
    width: 240px;
    list-style: none;
    /*list-style-image: url("../images/red-check2.png");*/
    padding-left: 25px;
}
.index2-bottom div.right{
    float: right;
    width: 326px;
    height: 320px;
    overflow: hidden;
    background: url("../images/benefits.jpg") no-repeat;

}
h1.index{
    font-size: 30px;
        margin: 20px 0px 0px 20px;
    color: #ff3300;
}

.index2-bottom{width: 978px;overflow: hidden;}


.index2-bottom div.left{
    float: left;
    width: 652px;
    height: 300px;

}

.index2-bottom div.left li h2{
    color: #122da3;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    width: 100%;
    margin-top: 10px;
    height: 30px;
}
.index2-bottom div.left li{
    position: relative;float: left;
    width:150px;
    height:190px;
    border: #efefef solid 1px;
    margin-right: 6px;
}
.index2-bottom div.left ul{
    list-style: none;
    padding-left: 20px;
    padding-top: 40px
}

.index2-bottom div.left li a{color:#0066cc;margin-left: 39px;}
.index2-bottom div.left li h3{color:#ff3300;text-align: center;width: 100%;font-size: 12px}
.index2-bottom div.left li img{
    margin: 8px 25px;
}





