/*
  ------------------------------------------------------------------------------------------
  $Id: stylesheet.css,v 1.4 2008/03/22 15:13:29 menezes Exp $                               
                                                                                            
  MINHA LOJA NA WEB - The simple and power brazilian e-commerce engine                      
  http://www.MinhaLojaNaWeb.com.br                                                          
  Copyright (c) 2004~2006 FreeSoft Informática Ltda [ www.freesoft.com.br ]                 
  ------------------------------------------------------------------------------------------
  based on:                                                                                 
  (c) 2000~2001 - The Exchange Project (earlier name of osCommerce)                         
  (c) 2002~2003 - osCommerce   [ www.oscommerce.com ]                                       
  (c) 2003      - nextcommerce [ www.nextcommerce.org ]                                     
  (c) 2004~2005 - xt:Commerce  [ www.xt-commerce.com ]                                      
                                                                                            
  Released under the GNU General Public License                                             
  ------------------------------------------------------------------------------------------
*/

BODY {
	color: #ffffff;
	margin: 0px;
	padding: 0px;
	background-color: #202020;
	margin-left: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
}

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

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

FORM {
	display: inline;
}

img, A IMG {
	border-width: 0px;
	margin: 0px;
	padding: 0px;
	display: inline;
}

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

.boxTextBG {
	color: #ffffff;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	background-color: #282828;
}
.boxTextBGI {
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	background-color: #ffffff;
}
.boxTextBGII {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	background-color: #282828;
}
.boxTextPrice {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #77804A;
}

.errorBox {
	font-family : Verdana, Arial, sans-serif;
	font-size : 10px;
	font-weight: bold;
	background-color: #ffb3b5;
}
.gvBox {
	font-family : Verdana, Arial, sans-serif;
	font-size : 14px;
	font-weight: bold;
	border: 1px solid #FFFFFF;
	background-color: #ffb3b5;
}
.stockWarning {
	font-family : Verdana, Arial, sans-serif;
	font-size : 10px;
	color: #cc0033;
}

.productsNotifications {
	background-color: #f2fff7;
}

.orderEdit {
	font-family : Verdana, Arial, sans-serif;
	font-size : 10px;
	color: #70d250;
	text-decoration: underline;
}


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

TD.navtrail {
	background-color: #B35A00;
	color: #000000;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	vertical-align: middle;
	height: 20px;
}
TR.headerNavigation {
	background: #F6F6F6;
}
TD.headerNavigation {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	border-bottom: 1px solid #b6b7cb;
	background-color: #F6F6F6;
}
A.headerNavigation {
	color: #FFFFFF;
}
A.headerNavigation:hover {
	color: #000000;
	text-decoration: none;
}

TD.conditions {
	background-color: #ffff00;
	border: 1px solid #ff0000;
	color: #ffffff;
}

A.confirmationEdit {
	color: #009933;
	font-style: italic;
}
A.confirmationEdit:hover {
	color: #009933;
	font-style: italic;
	text-decoration: underline;
}
TR.headerError {
	background-color: #ff0000;
}

TR.headerMessage {
	background-color: #00CC33;
}
.moduleError {
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	font-weight: bold;
	padding-bottom: 10px;
}
TD.moduleInfo {
	padding: 5px;
	color: #9b9b9b;
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
}

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: #F6F6F6;
	color: #000000;
	font-weight: bold;
	border-bottom: 1px solid;
	border-color: #b6b7cb;
}

.infoBox {
}

