

/* General styles *******************************************************/

html {
  overflow-x: hidden;		/* Overflow and padding-right are       */
  padding-right: 10px;		/* workarounds for the IE scrollbar bug */
  overflow-y: scroll;
  margin-left: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  color: #000033;
  font-size: 10pt;
  background-color: #e3ecfd;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 50px;
  padding: 0px;
}

/* Layout and alignment tables */
table.layout {
  width: 984px;
  vertical-align: top;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0px;
  background-color: #ffffff;
  border: 1px solid #000000;
}

tr {
  vertical-align: top;
}

td {
  font-size: 10pt;   /* Work-around for stupid NS/Mozilla inheritance bugs */
}

td.layout, td.topbar, td.content {
  text-align: left;
  vertical-align: top;
  background-color: transparent;
}

td.topbar {
  width: 100%;
  height: 100px;
  background-image: url(images/topbarBG.gif);
  background-position: top;
  background-repeat: no-repeat;
  color: #000033;
}

.topbar_address {
  float: right;
  text-align: right;
  padding-top: 40px;
  padding-right: 2px;
  font-size: 8pt;
  font-weight: normal;
  color: #003366;
}

td.content {
  width: 100%;
  vertical-align: top;
  margin-bottom: 20px;
  text-align: justify;
}

td.topmenu {
  width: 100%;
  height: 60px;
  background-color: transparent;
  background-image: url(images/topmenuBG.jpg);
  background-position: top;
  background-repeat: no-repeat;
}

td.admintopmenu {
  width: 100%;
  height: 60px;
  background-color: transparent;
  background-image: url(images/topmenuBG.jpg);
  background-position: top;
  background-repeat: no-repeat;
  padding-top: 8px;
}

td.leftmenu {
  width: 200px;
  text-align: left;
}

td.copyright {
  font-size: 8pt;
  text-align: center;
  margin-bottom: 200px;
}

h1, h2, h3 {
  text-align: left;		/* Overrides 'justify' in td.content */
}

a {
  color: #000066;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

img {
  margin: 0px;
  padding: 0px;
  border: 0px;
}

img.captcha {
  border: 1px solid #000000;
  margin-top: 2px;
}

img.content {
  border: 1px solid #000000;
  margin: 3px;
}

img.noborder {
  border: 0px;
}

img.left {
  float: left;
  margin-right: 10px;
}

img.right {
  float: right;
  margin-left: 10px;
}

img.flag {
  border: 1px solid #000033;
  margin-top: 10px;
}




/* Address details, opening times, business hours tables: */
table.hours, table.address {
  width: 650px;
  border: 1px solid #330000;
  background-color: #ccccee;
}
th.hours, td.hours {
  text-align: left;
  padding-right: 20px;
  width: 150px;
  padding-bottom: 5px;
  border-bottom: 1px solid #330000;
}

/* Warranty layout: */
table.warranty {
  width: 100%;
  border: 1px solid #330000;
  background-color: #ccccee;
  padding: 5px;
}

/* Dealers, etc, address layout: */
td.dealername, td.dealerstreet, td.dealerzip, td.dealercity, td.dealerurl,
td.dealeremail, td.tickbox {
  height: 20px;
  background-color: #ccccff;
  padding-top: 4px;
  padding-left: 5px;
  text-align: left;
  font-size: 8pt;
}
td.dealername {
  width: 165px;
}
td.dealerstreet {
  width: 160px;
}
td.dealerzip {
  width: 55px;
}
td.dealercity {
  width: 130px;
}
td.dealerurl {
  width: 55px;
}
td.dealeremail {
  width: 40px;
}
td.tickbox {
  width: 20px;
  padding-left: 1px;
  padding-right: 1px;
  padding-top: 1px;
}

/* Dealers, etc, address layout: */
td.dealernametop, td.dealerstreettop, td.dealerziptop, td.dealercitytop, td.dealerurltop,
td.dealeremailtop, td.tickboxtop {
  height: 70px;
  background-color: transparent;
  padding-top: 0px;
  text-align: left;
  font-size: 8pt;
}
td.dealernametop {
  width: 165px;
}
td.dealerstreettop {
  width: 160px;
}
td.dealerziptop {
  width: 55px;
}
td.dealercitytop {
  width: 130px;
}
td.dealerurltop {
  width: 55px;
}
td.dealeremailtop {
  width: 40px;
}
td.tickboxtop {
  width: 20px;
}


/* Misc. static content */
table.static {
  width: 650px;
  border: 0px;
  background-color: transparent;
  padding-top: 15px;
}

table.specs {
  width: 400px;
  border: 0px;
  background-color: #000033;
}

td.specs {
  background-color: #eeeeff;
}

/* Contact form */
input.contactForm, textarea.contactForm {
  border: 1px solid #330000;
  background-color: #ccccee;
  width: 400px;
}
textarea.contactForm {
  height: 150px;
  overflow-y: auto;
}

/* Top menu and left menu */
.leftMenuWrapper {
  width: 195px;
  background-color: #d9d9f8;
  border: 1px solid #ababd0;
  float: left;
  margin-right: 10px;
  margin-top: 3px;
  padding: 0px;
}
.noLeftMenu {
  width: 220px;
  height: 300px;
  background-color: transparent;
  border: 0px;
}
#topmenu ul, #leftmenu ul {
  margin: 0px;
  padding: 0px;
  font-family: Arial, Helvetica, sans-serif;
}
#topmenu ul {
  width: 90%;
}
#topmenu li {
  list-style: none;
  float: left;
}
#topmenu a {
  display: block;
  text-decoration: none;
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
  padding-right : 15px;
  margin-top: 4px;
  border-right: 1px dotted #333333;
  color: #000000;
}
#leftmenu a {
  display: block;
  text-decoration: none;
  font-weight: bold;
  padding: 0px;
  margin-left: 3px;
}
#topmenu a.flag {
  display: inline;
  border-right: 0px;
  margin: 0px;
  padding: 0px;
}
#topmenu .flagWrapper {
  float: right;
  margin-right: 10px;
}

