/* 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: #FFFEB9; }
.orderEdit { font-family : Arial, sans-serif; font-size : 11px; color: #8C9797; text-decoration: underline; }

BODY {
  font-family: Arial, sans-serif;
  font-size: 11px;
  color: #565656;
  margin: 0px;
  top: 0px;
  text-align: center;
  background: #E5F9FA;
}

h1, h2, h3 {
  color: #A74300;
}

h1 {
  font-size: 16px;
}

h2 {
  font-size: 14px;
}

h3 {
  font-size: 12px;
}

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

A:hover {
  text-decoration: underline;
}

FORM {
	display: inline;
}

div.site {
  width: 935px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 15px;
  text-align: left;
}

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

div#sitecontent {
  background-image: url('/images/sitecontentbgbottom.gif');
  background-repeat: no-repeat;
  background-position: bottom;
}

div.logo {
  margin-top: 11px;
  margin-left: 180px;
}

div.headerbuttons {
  display: inline;
  float: right;
  margin-top: 35px;
  margin-right: 7px;
}

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

div#headermenu {
  margin-top: 1px;
  float: right;
}

div#shoppingbasket {
  float: right;
  clear: right;
  height: 60px;
  width: 187px;
  font-size: 11px;
  margin-top: 1px;
  background-image: url('/buttons/shopping-basket.gif');
  background-repeat: no-repeat;
}

div#shoppingbasket div {
  padding-left: 55px;
  padding-top: 18px;
}

div#shoppingbasket a {
  font-size: 11px;
}

td.leftcol {
  width: 185px;
}

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

td.rightcol {
  width: 185px;
}

div.footer {
  width: 100%;
}

div.footertext {
  width: 935px;
  height: 30px;
  text-align: center;
  align: center;
  margin-right: auto;
  margin-left: auto;
  background-image: url('/images/footer-right.gif');
  background-repeat: no-repeat;
  background-position: 759px 0px;
}

div#navigationwrapper {
  background-image: url('/images/boxoutbg1.gif');
  background-repeat: repeat-y;
  padding-top: 1px;
}
 
div#navigation {
  background-image: url('/images/boxout-bottom1.gif');
  background-repeat: no-repeat;
  background-position: bottom;
  font-size: 12px;
  padding-bottom: 47px;
}  
   
div#navigation dl#categoryheader dt {
  font-weight: bold;
  padding: 3px;
}  
   
div#navigation dl {
  display:block;
  margin: 0;
  padding: 0; 
}
 
div#navigation dt {
  font-size: 1em;
  display: block; 
  height: 28px; 
  font-weight: normal;
  background-image: url('/images/navigationbg.gif');
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
  padding-top: 5px;
}
 
div#navigation dt a {
  display: block;
  width: 100%;
  font-size: 1em;
  font-weight: bold;
  padding-top: 3px;
  padding-left: 13px;
  margin-top: 3px;
  margin-left: 22px;
  background-image: url('/images/arrow-green.gif');
  background-repeat: no-repeat;
  background-position: 0 5px;
  text-decoration: none;
}
 
div#navigation dt a:hover, div#navigation dt a:active, div#navigation dt a.selected {
  display: block;
  color: #A74300;
}
 
div#navigation dd {
  display: block;
  list-style-type: none;
  margin: 0;
  margin-bottom: 1px;
  overflow: hidden;
}
 
div#navigation dd a {
  display: block;
  padding: 2px;
  padding-left: 13px;
  margin-left: 30px;
  background-repeat: no-repeat;
  background-position: 0 0.5em;
  text-decoration: none;
}
 
div#navigation dd a:hover, div#navigation dd a:active, div#navigation dd a.selected {
  display: block;
  color: #A74300;
}

div#newproducts {
  background-image: url('/images/mainboxbgtop.gif');
  background-repeat: no-repeat;
}

div#newproductscontent {
  padding: 10px 11px;
}

div#newproductscontent h2 {
  font-size: 16px;
}

div.featuredproduct {
  float: left;
  width: 173px;
  background-image: url('/images/featuredproductbg.gif');
  background-repeat: no-repeat;
}

div.featuredproductspacer {
  float: left;
  width: 7px;
}

div.featuredproductcontent {
  padding: 14px;
  padding-bottom: 0px;
}

div.featuredproductcontent img.newproductimage {
  margin-top: 5px;
  margin-bottom: 5px;
}

span.price {
  color: #DC0000;
}

div.featuredproductbutton {
  padding: 10px;
  padding-top: 5px;
  background-image: url('/images/featuredproductbgbottom.gif');
  background-repeat: no-repeat;
  background-position: bottom;
}

div#frontcontent {
  width: 555px;
  overflow: hidden;
  background-image: url('/images/mainboxbgtop.gif');
  background-repeat: no-repeat;
}

div#frontcontentcontent {
  background-image: url('/images/mainboxbgbottom.gif');
  background-repeat: no-repeat;
  background-position: bottom;
}

div#frontcontentbg {
  background-image: url('/images/frontcontentdivider.gif');
  background-repeat: repeat-y;
  background-position: 349px;
  padding-bottom: 40px;
  border-bottom: 10px solid #E5F9FA;
}

div#frontcontentcontentleft {
  float: left;
  width: 349px;
}

div#frontcontentcontentleftcontent {
  background-image: url('/images/offer-of-the-week-bg.gif');
  background-repeat: no-repeat;
  margin: 16px;
}

div#frontcontentcontentleftbottom {
  background-image: url('/images/offer-of-the-week-bgbottom.gif');
  background-repeat: no-repeat;
  background-position: bottom left;
  padding: 20px 24px 15px;
}

div#frontcontentcontentleftbottom h2, div#newproductscontent h2, div.featuredproductcontent h3 {
  padding: 0;
  margin: 0;
}

div#frontcontentcontentleftbottom div#producttitle {
  margin-left: 110px;
}

div#frontcontentcontentleftbottom img {
  margin-top: 10px;
  margin-left: 60px;
  margin-right: auto;
}

div#frontcontentcontentright {
  float: left;
  width: 200px;
  padding-top: 30px;
}

div#frontcontentcontentright p, div#frontcontentcontentright h1 {
  padding-right: 10px;
  padding-left: 20px;
  margin-top: 10px;
}

div.frontadbuttons {
  vertical-align: top;
}

div.saleproducts {
  vertical-align: top;
  width: 555px;
}

div.saleproductscontent {
  padding: 5px;
}

div.newsupdate {
  vertical-align: top;
  width: 555px;
}
 
div.newsupdatecontent {
  padding: 5px;
}

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 {
  width: 555px;
  font-size: 11px;
  padding-left: 5px;
  padding-right: 5px;
}

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

TR.header {
}

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

div.breadcrumbs {
  padding: 5px;
  color: #3A9100;
}

div.breadcrumbs a {
  color: #3A9100;
}

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: #565656; 
}

A.headerNavigation:hover {
}

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: 185px;
  padding: 0px;
  margin: 0px;
}

table.right_column {
  width: 185px; 
  padding: 0px;
  margin: 0px;
}

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

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

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

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

.infoBoxNotice1 {
  background: #FF8E90;
}

.infoBoxFooter1 {
  height: 47px;
  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;
}

.infoBoxHeader1 {
  width: 185px;
  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: 185px;
  overflow: hidden;
  background: #1E8693;
  background-image: url('/images/boxoutbg2.gif');
  background-repeat: repeat-y;
}
 
table.infoBoxContents2 {
  font-family: Arial, sans-serif;
  font-size: 11px;
}
 
td.infoBoxContents2 {
  margin: 5px;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 11px;
  color: #ffffff;
}

td.infoBoxContents2 a {
  color: #ffffff;
}

.infoBoxNotice2 {
  background: #FF8E90;
}
 
.infoBoxFooter2 {
  height: 47px;
  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: 185px;
  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;
}

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

.infoBoxFooter4 {
  height: 47px;
  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;
}

a.infoboxlink {
  font-size: 11px;
  font-weight: bold;
  color: #A74300;
  line-height: 180%;
  padding-left: 10px;
  background-image: url('/images/arrow-green.gif');
  background-repeat: no-repeat;
  background-position: 0 2px;
}

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.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 {
  border: 1px solid #565656;
}

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: 12px;
  font-weight: bold;
}

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

img.newproductimage {
  display: block;
}

div.productprice {
  width: 100%;
  text-align: right;
  font-size: 15px;
  font-weight: bold;
  margin-top: 4px;
  margin-bottom: 4px;
}

div.productprice2 {
  color: #ffffff; 
  text-align: right;
  font-size: 15px;
  font-weight: bold;
  margin-top: 8px;
}

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;
}

div#productinfowrapper {
  width: 535px;
  color: #0E0B0F;
  margin-left: 10px;
  background-image: url('images/productinfobg.gif');
  background-repeat: repeat-y;
}

div#productinfo {
  padding-top: 30px;
  padding-left: 35px;
  padding-right: 35px;
  background-image: url('images/productinfobgtop.gif');
  background-repeat: no-repeat;
}

div#productinfofooter {
  height: 50px;
  background-image: url('images/productinfobgbottom.gif');
  background-repeat: no-repeat;
}

div#productinfo h2 {
  font-size: 16px;
  margin-bottom: 0px;
}

div.productimage {
  text-align: center;
}

.floatleft {
  float: left;
}

.floatright {
  float: right;
}

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: #EBF6F8;
}

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

TABLE.productListing {
  width: 545px;
  margin-left: 10px;
}

.productListing-heading {
  font-family: Arial, sans-serif;
  font-size: 11px;
  background: #259EB0;
  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: #565656;
  text-decoration: underline;
}

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

a.link2 {
  font-size: 12px;
  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;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  padding-left: 5px;
  padding-right: 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.25;
}

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

p.producttext {
  font-family: Arial, sans-serif;
  font-size: 12px;
}

p {
  font-family: Arial, sans-serif;
  font-size: 12px;
}

TD.accountCategory {
  font-family: Arial, sans-serif;
  font-size: 14px;
  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: 13px;
  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 #8C9797;
  font-family: Arial, sans-serif;
  font-size: 11px;
  color: #185583;
}

select.categories {
  border: 1px solid #8C9797;
  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 {
  width: 140px;
  font-family: Arial, sans-serif;
  font-size: 11px;
  border: 1px solid #085D5C;
}

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

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

TEXTAREA {
  border: 1px solid #8C9797; 
  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;
  color: #DC0000;
}

SPAN.productSpecialPrice2 {
  font-family: Arial, sans-serif;
  font-weight: bold;
  color: #C2DFE0;
}

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

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

.moduleRow { }
.moduleRowOver { background-color: #FFFEB9; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #FEFB34; }

.checkoutBarFrom, .checkoutBarTo { font-family: Arial, sans-serif; font-size: 11px; color: #8C9797; font-weight: bold;}
.checkoutBarCurrent { font-family: Arial, sans-serif; font-size: 11px; color: #565656; 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: #8C9797; }

/* 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;
}

td.footerText {
  width: 935px;
}

.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 #565656;
}
 
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: #ffffff;
  font-size: 15px;
  font-weight: bolder;
  margin-right: 3px;
}

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

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

div.clear {
  clear: both;
}

table#sitefooter { 
  width: 935px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 40px;
}

td.sitebg {
  background: #E5F9FA;
}

