/*
  $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: Arial, sans-serif; font-size: 11px; }
.errorBox { font-family : Arial, sans-serif; font-size : 11px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Arial, sans-serif; font-size : 11px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family :Arial, sans-serif; font-size : 11px; color: #0082D7; text-decoration: underline; }

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

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

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

FORM {
	display: inline;
}

/*TR.header {
  background: #f5f5f5;
}*/

TR.headerNavigation {
  background: #000066;
}

TD.headerNavigation {
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  height:18px;
  background: #fff;
  color: #000;
  font-weight : bold;
}

TD.headerNavigationTwo {
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  background: #000066;
  height:18px;
  color: #fff;
  font-weight : bold;
}


A.headerNavigation { 
  color: #2082CB; 
}

A.headerNavigation:hover {
  color: #2082CB;
}

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

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

TR.footer {
  background: #bbc3d3;
}

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

.infoBox {
  background: #fff;
/*border-color: #003F87;
  border-style: solid;
  border-width: 1px;*/
 
}

.infoBox_sedex {
  background: #FFFFFF;
}


.infoBoxContents {
  background: #F5F5F5;
  font-family: Arial, sans-serif;
  font-size: 11px;
 }

.infoBoxNotice {
  background: #D9E0E9;
}

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

TD.infoBoxHeading {
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  font-weight: bold;
  height:20px;
  background: #003F87;
  color: #ffffff;

}

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

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

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

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #000066;
  border-spacing: 1px;
  background: #fff;
}

.productListing-heading {
font-family: Arial, Verdana,sans-serif;
  font-size: 11px;	
  
  background: #000066;
  font-weight: bold;
  color:#fff;
}

TD.productListing-data {
  background: #fff;
  font-family: Arial, Verdana,sans-serif;
  font-size: 11px;
}

A.pageResults {
  color: #0000FF;
}

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

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

TR.subBar {
  background: #f4f7fd;
}

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

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

.newproduct {
 font-family: Arial, Verdana, sans-serif;
 font-size: 11px;
 background:#fff;
}

.preco_vitrine {
 font-family:Arial, Verdana, sans-serif;
 font-size:13px;
 font-weight: bold;
 color:#117AC9;
}

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

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

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

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

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

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

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

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

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

TABLE.formArea {
  background: #f5f5f5;
  border-color: #003F87;
  border-style: solid;
  border-width: 1px;
}

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

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

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

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

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

.checkoutBarFrom, .checkoutBarTo { font-family: Arial, sans-serif; font-size: 12px; color: #000000; font-weight: bold;}
.checkoutBarCurrent { font-family: Arial, sans-serif; font-size: 12px; color: #DF0000; font-weight: bold;}

/* message box */

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

/* input requirement */

.inputRequirement { font-family: Arial, sans-serif; font-size: 11px; color: #000; }

/* menu Solid - Show Sub-categories Star */
a.menucateg:link, a.menucateg:visited, a.menucateg:active {
display: block;
vertical-align: middle;
font-size: 11px;
font-family: Arial, Verdana, Helvetica, sans-serif;
font-weight: bold;
text-align: left;
/*height: 12px;*/
text-decoration: none;
/*border: solid 1px #f8f8f9;*/
}

a.menucateg:hover {
/*border: solid 1px #6633CC;*/
/*background-color:#006699;*/
text-decoration: underline;
font-weight: bold;
/*color: #FFFFFF;*/
}

a.menusubcateg:link, a.menusubcateg:visited, a.menusubcateg:active {
display: block;
vertical-align: middle;
font-size: 11px;
font-family: Arial, Verdana, Helvetica, sans-serif;
text-align: left;
/*height: 12px;*/
text-decoration: none;
/*border: solid 1px #f8f8f9;*/
}

a.menusubcateg:hover {
/*border: solid 1px #6633CC;*/
/*background-color:#006699;*/
text-decoration: underline;
/*color: #FFFFFF;*/
}
/* menu Solid - Show Sub-categories End */

.preco {
font-family: Arial, Verdana, sans-serif;
  font-size: 16px;
  color: #117AC9;
  font-weight: bold;
}

.preco_2 {
font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  color: #117AC9;
  font-weight: bold;
}

/*RODAP?*/

.central{
 width: 760px; position:absolute;  left:50%;  margin-left:-380px; 
 font-family: Arial, sans-serif;
 font-size: 11px;
 background:#CFCFCD;
}

.pagamento{
 list-style:none;
 width:410px; 
 float:left; 
}

.host{
 list-style:none; 
 width:210px;
 float:left;

 }

.powered{
list-style:none;
width:80px;
float:left;
}

.i9 {
font-family: Arial, sans-serif;
font-size: 11px;
color:#FF0000;
font-weight:bold;
}

.rodape {
 height:230px; clear: both; background: #CFCFCD;
}

/*== Fim do Rodap ==*/

.centralizar {
width: 100%;
position: absolute;
left: 0%;top: 0px;
margin-left: 0px;
background: White;
}

