﻿*
{
  font-family: Verdana, Arial, Sans-Serif;
  font-size: 9pt;
  padding: 0;
  margin: 0;
  color: #6899bb;
}

html
{
  height: 100%;
}

body
{
  text-align: center;
  overflow: -moz-scrollbars-vertical; /* ff */
  height: 100%;
  background: #ffffff url(/uk/_images/bg-body.jpg) repeat-y top center; /* 6899bb */
}

a
{
  text-decoration: none;
}

a:hover
{
  text-decoration: underline;
}

p
{
  margin-bottom: 5px;
}

img
{
  border: none;
}

th
{
  text-align: left;
}

/* structure */

#outer
{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  min-width: 960px;
}

#window
{
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent url(/uk/_images/bg-body.jpg) repeat-y top center; /* 6899bb */
}

#clouds
{
  position: absolute;
  left: 0px;
  top: 0px;
  background: transparent url(/uk/_images/bg-header.jpg) repeat-x top center;
  width: 100%;
  z-index: 10;
}

#background
{
  background: transparent url(/uk/_images/bg-body.jpg) repeat-y top center; /* 6899bb */
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  z-index: 11;
}

#page
{
  background: transparent url(/uk/_images/bg-header.jpg) repeat-x top center;
  width: 960px;
  z-index: 12;
}

/* navigation */

#navigation
{
  position: absolute;
  margin-left: 3px;
  width: 205px;
  height: 100%;
  overflow: hidden;
}

#navHeader
{
  width: 205px;
  height: 120px;
  background: transparent url(/uk/_images/nav-top.jpg) no-repeat top left;
  text-align: center;
}

#navHeader img
{
  margin-top: 20px;
  width: 150px !important; /* stops IE going nuts */
  height: 80px !important; 
}

#navBody
{
  width: 205px;
  height: 100%;
}

#navBody ul
{
  margin-left: 23px;
  list-style: none;
}

#navBody li
{
  width: 170px;
  height: 25px;
}

#navBody a
{
  display: block;
  width: 170px;
  height: 25px;
  line-height: 25px;
  padding-left: 5px;
  text-transform: uppercase;
  font-size: 8pt;
}

#navBody span
{
  display: block;
  margin-left: 23px;
  width: 170px;
  height: 25px;
  line-height: 25px;
  padding-left: 5px;
  text-transform: uppercase;
  background: transparent url(/uk/_images/button-bg-blue.jpg) no-repeat top left;
  color: #ffffff !important;
  /*margin-top: 30px;    what? */
}

#navBody .blue *
{
  background: transparent url(/uk/_images/button-bg-blue.jpg) no-repeat top left;
  color: #ffffff !important;
}

#navBody .white *
{
  background: transparent url(/uk/_images/button-bg-white.jpg) no-repeat top left;
  color: #6899bb !important;
}

#navBody .highlight *
{
  background: transparent url(/uk/_images/button-bg-highlight.jpg) no-repeat top left;
  color: #ffffff !important;
}

#navLogoLinks
{
  margin-top: 10px;
  margin-left: 3px;
}

#navLogoLinks li
{
  height: auto !important;
}

#navLogoLinks a
{
  height: auto !important;
}

/* content placeholder */

#content
{
  margin-left: 203px;
  width: 757px;
  overflow: visible;
  min-height: 750px;
}

#innerContent
{
  padding-top: 66px;
  width: 757px;
  float: right;
  clear: both;
}

#innerContentBody
{
  padding: 0px 20px 0px 20px;
}

#innerContent p
{
  margin: 0px 0px 10px 0px;
  text-align: justify;
}

#innerContent a
{
  font-weight: bold;
}

#innerContent h1
{
  text-transform: uppercase;
  padding-bottom: 10px;
  border-bottom: solid 1px #6899bb;
  margin: 0px 0px 15px 0px;
  padding-top: 30px;
}

#innerContent h2
{
  margin: 0px 0px 10px 0px !important;
}

#innerContent h3
{
  margin: 0px 0px 10px 0px !important;
}

#innerContent ul
{
  margin-left: 20px;
  margin-right: 60px;
}

#innerContent ul li
{
  list-style: disc;
  padding-bottom: 10px;
}