.infoBoxContents {
	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 {
	font-family: Tahoma,Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-image: url(img/infoBoxHeading.gif);
	background-repeat: none;
	background-position: top left; 
	height: 26px;
	color: #FFFFFF;
	padding: 0;
	margin: 0;
}
TD.infoBoxHead {
	font-family: Tahoma,Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 5px;
}
TD.infoBoxHead A {
	font-family: Tahoma,Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

TD.infoBoxHeading_right {
	font-family: Tahoma,Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background: #E2E2E2;
	height:17px;
	color: #52BB47;
}

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

TD.infoBox_right, SPAN.infoBox_right {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	border-left: 1px solid #CDCDCD;
	background: #FFFFFF;
}

/* new box styles */
TD.box_newsletter, 
TD.box_login, 
TD.box_whatsnew, 
TD.box_specials, 
TD.box_reviews, 
TD.box_currencies, 
TD.box_information, 
TD.box_languages {
	border: 1px solid #9B9B9B;
	border-top: none;
}
TD.box_cart {
	border: 2px solid #708F29;
	border-top: none;
}
TD.box_manufacturers_infoH {
	background-color: #595736;
	height: 28px;
	padding-left: 19px;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	font-family: arial;
	text-transform: uppercase;
}
TD.box_manufacturers_info {
	border: 1px solid #595736;
	border-top: none;
}
TD.box_manufacturersH {
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	font-family: arial;
}
TD.box_manufacturers {
	text-align: center;
}

TD.box_adminH {
	background-color: #FFFFFF;
	height: 28px;
	padding-left: 19px;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	font-family: arial;
	text-transform: uppercase;
}
TD.box_admin {
	border: 2px solid #FFFFFF;
	text-align: left;
}

/* SEARCH Box style */
TABLE.box_search {
	background-color: #282828;
	width: 100%;
}
TD.box_search_content {
	padding: 5px 25px 5px 20px;
	text-align: center;
}
TABLE.box_search_content {
	background-color: #202020;
	text-align: center;
	width: 100%;
}
TD.box_search {
	color: #ffffff;
	font-family: tahoma;
	font-size: 11px;
	text-align: center;
	vertical-align: top;
	font-weight: bold;
}
TD.box_search INPUT {
	width: 130px;
	height: 15px;
	font-family: tahoma;
	font-size: 11px;
}
TD.box_search_ok {
	text-align: left;
	vertical-align: top;
	padding-left: 5px;
}
TD.box_search_adv {
	color: #ffffff;
	font-family: tahoma;
	font-size: 11px;
	text-align: center;
	vertical-align: top;
	font-weight: normal;
	padding-bottom: 3px;
}
TD.box_search_adv a {
	color: #a75300;
	text-decoration: none;
}
TD.box_search_adv a:hover {
	color: #ffffff;
	text-decoration: none;
}
/* BEST SELLERS Box style */
DIV.box_space {
	height: 2px !important;
}
TD.box_best_sellersH {
	border-top: none;
	background-color: #750E00;
	height: 28px;
	padding-left: 19px;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	font-family: arial;
	text-transform: uppercase;
}
TD.box_best_sellers {
	border: 2px solid #750E00;
	border-top: none;
}
/* CATEGORIES Box style */
TD.box_categoriesH {
	border-top: none;
	background-color: #B35A00;
	height: 28px;
	padding-left: 19px;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	font-family: arial;
	text-transform: uppercase;
}
TD.box_categories {
	border-top: none;
	background-color: #282828;
	padding-left: 20px;
}
TD.boxCateg {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}
TABLE.topCateg {
	width: 180px;
}
TD.topCategImg {
	vertical-align: middle;
	border-right: 1px solid #525252;
	width: 20px;
	height: 20px;
	text-align: center;
}
TD.topCategImgLine {
	vertical-align: middle;
	border-top: 1px solid #525252;
	border-right: 1px solid #525252;
	width: 20px;
	height: 20px;
	text-align: center;
}
TD.topCateg {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	font-weight: none;
	color: #FFFFFF;
	vertical-align: middle;
	padding: 5px 0 5px 10px; 
	text-align: left;
	width: 160px;
}
TD.topCategLine {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	font-weight: none;
	color: #FFFFFF;
	vertical-align: middle;
	padding: 5px 0 5px 10px; 
	text-align: left;
	width: 160px;
	border-top: 1px solid #525252;
}
A.topCateg {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: none;
	color: #FFFFFF;
	text-transform: normal;
	text-decoration: none;
}
A.topCateg:HOVER {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: none;
	color: #888888;
	text-decoration: underline;
}

TD.box_also_purchasedH {
	border-top: none;
	background-color: #546C1F;
	height: 28px;
	padding-left: 10px;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	font-family: arial;
/*	text-transform: uppercase; */
}
TD.box_also_purchased {
}

/* new box styles */

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 solid #b6b7cb;
	border-spacing: 1px;
}

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

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

A.pageResults {
	color: #c86400;
	text-decoration: underline;
}
A.pageResults:hover {
	color: #FFFFFF;
	background: #000000;
}

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

TR.subBar {
	background: #f4f7fd;
}

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

TD.main, P.main, .main {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	text-align: left;
	vertical-align: top;
}

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

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;
	text-align: right;
}

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, 
TEXTAREA {
	color: #ffffff;
	background-color: #282828;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	border: 1px solid #525252;
	padding: 2px;
}

