/*
  $Id: stylesheet.css,v 1.1.1.1 2005/12/03 21:36:13 max Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

/* General page layout  begin */
.link {
cursor: pointer; cursor: hand;
TEXT-DECORATION: underline;
}

BODY {
  background: #4194CA;
  color: #333333;
  margin: 0px;
        font-family: Tahoma;
}

A {
  color: #000;
  text-decoration: none;
}
A:visited {
  color: #000;
  text-decoration: none;
}

A:hover {
  color: #000;
  text-decoration: underline;
}
A.link, A.link:visited, A.link:hover {
  color: #000000;
  text-decoration: underline;
}

FORM {
        display: inline;
        margin: 0;
        padding: 0;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Tahoma;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: Tahoma;
  font-size: 11px;
}

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }

TD.main, P.main {
  font-family: Tahoma;
  font-size: 11px;
  line-height: 1.5;
 /* background: #FFFFFF; */
}
TD.mainBold, P.mainBold {
  font-family: Tahoma;
  font-size: 12px;
  line-height: 1.5;
  font-weight: bold;
}

TD.mainBold2, P.mainBold2 {
  font-family: Tahoma;
  padding-left: 12px;
  padding-top: 2px;
  font-size: 12px;
  line-height: 1.5;
  font-weight: bold;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Tahoma;
  font-size: 10px;
}
SPAN.productSpecialPrice {
  font-family: Tahoma;
  color: #ff0000;
}
input.transpng {behavior: url("png.htc");}
img.transpng {behavior: url("png.htc");}

/* General page layout end */

TR.subBar2 {
        BACKGROUND: #FFFFFF
}

/* Header layout begin */
TR.header {
  background: #ffffff;
}
TD.headerNavigation {
  font-family: Tahoma;
  font-size: 10px;
  background-image: url(images/header_bg.gif);
  /*color: #CE0305;*/
  color:#FFFFFF;
}

A.headerNavigation {
  /*color: #CE0305;*/
  color:#FFFFFF;
  text-decoration: none;
  font-style: normal;

}

A:visited.headerNavigation {
  /*color: #CE0305;*/
  color:#FFFFFF;
  text-decoration: none;
  font-style: normal;

}

a:hover.headerNavigation {
  /*color: #CE0305;*/
  color:#FFFFFF;
  text-decoration: underline;
  font-style: normal;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Tahoma;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}
/* Header layout end */

/* Infobox Layout begin */
.infoBox {
  background: #FFFFFF;
}
table.infoBoxContents {
  background: #FFFFFF;
  font-family:  Tahoma, Verdana, Arial, sans-serif;
  font-size: 10px;
 /* background-image: url(images/infobox/inf_head_right_bg.gif); */
  background-position : right;
  background-repeat : repeat-y;
}
td.infoBoxContents {
  font-family:  Tahoma, Verdana, Arial, sans-serif;
  font-size: 10px;
}
a.infoBoxContents {
        font-family: Tahoma, Verdana, Arial, sans-serif;
        font-size: 10px;
        color: #8182BE;
        text-decoration: none;
        font-style: normal;
}

.infoBoxContents:hover {
        font-family: Tahoma, Verdana, Arial, sans-serif;
        font-size: 10px;
        color: #8182BE;
        text-decoration: underline;
        font-style: normal;
}

.infoBoxContents:visited {
        font-family: Tahoma, Verdana, Arial, sans-serif;
        font-size: 10px;
        color: #8182BE;
        text-decoration: none;
        font-style: normal;
}



.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Tahoma;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-family: Tahoma;
  font-size: 10px;
  font-weight: bold;
  background: #8182BE;
  color: #ffffff;
}

TD.infoBox, SPAN.infoBox {
  font-family: Tahoma;
  font-size: 10px;
}
/* Infobox Layout end */

/* Content layout begin */
TD.pageHeading, DIV.pageHeading {
  /*
        padding-left: 12px;
        font: 12px Tahoma;
        font-weight: bold;
        color: #ffffff;
        margin 0;
        text-transform:UPPERCASE;
  */
}

TD.pageHeading2, DIV.pageHeading2 {

        padding-left: 12px;
        font: 16px Tahoma;
        font-weight: bold;
        color: #000000;
        margin 0;
        text-transform:UPPERCASE;

}

.contentBox {
  background: #DEDEDE;
}

table.contentBoxContents {
  background: #FFFFFF;
  font-family: Tahoma;
  font-size: 10px;
}


TD.contentBoxHeading {
  font-family: Tahoma;
  font-size: 10px;
  font-weight: bold;
  background: #CE0305;
  color: #ffffff;
}
TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}

.productListing-heading {
  font-family: Tahoma;
  font-size: 10px;
  background: #CE0305;
  color: #FFFFFF;
  font-weight: bold;
}

.productlisting-headingPrice {
  font-family: Tahoma;
  font-size: 20px;
  font-weight: bold;
  color: #9a9a9a;
}

TD.productListing-data {
  font-family: Tahoma;
  font-size: 10px;
}


A.pageResults {
  color: #CE0305;
}
A:visited.pageResults {
  color: #CE0305;
}
a:hover.pageResults {
  color: #CE0305;
 /*  background: #FFFF33; */
}
/* Used on forms */
TD.fieldKey {
  font-family: Tahoma;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Tahoma;
  font-size: 12px;
}
/* Used on index_nested index_products */
TD.category_desc {
  font-family: Tahoma;
  font-size: 11px;
  line-height: 1.5;
}