#innerContent ol
{
  margin-left: 10px; 
}

#innerContent ol li
{
  list-style-type:decimal;
}

.shortHeading
{
  width: 350px;
}

/* site links (top right) */

#links
{
  position: absolute;
  top: 5px;
  left: 50%;
  margin-left: 150px;
  z-index: 9999;
}

#links * *
{
  color: #ffffff;
}

#links ul
{
  list-style: none;
}

#links li
{
  display: inline;
  padding-left: 3px;
}

#basketIcon
{
  margin-bottom: -5px;
}

/* detail box */

#detail
{
  /* contains repeating background */
  width: 336px;
  float: right;
  margin: 0px -10px 20px 20px;
  background: #ffffff url(/uk/_images/box-detail-light-repeat.jpg) repeat-y top left !important;
}

* html body #detail
{
  margin-right: -50px;
}  

#detailMiddle
{
  /* contains top segment */
  width: 336px;
  background: transparent url(/uk/_images/box-detail-light-top.jpg) no-repeat top left !important;
}

#detailInner
{
  /* contains bottom segment + content */
  width: 336px !important;
  padding: 30px 30px 0px 30px;
  background: transparent url(/uk/_images/box-detail-light-bottom.jpg) no-repeat bottom left !important;
  overflow: hidden;
}

#detailInner p
{
  width: 243px;
  margin-left: 3px !important;
}

#detailInner h1
{
  width: 265px;
  padding-top: 0px;
  padding-bottom: 10px;
  border-bottom: solid 1px #6899bb;
  text-transform: uppercase;
  margin: 0px 0px 15px 0px !important;
}

#detailInner h2
{
  width: 268px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: solid 1px #6899bb;
  text-transform: uppercase;
}

#detailInner ul
{
  margin-left: 20px;
  margin-right: 60px;
}

#detailInner li
{
  list-style: disc;
  padding-bottom: 10px;
}

#detailInner a
{
  font-weight: normal !important;
}

#detailInnerContent
{
  padding-bottom: 200px;
}

#detailFlash
{
  clear: both;
  margin-left: -27px; /* 27 */
  margin-top: 15px;
}

/* footer buttons */

#footer
{
  float: right;
  clear: both;
  margin-top: 30px;
  width: 737px;
  text-align: center;
}

#footerLinks
{
}

#footerLinks ul
{
  list-style: none;
  z-index: 10;
}

#footerLinks li
{
  display: inline;
  padding: 0 10px 0 10px;
}

#footerLinks a
{
  font-size: 8pt;
}

#footerTitle
{
  font-size: 8pt;
  margin-top: 30px;
  color: #cccccc;
  padding-left: 30px;
  padding-right: 30px;  
}

/* form layout */

.formSection
{
  clear: both;
  padding: 10px 0px 20px 0px;
}

.formSection th
{
  font-weight: normal;
  width: 140px;
}

.formColumn
{
  width: 340px;
  float: left;
  padding-top: 10px;
}

.formColumn label
{
  display: block;
  line-height: 25px;
}

.formColumn input
{
  display: block;
  float: right;
  clear: both;
  top: 0px;
  width: 180px;
  height: 15px;
  margin: -24px 30px 5px 0px;
}

.formColumn input[type="text"]
{
  border: 1px solid #6899bb !important;
  background-color: #ffffff !important;
}

.formColumn textarea
{
  display: block;
  float: right;
  clear: both;
  top: 0px;
  width: 235px;
  height: 50px;
  margin: -25px -25px 5px 0px;
  border: 1px solid #6899bb !important;
  background-color: #ffffff !important;
}

.formColumn select
{
  display: block;
  float: right;
  clear: both;
  top: 0px;
  width: 182px; /* fiddled for ie */
  height: 19px; /* fiddled for ie */
  margin: -25px 30px 5px 0px;
  border: 1px solid #6899bb !important;
  background-color: #ffffff !important;
}

.formColumn .checkbox
{
  display: block;
  float: right;
  clear: both;
  top: 0px;
  margin: 5px 235px -5px 0px;
  width: 20px;
  padding: 0px;
}

.formColumn .checkbox input
{
  width: 20px;
}

.formButtons
{
  text-align: left;
  clear: both;
  padding-top: 20px;
}