TEXTAREA {
	width: 95%;
}

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

SPAN.underline {
	text-decoration: underline;
}

TABLE.formArea {
	background: #303030;
	border: 1px solid #525252;
}

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;
}
SPAN.productOldPrice {
	font-family: Verdana, Arial, sans-serif;
	color: #ff0000;
	text-decoration: line-through;
}
SPAN.errorText {
	font-family: Verdana, Arial, sans-serif;
	color: #ff0000;
}

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

.smallHeading {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #ffffff;
}

.moduleRow {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 1.5;
	background-color: #E6E6E6;
	border: 1px solid #E6E6E6;
}
.moduleRowOver {
	background-color: #D7E9F7; 
	border: 1px solid #ffffff;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 1.5; 
	}
.moduleRowSelected {
	background-color: #525252;
}

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

/* sitewide font classes */
/* Note: heading<Number> equals <font size="Number"> */
.heading1 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 7pt; }
.heading2 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; }
.heading3 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; }
.heading4 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12pt; }
.heading5 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16pt; }

/* Sitemap Tables */
.sitemap_heading {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: #FFFFFF; 
	background-color: #666666; 
	padding-top: 2px; padding-bottom: 2px;}
.sitemap_heading a {color:#FFFFFF;}
.sitemap_heading a:hover {color:#CCCCCC; text-decoration:none;}

.sitemap_sub {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; color: #000000; background-color: #E6E6E6; padding: 2px 2px;}
.sitemap_sub a {color:#000000;}
.sitemap_sub a:hover {color:#999999; text-decoration:none;}

/* 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: #ffb3b5; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #99ff00; }

/* input requirement */
.inputRequirement {
	font-family: Verdana, Arial, sans-serif; 
	font-size: 10px; 
	color: #ff0000; 
	text-align: left;
}

.tableShop {
background-color: #ffffff;
border-left: 1px solid;
border-right: 1px solid;
border-color: #b6b7cb;
}

.navLeft {
	background-image: url(img/back-navLeft.gif);
	background-repeat: repeat-y;
	background-position: top left;
	width: 192px;
}
.navRight {
	width: 180px;
}

.contentsTopics {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.tableListingI {
	background-color: #eeeeee;
}

.tableListingII {
	background-color: #d0d0d0;
}

.tableBody {
	padding: 5px;
}

.poweredby {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
}
.onepxwidth {
	width: 1px;
}

TD.header_top {
	font-family:Tahoma;
	font-size:10px;
	line-height:10px;
	color:#AEAEAE;
	width: 60px;
}
TD.header_1 {
	background-image: url("img/h1_c.gif");
	background-repeat: repeat-x;
}

TABLE.head_top, TR,head_top, TD.head_top {
	height: 1px;
}
TD.head_1st {
	width: 100%; 
	text-align: right;
	vertical-align: middle;
	padding-right: 5px;
	font-family: tahoma;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	white-space:nowrap;
}
TD.head_1st A {
	color: #FFFFFF;
	text-decoration: none;
}
TD.head_1st A:hover {
	color: #FFFF40;
	text-decoration: none;
}
TD.head_2ndL {
	background-image: url("img/back-2aT.jpg");
	background-repeat: no-repeat;
	background-position: top left;
	width: 192px;
	height: 108px;
}
TD.head_2ndLt {
	background-image: url("img/back-2aB.jpg");
	background-repeat: no-repeat;
	background-position: top left;
	width: 192px;
	height: 39px;
}
TD.head_2ndC {
	background-image: url("img/back-2cT.jpg");
	background-repeat: repeat-x;
	background-position: top left;
	height: 108px;
	width: 100%;
	text-align: center;
	vertical-align: middle;
}
TD.head_2ndR {
	background-image: url("img/back-3aT.jpg");
	background-repeat: no-repeat;
	background-position: top left;
	width: 180px;
	height: 108px;
	vertical-align: top;
	padding-left:11px;
	font-family: tahoma;
	font-size: 11px;
	color: #6E6E6E;
}
TD.head_3rd {
	background-image: url("img/back-2bF.jpg");
	background-repeat: repeat-x;
	background-position: top left;
	color: #FFFFFF;
	padding-left: 18px;
	padding-right: 11px;
	height: 39px;
	width: 100%;
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
}
TD.head_3rd A, TD.head_3rd A:visited {
	color: #FFFFFF;
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
TD.head_3rd A:hover {
	color: #FFFFFF;
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

TD.footend {
	width: 100%;
	height: 30px;
	text-align: right;
	vertical-align: top;
	background-image: url(img/back-end.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding-right: 17px;
	padding-top: 11px;
	font-family: tahoma;
	font-size: 10px;
	color: #FFFFFF;
}
TD.footend A {
	color: #FFFFFF;
	text-decoration: none;
}
TD.footend A:hover {
	color: #000000;
	text-decoration: none;
}
TD.footend DIV {
	color: #999999;
	padding-top: 12px;
}

TD.contentBoxHeading {
	font-family: Tahoma,Verdana,Arial,sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000080;
	height: 30px;
	padding-left: 40px;
}
TR.contentHeading {
	background: #595736;
}
TD.contentsTopics, 
TD.moduleHeading, 
TD.contentHeading, 
TD.contentH {
	background: #595736;
	color: #FFC000;
	font-family: Arial,Tahoma,Verdana,sans-serif;
	font-size: 12px;
	font-weight: bold;
	height: 25px !important;
	padding-left: 10px;
	vertical-align: middle;
	text-transform: uppercase;
	border-top: 2px solid #000000;
}
TD.contentHinfo {
	background: #595736;
	color: #000080;
	font-family: Tahoma,Verdana,Arial,sans-serif;
	font-size: 11px;
	font-weight: normal;
	vertical-align: middle;
	height: 25px !important;
	border-top: 2px solid #000000;
}

TD.contentH2 {
	font-family: Tahoma,Verdana,Arial,sans-serif;
	font-size: 12px;
	font-weight: bold;
	background: #d6d6d6;
	color: #000080;
	height: 20px;
	padding-left: 5px;
}

TABLE.subCategory {
	border: 1px solid #1E6EA7;
}
.subCategoryListing {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight : bold;
	color: #1E6EA7;
}
A.subCategoryListing {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight : bold;
	color: #1E6EA7;
}

TD.boxesProduct {
	border-right: 1px solid #525252;
	border-bottom: 1px solid #525252;
	vertical-align: top;
}
TD.prodLine {
	height: 1px;
	background-image: url("img/m15.gif");
	background-repeat: repeat-x;
	background-position: top left;
	margin: 10px;
}
IMG.prod {
	display: inline;
	border: 1px hidden #525252;
	margin-right: 5px;
}

TD.titProduct {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	font-weight : bold;
	color: #1E6EA7;
}	
A.titProduct {
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	font-weight : bold;
	color: #1E6EA7;
}	
A.titProduct:HOVER {
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #1E6EA7;
}
TD.descProduct {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: none;
	color: #000000;
}
A.descProduct {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: none;
	color: #000000;
}
A.descProduct:HOVER {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: none;
	color: #000000;	
}

TD.priceLists {
	font-family: Arial, Verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #c76170;
}

TD.priceLists:HOVER {
	font-family: Arial, Verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
}

SPAN.priceDetProd {
	color: #77804A;
	font-size: 14px;
	font-weight: bold;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

SPAN.productOfferPriceH {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FF0000;
	font-weight: bold;
}
SPAN.productOldPrice {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #ff6c00;
	font-weight: bold;
}
SPAN.productNewPrice {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #660000;
	font-weight: bold;
}
TD.priceLists, .priceLists {
	font-family: Arial, Verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #77804A;
}

A.prodNameLink {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
}
A.prodNameLink:HOVER {
	color: #888888;
	text-decoration: underline;
}

SPAN.phone {
	font-family: Arial, Verdana, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #2C8AC8;
	text-align: center;
}
SPAN.achou {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FF0000;
	text-align: center;
}
SPAN.frete {
	font-family: Arial, Verdana, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000080;
	text-align: center;
}

TD.lineAccount {
	border-right: 1px solid;
	border-right-color: #b6b7cb;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight : bold;
	color: #1E6EA7;
}
TD.titlesBox, SPAN.titlesBox {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
}


/* from template #10541 */
A, A:visited {
	color: #ffcc00;
	text-decoration: none;
}
A:hover {
	color: #b9191d;
	text-decoration: none;
}

td {
	font-family: tahoma, verdana, arial;
	font-size: 11px;
	color: #ffffff;
	padding: 0px
	margin: 0px;
}

.bg1{
	background-image: url("img/m08.gif");
	background-repeat: repeat-x; 
}

.ch1{
	padding-left: 10px;
}
.ch2{
	font-size: 10px;
	color: #FFCC00;
	font-weight: bold;
}
.ch3{
	font-size: 10px;
	color: #B8C016;
	font-weight: bold;
}
.ch4{
	font-size: 12px;
	color: #FFE764;
	font-weight: bold;
	font-family: verdana;
}
.ch5{
	font-size: 11px;
	color: #FFFFFF;
}
.ch6{
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	font-family: arial;
	text-transform: uppercase;
}
.ch7{
	padding-left: 10px;
}
.ch8{
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
}
.ch9{
	font-size: 12px;
	color: #C1C168;
	font-weight: bold;
	font-family: arial;
	text-transform: uppercase;
}
.ch10{
	padding-left: 39px;
}
.ch11{
	font-size: 12px;
	color: #FFC000;
	font-weight: bold;
	font-family: arial;
	text-transform: uppercase;
}
.ch12{
	font-size: 11px;
	color: #77804A;
	font-weight: bold;
	font-family: tahoma;
}
.ch13{
	font-size: 13px;
	color: #77804A;
	font-weight: bold;
	font-family: tahoma;
}
.ch14{
	font-size: 11px;
	color: #DC1400;
	font-weight: bold;
	font-family: tahoma;
}
.ch15{
	font-size: 13px;
	color: #DC1400;
	font-weight: bold;
	font-family: tahoma;
}
.ch16{
	font-size: 10px;
	color: #A3A3A3;
}

.ml1{
	font-size: 10px;
	color: #EEEEEE;
	text-decoration: none;
}
.ml2{
	font-size: 10px;
	color: #FF9C00;
	text-decoration: none;
}
.ml3{
	font-size: 11px;
	color: #FFFF64;
	font-weight: bold;
}
.ml4{
	font-size: 11px;
	color: #D3D3D3;
	font-weight: bold;
	text-decoration: none;
}
.ml5{
	font-size: 11px;
	color: #DE281F;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
.ml6{
	font-size: 12px;
	color: #E9E7E4;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
.ml7{
	font-size: 12px;
	color: #ADADAD;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
.ml8{
	font-size: 10px;
	color: #C32F1D;
	text-decoration: none;
}

.se{
	width: 129px;
	font-size: 9px;
	color: #858585
}
.se2{
	border: #9F2415 1px solid;
	width: 115px;
	font-size: 9px;
	color: #858585
}

.image_border{
	border: 1px solid #DAD9D7; 
}

TD.left_nav {
	width: 230px;
	vertical-align: top;
}
TD.top_nav {
	background-color: #474747;
	width: 242px;
	height: 39px !important;
	text-align: center;
	border: 0px;
	margin: 0px;
}
TD.top_nav_L {
	width: 8px;
	height: 39px !important;
	border: 0px;
	margin: 0px;
	background-image: url("img/m02.gif");
	background-position: top left;
	background-repeat: no-repeat; 
}
TD.top_nav_R {
	width: 8px;
	height: 39px !important;
	border: 0px;
	margin: 0px;
	background-image: url("img/m03.gif");
	background-position: top right;
	background-repeat: no-repeat; 
}

/* Rodapé */
.ch16{
	font-size: 10px;
	color: #A3A3A3;
}
.style4 {
	color: #9b9b9b;
	font-size: 11px;
	font-family: tahoma;
}
.style10 {
	color: #656565;
	font-size: 11px;
	font-family: tahoma;
}
.style11 {
	color: #c86400;
	font-size: 11px;
	font-family: tahoma;
}


/* from Matrix Editora - 15/07/2006 */
.a12 {
	font-size: 12pt;
	font-family: arial,helvetica,sans-serif;
}
TD.catlist_shortdesc, 
TD.catlist_shortdesc P, 
P.desc_a12 {
	color: #8E8E8E;
	font-size: 12pt;
	font-family: arial,helvetica,sans-serif;
	text-align : justify;
}
#release {
	font-size: 12px;
	color: #FFFFFF;
}
#release p.tit, #release p.tb {
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	line-height: 150%;
}
#release p.ti {
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	text-align: center;
	line-height: 150%;
}
#release p.tu {
	font-size: 14px;
	font-style: underline;
	font-weight: normal;
	text-align: center;
	line-height: 150%;
}

#release p {
	text-align: justify;
}
#release p.b {
	text-align: justify;
	font-weight: bold;
}
#release p.bu {
	text-align: justify;
	font-weight: bold;
	text-decoration: underline;
}
#release p.c {
	text-align: center;
}
#release p.cb {
	text-align: center;
	font-weight: bold;
}

TD.redecard_alert {
	color: #ffffc0;
	font-size: 12pt;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
}

#log_ckt {
	color: #000000;
	background-color: #efefef;
	padding: 3px;
}
#log_ckt TD {
	color: #000000;
}

#log_ckt TD.titlesBox, #log_ckt SPAN.titlesBox {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: left;
}
#log_ckt TD.main, #log_ckt P.main, #log_ckt .main {
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	text-align: left;
	vertical-align: top;
}
#log_ckt CHECKBOX, 
#log_ckt INPUT, 
#log_ckt RADIO, 
#log_ckt SELECT, 
#log_ckt TEXTAREA {
	color: #282828;
	background-color: #ffffff;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	border: 1px solid #525252;
	padding: 2px;
}
#log_ckt TEXTAREA {
	width: 95%;
}
#log_ckt .boxTextBGII {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	background-color: #ffffff;
}

