html {
  text-align:center;
  /*background:url(images/newbg.gif) #c5c5c5 repeat-x;*/
  background:#fff;
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  /*background:url(images/bg.jpg) #6f6f6f repeat-x scroll top;*/
}
body {
  padding:0px 3px 0px 3px;
  width:950px;
  margin:0 auto;
  text-align:left;
  background:#fff;
  color:#000;
}
#blackbar {
  width:935px;
  background:url(images/blackcorner.gif) #fff 300px no-repeat;
  color:#fff;
  text-align:right;
  font-size:12px;
  padding:3px 0;
  font-weight:bold;
}

#blackbar a, #blackbar a:visited {
  color:#fff;
  text-align:right;
  font-size:11px;
  font-weight:bold;
}

#blackbar a:hover {
  color:#ddd;
}

#tel {
  font-size:140%;
  font-weight:bold;
  line-height:110%;
}
#footer, .footer {
  background:url(images/footerbg.gif) repeat-x #fff;
  color:#000;
}
h2.footer {
  margin-bottom:0;
  padding-bottom:0;
}
#topnav {
  /*background:url(images/topnavbottom.gif) #fff bottom no-repeat;*/
  padding-left:10px;
  padding-right:10px;
  padding-bottom:10px;
  margin-bottom:6px;
  border-bottom:2px #aaa solid;
  font-weight:bold;
  color:#303030;
}
#topnav tr td a {
  color:#303030;
  text-decoration:none;
}
#topnav tr td a:hover {
  color:#303030;
  text-decoration:none;
}
#topnav tr td a:visited {
  color:#303030;
  text-decoration:none;
}
#topnav tr td a img {
  border:none;
}
#leftmenu {
  /*background:#595959;*/
  margin-top:100px;
  background:#fff;
  padding-bottom:100px;
}
#maincontent {
  background:#fff;
  height: expression( this.scrollHeight < 601 ? "600px" : "auto" ); /* sets min-height for IE */
  min-height: 600px; /* sets min-height value for all standards-compliant browsers */
  /*padding-top:10px;*/
  padding-bottom:20px;
  text-align:left;
}
#flash {
  width:720px;
  height:220px;
  background:#000;
  font-size:48px;
  color:#fff;
  text-align:center;
}
#indexpic {
  background:url(images/mbfront.jpg) no-repeat;
  width:180px;
  height:236px;
  padding-left:530px;
  text-align:left;
  line-height:200%;
  font-size:14px;
  color:#000;
}
#indexpic a {
  text-decoration:none;
  color:#000;
  font-size:14px;
}
#indexpic a.hover {
  text-decoration:none;
  color:#000;
  font-size:14px;
}
#indexpic a:visited {
  text-decoration:none;
  color:#000;
  font-size:14px;
}
#innermenu {
  line-height:150%;
  font-size:14px;
  color:#fff;
}
#innermenu tr td {
  padding-left:6px;
  padding-right:6px;
}
#search {
  height:60px;
  line-height:180%;
  background:#eee;
  /*background:url(images/gradsearch.gif) repeat-x;*/
  color:#000;
  padding:0 5px;
  /*border:1px #fff solid;*/
}
#searchbox {
  width:140px;
  height:15px;
  font-size:110%;
}
#menu ul {
  list-style:none;
  margin:0;
  padding:0;
}

#menu ul li {
  background:url(images/menuheader.gif) #999 repeat-x;
  padding:0;
  margin:0;
}

#menu ul li div a, #menu ul li div a:visited {
  text-decoration:none;
  color:#606069;
}

#menu ul li div a:hover {
  text-decoration:underline;
  color:#606069;
}

#menu ul li div {
  font-size:12px;
  line-height:16px;
  height:16px;
  padding:5px;
  font-weight:bold;
  color:#606069;
}

#menu ul li ul {
  background:#fff;
  padding:0 0 20px 0;
}

#menu ul li ul li {
  background:#eee;
  padding:3px;
  font-size:12px;
  line-height:16px;
}

#menu ul li ul li a, #menu ul li ul li a:visited {
  padding-left:20px;
  text-decoration:none;
  color:#000;
}

#menu ul li ul li a:hover {
  padding-left:20px;
  text-decoration:none;
  color:#000;
}

.menuheader {
  font-weight:bold;
  font-size:14px;
  border-bottom:2px #606069 solid;
  background:#606069;
  padding-top:4px;
  padding-left:8px;
}
h1 {
  color:#126db4;
  font-size:18px;
}
h2 {
  color:#126db4;
  font-size:16px;
}
#prodimage {
  text-align:center;
}
#prodlogo {
  text-align:center;
  float:right;
  padding:10px;
}
.clear {
  clear:both;
}
.price {
  color:#c00;
  font-size:125%;
  font-weight:bold;
}
.whyus {
  margin-left:20px;
}

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

FORM {
	display: inline;
}

TR.headerError {
  background: #ff0000;
}

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

TR.headerInfo {
  background: #00ff00;
}

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

.infoBox {
  background: #b6b7cb;
}

.infoBoxContents {
  background: #f8f8f9;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #bbc3d3;
  color: #ffffff;
}

TD.infoBox, SPAN.infoBox {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-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 {
  background: #ffffff;
}

TABLE.productListing {
  border: 0px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}

.productListing-heading {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  background: #eee;
  color: #000;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  border-bottom:1px #000 solid;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color:#126db4;
  font-size:18px;
}

TR.subBar {
  background: #f4f7fd;
}

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

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

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

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

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

TD.tableHeading {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #ff0000;
}

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

TEXTAREA {
  width: 100%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
}

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

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

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

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

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #000000; }

/* message box */

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

/* input requirement */

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

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

A {
  color: #000000;
  text-decoration: none;
}

A:hover {
  color: #000;
  text-decoration: underline;
}

A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #000;
  background: #FFFF33;
}

a.navlink {
  color:#000;
}

a.navlink:hover {
  color:#606069;
}

#currency{
  padding:10px 0;
  font-size:14px;
  color:#000;
}

a.currency {
  font-size:36px;
  color:#000;
}

a.currency:hover {
  text-decoration:none;
}

a.currency:visited {}

#whyus {
  list-style:none;
  margin:0;
  padding:0;
}

#intlayer {
  top:0;
  left:0;
  position:fixed;
  width:100%;
  height:100%;
  z-index:99;
  background:#000;
  opacity:0.5;
  display:none;
  filter:alpha(opacity=50);
}

#inthelp {
  display:none;
  background:#fff;
  position:absolute;
  top:50%;
  left:50%;
  width:250px;
  height:100px;
  z-index:100;
  padding:10px;
  margin-left:-125px;
  margin-top:-90px;
  text-align:left;
}