/*
    Styles for Goldfields Toyota vehicle details page

    0a141e    background "black"
    181a21    text "black"
*/

#content { padding-right: 470px; padding-bottom: 235px; }
#content h2 { background-image: url(../images/titles/vehicledetails.gif); }

#aboutvehicle { height: 675px; overflow: auto; }
#aboutvehicle h3 { color: #ffffff; background: #707070; font-weight: bold; font-size: 1em; padding: 0.25em; }

div#photos { height: 70px; }
div#photos ul { list-style: none; margin: 0; padding: 0; width: 99%; text-align: left; }
div#photos ul li { list-style: none; margin: 3px; padding: 0; display: inline; height: 70px; text-align: center; }
div#photos ul img { border: 1px solid #dddddd; height: 60px; }

dl#cardetails dt { color: #181a21; background: #ffffff; display: block; padding-top: 0.25em; padding-bottom: 0.25em; width: 10em; float: left; clear: left; }
dl#cardetails dd { color: #181a21; background: #ffffff; display: block; padding-top: 0.25em; padding-bottom: 0.25em; margin-left: 10em; }

dl#cardetails dt.oddrow { color: #181a21; background: #f4f4f4; }
dl#cardetails dd.oddrow { color: #181a21; background: #f4f4f4; }

#contact { height: 725px; }
#contact h2 { background-image: url(../images/titles/vehicleenquiry.gif) !important; }

#enquirenow { font-size: 1.2em; font-weight: bold; position: absolute; bottom: 180px; left: 675px; width: 10em; }

div#profiles { border-top: 6px solid #0a141e; bottom: 105px; }



@media print {
  #enquirenow { position: static; width: auto; }
}

