/*
'******************************************************************************
'* showroomLNKS.css
'*
'* Default style sheet for showroomlnks laf of stockList application
'*
'* History
'* v0.01	GTW		02/May/2003		Development
'* v1.00	GTW		16/May/2003		Release
'* v1.01    GTW     11/Jun/2003     Table IDs 'buttons[1+2]' updated to include width values
'*                                  IDs added for new 'Previous', 'Print' and 'Glass TD' buttons
'*
'* (c) EuroTaxGlass's 2003
'******************************************************************************
*/

/* === GENERAL PAGE STYLES === */
/* BODY - for setting background, general page text colours...etc */
BODY {
  background-color: #FFFFFF;
  color: #000000;
  font-family: sans-serif; 
  font-size: x-small; 
}
/* used on 'Select a...' prompt text */
.text {
  font-family: sans-serif; 
  font-size: 10pt; 
}
/* used on disclaimer text at foot of vehicle detail page */
.disclaimerText {
  font-family: arial; 
  font-size: xx-small; 
}

/* === LINK STYLES === */
/* link style for button effect manufacturer and model search selections */
A.button {
  font-family: sans-serif; 
  font-size: 10pt; 
  font-weight: bold;
  text-decoration: none;
  color: #000000;
}
A.button:hover {
  color: #00A163;
}
/* link style for link to vehicle details page from Model description on stocklist search results page */
A.vehicleModel {
  text-decoration: underline;
  color: #004C63;
}

/* === TABLE CELL STYLES === */
/* button effect table cells display for manufacturer and model search selections */
TD.button {
  font-family: sans-serif; 
  font-size: 10pt; 
  color: #FF0000;
  background-color: #CCCCCC;
}
/* Data cells for vehicle number column on stocklist results page */
TD.vehicleNo {
  font-family: arial; 
  font-size: x-small;
  text-align: right;
  background-color: #EEEEEE;
}
/* Data cells for vehicle picture indicator column on stocklist results page */
TD.picIndicator {
  font-size: x-small;
  text-align: center;
  background-color: #EEEEEE;
}
/* Data cells for vehicle make column on stocklist results page */
TD.vehicleMake {
  font-family: arial; 
  font-size: x-small;
  text-align: left;
  background-color: #EEEEEE;
}
/* Data cells for vehicle model column on stocklist results page */
TD.vehicleModel {
  font-family: arial; 
  font-size: x-small;
  color: #004C63;
  text-align: left;
  background-color: #EEEEEE;
}
/* Data cells for mileage column on stocklist results page */
TD.vehicleMileage {
  font-family: arial; 
  font-size: x-small;
  text-align: right;
  background-color: #EEEEEE;
}
/* Data cells for year column on stocklist results page */
TD.vehicleYear {
  font-family: arial; 
  font-size: x-small;
  text-align: center;
  background-color: #EEEEEE;
}
/* Data cells for vehicle price column on stocklist results page */
TD.vehiclePrice {
  font-family: arial; 
  font-size: x-small;
  text-align: right;
  background-color: #EEEEEE;
}

/* === TEXT IDs === */
/* Dealership name page header + link - (Currently commented out) - on search forms and stocklist results pages */ 
#CompNameLink { 
  font-family: sans-serif; 
}
/* Vehicle picture caption - (actual or library) - on Vehicle Detail page*/
#vehPicCaption {
  font-family: times new roman; 
  font-size: x-small;
}
/* Vehicle options + additional options string - on Vehicle Detail page */
#dtlVehicleOptions {
  font-family: arial; 
  font-size: x-small;
  font-weight: normal;
  color: #000000;
}
/* Vehicle date registered data - on Vehicle Detail page */
#dtlVehicleRegData {
  font-weight: bold;
}
/* Vehicle mileage data - on Vehicle Detail page */
#dtlVehicleMileageData {
  font-weight: bold;
}
/* Vehicle colour data - on Vehicle Detail page */
#dtlVehicleColourData {
  font-weight: bold;
}
/* Vehicle price data - on Vehicle Detail page */
#dtlVehiclePriceData {
  font-weight: bold;
  font-size: medium;
}
/* Vehicle More Info data - on Vehicle Detail page */
#dtlVehicleMoreInfoData {
  font-weight: normal;
}

/* === TABLE IDs === */
/* Outer containing table for search forms and stocklist results */
#outer1 {
  table-layout: auto;
  width: 500;
  position: relative;
  top: 0;
  left: 0;
  text-align: left;
}
/* Inner containing table for search forms and stocklist results */
#inner1 {
  table-layout: auto;
  background-color: #EEEEEE;
  position: relative;
  top: 0;
  left: 0;
}
/* Containing table for left hand column of Manufacturer/Model 'button' links on search forms */
#inner1A {
  table-layout: auto;
  background-color: #EEEEEE;
  position: relative;
  top: 0;
  left: 0;
}
/* Containing table for middle column of Manufacturer/Model 'button' links on search forms */
#inner1B {
  table-layout: auto;
  background-color: #EEEEEE;
  position: relative;
  top: 0;
  left: 0;
}
/* Containing table for right hand column of Manufacturer/Model 'button' links on search forms */
#inner1C {
  table-layout: auto;
  background-color: #EEEEEE;
  position: relative;
  top: 0;
  left: 0;
}
/* Containing table for 'Previous', 'Glass's TraderDesk rod-logo' buttons and conditionally displayed 'Print' button on search forms and stocklist pages */
#buttons1 {
  table-layout: auto;
  width: 500;
  position: relative;
  top: 0;
  left: 0;
}
/* Table declaration for stockList results list */
#stockList {
  table-layout: auto;
  width: 500;
  position: relative;
  top: 0;
  left: 0;
}
/* Outer containing table for vehicle detail page */
#outer2 {
  table-layout: auto;
  width: 600;
  position: relative;
  top: 0;
  left: 0;
  text-align: center;
}
/* Inner containing table for vehicle detail page */
#inner2 {
  table-layout: auto;
  position: relative;
  top: 0;
  left: 0;
}
/* Containing table for 'Previous', 'Enquire', 'Print' and 'Glass's TraderDesk rod-logo' buttons on Vehicle Detail page */
#buttons2 {
  table-layout: auto;
  width: 600;
  position: relative;
  top: 0;
  left: 0;
}