#leftmenu li {
  list-style: none;
  display: block;
  color: #666666;
  padding-left: 0px;
  margin-left: 0px;
  font-weight: bold;
  border-bottom: 1px solid #cccccc;
}

/* Warranty, etc, address layout: */
td.warrantybrand, td.warrantylength1, td.warrantylength2, td.warrantyexception {
  height: 20px;
  background-color: #ccccff;
  padding-top: 4px;
  padding-left: 5px;
  text-align: left;
  font-size: 9pt;
}
td.warrantybrand {
  width: 120px;
}
td.warrantylength1 {
  width: 180px;
}
td.warrantylength2 {
  width: 180px;
}
td.warrantyexception {
  width: 260px;
}

/* Warranty, etc, address layout: */
td.warrantybrandtop, td.warrantylength1top, td.warrantylength2top, td.warrantyexceptiontop {
  height: 20px;
  background-color: #333366;
  padding-top: 4px;
  padding-left: 5px;
  text-align: left;
  font-size: 9pt;
  font-weight: bold;
  color: #ffffff;
}
td.warrantybrandtop {
  width: 120px;
}
td.warrantylength1top {
  width: 180px;
}
td.warrantylength2top {
  width: 180px;
}
td.warrantyexceptiontop {
  width: 260px;
}


#leftsub1, #leftsub2, #leftsub3, #leftsub4, #leftsub5, #leftsub6, #leftsub7, #leftsub8, #leftsub9, #leftsub10, #leftsub11, #leftsub12 {
  display: none;
  background-color: #e5e5f5;
}
#leftsub1 li, #leftsub2 li, #leftsub3 li, #leftsub4 li, #leftsub5 li, #leftsub6 li, #leftsub7 li, #leftsub8 li, #leftsub9 li, #leftsub10 li, #leftsub11 li, #leftsub12 li {
  color: #666666;
  padding-left: 10px;
  margin-left: 0px;
  font-weight: bold;
}
#leftsub1 a, #leftsub2 a, #leftsub3 a, #leftsub4 a, #leftsub5 a, #leftsub6 a, #leftsub7 a, #leftsub8 a, #leftsub9 a, #leftsub10 a, #leftsub11 a, #leftsub12 a {
  color: #666666;
  font-weight: bold;
  text-decoration: none;
}

