/* Customer Style Sheet */

.boxText { font-family: Arial, sans-serif; font-size: 11px; }
.errorBox { font-family : Arial, sans-serif; font-size : 11px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Arial, sans-serif; font-size : 11px; color: #cc0033; }
.productsNotifications { background: #D2C8EB; }
.orderEdit { font-family : Arial, sans-serif; font-size : 11px; color: #A5ACB2; text-decoration: underline; }

BODY {
  font-family: Arial, sans-serif;
  font-size: 11px;
  color: #36424A;
  margin: 0px;
  top: 0px;
  text-align: center;
  background: #ECF0F2;
  background-image: url("/images/bodybg.gif");
  background-repeat: repeat-y;
  background-position: center;
}

BODY.nobg {
  background: #ffffff;
  background-image: none;
}

h1, h2, h3 {
  color: #005EBE;
  margin: 0.3em 0;
}

h1 {
  font-size: 18px;
  font-weight: normal;
}

h2 {
  font-size: 14px;
}

h3 {
  font-size: 12px;
}

A {
  color: #2C2345;
  text-decoration: none;
  font-size: 11px;
}

A:hover {
  text-decoration: underline;
}

FORM {
	display: inline;
}

div#site {
  width: 950px;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  align: left;
  text-align: left;
  background: #ffffff;
}

div#sitecontentwrapper {
  background: #E3E8EB;
  background-image: url("/images/sitecontentbg.gif");
  background-repeat: repeat-y;
}

div#sitecontent {
  background-image: url("/images/sitecontentbgtop.gif");
  background-repeat: no-repeat;
  background-position: top;
}

div#sitecontentcontent {
  background-image: url("/images/sitecontentbgbottom.gif");
  background-repeat: no-repeat;
  background-position: bottom;
  padding-bottom: 4px;
}

div#logo {
  margin-left: 4px;
  margin-top: 5px;
}

div#headerbuttonswrapper {
  width: 296px;
  display: inline;
  float: right;
  background-image: url("/images/headerbuttonsbg.gif");
  background-repeat: repeat-x;
  margin-bottom: 5px;
}

div#headerbuttons {
  background-image: url("/images/headerbuttonsleft.gif");
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 24px;
}

div#headerbuttonscontent {
  height: 30px;
  overflow: hidden;
  background-image: url("/images/headerbuttonsright.gif");
  background-repeat: no-repeat;
  background-position: right;
  padding-right: 10px;
}

img.headerbutton {
  padding-bottom: 0px;
}

div#socialbookmarks {
  float: right;
  display: inline;
  margin: 5px 4px 0 0;
}

div#headersearch {
  float: right;
  clear: right;
  width: 300px;
  height: 110px;
  background-image: url("/images/headersearchbg.gif");
  background-repeat: no-repeat;
}

div#headersearch p {
  color: #ffffff;
  padding: 13px 8px 6px 165px;
  margin: 0;
  line-height: 100%;
}

div#headersearch span {
}

div#headersearch p a {
  color: #D4C6FA;
  font-weight: bold;
  line-height: 160%;
}

div#headersearch form {
  width: 100%;
  float: left;
  clear: both;
  font-size: 11px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 6px;
}

div#headersearch form input {
  float: right;
  height: 21px;
  border: 1px solid #1B1037;
  padding: 2px;
}

div#headersearch form span {
  float: right;
  padding-right: 5px;
  position: relative;
  top: 4px;
}

div#headersearch form input.hidden {
  display: none;
}

html>body div#headersearch form input {
}

div#headersearch form input.button {
  border: none;
  padding: 0;
  position: relative;
  right: 4px;
}

div#headermenuwrapper {
  background-image: url("/images/headermenubg.gif");
  background-repeat: repeat-x;
}

div#headermenu {
  height: 40px;
  overflow: hidden;
  background-image: url("/images/headermenuright.gif");
  background-repeat: no-repeat;
  background-position: top right;
}

div#headermenu ul {
  height: 40px;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

div#headermenu ul li {
  height: 40px;
  float: left;
  padding: 13px 2px 13px 0;
  background-image: url("/images/headermenuitembgright.gif");
  background-repeat: no-repeat;
  background-position: top right;
}

div#headermenu ul li a {
  padding: 13px 0px 13px 8px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
}

