/* CSS Document */
body {
  background-color:#323232;
  font-family:Tahoma;
  font-size:11px;
  color:#FFFFFF;
}

h1 { 
text-decoration: none; 
margin-top: 0; 
margin-bottom: 10; 
font-size: 14px; 
} 

#main_frame {
  margin:auto;
  width:801px;
}

#header {
  margin:0;
  width:801px;
  height:266px;
  background-image:url(images/bg_header.png);
  background-repeat:repeat-x;
}

#header .header_right {
  margin:0;
  width:403px;
  float:left;
}

#header .header_left {
  margin:0;
  width:394px;
  float:left;
}

.header_title {
   margin:30px 0 0 15px;
}

.car {
  margin:8px 0 0 0;
}

.welcome {
  margin:0;
  height:80px;
  width:310px;
  padding:36px 0 0 30px;
  color:#5a584e;
}

.txt {
  width:300px;
  padding:0 0 0 10px;
  border-left:1px #bc9a23 dotted;
}

.readmore {
  margin:0;
  color:#bd9a24;
  float:right;
  border:0;
}

.readmore a {
  color:#bd9a24;
  text-decoration:none;
}

.readmore a:hover {
  color:#bd9a24;
  text-decoration:underline;
}

#content {
  margin:0;
  width:801px;
  background-image:url(images/bg.jpg);
  background-repeat:no-repeat;
  background-color:#21211f;
  min-height:518px;
}

#content_a {
  margin:-2px 0 0 0;
  width:801px;
  background-image:url(images/bg_1.html);
  background-repeat:repeat-y;
}

#navigation {
  margin:2px 0 0 21px;
  height:44px;
  width:801px;
}

#navigation img {
  margin:0;
  float:left
}

#sub-content {
  margin:16px 0 0 21px;
  width:759px;
}

#sub-content #sc_left {
  margin:0;
  width:310px;
  float:left;
}

#feature {
  margin:0 0 0 12px;
  height:292px;
  width:310px;
  background-image:url(images/feature_bg.png);
  background-repeat:no-repeat;
}

.feature_car {
  margin:8px 0 0 51px;
}

.txt_feature {
  margin:8px 0 0 31px;
  width:220px;
  padding:10px;
}

.bordered {
  border:1px solid #5fa6b0;
}

.bold {
  color:#ffce23;
  font-weight:bold;
}

.txt_feature a {
  margin:5px 0 0 0;
  color:#ff120e;
  text-decoration:none;
}

.txt_feature a:hover {
  color:#ff120e;
  text-decoration:underline;
}

#brand {
  margin:0 0 0 12px;
  padding:0 0 0 20px;
  height:122px;
  width:287px;
  background-color:#FFFFFF;
  float:left;
  -moz-border-radius: 5px; 
  -khtml-border-radius: 5px;
  border-radius: 5px;
}

#brand img {
  padding-top:10px;
  padding-right:5px
}

.floatLeft {
  float:left;
}

.floatRight {
  float:right;
}

#sub-content #sc_right {
  margin:0 0 0 5px;
  float:left;
  width:420px;
}

fieldset {
  border:1px solid #bfbfbf;
  padding: 10px;
  margin: 0 0 0 20px;
  max-width:380px;
  -moz-border-radius: 5px; 
  -khtml-border-radius: 5px;
  border-radius: 5px;
}


fieldset legend {
  font-size:13px;
  color: #ffffff;
  margin: 0 0 0 0;
  padding: 0 5px;
}

#new {
  clear:both;
  border:1px solid #FFFFFF;
  background-color:#FFFFFF;
  -moz-border-radius: 5px; 
  -khtml-border-radius: 5px;
  border-radius: 5px;
  width:380px;
  margin:10px 0 0 20px;  
  padding: 10px;
}

.clear {
  clear:both;
}

#new .new_left {
  margin:0;
  width:185px;
  float:left;
}

#new img {
  margin:10px 0 0 0;
}
.row_new {
  margin:10px;
  height:60px;
  width:170px;
  border-bottom:1px solid #525252;
  border-bottom-style:dotted;
  color:#000000;
}

.row_new .bold {
  font-weight:bold;
  color:#62615e;
}

.row_new a {
  font-weight:bold;
  color:#9d080d;
  text-decoration:none;
}

.row_new a:hover {
  text-decoration:underline;
}

#footer {
  font-family:Arial, sans-serif;
  margin:20px 0 0 300px;
}

/*Information Car*/
.class_table {
  background-color:#FFFFFF;
  color:#000000;
}

.infor_title {
  background-image:url(images/bg_infor_title.png);
  background-repeat:repeat-x;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:12px;
  color:#000000;
  text-align:center
}
.infor_title td {
  border-left:1px solid #666;
  border-bottom:1px solid #666;
  padding:5px;
}

.feature_used {
  background-color:#bd9a24;
  font-family:Tahoma;
  font-size:13px; font-weight:bold;
  text-align:left;
  text-indent:10px;
}
.details_infor td {
  border-color:#666;
  border-style:none solid solid;
  border-width:0px 1px 1px 0px;
  padding:5px;
  text-align:center;
}

.text_lft {
  text-align:left;
  margin-left:10px
}

.b_dotted {
  border-bottom:1px dotted #9D9D9D;
  padding:4px 0px 4px 0px;
}

.vDataTag {
  width:120px;display:
  inline-block;vertical-align:top;
  margin-right:10px;
  font-size:12px;
  font-weight:bold}
  
.vDataVal {
  width:300px;display:inline-block;
}
.b {
  width:45px;
}
a {
  color:#bd9a24;
  text-decoration:underline
}

a:hover { 
  color:#bd9a24;
  text-decoration:underline
}

.td_img_small img {
  border:1px solid #CCCCCC
}
