/*
  $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
*/

.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; }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #cc0033; }
.stockWarning2 { font-family : Verdana, Arial, sans-serif; font-size : 12px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #FF9900; text-decoration: underline; }

BODY {
  background: #ffffff;
  color: #000000;
  margin: 0px;
}

A {
  color: #747474; 
  text-decoration: none;
}

A:hover {
  color: #FF0000; /*888888*/
  text-decoration: underline;
}

FORM {
 display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #bbc3d3;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight : bold;
}

A.headerNavigation { 
  color: #FFFFFF;
  font-size: 13px;  
  font-weight: bold;
  text-decoration: none;
}

A.headerNavigation:hover {
  color: #FFFFFF;
  font-size: 13px;  
  font-weight: bold;
  text-decoration: underline;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #bbc3d3;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
  background: #D3D1D1;
}


.infoBoxContents {
  background: #FFFFFF;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.infoBoxHeading {
  background-image: url('images/infobox/corner_center.gif');
  font-family: Arial, Verdana, sans-serif;
  font-size: 18px;
  font-weight: normal;
  color: #000000;
  display: none;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, 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;
  //shopping-cart content color
}

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 content color
}

TABLE.productListing {
  border: 0px;
  border-style: solid;
  border-color: #F0F0F0;
  //shopping-cart header/footer color
  border-spacing: 1px;
  
}

.productListing-heading {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 11px;
  background: #F0F0F0;
  //shopping-cart header/footer color
  color: #9F1A37;
  font-weight: bold;/*FF6600 */
  padding: 10px;
}

.productListing-heading2 {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 11px;
  background: #F0F0F0;
  //shopping-cart header/footer color
  color: #9F1A37;
  //font-weight: bold;/*FF6600 */
  padding: 10px;
}

TD.productListing-data {

  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #282E3E;
}

A.pageResults {
  color: #FF6600;
}

A.pageResults:hover {
  color: #FF9900;
  background: #FFFF33;
}

TD.pageHeading, DIV.pageHeading {
  font-size: 13px;
  color: #8a8a8a;
  font-weight: bold;
  height: 40px;
  width: 502px;
  background: url('images/m99.gif');
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-left: 50px;
  text-transform: uppercase;
}

TR.subBar {
  background: #f4f7fd;
}

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;
}

P.smallTextModel {
  font-family: Verdana, Arial, sans-serif;
  color: #000000;
  font-size: 10px;
}

P.smallTextModel2 {
  font-family: Verdana, Arial, sans-serif;
  color: #000000;
  font-size: 9px;
}

TD.accountCategory {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #FF9900;
}

TD.CookieAlert {
  font-family: Verdana, Arial, sans-serif;
  font-size: 9px;
  color: #FFCC33;
}

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;
}

SPAN.newItemInCart {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #FF9900;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #FF9900;
  font-weight: bold;
}

SPAN.tx2Big{
  font-size: 15px;
  color: #E63839;
  font-weight: bold;
 }

SPAN.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #FFCC66; cursor: hand; cursor: hand; }
.moduleRowSelected { background-color: #FFCC66; }

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #8c8c8c; } /*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: #FFCC66; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #FFCC00; }

/* input requirement */

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }

/*--------------------------------------------------------------------------------------------------------------*/

td{
 font-family: tahoma,verdana,arial;
 font-size: 11px;
 color: #000000; /*8a8a8a*/
}

 .bg{
  background-image: url(images/m21.gif);
  background-repeat: repeat-y; 
 }

 .bg1{
  background-image: url(images/m40.gif);
  background-repeat: repeat-y; 
 }
 
 .bg1b{
  background-image: url(images/m40b.gif);
  background-repeat: repeat-y; 
 }

 .bg2{
  background-image: url(images/m59.gif);
  background-repeat: repeat-y; 
 }

 .bg3{
  background-image: url(images/m63.gif);
  background-repeat: repeat-y; 
 }

  .go99{
  border-style: solid;
  border-width: 1px;
  border-color: #FF9900;
  width: 138px;
  height: 19px;
 }

 .ml{
  font-size: 11px;
  color: #ffffff;
  text-decoration: underline;
 }

 .ml1{
  font-size: 11px;
  color: #ffffff;
  text-decoration: none;
 }
 
 .ml2{ /*Menu superior pequeno*/
  font-size: 9px;
  color: #ffffff;
  text-decoration: none;
 }

 .ml3{
  font-size: 11px;
  color: #333333;  /*888888 Interfere no menu e textos*/
  text-decoration: none; 
 }
 
  .ml6{
	font-size: 11px;
	color: #FF6600;
	text-decoration: none;
	font-weight: bold;
 }

 .ml4{ /*Links convertidos em Laranja*/
  font-size: 11px;
  color: #FF6600; /*#08A8C4; */
  text-decoration: none;
 }

 .ml5{
  font-size: 11px;
  color: #888888; /*888888*/
  text-decoration: underline;
  font-weight: bold; 
 }

 .tx{
  font-size: 9px;
  color: #8a8a8a; /*8a8a8a*/
 }

 .txCode{
  font-size: 10px;
  color: #8a8a8a; /*8a8a8a*/
 }

 .tx1{ /*Texto convertidos em Laranja*/
  font-size: 12px;
  color: #FF6600; /*47aedd */
  font-weight: bold;
 }

 .tx2{
  font-size: 14px;
  color: #E63839;
  font-weight: bold;
 }

 .tx2b{
  font-size: 13px;
  color: #E63839;
  font-weight: bold;
 }

 .tx3{
  font-size: 13px;
  color: #8a8a8a; /*8a8a8a*/
  font-weight: bold;
 }

 .se{
  width: 109px;
  font-size: 9px;
 }

 .px3{
  font-size: 3px;
 }
/* Busca endereço online em ajax direto do site dos correios By www.aminhaloja.com.br : INICIO */
#BuscaEnderecoOnline{
position: absolute;
top: 10%;
right: 35%;

float: left;
float: right;
padding: 20px 20px 20px 20px;
text-align: center;

border-width: 2px;
border-style: solid;
background: #ffffa0;
display: none;
}

#BFechar{
text-align: right;
background-color : #ffffa0;
margin: auto;
}
/* Busca endereço online em ajax direto do site dos correios By www.aminhaloja.com.br : FIM */

.XsmallJovi {
	font-size: x-small;
	font-family: Calibri, Tahoma;
	color: #FF9900;
}

ul.Aviso {
	list-style-image: url("images/paus_peq.jpg");
}

div.divResultado {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

div.divStatus {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

/* Cupom de desconto Digaovr.com */
.CupomPromocionalDigaovr {
line-height: 20px;
}