div#headermenu ul li#homebutton a {
  padding-left: 0px;
}

div#headermenu ul li a span {
  padding: 13px;
  background-image: url("/images/headermenuarrow.gif");
  background-repeat: no-repeat;
  background-position: 3px;
}

div#headermenu ul li#homebutton a span {
  background-image: url("/images/headermenuleft.gif");
  background-position: top left;
  padding-left: 34px;
}

div#headermenu ul li a.selected, div#headermenu ul li a:hover {
  padding: 13px 0px 13px 8px;
  background-image: url("/images/headermenuitembgselected.gif");
  background-repeat: repeat-x;
  background-position: 1px 13px;
}

html>body div#headermenu ul li a.selected, html>body div#headermenu ul li a:hover {
  background-position: top;
}

div#headermenu ul li#homebutton a.selected span, div#headermenu ul li#homebutton a:hover span {
  background-image: url("/images/headermenuleftselected.gif");
  background-position: top left;
}

div#headermenu ul li a.selected span, div#headermenu ul li a:hover span {
  background-image: url("/images/headermenuarrowselected.gif");
  padding: 13px;
}

div#headermenufooter {
  height: 5px;
  overflow: hidden;
  padding: 0;
  margin:0;
  margin-bottom: 5px;
  background-image: url("/images/headermenufooter.gif");
  background-repeat: no-repeat;
  background-position: top;
}

div#headerbanner {
  margin-bottom: 5px;
}

div#salessupport {
  height: 45px;
  overflow: hidden;
  background-image: url("/images/salessupportbg.jpg");
  background-repeat: no-repeat;
  line-height: 100%;
}

div#salessupport p {
  color: #1F262A;
  margin: 0;
  padding: 10px 10px 10px 585px;
}

td.leftcol {
  align: right;
  vertical-align: top;
  padding-top: 70px;
  text-align: right;
  width: 161px;
}

td.spacerleft {
  width: 10px;
}

td.content {
  vertical-align: top;
  width: 461px;
}

td.spacerright {
  width: 5px;
}

td.rightcol {
  vertical-align: top;
  width: 122px;
  padding-top: 3px;
}

div.navigationbg {
  background-image: url('/images/boxoutbg1.gif');
  background-repeat: repeat-y;
}

div.navigationwrapper {
  background-image: url('/images/boxout-top1.gif');
  background-repeat: no-repeat;
}

div.navigation {
  font-size: 12px;
  background-image: url('/images/boxout-bottom1.gif');
  background-repeat: no-repeat;
  background-position: bottom;
  padding-left: 5px;
  padding-bottom: 26px;
}

div.navigation dl#categoryheader dt {
  font-weight: bold;
  padding: 3px;
}

div.navigation dl {
  width: 185px;
  overflow: hidden;
  display:block;
  margin: 0;
  padding: 0;
}

div.navigation dt {
  font-size: 1em;
  display: block;
  width: 185px;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

div.navigation dt a {
  display: block;
  width: 100%;
  color: #40287E;
  font-size: 1em;
  font-weight: bold;
  background-image: url('/images/hr.gif');
  background-repeat: repeat-x;
  background-position: bottom;
  text-decoration: none;
}

div.navigation dt a span {
  display: block;
  padding: 3px 20px 4px 30px;
}

div.navigation dt a:hover, div.navigation dt a:active, div.navigation dt a.selected {
  font-size: 1em;
  color: #2291D0;
  text-decoration: none;
}

div.navigation dd {
  display: block;
  list-style-type: none;
  margin: 0;
  overflow: hidden;
}

div.navigation dd a {
  display: block;
  width: 100%;
  background-image: url('/images/hr.gif');
  background-repeat: repeat-x;
  background-position: bottom;
  text-decoration: none;
}

div.navigation dd a span {
  display: block;
  padding: 1px 20px 3px 40px;
}

div.navigation dd a:hover, div.navigation dd a:active, div.navigation dd a.selected {
  color: #2291D0;
  text-decoration: none;
}

div#footer {
  padding: 30px 0;
  text-align: center;
  font-size: 12px;
  color: #645C79;
  background: #ffffff;
}

div#footer a {
  color: #645C79;
  font-size: 12px;
  line-height: 1.5em;
}

