#details_wrap {
	width: 900px;
}




#details_box {
	width: 900px;
	border-bottom: 1px solid #424242;
	border-top: 1px solid #424242;
	background: url(images/bg_new.png) 20px bottom  no-repeat;
}

#details_box_new {
	width: 900px;
	border-bottom: 1px solid #424242;
	border-top: 1px solid #424242;
	
}

#details {
	width: 330px;
	padding: 10px 0 0px 0px;
	float: right;
}

#photo {
	width: 570px;
	padding: 10px 0px 0 0px;
	float: left;
}


#details a {
	color: #99999;
}

#details a:hover {
	color: #cc0000;
}




#details_wrap h2 {
	font-size:24px;
	padding: 10px 0 0 10px;
	color: #fff;
	font-weight: normal;
}


#details h3{
	color:#ccc;
	padding: 0;
	margin: 0;
	font-size:18px;
	font-weight:normal;
	line-height: 24px;
}


#details h4{
	color:#cc0000;
	padding: 5px 0 0 0;
	font-size:22px;
	font-weight:normal;
}

#details p{
	padding: 5px 0 10px 0;
	line-height: 20px;
}

#car_spec{
	margin: 20px 0;
	width: 100%;
	border-collapse:collapse;
}

#car_spec tr{
	height: 25px;
}

#car_spec tr.odd{
	background-color: #2b2a2a;
}

#car_spec td{
	height: 20px;
	padding: 0 0 0 5px;
}

#car_spec caption{
	font-size: 18px;
	height: 30px;
	text-align: left;
}

#car_spec .bold{
	font-weight: bold;
	font-size: 13px;	
	color: #999;
}

















/* @group detail nav */

#detail_updown {

	border-bottom: 1px solid #424242;
	border-top: 1px solid #424242;
	padding: 10px 0 10px 20px;
}

#detail_updown li{
	list-style:none;
	line-height: 25px;

}

#detail_updown b{
	padding: 0 20px 0 20px;
}


#detail_updown .btn_up {
	background: url(images/icon_up.gif) no-repeat center left;
	padding: 0 20px 0 25px;
}

#detail_updown .btn_mid {
	background: url(images/icon_mid.gif) no-repeat center left;
	padding: 0 20px 0 25px;
}

#detail_updown .btn_down {
	background: url(images/icon_down.gif) no-repeat center left;
	padding: 0 20px 0 25px;
}

/* @end */

/* @group highslide */

.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide img {
	border: 2px solid #424242;
	margin: 0 10px 10px 0;
}
.highslide:hover img {
	border: 2px solid #777;
}

.highslide-image {
    border: 2px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    /*
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    */
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

.highslide-move {
    cursor: move;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
.control {
	float: right;
    display: block;
    position: relative;
	margin: 0 5px;
	font-size: 9pt;
    font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
    margin-top: 1px;
    margin-bottom: 1px;
}
.control:hover {
    
    margin-top: 0;
    margin-bottom: 0;
}
.control, .control * {
	color: #666;
}

/* @end */

/* @group mootools */

#contact_form {
	padding: 10px 0 15px 0px;
	border-bottom: 1px solid #424242;

}

#contact_form2 {
	padding: 10px 0 15px 0px;
	border-top: 1px solid #424242;
	border-bottom: 1px solid #424242;
}

#contact_form2 h3{
	color:#999;
	padding: 5px 0 10px 20px;
	margin: 0;
	font-size:18px;
	font-weight:normal;
}

#contact_form fieldset, #contact_form2 fieldset {
border:0 none;
margin:0;
padding:0 0 0 20px;
}

#contact_form label, #contact_form2 label {
display:block;
font-size:11px;
margin-top:5px;
text-transform:lowercase;
width:300px;
color: #e07976;
}

#contact_form #sendBtn, #contact_form2 #sendBtn {
background-color:#f9f5f6 !important;
border:1px solid #969195;
font-size:11px;
margin-top:15px;
text-transform:lowercase;
width:105px;
color: #000;
}

#contact_form input, #contact_form2 input {
background-color:#f9f5f6 !important;
color:#000;
border:1px solid #969195;
font-size:12px;
padding:2px;
width:377px;
}

#contact_form textarea, #contact_form2 textarea {
background-color:#f9f5f6 !important;
color:#000;
border:1px solid #969195;
font-size:12px;
height:100px;
padding:2px;
width:377px;
}



#friend_form {
	padding: 10px 0 15px 0;

	border-bottom: 1px solid #424242;
}

#friend_form fieldset{
border:0 none;
margin:0;
padding:0 0 0 20px;

}

#friend_form label {
display:block;
font-size:11px;
margin-top:5px;
text-transform:lowercase;
width:300px;
color: #428ab3;
}

#friend_form #sendBtn {
background-color:#edf4fa !important;
border:1px solid #919396;
font-size:11px;
margin-top:15px;
text-transform:lowercase;
width:105px;
color: #000;
}



#friend_form input {
background-color:#edf4fa !important;
color:#000;
border:1px solid #919396;
font-size:12px;
padding:2px;
width:377px;
}

#friend_form textarea {
background-color:#edf4fa !important;
color:#000;
border:1px solid #919396;
font-size:12px;
height:100px;
padding:2px;
width:377px;
}

/* @end */







/* @group newsletter */
#newsletter_form {
	padding: 10px 0 15px 0;
	border-bottom: 1px solid #424242;
}

#newsletter_form fieldset{
border:0 none;
margin:0;
padding:0 0 0 20px;

}

#newsletter_form label {
display:block;
font-size:11px;
margin-top:5px;
text-transform:lowercase;
width:300px;
color: #428ab3;
}

#newsletter_form #sendBtn {
background-color:#edf4fa !important;
border:1px solid #919396;
font-size:11px;
margin-top:15px;
text-transform:lowercase;
width:105px;
color: #000;
}



#newsletter_form input {
background-color:#edf4fa !important;
color:#000;
border:1px solid #919396;
font-size:12px;
padding:2px;
width:377px;
}

#newsletter_form textarea {
background-color:#edf4fa !important;
color:#000;
border:1px solid #919396;
font-size:12px;
height:100px;
padding:2px;
width:377px;
}

/* @end */