/**
 * Main CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2003-2006 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version $Id: stylesheet.css 5349 2006-12-22 20:34:40Z birdbrain $
 */
.list { 
    margin-left: 20px;
}
a       { color: #1E906F; text-decoration: none; }
a:hover { color: #1E906F; text-decoration: underline; }

/* Geral */
*    { margin: 0; padding: 0; border: 0 }
body {
  background-color: #D4CBA0;
  padding: 10px;
  font: normal 1em Trebuchet MS, sans-serif
}
p    { color: #333; font: normal 0.8em Trebuchet MS, sans-serif; }
h1   { border-bottom: 1px solid #eaeaea; color: #522B1F; padding: 4px 0; margin: 4px 0px; font: bolder 1em Trebuchet MS; }
h2   { color: #000; padding: 4px 0; margin: 2px 0px; font: bolder 0.8em Trebuchet MS; text-transform: uppercase; }
blockquote {
    margin: 20px 0;
    padding: 20px 20px 20px 50px;
    color: #333;
    border: none;
    font: normal 0.8em Trebuchet MS, sans-serif;
    background: #f4f4f4 url('/images/quote.gif') no-repeat 10px 10px;
}
.centerColumn h1 {
  border: 0;
  background-color: #1E906F;
  color: white;
  text-indent: 4px;
  padding: 0; margin: 10px 0;
}

/* Geral */
#geral { font: normal 0.9em Trebuchet MS, Verdana, sans-serif }

/* Corpo */
#corpo { background: #fff url(../images/lateral_direita.jpg) no-repeat 722px 70px; margin: 0 auto; width: 778px; }

/* Conteudo */
#conteudo       { float: left; width: 600px; padding: 0; }
#conteudo cite  { color: green; font: italic 1em Trebuchet MS, Verdana, sans-serif }
#conteudo .date { display: none; color: #666; font: normal 0.8em Trebuchet MS, Verdana, sans-serif }
#conteudo p     { line-height: 1.6em; text-align: justify }
#conteudo .tools-box               { border-top: 1px solid #E9E9E9; clear: both; margin: 10px 0; padding: 5px; text-align: right }
#conteudo .tools-box a             { color: #522B1F }
#conteudo .tools-box a.imprimir,
#conteudo .tools-box a.enviar,
#conteudo .tools-box a.favoritos   { padding-left: 25px; overflow: hidden; text-indent: -9999px }
#conteudo .tools-box a.imprimir    { background: transparent url(/images/printer.png) no-repeat 4px }
#conteudo .tools-box a.enviar      { background: transparent url(/images/mail_send.png) no-repeat 4px }
#conteudo .tools-box a.favoritos   { background: transparent url(/images/ico-favoritos.png) no-repeat 4px }
#conteudo .tools-box span          { float: left }
#conteudo .tools-box span.pageList { float: none }
.messagebox p                      { border: 1px solid #ddd; font: normal 1em Trebuchet MS, sans-serif; margin-top: 5px; padding: 10px }
.messagebox p.notice               { background: #DFF4FF; color: #000 }
.messagebox p.error                { background: #FEEEDE; color: red }

/* Menu do rodape */
address#rodape {
	background-color: #1D916E;
  color: #FFF;
	clear: both;
  width: 360px;
  margin: 10px 0 10px 80px;
  padding: 5px;
  text-align: center;
  font-size: 12px;
}
address#rodape span { float: right }
/* Indicador de processamento ajax */
div#indicator {
    background: #fff url(/images/carregando.gif) no-repeat 5px;
    color: red;
    font: normal 1em Trebuchet MS, sans-serif;
    height: 30px;
    line-height: 30px;
    padding: 3px;
    padding-right: 5px;
    padding-left: 25px;
    position: fixed;
    right: 1px;
    top: 1px;
    width: 90px;
    margin: 0;
}

.info {
    padding: 6px;
    margin: 5px 0;
    background: #FFE5DF;
    border: 2px solid #A00;
}
.info strong {
    color: #A00;
}
.ccinfo label input {
    margin-right: 5px;
}
.ccinfo label {
    text-align: left;
	width: 300px;
}
.realpague {
    background: #fff url(../../../modules/payment/realpague/escudo.gif) no-repeat 620px center;
    border: 2px solid #ddd;
    padding: 10px;
}

#prevOrders {
	font-size: 0.8em;
}

#formas_pagamentos { border-top: 2px solid #ddd; padding: 5px; list-style: none; clear: both; }
#formas_pagamentos ul {
    margin: 0;
}
#formas_pagamentos li {
    display: block; float: left; padding: 5px 8px
}
#formas_pagamentos li.site_seguro {
    width: 140px;
    text-align: left;
}
#formas_pagamentos li.operadora {
    background: transparent url(../images/operadora.png) no-repeat 100px 10px;
    width: 140px;
    text-align: right;
}
#formas_pagamentos li.operadora span {
    display: none;
}
#aceitamos {
    width: 382px;
    text-align: center;
}