div#footermenu {
  font-weight: bold;
  padding-bottom: 5px;
}

div#footermenu a {
  padding: 0 7px;
}

div#footertext {
  width: 719px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

div.frontcontent {
  font-size: 11px;
}

div.frontcontentcontent {
  margin: 30px;
}

div.frontcontentcontent p {
  padding: 0 1px;
  margin: 5px 0;
}

div.maindivider {
  clear: both;
  width: 100%;
  height: 25px;
  overflow: hidden;
  background-image: url('/images/maincontentdivider.gif');
  background-repeat: no-repeat;
}

div.maindivider2, div.maindivider3 {
  height: 30px;
}

div.maindivider2 {
  background-image: url('/images/maincontentdivider2.gif');
}

div.maindivider3 {
  background-image: url('/images/maincontentdivider3.gif');
}

div.frontadbuttons {
  vertical-align: top;
}

div#frontcategories {
  font-size: 11px;
  padding: 0px 11px;
}

div.frontcategoryboxwrapper1 {
  float: left;
  padding-right: 10px;
  clear: left;
}

div.frontcategoryboxwrapper1, div.frontcategoryboxwrapper2 {
  padding-bottom: 10px;
}

div.frontcategorybox {
  float: left;
  width: 260px;
  height: 240px;
  overflow: hidden;
  background-image: url('/images/frontcategorybg.gif');
  background-repeat: no-repeat;
}

div.boxtitle {
  padding: 5px 20px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
}

div.boxsubtitle {
  padding: 16px 20px 4px;
  font-size: 12px;
  font-weight: bold;
  color: #332E3E;
}

div.frontcategoryboxcontents {
  padding: 10px;
}

div.frontcategorybox ul {
  list-style-type: none;
  float: left;
  width: 131px;
  margin: 0;
  padding: 0;
}

div.frontcategorybox ul li {
  display: block;
  margin: 2px 0;
  padding: 0;
}

div.frontcategorybox ul li a {
  display: block;
  width: 100%;
  text-decoration: none;
}

div.frontcategorybox ul li a span {
  display: block;
  padding: 0 10px;
}

div.frontcategorybox ul li a.selected, div.frontcategorybox ul li a:hover {
  background: #ffffff;
  text-decoration: none;
}

div.frontcategoryproduct {
  float: left;
  display: inline;
  width: 108px;
  text-align: center;
}

div.frontcategoryproductcontents {
  padding: 4px 10px;
  text-align: left;
  line-height: 110%;
}

div.frontcategoryproductcontents div.price {
  font-weight: bold;
  color: #2291D0;
  padding: 4px 0;
}

div#frontmanufacturers {
  padding: 0 1px;
}

div#frontmanufacturerscontent {
  padding: 0 13px;
  background: #456E97;
}

div#frontmanufacturerscontent h2 {
  margin: 0;
  margin-bottom: 0.7em;
  color: #ffffff;
}

div.manufacturer {
  float: left;
  width: 131px;
  height: 64px;
  overflow: hidden;
  text-align: center;
  background-image: url('/images/manufacturerbg.gif');
  background-repeat: no-repeat;
}

div.manufacturer img {
  margin-top: 8px;
}

div.frontheader {
  color: #000000;
  margin-left: 5px;
}

div.frontheader2 {
  background-image: url('/images/pixel_grey.gif');
  background-repeat: repeat-x; 
  background-position: 2px 9px;
}

td.main {
  padding-left: 12px;
  padding-right: 12px;
  font-size: 11px;
}

td.main-withbg {
  padding-left: 12px;
  padding-right: 12px;
  font-size: 11px;
}

td.main-withbg2 {
  background-image: url('/images/productinfobg.gif');
  background-repeat: repeat-y;
  padding-left: 21px;
  padding-right: 20px;
}

td.main-withbg3 {
  background-image: url('/images/productinfobgbottom.gif');
  background-repeat: no-repeat;
  background-position: top;
}

div#productdetailswrapper {
  width: 509px;
  overflow: hidden;
  background-image: url('/images/productinfodetailsbg.gif');
  background-repeat: repeat-y;
}

div#productdetails {
  background-image: url('/images/productinfodetailsbgtop.gif');
  background-repeat: no-repeat;
  background-position: top;
}