/* Topmenu, 1st level */
#top {
  display: inline;
}
/* Topmenu, 2nd level */
#brands, #dealers, #service, #contact {
  display: none;
  clear: left;
  font-size: 9pt;
}
#brands a, #dealers a, #service a, #contact a {
  font-size: 8pt;
  border-right: 1px dotted #666666;
}

hr.submenu {
  width: 80%;
  height: 1px;
  color: #ababd0;
}

/* Content page menu */
#contentmenuWrapper {
  display: block;
  text-align: center;
  padding-bottom: 5px;
}
#features, #specifications, #resources, #buyingadvice {
  background-color: #eeeeff;
  border: 1px solid #333366;
  padding: 5px;
}
#features h3, #specifications h3, #resources h3, #buyingadvice h3 {
  display: block;
  margin-top: 0px;
  padding-left: 3px;
  padding-right: 3px;
  color: #ccccff;
  background-color: #333366;
}
#features h3.sub, #specifications h3.sub, #resources h3.sub,
#buyingadvice h3.sub {
  background-color: #666699;
}
#features h4, #specifications h4, #resources h4, #buyingadvice h4 {
  font-size: 10pt;
  font-weight: bold;
  margin-bottom: 0px;
  display: inline;
}
#features p, #specifications p, #resources p, #buyingadvice p {
  margin-top: 0px;
}
a.contentmenu {
  padding-bottom: 5px;
  cursor: pointer;
  border: 1px solid #000033;
  background-color: #eeeeff;
  margin: 5px;
  padding-top: 1px;
  padding-left: 5px;
  padding-right: 5px;
}
a.contentmenu:hover {
  text-decoration: none;
}

/* Clonefish forms */

.cfForm {
  border: 1px solid #000000;
  background: #ddddff;
  padding: 10px;
}

td.formTemplate {
  vertical-align: top;
  margin: 0px;
  padding: 0px;
}

td.formLabel {
  vertical-align: top;
  text-align: right;
  padding-right: 5px;
}

td.formError {
  background-color: transparent;	/* Error icon appears here */
}

.formErrorMsg {
  background-color: #ff9900;
}

input.warrantyForm, textarea.warrantyForm, select.warrantyForm,
textarea.warrantyForm {
  background: #eeffee;
  border: 1px solid #000033;
  margin-bottom: 2px;
  width: 100%;
  margin-top: 2px;
  margin-bottom: 2px;
}

input.captcha {
  width: 25%;
  vertical-align: top;
}

input.warrantyFormcheckbox, input.warrantyFormRadio {
  background: #ddddff;
  border: 0px;
  margin-top: 4px;
  margin-right: 2px;
  margin-bottom: 4px;
  width: 15px;
}

.warrantyAdminLabel {
  border: 0px;
  background-color: #bbbbff;
  display: block;
  height: 27px;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-right: 8px;
  margin-bottom: 2px;
}

.warrantyAdminRadio {
  border: 0px;
  background-color: #bbbbff;
  display: block;
  height: 27px;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 8px;
  margin-bottom: 2px;
}

textarea.warrantyForm {
  height: 150px;
  margin-top: 2px;
  margin-bottom: 2px;
}

.alert, .required {
  color: #ff0000;
  font-size: smaller;
  vertical-align: super;
}


/************************* Admin back-end ************************/

table.admin {
  width: 100%;
  background-color: #ccccff;
}
th.admin, td.admin {
  background-color: #333366;
  color: white;
  margin: 1px;
  padding: 1px;
  padding-left: 2px;
}
a.admin {
  background-color: #transparent;
  color: #ffff00;
  padding-left: 2px;
  padding-right: 2px;
  padding-top: 1px;
  padding-bottom: 1px;
  margin-top: 1px;
  margin-bottom: 1px;
}
a.admin:hover {
  text-decoration: none;
  background-color: #ffff00;
  color: #000066;
} 


/* TINYbox */
#tinybox {position:absolute; display:none; padding:10px; background:#fff url(images/preload.gif) no-repeat 50% 50%; border:10px solid #e3e3e3; z-index:2000}
#tinymask {position:absolute; display:none; top:0; left:0; height:100%; width:100%; background:#000; z-index:1500}
#tinycontent {background:#fff}


/* EOF */