#productGeneral ul {
    font-size: 15px;
    list-style: circle;
}
#productGeneral .label {
    font-size: 12px;
}
#productGeneral h3 {
    color: #2C3966;
    font-size: 15px;
    border-bottom: 1px solid #ddd;
    margin: 15px 0 0 0;
}

#productGeneral ul li,
#productGeneral ol li {
    font: normal 0.8em Trebuchet MS, Arial, 'sans-serif';
    margin-left: 20px;
    text-align: justify;
    color: #333;
}
#productGeneral ul {
    list-style-type: disc;
}
#productDetailsList {
  list-style: none;
}
#productGeneral ul ul {
    font: normal 15px Trebuchet MS, Arial, 'sans-serif';
    list-style-type: circle !important;
    color: #333;
}
#productGeneral ol {
    list-style-type: decimal !important;
}


label {
    text-align: right;
}
input {
    padding: 2px 0;
}
LABEL, h4.optionName {
	line-height: 1.5em;
	padding: 0.2em;
	}

LABEL.checkboxLabel, LABEL.radioButtonLabel {
	margin: 0.5em 0.3em;
	}

.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float: left;
	}

#navCatTabs ul {
	list-style:none; 
}

FORM, SELECT, INPUT {
	display: inline;
	font-size: 1em;
	margin: 0.1em;
	}

TEXTAREA {
	float: left;
	margin: auto;
	display: block;
	width: 95%;
	}

input, select, textarea {
    background: #f4f4f4;
    color: #522B1F;
    border: 1px solid #522B1F;
}
input:focus, select:focus, textarea:focus {
    border: 1px solid #208F6E;
    color: black;
	}
    .hiddenField {
        display: none;
    }
legend { background: #fff; }
FIELDSET {
    background: #f4f4f4;
    border: 1px solid #fff;
	padding: 0.5em;
	margin: 0.5em 0em;
	}

LABEL, h4.optionName {
	line-height: 1.5em;
	padding: 0.2em;
	}
.note {
	font-size: 1em;
}
LABEL.checkboxLabel, LABEL.radioButtonLabel {
	margin: 0.5em 0.3em;
	}

LABEL.inputLabel {
	width: 11em;
	float: left;
	}

LABEL.inputLabelPayment {
	width: 15em;
	float: left;
	}

LABEL.selectLabel, LABEL.switchedLabel, LABEL.uploadsLabel  {
	width: 12em;
	float: left;
	}

#checkoutPayment LABEL.radioButtonLabel {
	font-weight: bold;
	}

P, ADDRESS {
	padding: 0.5em;
	}

ADDRESS {
	font-style: normal;
	}

.clearBoth {
	clear: both;
	}

HR {
	height: 1px;
	margin-top: 0.5em;
	border: none;
	border-bottom: 1px solid #9a9a9a;
	}

/*warnings, errors, messages*/
.messageStackWarning img, .messageStackError img, .messageStackSuccess img, .messageStackCaution img {
	display: none;
}
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	line-height: 1.3em;
	font-weight: bolder;
	padding: 0.2em 0.4em;
	margin-top: 5px;
	}

.messageStackWarning, .messageStackError {
	background-color: #FF9F9F;
	color: #000000;
	border: 2px solid red;
	}

.messageStackSuccess {
	background-color: #99FF99;
	color: #000000;
	border: 2px solid #009900;
	}

