/*
  $Id: stylesheet.css,v 1.56 2003/06/30 20:04:02 hpdl Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

li.info {
  font-size: 12px;
  text-decoration: none;
  list-style: none outside none;
}

li.menu {
  background: transparent url('images/new_template/seta.gif') no-repeat left 10px;
  letter-spacing: -1px;
  list-style: none outside none;
  padding: 1 0 0 10px;
  border-top: 1px solid #CCCCCC;
  font-weight: bold;
  font-size: 16.5px;
  text-transform: lowercase;
}

ol.menu {
  background-color: #ffffff;
  letter-spacing: -1px;
  list-style: none outside none;
  margin: 0;
  padding: 3px 5px 2px 0;
  border-top: 1px solid #CCCCCC;
  font-weight: bold;
  font-size: 13px;
  text-transform: lowercase;
}

ul.menu {
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #CCCCCC;
  width: 165px;
}

ul.menu_h {
  padding:0px;
  margin:0px;
  float: left;
  width: 100%;
  list-style:none;
}

ul.menu_h li {
  display: inline;
}

ul.menu_h li a{
  padding: 6px 5px;
  float:left;
  color: #FFFFFF;
  text-decoration: none;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

ul.menu_h li a:hover{
  background-color:#000000;
  color: #FFFFFF;
}

a.menuHAtivo {
  background-color: #000000;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #FFFFFF;
  text-decoration: none;
  display: block;
  padding: 5px 10px;
  vertical-align: center;

}

ul.info { padding: 0px; margin: 0px; }

.botao {
  background: #000000 none repeat scroll 0 0;
  border: 1px solid #696969; 
  color: #FFFFFF;
  cursor: pointer;
  font-family: arial,sans-serif;
  font-size: 12px;
  font-size-adjust: none;
  font-weight: bold;
  line-height: normal;
  overflow: visible;
  padding: 1px 12px;
  text-align: center;
  vertical-align: middle;
  width: auto;
  height: 21px;
}

.botaoPequeno {
  background: #000000 none repeat scroll 0 0;
  border: 1px solid #696969; 
  color: #FFFFFF;
  cursor: pointer;
  font-family: arial,sans-serif;
  font-size: 12px;
  font-size-adjust: none;
  font-weight: bold;
  line-height: normal;
  overflow: visible;
  padding: 2px 12px;
  text-align: center;
  vertical-align: middle;
  width: auto;
  height: 21px;
}

.btBoleto {
  background-color: #74950f;
  border: 1px solid #74950f;
  color: #FFFFFF;
  font-size: 10px;
  font-weight: bold;
}

.bg_list a { color: #000000; display: block; padding: 3px 0;}
.bg_list_sub a { color: #696969; }
.moduleRow { }
.moduleRowOver { background-color: #EEEEEE; cursor: pointer;}
.moduleRowSelected { background-color: #EEEEEE; }

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #8c8c8c; }
.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: #EEEEEE; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #EEEEEE; }

/* input requirement */

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