.formButtons input
{
  width: auto !important;
  height: auto !important;
  clear: none !important;
  display: inline;
}

.fieldGroup
{
  display: block;
  float: left;
  margin: -25px 0px 5px 146px !important;
  table-layout: fixed;
  clear: both;
  top: 0px;
  width: 200px;
  border-collapse: collapse;
}

.fieldGroup td
{
  padding: 0px;
  margin: 0px;
}

.fieldGroup input, .fieldGroup select
{
  float: none;
  margin: 0px !important;
  width: auto;
}

/* wider form column - used on credit card form where labels are longer */

.widerFC input, .widerFC textarea, .widerFC select
{
  margin-right: 10px !important;
}

.widerFC .fieldGroup
{
  margin-right: -6px !important;
}

.widerFC .error
{
  margin-left: 340px !important;
}

/* basket */

.basket
{
  width: 100%;
  border-collapse: collapse;
  margin-top: 30px;
}

.basket th
{
  padding-bottom: 5px;
}

.totalRowSpacer td
{
  height: 5px;
}

.totalRow td
{
  border-top: solid 1px #6899bb;
  padding-top: 7px;
}

.legal
{
  margin: 10px 0px 10px 10px; 
}

.legal th
{
  padding-right: 10px;
  padding-bottom: 5px;
  text-align: left;
  vertical-align: top;
}

.legal td
{
  padding-bottom: 5px;
  vertical-align: top;
}

.legal .heading
{
  font-weight: bold;
}

.imageList
{
  margin: 0px !important;
  padding: 0px !important;
  list-style-type: none !important;
}

.imageList li
{
  margin: 0px !important;
  padding: 0px !important;
  list-style-type: none !important;
  display: inline;
}

/* random styles */

.fgerror
{
  font-size: 8pt;
}

.error
{
  padding: 0 0 5px 20px;
  display: block;
  position: absolute;
  margin: -23px 0px 0px 315px;
  font-size: 8pt;
  color: #ff0000;
  background: transparent url(/uk/_images/icon-error.png) no-repeat 0px 0px;
}

p.error  
{
  position: static !important;
  padding: 0 0 10px 25px !important;
  margin: 5px 0 10px 0 !important;
  color: #ff0000;
  background: transparent url(/uk/_images/icon-error.png) no-repeat 0px 0px;
}

p.small
{
   font-size: 8pt;
   padding-top: 20px;
}

.dealererror 
{
  padding: 0 0 10px 25px !important;
  color: #ff0000;
  background: transparent url(/uk/_images/icon-error.png) no-repeat 0px 0px;
  display: block;
  clear: both;
  position: absolute;
  margin-top: -15px;
}

ul.error
{
  position: static !important;
  margin-top: -10px !important;
  margin-left: 40px !important; 
}

ul.error li
{
  color: #ff0000;
  font-size: 7pt;  
}

.address
{
  text-transform: capitalize;
}

.uppercase
{
  text-transform: uppercase;
}

.delete
{
  color: #cc0000;
}

/* dialogs */

#dialog
{
  /*background: #ffffff url(/uk/_images/bg-header.jpg) repeat-x top left;*/
  background: #ffffff;
  padding: 10px 10px 0px 10px;
}

#dialog p
{
  margin: 0px 0px 10px 0px;
  text-align: justify;
}

#dialog a
{
  font-weight: bold;
}

#dialog h1
{
  text-transform: uppercase;
  padding-bottom: 10px;
  border-bottom: solid 1px #6899bb;
  margin-bottom: 10px;
}

#dialog h2
{
  margin: 0px 0px 10px 0px !important;
}

#dialog h3
{
  margin: 0px 0px 10px 0px !important;
}

#dialog ul
{
  margin-left: 20px;
  margin-right: 60px;
}

#dialog ul li
{
  list-style: disc;
  padding-bottom: 10px;
}

#dialog ol
{
  margin-left: 10px; 
}

#dialog ol li
{
  list-style-type:decimal;
}

/* please wait */

#pleaseWait
{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
  background: #ffffff url(/uk/_images/icon-please-wait.gif) no-repeat center center;
  z-index: 10000;
  display: none;  
}