/* === TABLE CELL IDs === */
/* table cell containing price range radio buttons */
#priceRanges {
  font-family: sans-serif; 
  font-size: 10pt;
  vertical-align: top;
}
/* table cell containing 'x-y of z' header on stocklist results page */
#hdrVehicleCount {
  font-family: times new roman; 
  font-size: x-small;
  font-weight: bold;
  color: #707070;
  text-align: left;
  background-color: #CCCCCC;
}
/* table cell containing 'Make' header on stocklist results page */
#hdrVehicleMake {
  font-family: arial; 
  font-size: x-small;
  font-weight: bold;
  text-align: left;
  background-color: #CCCCCC;
}
/* table cell containing 'Model' header on stocklist results page */
#hdrVehicleModel {
  font-family: arial; 
  font-size: x-small;
  font-weight: bold;
  text-align: left;
  background-color: #CCCCCC;
}
/* table cell containing 'Mileage' header on stocklist results page */
#hdrVehicleMileage {
  font-family: arial; 
  font-size: x-small;
  font-weight: bold;
  text-align: left;
  background-color: #CCCCCC;
}
/* table cell containing 'Year' header on stocklist results page */
#hdrVehicleYear {
  font-family: arial; 
  font-size: x-small;
  font-weight: bold;
  text-align: center;
  background-color: #CCCCCC;
}
/* table cell containing '£ (Price)' header on stocklist results page */
#hdrVehiclePrice {
  font-family: arial; 
  font-size: x-small;
  font-weight: bold;
  text-align: right;
  background-color: #CCCCCC;
}
/* table cell containing vehicle image, caption and further image thumbnails (if available) on vehicle detail page */
#vehicleImage {
  text-align: left;
  vertical-align: top;
}
/* table cell containing vehicle details table on vehicle detail page */
#vehicleDetail {
  vertical-align: top;
}
/* table cell containing 'make' on vehicle detail page */
#dtlVehicleMake {
  font-family: arial; 
  font-size: x-small;
  text-align: center;
  vertical-align: top;
  background-color: #EEEEEE;
}
/* table cell containing 'model, description, fuel-type & options' on vehicle detail page */
#dtlVehicleModelDescription {
  font-family: arial; 
  font-size: x-small;
  text-align: center;
  vertical-align: top;
  background-color: #EEEEEE;
}
/* table cell containing 'transmission' on vehicle detail page */
#dtlVehicleTransmission {
  font-family: arial; 
  font-size: x-small;
  text-align: center;
  vertical-align: top;
  background-color: #EEEEEE;
}
/* table cell containing 'registration' on vehicle detail page */
#dtlVehicleReg {
  font-family: arial; 
  font-size: x-small;
  text-align: center;
  vertical-align: top;
  background-color: #EEEEEE;
}
/* table cell containing 'mileage' on vehicle detail page */
#dtlVehicleMileage {
  font-family: arial; 
  font-size: x-small;
  text-align: center;
  vertical-align: top;
  background-color: #EEEEEE;
}
/* table cell containing 'colour' on vehicle detail page */
#dtlVehicleColour {
  font-family: arial; 
  font-size: x-small;
  text-align: center;
  vertical-align: top;
  background-color: #EEEEEE;
}
/* table cell containing 'price' on vehicle detail page */
#dtlVehiclePrice {
  font-family: arial; 
  font-size: x-small;
  text-align: center;
  vertical-align: top;
  background-color: #EEEEEE;
}
/* table cell containing 'more info' on vehicle detail page */
#dtlVehicleMoreInfo {
  font-family: arial; 
  font-size: x-small;
  font-weight: bold;
  text-align: center;
  vertical-align: top;
  background-color: #EEEEEE;
}

/* === BUTTON IDs === */
/* 'Vehicles x-y of z' (next page) button */
#nextPage {
  font-family: sans-serif; 
  font-size: x-small; 
  color: black;
  position: relative;
  top: 0;
  left: 0;
}
/* 'New Search' button */
#newSearch {
  font-family: sans-serif; 
  font-size: x-small; 
  color: black;
  position: relative;
  top: 0;
  left: 0;
}
/* 'Enquire about this vehicle' button */
#enquire {
  position: relative;
  top: 0;
  left: 0;
}
/* '< Previous' button */
#previous {
  position: relative;
  top: 0;
  left: 0;
}
/* 'Print' button */
#print {
  position: relative;
  top: 0;
  left: 0;
}
/* 'Glass's Trader Desk' button */
#traderDesk {
  position: relative;
  top: 0;
  left: 0;
}