div#productdetails div.boxsubtitle {
  padding: 16px 20px 4px;
  color: #40287E;
}

div#productdetailscontent {
  background-image: url('/images/productinfodetailsbgbottom.gif');
  background-repeat: no-repeat;
  background-position: bottom;
  padding: 8px 10px 30px 10px;
}

div#productdetailsspec {
  float: left;
  width: 288px;
}

table.productdetailsspec {
  font-size: 12px;
}

table.productdetailsspec td {
  font-size: 12px;
  color: #000000;
  border-bottom: 1px solid #D7DCDF;
  padding: 4px 15px;
  vertical-align: top;
}

span.stock {
  color: #40287E;
  font-weight: bold;
}

div#productdetailsbuying {
  float: left;
  width: 199px;
  font-size: 12px;
  padding-top: 15px;
  line-height: 150%;
}

div#productdetailsbuying span {
  padding: 0 20px;
  margin: 0 20px;
}

span.pricersp, span.priceincvat {
  color: #8B8B8B;
}

div.priceour, span.privesave {
  color: #40287E;
}

div.priceour {
  width: 163px;
  height: 20px;
  overflow: hidden;
  font-weight: bold;
  background-image: url('/images/priceourbg.gif');
  background-repeat: no-repeat;
  padding: 1px 20px;
  margin: 0 20px;
}

div#productdetailsbuying input {
  margin: 10px 20px;
}

div#productdetailsbuying input.qty {
  text-align: right;
  margin: 0;
}

TR.header {
  background: #ffffff;
}

TR.headerbg {
  height: 154px;
  background-image: url('/images/headerbg.jpg');
  background-repeat: no-repeat; 
  background-position: 130px 0px; 
}

div#breadcrumbs {
  padding: 5px;
  color: #005EBE; 
}

TR.headerNavigation {
  height: 25px;
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight : bold;
  color: #6A97B3; 
  background-image: url('/images/navbarbg.jpg');
  background-repeat: no-repeat; 
}

TD.headerNavigation {
  padding-left: 15px;
  padding-top: 4px;
}

TD.headerNavigationRight {
  background-image: url('/images/navbarbgright.jpg');
  background-repeat: no-repeat; 
  background-position: right; 
  padding-top: 4px;
  margin-right: 5px;
}

A.headerNavigation { 
  color: #2C2345; 
}

A.headerNavigation:hover {
}

TR.headermenu {
  height: 22px;
  border-top: 2px solid #ffffff;
  padding-top: 2px;
  background: #D2C8EB;
}

TD.headermenuleft {
  width: 20%;
  align: right;
  text-align: right;
  background-image: url('/images/menuleftrightbg.gif');
  background-repeat: repeat-x;
}

TD.headermenuright {
  width: 20%;
  align: left;
  text-align: left;
  background-image: url('/images/menuleftrightbg.gif');
  background-repeat: repeat-x;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #bbc3d3;
}

TD.footer {
  font-family: Arial, sans-serif;
  font-size: 11px;
  background: #bbc3d3;
  font-weight: bold;
}

table.left_column {
  width: 195px;
  padding: 0px;
  padding-left: 4px;
  margin: 0px;
}

table#maintable {
  padding-top: 4px;
}

table.right_column {
  width: 195px; 
  padding: 0px;
  padding-right: 4px;
  margin: 0px;
}

table.infoBoxContents {
  font-family: Arial, sans-serif;
  font-size: 11px;
}

table.infoBox1 {
  width: 195px;
  background: #ffffff;
  background-image: url('/images/boxoutbg1.gif');
  background-repeat: repeat-y;
}

table.infoBoxContents1 {
  font-family: Arial, sans-serif;
  font-size: 11px;
  background-image: url('/images/boxout-top1.gif');
  background-repeat: no-repeat;
  background-position: top;
}

td.infoBoxContents1 {
  padding: 5px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 11px;
}

.infoBoxNotice1 {
  background: #FF8E90;
}

.infoBoxFooter1 {
  height: 28px;
  overflow: hidden;
  background-image: url('/images/boxout-bottom1.gif');
  background-repeat: no-repeat;
  background-position: bottom;
  margin: 0px;
  padding: 0px;
}

.infoBoxNoticeContents1 {
  background: #FFE6E6;
  font-family: Arial, sans-serif;
  font-size: 11px;
}