.boxText { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #74950f; text-decoration: underline; }
.productsNotifications { background: #DFDDDF; }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #cc0033; }

.boxTextShoppingCart {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  vertical-align: bottom;
}

.boxInformacao {
  font-family: Verdana, Arial, sans-serif;
  color: #FFFFFF;
}

.boxNovidades {
  height: 190px;
}

.boxEspeciais {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  width: 145px;
  background-color: #FFFFFF;
}

.centerpage {
  background-color: transparent;
  margin-top: -8px;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
  top: 8px;
}

/* O IE trata qualquer height e width como min-height e min-width, respectivamente. Então, se o tamanho de fonte (font-size)
ou altura de linha (line-height) estiverem setados com algum valor maior que o de altura, o IE vai esticar o conteúdo para
esse tamanho, mesmo que não tenha absolutamente nada dentro do elemento. A classe .fixHeight foi criada para corrigir esse
problema, pois possuí o valor mínimo de 1px, ou seja, qualquer tamanho que for setado para o heigth e width acima desse valor
irá funcionar.*/

.fixHeight {
  font-size: 1px;
}

.formStyle { border: 1px solid #74950f; }

.imgBusca {
  margin: 7px 0 0 4px;
  position: absolute;
}

.imgCart {
  margin-right: 0px;
  position: absolute;
  margin: 2px 75px 0px;
}

.infoBox {
  background: transparent;
}
.infoBoxConteudo {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  border: 5px solid #f5f5f5;
  padding: 15px 0;
}

.infoBoxContents {
  background-color: transparent;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.infoBoxContentsProd {
  background-color: transparent;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.infoBoxNotice {
  background: #FF8E90;
}

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

.productListing {
  border: 1px;
  border-style: solid;
  border-color: #000000;
}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #000000;
  color: #FFFFFF;
  font-weight: bold;
}

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

A:hover {
  color: #696969;
  text-decoration: none;
}

A.buscaAvancada {
  color: #000000;
  text-decoration: none;
  font-family: arial,sans-serif;
  font-size: 12px;
  font-weight: bold;
}

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

A.buscaAvancadaRodape {
  color: #FFFFFF;
  text-decoration: none;
}

A.buscaAvancadaRodape:hover {
  color: #FFFFFF;
  text-decoration: none;
}

A.fabricantes {
  color: #FFFFFF;

}

A.fabricantes:hover {
  color: #FFFFFF;
  text-decoration: none;
}

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

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

/*TABLE.footer {
  height: 10px;
}*/

A.footer {
  color: #FFFFFF;
  text-decoration: none;
}

A.footer:hover {
  text-decoration: underline;
  color: #FFFFFF;
}


A.idiomas {
  font-size: 12px;
  color: #FFFFFF;
  font-weight: bold;
}

A.idiomas:hover {
  text-decoration: none;
  font-size: 12px;
  color: #FFFFFF;
  font-weight: bold;
}

A.info {
  color: #FFFFFF;
  font-weight: bold;
  background: #74950f none repeat scroll 0 0;
  line-height: 2.5em;
  padding: 4px;
}

A.info:hover {
  text-decoration: none;
  color: #FFFFFF;
  font-weight: bold;
}

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

A.pageResults:hover {
  text-decoration: underline;
  color: #74950f;
  text-decoration: none;
}

A.mais {
  font-family: Verdana,Arial,sans-serif;
  font-size: 10px;
  color: #74950f;
  font-weight: bold;
  text-decoration: underline;
}

A.mais:hover {
  font-family: Verdana,Arial,sans-serif;
  font-size: 10px;
  color: #74950f;
  font-weight: bold;
  text-decoration: underline;
}

A.maisFabricantes {
  font-family: Verdana,Arial,sans-serif;
  font-size: 10px;
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
}

A.maisFabricantes:hover {
  font-family: Verdana,Arial,sans-serif;
  font-size: 10px;
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: underline;
}

A.headerNavigation {
  color: #333333;
}

A.headerNavigation:hover {
  color: #000000;
}

BODY {
  background: transparent;
  margin: 0px auto;
  text-align: center;
}

B.busca {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #FFFFFF;
  padding: 0px;
}

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

DIV.page {
  background-color: transparent;
}

DIV.barraPretaTopo {
  background-color: #000000;
  height: 8px;
  position: relative;
}

DIV.btTopoPage {
  background: transparent url('images/new_template/bt_topo.jpg') no-repeat scroll 0 0;
  margin: -2px 0 0 15px;
  width: 77px;
  height: 49px;
  position:relative;
}

DIV.maisVendidos {
  background-color: #FFFFFF;
  margin: 9px 9px 0 9px;
  padding: 10px 5px 5px 5px;
  height: 177px;
  text-align: center;
}

SPAN.btTopoPage {
  width: 77px;
  height: 49px;
  cursor: pointer;
  display: block;
}

UL.btMenuBottom {
  margin: 0;
  padding: 10px;
  padding-top: 5px;
  width: 400px;
}

UL.btMenuBottom li{
  display: inline;
  list-style-type: none;
  padding-left: 4px;
  margin-left: 4px;
  border-left:1px solid #FFFFFF;
}

UL.btMenuBottom li.primeiro {
  border-left:none;
}

UL.btMenuBottom li a{
  height: 17px;
  font-family: Verdana, Arial, sans-serif;
  text-decoration: none;
  text-align: center;
  color: #FFFFFF;
}

UL.btMenuBottom li a:hover{
  color: #FFFFFF;
}

TD.powered {
  font-family: arial,sans-serif;
  font-size: 11px;
  font-weight: normal;
}

SPAN.btMenuTopo1 {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/new_template/bt_menutopo.png', sizingMethod='crop');
  background: transparent;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  width: 87px;
  height: 23px;
  float: right;
  text-align: center;
  display: block;
  cursor: pointer;
}

DIV.btMenuTopo1[class] {
  background: transparent url('images/new_template/bt_menutopo.png') no-repeat;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  width: 87px;
  height: 23px;
  float: right;
  text-align: center;
}

SPAN.btMenuTopo2 {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/new_template/bt_menutopo.png', sizingMethod='crop');
  background: transparent;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  width: 87px;
  height: 23px;
  float: right;
  text-align: center;
  display: block;
  cursor: pointer;
}

DIV.btMenuTopo2[class] {
  background: transparent url('images/new_template/bt_menutopo.png') no-repeat;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  width: 87px;
  height: 23px;
  float: right;
  text-align: center;
}

SPAN.btMenuTopo3 {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/new_template/bt_menutopo.png', sizingMethod='crop');
  background: transparent;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  width: 87px;
  height: 23px;
  float: right;
  text-align: center;
  display: block;
  cursor: pointer;
}

DIV.btMenuTopo3[class]{
  background: transparent url('images/new_template/bt_menutopo.png') no-repeat;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  width: 87px;
  height: 23px;
  float: right;
  text-align: center;
}

DIV.busca {
  background-color: transparent;
}

.buscaCarrinho {
  vertical-align: bottom;
}

FORM {
  display: inline;
}

INPUT.boxBusca {
  background: #FFFFFF;
  border: 0;
  margin: 2px 0 0 5px;
  width: 160px;
  height: 28px;
  text-align: left;
  font-size: 12pt;
  color: #585858;
  text-align: left;
  vertical-align: center;
}


DIV.boxBusca {
  background: #FFFFFF;
  width: 200px;
  height: 30px;
  border: 0;
  text-align: left;
}

IMG.imagemProd {
  border-bottom: 5px solid #000000;
  background-color: red;
}

IMG.addInCart {
  position: absolute;
  margin: 220px 0px 0px -8px;
}

IMG.mais {
  margin-top: -5px;
}

P.boxInformacaoHead {
  font-size: 12px;
  font-weight: bold;
  margin-left: 20px;
}

TABLE.boxNovidades {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  border: 5px solid #f5f5f5;
}

TABLE.boxHistoricoPedidos {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  border: 5px solid #f5f5f5;
}

TABLE.center {
  height: 100%;
  width: 100%;
  margin: 0;
}

TABLE.header {
  background-color: transparent;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0px;
  margin: 0 auto;
}

TABLE.headerLogo {
  background-color: #EEEFF1;
  width: 100%;
  height: 97px;
  border-collapse: collapse;
  border-spacing: 0px;
}

TABLE.headerBusca {
  background-color: transparent;
  width: 100%;
  height: 55px;
  border-spacing: 0px;
}

TABLE.boxTextShoppingCart {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background-color: #FFFFFF;
  border: 2px solid #F4F4F4;
  width: 100%;
  height: 55px;
}

TABLE.page {
  background-color: transparent;
  vertical-align: top;
/*  width: 98%;*/
}

TABLE.footer {
  width: 100%;
  vertical-align: text-top;
}

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

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

TD.sombraMeio {
  background: transparent url('images/new_template/sombra_meio.jpg') no-repeat;
  background-position: 7px 15px;
}

TD.menuLeft {
  vertical-align: top;
}

TD.headerTopo {
  width: 100%;
  height: 97px;
  vertical-align: middle;
}

TD.headerNavigationTopoMenu {
  font-family: Verdana, Arial, sans-serif;
  font-size: 21px;
  color: #000000;
  font-weight : bold;
}

.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background-color: transparent;
  color: #000000;
}

TD.busca {
  vertical-align: bottom;
  width: 350px;
}

TD.headerBusca {
  text-align: center;
  vertical-align: top;
  width: 161px;
}

TD.boxes { padding: 5px 0px 0px; }

TD.boxBusca {
  font-family: Verdana,Arial,sans-serif;
  font-size: 12px;
  background-color: transparent;
}

TD.qtBoxCart {
  font-family: Verdana,Arial,sans-serif;
  font-size: 10px;
  background-color: transparent;
  width: 20px;
}

TD.boxCart b {
  font-family: Verdana,Arial,sans-serif;
  font-size: 11px;
  background-color: transparent;
  color: #000000;
}

TD.boxCart {
  font-family: Verdana,Arial,sans-serif;
  font-size: 11px;
  background-color: transparent;
  color: #333333;
  vertical-align: top;
}

TD.boxIconCart {
  background-color: #E7ECF2;
  border-top: 1px solid #AFBEC5;
  border-right: 1px solid #AFBEC5;
  border-bottom: 1px solid #AFBEC5;
  border-left: 1px solid #AFBEC5;
  width: 31px;
  vertical-align: top;
}

.boxEsquerdaTitulo {
  background:transparent url(images/new_template/seta.gif) no-repeat scroll left 10px;
  border-top:1px solid #CCCCCC;
  font-size:16.5px;
  font-weight:bold;
  letter-spacing:-1px;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  padding:3px 0 0 10px;
  text-transform:lowercase;
  color: #000000; 
}

.boxEsquerda {
  background-color:#FFFFFF;
  border-top:1px solid #CCCCCC;
  font-size:13px;
  font-weight:bold;
  letter-spacing:-1px;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0;
  padding:3px 5px 2px 0;
  text-transform:lowercase;
}

.boxEsquerda a {
  color:#696969;
}

.boxEsquerda a:hover {
  color:#000000;
}
TD.comentario {
  background-color: #DFDDDF;
}

TD.headerBanner {
  background-color: #ffffff;
  text-align: center;
  vertical-align: middle;
  padding: 1px;
}

TD.mainBanner {
  text-align: center;
  height: 30px;
  padding-top: 30px;
}

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

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

TD.footerLeft {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background-color: transparent;
  color: #595959;
  float: left;
}

TD.footerRight {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background-color: transparent;
  color: #595959;
  text-align: right;
}

TD.fundoMenuH {
  background: #696969;
/*  width: 100%;*/
  height: 26px;
}

TD.linhaMenuH {
  background: #000000;
  width: 100%;
  height: 4px;
}

.footerBottom {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
}

.fundoBottom {
  background: #000000;
  padding: 0 10px 10px 10px;
}

.fundoBottom2 {
  background: #696969;
  height: 1px;
  padding: 0;
  margin: 0;
}

TD.linhaBottom {
  background: #000000;
  width: 100%;
  height: 4px;
  padding: 0;
  margin: 0;
}

TD.linhaBottom2 {
  background: #FFFFFF;
  width: 100%;
  height: 1px;
  padding: 0;
  margin: 0;
}

TD.novosProdutos {
  background-color: transparent;

}

DIV.novosProdutos {
  background-color: #FFFFFF;
  border-right: 2px solid #E6E6E6;
  height: 220px;
}

TD.infoBoxCart {
  font-family: Verdana,Arial,sans-serif;
  font-size: 10px;
  background-color: transparent;
  width: 130px;
}

TABLE.InfoBoxContentsMaisVendidos {
  background-color: #F4F4F4;
  font-family: Verdana,Arial,sans-serif;
  font-size: 10px;
}

TABLE.infoBoxInfoFabricantes {
  background-color: #74950f;
  font-family: Verdana,Arial,sans-serif;
  font-size: 10px;
}

TABLE.InfoBoxContentsFabricantes {
  font-size: 12px;
  font-weight: bold;
  font-family: Verdana,Arial,sans-serif;
}

TD.infoBoxHeading {
  background-color: #FFFFFF;
  color: #000000;
  font-family: Verdana,Arial,sans-serif;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}

TD.infoBoxHeadingNovidades {
  background-color: #74950f;
  color: #FFFFFF;
  font-family: Verdana,Arial,sans-serif;
  font-size: 16px;
  font-weight: bold;
}

TD.infoBoxHeadingEspeciais {
  font-family: Verdana, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  background-color: transparent;
  color: #FFFFFF;
}

TD.infoBoxHeadingMaisVendidos {
  background-color: #74950f;
  color: #FFFFFF;
  font-family: Verdana,Arial,sans-serif;
  font-size: 16px;
  font-weight: bold;
}

TD.infoBoxHeadingIdiomas {
  background-color: transparent;
  color: #FFFFFF;
  font-family: Verdana,Arial,sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.infoBoxHeadingFabricantes {
  background-color: transparent;
  color: #FFFFFF;
  font-family: Verdana,Arial,sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.infoBoxHeadingInformacoes {
  background-color: transparent;
  color: #FFFFFF;
  font-family: Verdana,Arial,sans-serif;
  font-size: 12px;
  font-weight: bold;
}

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

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  color: #000000;
}

TD.pageHeadingLeft, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #9a9a9a;
}

TD.pageHeadingRight, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #9a9a9a;
}

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

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

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  padding: 0;
  vertical-align: text-top;
}

TD.smallTextNovosProdutos {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  padding: 0px;
}

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

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

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

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

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

TR.headerError {
  background: #ff0000;
}

TR.header {
  background-color: #ffffff;
  margin-left: 0px;
}

TR.headerInfo {
  background: #00ff00;
}

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

TR.subBar {
  background: #f4f7fd;
}

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

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

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

SPAN.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #c90000;
}

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