.messageStackCaution {
	background-color: #FFFF66;
	color: #000000;
	border: 2px solid #9F9200;
	}

/*wrappers - page or section containers*/
#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
	} 
#navColumnOneWrapper, #navColumnTwoWrapper {
	margin-left: 0.5em;
	margin-right: 0.5em;
	}
	
#tagline {
	color:#000000;
	font-size: 2em;
	text-align : center;
	vertical-align: middle;
	}

#sendSpendWrapper {
	border: 1px solid #cacaca;
	float: right;
	margin: 0em 0em 1em 1em;
	}

.floatingBox, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {
	width:47%;
	}

.wrapperAttribsOptions {
	margin: 0.3em 0em;
	}

/*navigation*/

.navSplitPagesResult {}
.navSplitPagesLinks {}

.navNextPrevCounter {
	margin: 0em;
	font-size: 0.9em;
	}
.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none;
	}

#navCatTabsWrapper {
	background-color: #fff;
	color: #9a9a9a;
    margin-bottom: 10px;
}

#navEZPagesTOCWrapper {
	font-weight: bold;
	float: right;
	height: 1%;
	border: 1px solid #9a9a9a;
	}

#navCategoryIcon, .buttonRow, #indexProductListCatDescription {
	margin: 0.5em;
	}

#navMainSearch {
	float: right;
	}

#navBreadCrumb {
	padding: 0.5em 0.5em;
	background-color: #fff;
	font-size: 0.95em;
	font-weight: bold;
	margin: 0em;
	}


#navColumnOne, #navColumnTwo {
	background-color: transparent;
	}

/*The main content classes*/
#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {
	vertical-align: top;
	}

/*.content,*/ #productDescription, .shippingEstimatorWrapper {
	/*font-size: 1.2em;*/
	padding: 0.5em;
	}
  

     #contentMainWrapper {
        clear: both;
        width: 700px;
     }
.centerColumn ul li {
  margin-left: 20px;
  font-size: 12px;
}
.alert {
	color: #FF0000;
	margin-left: 0.5em;
	}
.advisory {}
.important {
	font-weight: bold;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}
.centerColumn {
	padding: 0 0 10px 0;
    width: 700px;
	}

.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 0.9em;
	}

/*Shopping Cart Display*/
#cartAdd {
	float: right;
	text-align: center;
	margin: 1em;
	padding: 5px;
	}

.tableHeading TH {
	border-bottom: 1px solid #9a9a9a;
	}

.tableHeading, #cartSubTotal {
	background-color: #e9e9e9;
	 }

#cartSubTotal {
	border-top: 1px solid #cccccc;
	font-weight: bold;
	text-align: right;
	line-height: 2.2em;
	padding-right: 2.5em;
	}

.tableRow, .tableHeading, #cartSubTotal {
	height: 2.2em;
	}

.cartProductDisplay, .cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, #cartInstructionsDisplay, .cartTotalsDisplay {
	padding: 0.5em 0em;
	}

    .cartQuantityUpdate input {
        border: 0;
    }

.cartUnitDisplay, .cartTotalDisplay {
	text-align: right;
	padding-right: 0.2em;
	}

#scUpdateQuantity {
	width: 2em;
	}

.cartQuantity {
	width: 4.7em;
	}

.cartNewItem {
	color: #33CC33;
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}

.cartOldItem {
	color: #660099;
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}

.cartBoxTotal {
	text-align: right;
	font-weight: bold;
	}

.cartRemoveItemDisplay {
	width: 3.5em;
	}

.cartAttribsList {
	margin-left: 1em;
	}

#mediaManager {
	width: 50%; 
	margin: 0.2em;
	padding: 0.5em;
	background-color: #E4FEf5;
	border: 1px solid #003D00;
	}

.normalprice, .productSpecialPriceSale {
	text-decoration: line-through;
	}

.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {
	color: #ff0000;
	}

.orderHistList {
	margin: 1em;
	padding: 0.2em 0em;
	list-style-type: none;
	} 

#cartBoxListWrapper ul, #ezPageBoxList ul {
	list-style-type: none;
	}