table.infoBoxHeading1 {
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #ffffff;
  background: #EC9FD6;
}

.infoBoxHeader1 {
  width: 140px;
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  align: right;
  padding-right: 3px;
  text-align: right;
}

div.infoBoxHeaderImage1 {
  display: inline;
  float: left;
}

TD.infoBox1, SPAN.infoBox1 {
  font-family: Arial, sans-serif;
  font-size: 11px;
}

table.infoBox2 {
  width: 195px;
  background: #ffffff;
  background-image: url('/images/boxoutbg2.gif');
  background-repeat: repeat-y;
}
 
table.infoBoxContents2 {
  font-family: Arial, sans-serif;
  font-size: 11px;
}
 
td.infoBoxContents2 {
  padding: 5px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 11px;
}

.infoBoxNotice2 {
  background: #FF8E90;
}
 
.infoBoxFooter2 {
  height: 11px;
  overflow: hidden;
  background-image: url('/images/boxout-bottom2.gif');
  background-repeat: no-repeat;
  background-position: bottom;
  margin: 0px;
  padding: 0px;
}
 
.infoBoxNoticeContents2 {
  background: #FFE6E6;
  font-family: Arial, sans-serif;
  font-size: 11px;
}
 
table.infoBoxHeading2 {
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #ffffff;
  background: #ffffff;
  background-image: url('/images/boxout-headerbg.gif');
  background-repeat: repeat-x;
}
 
.infoBoxHeader2 {
  width: 140px;
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  align: right;
  padding-right: 3px;
  text-align: right;
}
 
div.infoBoxHeaderImage2 {
  display: inline;
  float: left;
}

table.infoBox3 {
  width: 195px;
  background: #ffffff;
  background-image: url('/images/boxoutbg3.gif');
  background-repeat: repeat-y;
}

td.infoBoxContents3 {
  padding: 0px 20px;
}

a.checkout {
  font-size: 12px;
  font-weight: bold;
  color: #40287E;
  background-image: url('/images/arrow-silver.gif');
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 8px;
  margin-left: 13px;
}

.infoBoxFooter3 {
  height: 145px;
  overflow: hidden;
  background-image: url('/images/boxout-bottom3.gif');
  background-repeat: no-repeat;
  background-position: bottom;
  margin: 0px;
  padding: 0px;
}

table.infoBox4 {
  width: 195px;
  background: #ffffff;
  background-image: url('/images/boxoutbg4.gif');
  background-repeat: repeat-y;
}

td.infoBoxContents4 {
  color: #ffffff;
  padding: 10px 20px;
}

table.infoBox4 ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

table.infoBox4 ul li {
  background-image: url('/images/arrow-purple.gif');
  background-repeat: no-repeat;
  background-position: left 0.45em;
  padding-left: 10px;
}

td.infoBoxContents4 a {
  font-size: 12px;
  color: #ffffff;
}

.infoBoxFooter4 {
  height: 25px;
  overflow: hidden;
  background-image: url('/images/boxout-bottom4.gif');
  background-repeat: no-repeat;
  background-position: bottom;
  margin: 0px;
  padding: 0px;
}
 
TD.infoBox2, SPAN.infoBox2 {
  font-family: Arial, sans-serif;
  font-size: 11px;
}

table.mainBox {
}
 
.mainBoxContents {
}
 
.mainBoxNotice {
  background: #FF8E90;
}
 
.mainBoxNoticeContents {
  background: #FFE6E6;
  font-family: Arial, sans-serif;
  font-size: 11px;
}
 
table.mainBoxHeading {
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
}

table.mainBoxFooter { 
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
}
 
.mainBoxHeader {
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  align: right;
  text-align: right;
}
 
TD.mainBox, SPAN.mainBox {
  font-family: Arial, sans-serif;
  font-size: 11px;
}

table.productimage {
  width: 100%;
  /* background-image: url('/images/productimagebg.gif'); */
  background-repeat: no-repeat;
  background-position: 0px 3px;
}

div.supportnumber {
  align: center;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  font-size: 11px;
  padding-right: 13px;
}

div.reviewproductname {
  width: 100%;
  align: left;
  text-align: left;
  font-weight: bold;
}

