/*
    Styles for Goldfields Toyota commercial vehicles page
*/

#content { padding-top: 445px; padding-right: 405px; padding-bottom: 180px; }
#content h2 { background-image: url(../images/titles/commercialvehicles.gif); }

#specials a { font-size: 1.2em; text-transform: uppercase; font-family: AltonaSans, Altona Sans, Arial, sans-serif; margin-top: 0; height: 0; padding-top: 27px; overflow: hidden; background: #0a141e url(../images/layout/thisweeksspecials.gif) top left no-repeat; display: block; width: 208px; position: absolute; top: 24px; right: 54px; }
#specials a:active { background-position: bottom left; }

#inventory { color: #181a21; background: #ffffff; height: 345px; width: 860px; overflow: auto; margin: 0; padding: 35px 50px; position: absolute; top: 154px; left: 0; border-bottom: 9px solid #0a141e; border-left: none; border-top: none; border-right: none; }

#inventory img { margin: 0; padding: 0; border: 1px solid #dddddd; }

#inventory table { margin: 0; padding: 0; border-collapse: collapse; width: 860px; }
#inventory table td { text-align: left; vertical-align: top; border-bottom: 1px solid #dddddd; padding: 5px; height: 75px; }
#inventory table h4 { margin-top: 0; margin-bottom: 0.25em; font-size: 1em; }
#inventory table p { margin-top: 0; margin-bottom: 0.25em; }
#inventory table p.actions { font-size: 0.83em; }
#inventory table p.actions span.inactive { color: #84898e; font-weight: bold; }

#inventory table td.kilometres { text-align: right; white-space: nowrap; }
#inventory table td.price { text-align: right; }
#inventory table td.price p { margin-bottom: 0; text-align: center; }
#inventory table td.price p.largerprice { font-weight: normal; text-decoration: line-through; }
#inventory table td.price p.driveaway { font-weight: bold; }
#inventory table td.price p.smallerprice { font-weight: bold; }

#inventory p.totop { border: 1px solid #dddddd; margin-left: 0; margin-right: 0; padding: 5px; text-align: center; width: 848px; }

div#profiles { bottom: 105px; }



@media print {
  #specials  { display: none; }
  #inventory { position: static; padding-bottom: 1em; border: 1px solid #000000; height: auto; width: auto; }
  #inventory table { width: auto; }
  #inventory table p.actions { display: none; }
  #inventory p.totop { width: auto; }
}
