/***********************************************************
* Site: UKCarsDirect.com                                   *
* Version: 1.1 03/09/05                                    *
* Author: Jonathan Senior                                  *
* Copyright (c) Jonathan Senior 2005. All rights reserved. *
***********************************************************/

.screenonly, #header, #nav, #topbar, #leftnav, #breadcrumb, #bottombar, #bottomlinks, #copyright, #printthispage, #fsb {
  display: none;
}

.printonly #printheader { 
  margin: 0px;
  margin-bottom: 5px;
}

.printonly .printline {
  width: 100%;
  height: 1px;
  margin-bottom: 30px;
}

.printonly .printopening {
  font-size: 12px;
  padding-bottom: 15px;
}

  /* --- BEGIN: Specifically for Cars --- */

  /* Display version doesn't print properly so do some overriding... */

  .manufacturer {
    width: 100%;
    float: none;
  }

  /* --- END: Specifically for Cars --- */


  /* --- BEGIN: Specifically for Model --- */

  #pagecontent h1.model { 
    width: 0;
    height: 0;
    margin: 0;
  }
  
  #pagecontent h1.model span {
    display: none;
  }

  #pricegrid {
    margin-top: 15px;
  }

  #pricegrid_main a {
    color: black;
    text-decoration: none;
  }

  #pricegrid_main table {
    width: 100%;
    vertical-align: center;
    table-layout: fixed;
    text-align: center;
    border-style: solid;
    border-width: 1px 0 0 1px;
    border-color: black;
  }

  #pricegrid_main table th {
    font-weight: bold;
  }

  #pricegrid_main table tr td, #pricegrid_main table tr th {
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: black;
  }

  .pricegrid_carofweek {
    font-size: 15px;
    color: red;
  }

  .pricegrid_yellow {
    color: red;
  }

  .pricegrid_petrol {
    color: purple;
  }

  .pricegrid_diesel {
    color: navy;
  }

  #othermodels {
    margin-top: 15px;
  }

  /* --- END: Specifically for Model --- */
  
  /* --- BEGIN: Specifically for Links --- */
  
  #links_area p a, #links_area p a:hover {
    font-weight: bold;
    color: blue;
    text-decoration: underline;
  }
  
   /* --- END: Specifically for Links --- */