/* order_details */
TABLE.productListing {
	border: 0px;
	border-style: solid;
	border-color: #525252;
  //shopping-cart header/footer color
	border-spacing: 1px;
}
TD.order_H1 {
	background-color: #ffffc0;
	border-right:1px solid #525252;
	border-bottom:1px solid #525252;
	text-align: center;
	color: #000000;
	font-weight: bold;
	padding: 6px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	text-transform: uppercase;
	font-size: 11px;
}
TD.order_H2 {
	background-color: #ffffc0;
	border-bottom:1px solid #525252;
	text-align: center;
	color: #000000;
	font-weight: bold;
	padding: 6px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	text-transform: uppercase;
	font-size: 11px;
}
TD.order_data {
	border-right: 1px solid #525252;
	border-bottom: 1px solid #525252;
	text-align: left;
	vertical-align: top;
	padding: 5px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
}
TD.order_data img {
	display: block;
	border: 1px hidden #ffffff;
	margin-right: 5px;
}

TD.order_data A.prodLink {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
	text-decoration: none;
}
TD.order_data A.prodLink:hover {
	color: #888888;
	text-decoration: underline;
}
TD.order_dataC {
	border-right: 1px solid #525252;
	border-bottom: 1px solid #525252;
	text-align: center;
	vertical-align: top;
	padding: 5px;
}
TD.order_dataX {
	border-left: 1px solid #525252;
	border-bottom: 1px solid #525252;
	text-align: center;
	vertical-align: top;
	padding: 5px;
}
TD.order_price {
	border-bottom: 1px solid #525252; 
	text-align: right;
	vertical-align: top;
	padding: 5px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ff0000;
	white-space: nowrap;
}
TD.order_price SPAN {
	color: #000000;
	text-transform: uppercase;
}
TD.order_priceT {
	background-color: #ffffc0;
	border-bottom: 1px solid #525252; 
	text-align: right;
	vertical-align: top;
	padding: 5px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ff0000;
	white-space: nowrap;
}
TD.order_priceT SPAN {
	color: #000000;
	text-transform: uppercase;
}
TD.cart_Hl {
	border-right: 1px solid #525252;
}
TD.cart_H {
	border-right: 1px solid #525252;
}

TD.btn IMG, SPAN.btn IMG {
	border: 1px solid #525252;
	padding: 3px;
}

#log_ckt .moduleRow {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 1.5;
	background-color: #E6E6E6;
	border: 1px solid #E6E6E6;
}
#log_ckt .moduleRowOver {
	background-color: #ffffc0; 
	border: 1px solid #ffffff;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 1.5; 
	}
#log_ckt .moduleRowSelected {
	background-color: #ffff00;
}

#cad_form INPUT, 
#cad_form TEXTAREA {
	margin-top: 2px;
}

.copyright, .copyright A {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	text-align:center;
	color: #ffffff;
}

.section h2 {
	border-bottom: 1px solid #E7E7E7;
	font-family: "Trebuchet MS",sans-serif;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 0pt;
	margin: 0px 0px 4px;
	padding: 10px 0px 0px 10px;
}

.section a img {
	border: 1px solid #e5e5e5;
	padding: 3px;
}