#cartBoxListWrapper li, #ezPageBoxList li, .cartBoxTotal {
	margin: 0;
	padding: 0.2em 0em;
	} 

#cartBoxEmpty, #cartBoxVoucherBalance {
	font-weight: bold;
	}

.totalBox {
	width: 5.5em;
	text-align: right;
	padding: 0.2em;
	}

.lineTitle, .amount {
	text-align: right;
	padding: 0.2em;
	}

.amount {
	width: 5.5em;
	}

/*Image Display*/
#productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
	margin: 0em 1em 1em 0em ;
	}

.categoryIcon {}

#cartImage {
	margin: 0.5em 1em;
	}

/*Attributes*/
.attribImg {
	width: 20%;
	margin: 0.3em 0em;
}

.attributesComments {}

/*list box contents*/
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	margin: 1em 0em;
	}

.centerBoxWrapper {
	height: 1%;
	margin: 1.1em 0;
	}

h2.centerBoxHeading {
	font-size: 1em;
	color: #444;
	}

    fieldset {
        border: 2px solid #f4f4f4;
    }

/*sideboxes*/
.columnLeft {}

h3.leftBoxHeading, h3.leftBoxHeading a,
h3.rightBoxHeading, h3.rightBoxHeading a {
    background: #f4f4f4;
	font-size: 1em;
	color: #444;
	}
#manufacturersHeading, #currenciesHeading, #musicgenresHeading, #recordcompaniesHeading, #searchHeading, #search-headerHeading {
	font-size: 0.9em;
	color: #444;
}

.productListing input, .productListing-odd input {
    border: 2px solid #f4f4f4;
    width: 30px;
    padding: 4px;
}

.productListing .main, .productListing-odd .main {
    padding: 10px;
}

#sorter label {
    float: left;
}

#disp-order-sorter {
    float: left;
    border: 2px solid #f4f4f4;
}

.leftBoxContainer, .rightBoxContainer {
	margin: 0em;
	margin-top: 1.5em;
	}

.sideBoxContent {
	background-color: #fff;
	padding: 0.4em;
	}

h3.leftBoxHeading a:hover, h3.rightBoxHeading a:hover {
	color: #208F6E;
	text-decoration: none;
	} 

.rightBoxHeading a:visited, .leftBoxHeading a:visited, .centerBoxHeading a:visited {
	color: #444;
	}

.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navCatTabsWrapper, #navEZPageNextPrev, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .leftBoxHeading, .centerBoxHeading,.rightBoxHeading, .productListing-data, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
	text-align: center;
	}

    #cartEmptyText {
        background: #f4f4f4 !important;
        border: 1px solid #ddd !important;
        text-transform: uppercase;
        font-weight: bolder;
        padding: 4px;
    }

#bestsellers .wrapper {
	margin: 0em 0em 0em 1.5em;
	}

#bestsellers ol {
	padding: 0;
	margin-left: 1.1em;
	}

#bestsellers li {
	padding: 0;
	margin: 0.3em 0em 0.3em 0em;
	}

#bannerboxHeading {
	background-color: #f4f4f4;
}

#upProductsHeading {
	text-align: left;
	}

#upDateHeading {
	text-align: right;
	}

/* categories box parent and child categories */
A.category-top, A.category-top:visited {
	color: #008000;
	text-decoration: none;
	}
A.category-links, A.category-links:visited {
	color: #004080;
	text-decoration: none;
	}
A.category-subs, A.category-products, A.category-subs:visited, A.category-products:visited {
	color: #FF0000;
	text-decoration: none;
	}
SPAN.category-subs-parent {
	font-weight: bold;
	}
SPAN.category-subs-selected {
	font-weight: bold;
	}
/* end categories box links */

/*misc*/
.back {
	float: left;
	}

.forward, #shoppingCartDefault #PPECbutton {
	float: right;
	}

.bold {
	font-weight: bold;
	}

.rowOdd {
	background-color: #E8E8E8;
	height: 1.5em;
	vertical-align: top;
	}

.rowEven {
	background-color: #F0F0F0;
	height: 1.5em;
	vertical-align: top;
	}

.hiddenField {
	display: none;
}
.visibleField {
	display: inline;
}