div.reviewstars {
  width: 100%;
  align: right;
  text-align: right;
}

div.reviewtext {
  align: left;
  text-align: left;
}

img.reviewproductimage {
  padding-bottom: 5px;
}

img.productimagerows {
}

img.leftbanner {
  border-right: 2px solid #999999;
  border-bottom: 2px solid #999999;
}

img.arrow1 {
  position: relative;
  top: 2px;
}

img.extraimage {
  border: 1px solid #000000;
  margin-bottom: 5px;
}

span.newproductnew {
  width: 100%;
  text-align: left;
  font-size: 11px;
  font-weight: bold;
}

a.newproductname {
  font-size: 11px;
  font-weight: bold;
}

img.newproductimage {
  display: block;
}

div.productprice {
  color: #2291D0;
  text-align: right;
  font-weight: bold;
}

div.productprice2 {
  color: #2291D0;
  text-align: right;
  font-weight: bold;
}

a.newproductprice {
  font-size: 24px;
  font-weight: bold;
  color: #97AACB;
}

div.viewedproduct {
  float: left;
  display: inline;
  align: center;
  text-align: center;
  width: 133px;
  margin-right: 5px;
  margin-bottom: 5px;
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd, TR.linkListing-odd, TR.defaultListing-odd {
  background: #ffffff;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even, TR.linkListing-even, TR.defaultListing-even {
  background: #F1EDFA;
}

.defaultListing-heading {
  font-family: Arial, sans-serif;
  font-size: 11px;
  background: #ff0000;
  font-weight: bold;
}

TABLE.productListing {
}

.productListing-heading {
  font-family: Arial, sans-serif;
  font-size: 11px;
  background: #40287E;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Arial, sans-serif;
  font-size: 11px;
  color: #000000;
}

A.pageResults {
  color: #000000;
  text-decoration: underline;
}

A.pageResults:hover {
  color: #999999;
}

a.link1 {
  color: #2C2345;
  text-decoration: underline;
}

a.link1:hover {
  color: #999999;
  text-decoration: underline;
}

a.infoBoxHeading1 {
  color: #ffffff;
  text-decoration: none;
}
 
a.infoBoxHeading1:hover {
  color: #ffffff;
  text-decoration: underline;
}

a.infoBoxContents1 {
  font-size: 11px;
  text-decoration: none;
}
 
a.infoBoxContents1:hover {
  text-decoration: underline;
}

a.infoBoxContents2 {
  font-size: 11px;
  text-decoration: none;
}
 
a.infoBoxContents2:hover {
  text-decoration: underline;
}

div#pageheading {
  height: 41px;
  overflow: hidden;
  margin-top: 12px;
  padding: 0 24px;
  font-family: Arial, sans-serif;
  font-weight: bold;
  background-image: url('/images/headingbg.gif');
  background-repeat: no-repeat;
  background-position: center bottom;
}

div#pageheading h1 {
  font-size: 12px;
  color: #ffffff;
  font-weight: bold;
  margin-top: 5px;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Arial, sans-serif;
  font-size: 11px;
  color: #000000;
}

