﻿#usedvehicle_search_results
{
    float: left;
    padding: 10px;
}

#usedvehicle_search_results_header
{
    height: 25px;
    width: 695px;
    border-bottom: solid 1px #262626;
    background-color: #C1C1C3;
}

#usedvehicle_search_results_header p
{
    padding: 5px;
}

#usedvehicle_search_results_header_left
{
    float: left;
    padding: 2px 0 0 5px;
}

#usedvehicle_search_results_header_right
{
    float: right;
    padding: 2px 5px 0 0;
}

#usedvehicle_search_results_container
{
    height: 318px;
    width: 695px;
    float: left;
    background-color: #FFFFFF;
    overflow-y: scroll;
}

#usedvehicle_search_results_footer
{
    clear: left;
    height: 23px;
    width: 695px;
    border-top: solid 1px #262626;
    background-color: #C1C1C3;
}

#usedvehicle_search_results_footer_left
{
    float: left;
    padding: 5px;
    width:200px;
}

#usedvehicle_search_results_footer_center
{
    float: left;
    padding: 5px;
    text-align:center;
    
    width:315px;
}

#usedvehicle_search_results_footer_right
{
    width:150px;
    float: right;
    text-align:right;
    padding: 5px;
}

#usedvehicle_search_results dl
{
    float: left;
    border-bottom: solid 1px #262626;
    width:100%;
}

#usedvehicle_search_results dt
{
    float: right;
    width: 469px;
    border-bottom: solid 1px #262626;
    padding: 1px;
}

#usedvehicle_search_results dt a
{
    font-weight: bold;
    color: #000000;
    line-height:18px;
}

#usedvehicle_search_results dt #VehicleProfileLogo
{
    background-color:Fuchsia;
    width:180px;
    text-align:center;
}

#usedvehicle_search_results dt div
{
    float:left;
    width:200px;
    color:White;
    line-height:18px;
    padding:0px 20px 0px 10px;
    margin-right:10px;
    font-weight:bold;
}

#usedvehicle_search_results dd.photo img
{
    float: left;
    border: none;
}

#usedvehicle_search_results dd.price
{
    float: right;
    width: 94px;
    text-align: right;
    border-bottom: solid 1px #262626;
    padding: 3px;
    font-weight: bold;
}

#usedvehicle_search_results dd.details
{
    float: left;
    width: 460px;
    color: #707070;
    padding: 3px;
}

#usedvehicle_search_results dd.details strong
{
    color: #000000;
    font-weight: normal;
}

#usedvehicle_search_results dd.callnow
{
    float: right;
    width: 94px;
    padding: 3px;
    //margin-right:-91px;
}

#usedvehicle_search_results dd.callnow .button
{
    margin-top: 10px;
}




#usedvehicle_search_results dd a
{
    color: #707070;
}

#usedvehicle_details_mainpanel
{
    float: left;
    width: 400px;
    height: 370px;
    border-right: solid 10px #414141;
    padding: 10px;
}

#usedvehicle_details_detailspanel
{
    float: left;
    width: 265px;
    height: 370px;
    padding: 10px;
}

#usedvehicle_details_mainpanel_vehiclenavigation
{
    float: left;
}

#usedvehicle_details_mainpanel h1
{
    float: left;
    width: 390px;
    margin-top: 5px;
    padding: 5px;
    background-color: #C1C1C3;
}

#usedvehicle_details_mainpanel_mainphoto
{
    float: left;
    width: 244px;
}

#usedvehicle_details_mainpanel_mainphoto img
{
    float: left;
    width: 244px;
    height: 183px;
    background-color: #C1C1C3;
}

#usedvehicle_details_mainpanel_contact
{
    float: left;
    width: 244px;
    text-align: center;
    border-top: solid 1px #000000;
    padding-bottom:5px;
}

#usedvehicle_details_mainpanel_contact p
{
    padding: 5px 5px 5px 5px;
}

#usedvehicle_details_mainpanel_callnow
{
    float: left;
    width: 244px;
    padding-top: 7px;
    text-align: center;
    color: #FFFFFF;
    font-size: 120%;
    font-weight: bold;
}

#usedvehicle_details_mainpanel_changeselection
{
    float: left;
    width: 244px;
    padding-top: 10px;
    text-align: center;
}

#usedvehicle_details_mainpanel_photos
{
    float: right;
    width: 156px;
    background-color: #C1C1C3;
}

#usedvehicle_details_mainpanel_photos img
{
    float: left;
    height: 105px;
    width: 140px;
    padding: 0 0 4px 8px;
    border: solid 1px #000000;
}

#usedvehicle_details_tabspanel
{
    float: left;
    width: 265px;
    height: 285px;
    background-color: #C1C1C3;
}

#ctl00_ContentPlaceHolder_MainContent_DIV_Details,
#ctl00_ContentPlaceHolder_MainContent_DIV_Features
{
    float: left;
    width: 255px;
    height: 270px;
    padding: 10px 5px 5px 5px;
    overflow: auto;
}

#ctl00_ContentPlaceHolder_MainContent_DIV_Details dt
{
    float: left;
    width: 120px;
    height: 25px;
    font-weight: bold;
}

#ctl00_ContentPlaceHolder_MainContent_DIV_Details dd
{
    float: left;
    width: 135px;
    height: 25px;
}

#ctl00_ContentPlaceHolder_MainContent_DIV_Features ul
{
    margin: 10px 0 0 25px;
    list-style-type: circle;
}

#usedvehicle_details_emailprint
{
    float: left;
    width: 255px;
    background-color: #C1C1C3;
    height: 55px;
    padding: 5px;
}

#usedvehicle_details_emailprint a
{
    color: #000000;
}

#ctl00_ContentPlaceHolder_MainContent_Panel_Litebox_Photo
{
    padding: 10px;
    background-color: #262626;
}

#Panel_Litebox_Photo_MainPhoto
{
    float: left;
}

#ctl00_ContentPlaceHolder_MainContent_Panel_Litebox_Photo img
{
    float: left;
    border: 0;
}

#Panel_Litebox_Photo_Thumbnails
{
    clear: left;
    float: left;
    width: 420px;
    padding: 10px;
    background-color: #4a4a4a;
}

#Panel_Litebox_Photo_Thumbnails input
{
    float: right;
}

.usedvehicledetails_show
{
    display: block;
    float: left;
}

.usedvehicledetails_hide
{
    display: none;
}

.sold_button
{
	background-color: #A82323;
	color: #FFFFFF;
	width: 75px;
}

