/*
  $Id: stylesheet.css,v 1.40 2002/01/11 22:36:46 dgw_ Exp $

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

  Copyright (c) 2001 osCommerce

  Released under the GNU General Public License
*/
DIV.centerpage 
{ 
width: 1024px; 
position: absolute; 
left: 50%; 
top: 0; 
margin-left: -512px; 
} 
.boxText { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background-color: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: crimson; }

BODY {
  background-color: #ffffff;
  color: #000000;
  margin: 0px;
}

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

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

FORM {
	display: inline;
}

TR.header {
  background-color: #FF9200;
}

TR.headerNavigation {
  background-color: #ff9200; 
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background-color: #ff9200;
  color: #FFFFFF;
  font-weight : bold;
}

A.headerNavigation { 
  color: #FFFFFF; 
}

TR.headerError {
  background-color: #ff0000;
}

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

TR.headerInfo {
  background-color: #00ff00;
}

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

TR.footer {
  background-color : #bbc3d3;
}

TD.footer {
  font-family : Verdana, Arial, sans-serif;
  font-size : 10px;
  background-color : #ff9200;
  color : #FFFFFF;
  font-weight : bold;
}

TABLE.infoBox {

}

TABLE.infoBoxContents {

}

TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background-image: url(imagens/bg_line.jpg);
  color: #FFFFFF;
}

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

.menularanja {
  font-family : Verdana, Arial, sans-serif;
  font-size : 14px;
  color:#FF9900;
}

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

TR.productListing-heading {
  background-color : #ffffff;
}

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

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

A.pageResults { 
  color: #0000FF; 
}

A:hover.pageResults { 
  color: #0000FF; 
  background-color: #FFFF33; 
}

TD.pageHeading, DIV.pageHeading {
  font-family : Verdana, Arial, sans-serif;
  font-size : 12px;
  font-weight : bold;
  color: #666666;
}

TR.subBar {
  background-color : #f4f7fd;
}

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

TD.titulo_cesta {
  font-family : Verdana, Arial, sans-serif;
  font-size : 10px;
  color : #99751F;
    font-weight : bold;
}

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

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

TD.medioText, SPAN.medioText {
  font-family : Verdana, Arial, sans-serif;
  font-size : 12px;
  color:#999999;
}

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

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 : #f0a480;
  font-weight : bold;
}

TABLE.formArea {
  background-color : #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: #c76170;
  font-weight : bold;
}

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

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

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

TABLE.infobox01 {

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



  TD.headerCategoriesItems { 
    font-family : Arial;
	color : #0033CC;
	font-weight: bold;
    font-size : 80%;
    white-space: nowrap; 
    padding-right: 0px; 
	height:37px;
    background-image: url(imagens/back_menu_top.jpg);
    text-align : center;
  }
  
    TD.headerCategoriesItems_laranja { 
    font-family : Arial;
	color : #0033CC;
	font-weight: bold;
    font-size : 80%;
    white-space: nowrap; 
    padding-right: 0px; 
	height:37px;
    background-image: url(imagens/fundo_menu_top_laranja.jpg);
    text-align : center;
  }
  
      TD.headerCategoriesItems_verde { 
    font-family : Arial;
	color : #0033CC;
	font-weight: bold;
    font-size : 80%;
    white-space: nowrap; 
    padding-right: 0px; 
	height:37px;
    background-image: url(imagens/fundo_menu_top_verde.jpg);
    text-align : center;
  }
  
   TD.headerCategoriesItems a:hover {
background-color: #F5F5F5;
text-decoration: none;
color : #0033CC;
    }
  
  TD.headerCategoriesItems a { color:  #0033CC; }

TR.suckerdiv {
margin: 0;
padding: 0;
list-style-type: none;
width: 100%; /* Width of Menu Items */
border-bottom: 1px solid #ccc;
}

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

TD.cond {
  font-family : Verdana, Arial, sans-serif;
  font-size : 9px;
  font-stretch: ultra-condensed;
  color : #000000;
}
.preco {  font-family: Arial, Helvetica, sans-serif; font-size: 22px; color: #f09300; font-weight: bolder}

	.estimatedshippingBox {
	  background: #FF8E90; 
	}

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

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

	.ShowShipping {
	  background: #444ddd;
	  color: #fffffa;
	  font-family: Verdana, Arial, sans-serif;
	  font-size: 6px;
	  font-weight: bold;
	  text-align: center;
	} 