/* Content layout end */

/* Footer  layout begin */
TR.footer {
}

TD.footer {
  font-family: Tahoma;
  font-size: 10px;
  color: #CE0305;
}
table.footer {
  background: url(images/footer_bg.gif) repeat-x left top;
}

/* Footer layout end */


/* Uncategorized styles begin */
.boxText { font-family: Tahoma, Verdana, Arial, sans-serif; font-size: 10px;}
.errorBox { font-family : Tahoma, Verdana, Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }


.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
/* Checkout confirmation */
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }


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;
}

/* Shopping cart box */
SPAN.newItemInCart {
  font-family: Tahoma;
  font-size: 10px;
  color: #ff0000;
}

SPAN.greetUser {
  font-family: Tahoma;
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

/* Shopping cart, checkout */
SPAN.markProductOutOfStock {
  font-family: Tahoma;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}


SPAN.errorText {
  font-family: Tahoma;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #484740; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }

/* message box */

.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #99ff00; }


.line{ border-color: #DEDEDE;}
/* Uncategorized styles end */


.footer td, .header td, .content td {
        font: 11px Tahoma;
        color: #000;
}

td.footer-nav {
        color: #fff;
        background: #000;
}

.footer-nav a, .footer-nav a:visited, .footer-nav a:hover {
        color: #fff;
}

/*.infoBoxHeading1 {
        margin-bottom: 3px;
}*/

.infoBoxHeading1 {
  background: #c00 url(images/iboxh_bg.gif) no-repeat;
  padding-left: 12px;
  margin 0;
  text-transform:UPPERCASE;
  font: 12px Tahoma;
  font-weight: bold;
  color: #fff;
}


.infoBoxContents1 {
      /*   background: #CDCDCD url(images/iboxc_bg.gif) repeat-y; */
          background: #ffffff;
      /*  padding-left: 12px; */

        padding: 5px 5px 10px 12px;
        margin: 3px 0 10px 0;

}

.infoBoxContents1 a, .infoBoxContents1 a:visited, .infoBoxContents1 a:hover {
        display: block;
        margin: 2px 0;
      /*  padding-top: 2px; */
        font: 12px Tahoma;
        font-weight: bold;
        color: #000;
        text-transform:UPPERCASE;
}

.input-text-search {
  border: 1px solid #ABABAD;
  width: 78px;
  height: 22px;
}

a.advsearch-link, a.advsearch-link:visited {
  margin-left: 55px;
  color: #e30000;
  font: 11px Tahoma;
  font-weight: normal;
  text-decoration: underline;
  text-transform:none;
}

a.advsearch-link:hover {
  margin-left: 55px;
  text-decoration: none;
  color: #e30000;
  font: 11px Tahoma;
  font-weight: normal;
  text-transform:none;
}


.advertBoxHeading {
  background: #c00 url(images/aboxh_bg.gif) no-repeat;
  padding-left: 12px;
  margin 0;
  text-transform:UPPERCASE;
  font: 12px Tahoma;
  font-weight: bold;
  color: #fff;
}

.advertBoxContents {
        background: #fff;;
        padding: 5px 5px 10px 12px;
        margin: 3px 0 10px 0;
        color: #333;
}

.advertBoxContents {
  margin: 3px 0;
  padding: 0;
  font: 11px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #e30000;
  text-decoration: underline;
}

a.advertBoxContents-link, a.advertBoxContents-link:visited, a.advertBoxContents-link:hover {
  color: #969696;
  font: 11px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-weight: normal;
}




.contentBoxHeading1 {
      /*  background: #c00 url(images/cboxh_bg.gif) no-repeat; */
        background: url(images/cboxh_bg.gif) ;
        background-repeat: no-repeat;
        padding-left: 12px;
        padding-right: 5px;
        font: 12px Tahoma;
        font-weight: bold;
        color: #FFFFFF;
        margin 0;
        text-transform:UPPERCASE;
}

.subBar1, a.subBar1 {
        COLOR: #000000;
        FONT-FAMILY: Tahoma, Arial, Helvetica, sans-serif;
        FONT-SIZE: 12px;
        font-weight: bold;
        text-align: center;
        vertical-align: middle;
        text-transform:UPPERCASE;
}


.contentBoxContents1 {
     /*  background: #CDCDCD url(images/cboxc_bg.gif); */
           background : #ffffff;
       padding: 15px 15px 15px 15px;
       margin: 3px 0 10px 0;
}

.contentBoxContents_table {
    /*   background: #CDCDCD url(images/cboxc_bg.gif); */
       background : #ffffff;
           padding: 15px 15px 15px 15px;
     /*  margin: 3px 0 10px 0; */
}

.prod-img-wrap {
  width: 137px;
  height: 127px;
  background: url(images/prod_bg.gif) no-repeat center;
}

.prod-name {
  margin: 10px 0 4px 0;
  font: 14px Tahoma;
  font-weight: bold;
}

.prod-price {
  font: 14px Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #D20204;
}
.price {
  font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #000000;
}

.prod-subm {
  margin: 10px 0 30px 0;
}