CAPTION {
	/*display: none;*/
	}

#myAccountGen li, #myAccountNotify li {
	margin: 0;
	} 

.accountTotalDisplay, .accountTaxDisplay {
	width: 20%;
	text-align: right;
	/*vertical-align: top*/
	}

.accountQuantityDisplay {
	width: 10%;
	vertical-align: top
	}

TR.tableHeading {
	background-color: #cacaca;
	height: 2em;
	}


#siteMapList {
	width: 90%;
	float: right;
	}

.ratingRow {
	margin: 1em 0em 1.5em 0em;
	}

LABEL#textAreaReviews {
	font-weight: normal;
	margin: 1em 0em;
	}

#popupShippingEstimator, #popupSearchHelp, #popupAdditionalImage, #popupImage, #popupCVVHelp, #popupCouponHelp, #popupAtrribsQuantityPricesHelp, #infoShoppingCart {
	background-color: #fff;
	}

#indexBody .conteudoDestaque .centerColumn { width: 200px !important; padding: 0; height: 310px; margin: 0  }
#indexBody .conteudoDestaque {  height: 315px; width: 200px !important; background: #fff url(../images/destaque.jpg) no-repeat top left; padding: 0 0 0 30px; margin: 0 }
#featuredProducts h2 { display: none; }

#barra { width: 30px; float: left; }
#fotos { height: 340px; float: left; }

.eventBody {
  padding: 0;
  margin: 20px 0 0 0;
}
.eventBody h2 {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 11px !important;
}
.eventBody p {
  margin: 0 !important;
  padding: 0 !important;  
  font-size: 11px !important;
}
.eventBody a {
  margin: 0 !important;
  padding: 0 !important;
  font: bolder 11px Trebuchet MS, Arial;
}

#eventsIndex {
  clear: both;
  height: 90px;
}
#eventsIndex h2 {
  float: left;
  text-indent: -9999px;
  width: 34px;
  height: 100px;
  overflow: hidden;
  background: #fff url(../images/eventos_home.gif) no-repeat center left;
}
#eventsContainer {
  width: 500px;
  height: 100px;
  float: left;
  padding: 0;
	margin: 0;
}
#eventsContainer ul {
  margin: 15px 0px;
  background: #D4CBA0;
  height: 80px;
	list-style: none;
}
#eventsContainer li {  
  height: 18px;
  padding: 2px 10px;
}
#eventsContainer li h3 {
  font: normal 11px Trebuchet MS, Arial;
  line-height: 18px;
  color: black;
  float: left;
  padding: 0;
  margin: 0;
  margin-right: 10px;
}
#eventsContainer li a {
  font: normal 11px Trebuchet MS, Arial;
  line-height: 18px;
  padding: 0;
  float: left;
  margin: 0;
}
.banners { text-align: center; margin:0; padding: 20px 0 0 30px; background: #fff url(../images/parceiros_home.gif) no-repeat center left; display: block; width: 220px; height: 100px; line-height: 100px; float: left; }

div.productListing-odd,
div.productListing-even {
  width: 135px;
  height: 130px;
  float: left;
}
#noitem { width: auto !important; }
div.productListing-odd h3,
div.productListing-even h3 {
  font: normal 11px Trebuchet MS, Arial;
}
#featuredProducts { height: 325px; overflow: hidden; margin: 10px 0 5px 0; }
#productsListingBottomNumber { clear: both; }
#productMainImage { float: left; }
#cartAdd { float: right; width: 160px; }
#productPrices { display: none; }
#productDescription { float: left; width: 290px; }
.centerBoxContentsFeatured { border-bottom: 2px solid #ddd; padding-bottom: 5px; margin: 5px; }
.centerBoxContentsFeatured img { float: right; }
.centerBoxContentsFeatured p,
.centerBoxContentsFeatured p * { font-size: 10px !important; line-height: 11px !important; text-align: left !important; }
.centerBoxContentsFeatured div {  }
.centerBoxContentsFeatured h3,
.centerBoxContentsFeatured h3 a { display: block; font-size: 11px; color: black; text-align: left; font-weight: bolder; margin: 0 }
#backButtonContainer { width: 100px; margin: 10px auto 0 auto; }