TD.main, P.main {
  font-family: Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText, TABLE.smallText {
  font-family: Arial, sans-serif;
  font-size: 11px;
}

.largetext, .largetext a:hover {
  font-size: 14px;
}

.largetext a {
  text-decoration: underline;
}

div.producttext {
  width: 261px;
  overflow: hidden;
}

p.producttext {
  font-size: 12px;
  padding: 20px;
}

p.search {
  font-size: 11px;
  color: #998393;
}

p.contact {
  font-size: 12px;
  color: #40287E;
  padding: 0 10px;
}

p.contact a {
  font-size: 12px;
  color: #40287E;
}

TD.accountCategory {
  font-family: Arial, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Arial, sans-serif;
  font-size: 11px;
}

span.tableHeading,
TD.tableHeading {
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #ffffff;
}

SPAN.newItemInBasket {
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Arial, sans-serif;
  font-size: 11px;
}

select {
  border: 1px solid #A5ACB2;
  font-family: Arial, sans-serif;
  font-size: 11px;
  color: #185583;
}

select.categories {
  border: 1px solid #A5ACB2;
  font-family: Arial, sans-serif;
  font-size: 11px;
  color: #185583;
  overflow: hidden;
}

input { 
  font-family: Arial, sans-serif;
  font-size: 11px;
  color: #185583;
}

input.input1 {
  border: 1px solid #A5ACB2;
  font-family: Arial, sans-serif;
  font-size: 11px;
  background: #ffffff;
  width: 80px;
}

select.fullwidth1 {
  border: 1px solid #A5ACB2;
  font-family: Arial, sans-serif;
  font-size: 11px;
  background: #ffffff;
  width: 100%;
}

select.fullwidth2 {
  border: 1px solid #A5ACB2; 
  font-family: Arial, sans-serif;
  font-size: 11px;
  background: #ffffff;
  color: #185583;
  width: 100%;
}

TEXTAREA {
  border: 1px solid #A5ACB2; 
  font-family: Arial, sans-serif;
  font-size: 11px;
  background: #ffffff;
  color: #185583;
  width: 100%;
}

SPAN.greetUser {
  font-family: Arial, sans-serif;
  font-size: 11px;
  color: #185583;
  font-weight: bold;
}

TABLE.formArea {
  border-color: #ffffff;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #185583;
}

SPAN.markProductOutOfStock {
  color: #ff0000;
  font-weight: bold;
}

span.markProductInStock {
  color: #33cc33;
  font-weight: bold;
}


SPAN.productSpecialPrice {
  font-family: Arial, sans-serif;
  font-weight: bold;
}

SPAN.productSpecialPricePrevious {
  font-family: Arial, sans-serif;
  font-weight: normal;
  color: #60A7CD;
}

SPAN.errorText {
  font-family: Arial, sans-serif;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #D2C8EB; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #B3A3DF; }

.checkoutBarFrom, .checkoutBarTo { font-family: Arial, sans-serif; font-size: 11px; color: #A5ACB2; font-weight: bold;}
.checkoutBarCurrent { font-family: Arial, sans-serif; font-size: 11px; color: #2C2345; font-weight: bold;}

/* message box */

.messageBox { font-family: Arial, sans-serif; font-size: 11px; }
.messageStackError, .messageStackWarning { font-family: Arial, sans-serif; font-size: 11px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Arial, sans-serif; font-size: 11px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Arial, sans-serif; font-size: 11px; color: #ff0000; }

/* alert text */

.alertText { font-family: Arial, sans-serif; font-size: 11px; color: #ff0000; }

/* price beat text */
 
.priceBeat { font-family: Arial, sans-serif; font-size: 11px; color: #A5ACB2; }

/* links section */

TABLE.linkListing {
  background: #000000;
}
 
.linkListing-heading {
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #000000;
  text-align: center;
}
 
TD.linkListing-data {
  font-family: Arial, sans-serif;
  font-size: 11px;
  color: #000000;
}

.faq_q {
  font-weight: bold;
  color: #000000;
}

.footerText {
  font-family: Arial, sans-serif;
  font-size: 11px;
}

/* returns */
.invoice {background: #ffffff; color: #000000;}
.invoicetitle { font-size: 26px; font-weight: bold; color: #000000; padding-bottom: 4px; }

td.shopshortaddress {
  font-size: 11px;
  color: #000000;
}

table.tableborder1 {
  border-collapse: collapse;
  border: 2px solid #000000;
}

table.tableborder2 {
  border-collapse: collapse;
  border: 1px solid #2C2345;
}
 
td.tableborder1 {
  border: 2px solid #000000;
}
 
td.tableborder-leftright1 {
  border-left: 2px solid #000000;
  border-right: 2px solid #000000;
}
 
tr.invoicedetails {
  font-size: 11px;
  color: #000000;
}
 
td.tableborder2 {
  border: 1px dotted #000000;
  padding: 3px;
}

/* other */
.productinfoborder {
  padding: 5px;
}

.productinfomenu {
  align: center;
  text-align: center;
  margin: 0 auto;
}

span.toptennumber {
  text-align: center;
  align: center;
  color: #2C2345;
  font-size: 11px;
  font-weight: bolder;
  margin-right: 5px;
}

img.toptenimage {
  margin-top: 5px;
  display: block;
}

hr.line {
  height: 1px;
  color: #C3BDDF;
  background-color: #C3BDDF;
  border: 0px;
}

div.clear {
  clear: both;
}

