/*
//
// +----------------------------------------------------------------------+
// |zen-cart Open Source E-commerce                                       |
// +----------------------------------------------------------------------+
// | Copyright (c) 2003 The zen-cart developers                           |
// |                                                                      |
// | http://www.zen-cart.com/index.php                                    |
// |                                                                      |
// | Portions Copyright (c) 2003 osCommerce                               |
// +----------------------------------------------------------------------+
// | This source file is subject to version 2.0 of the GPL license,       |
// | that is bundled with this package in the file LICENSE, and is        |
// | available through the world-wide-web at the following url:           |
// | http://www.zen-cart.com/license/2_0.txt.                             |
// | If you did not receive a copy of the zen-cart license and are unable |
// | to obtain it through the world-wide-web, please send a note to       |
// | license@zen-cart.com so we can mail you a copy immediately.          |
// +----------------------------------------------------------------------+
// $Id: stylesheet.css 1223 2005-04-22 03:46:20Z ajeh $
*/

/* BODY ========================================================== */
BODY {
	background-color: #ffffff !important;
	/*background-image:url(../images/body_bkg.gif);*/
	background-position:top;
	background-repeat:repeat;
	color: #000000;
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
  font: 11px Verdana, Arial, sans-serif;
}

form{
	padding:0px;
	margin:0px;
}

/* CENTER SHOP ========================================================== */
.centershop {
	background-color:#DAF0BF;/*#ffffff;*//*#DAF0BF;*/
	padding: 0px;
	margin: 0px auto;
	position: relative;
	text-align: left;
	width: 795px !important;

	/*
	border-top:5px solid #ffffff;
	border-right:20px solid #ffffff;
	border-bottom:20px solid #ffffff;
	border-left:20px solid #ffffff;
	*/
	/*
	border-top:0px solid #ffffff;
	border-right:0px solid #DAF0BF;
	border-bottom:0px solid #DAF0BF;
	border-left:0px solid #DAF0BF;
	*/
	border:none;
}
.centershop_header_cesto {
	border-bottom:6px solid #ffffff;
}

.centershop_banner_links {
	border-bottom:6px solid #DAF0BF;
}


/* MAIN ========================================================== */
TD.main, P.main {
  font-size: 11px;
  line-height: 1.5;
}

/* A ========================================================== */
A {
  color: #428dff;
  text-decoration: none;
}

A:hover {
  color: #ffb062;
  text-decoration: none;
}

.footer A {
  color: #5C9127;
  text-decoration: none;
}

.footer A:hover {
  color: #ffb062;
  text-decoration: none;
}


/* A.chc_cesto_link ========================================================== */
A.chc_cesto_link {
  color: #84B832;
	font-weight:bold;
  text-decoration: none;
}

A.chc_cesto_link:hover {
  color: #ffb062;
		font-weight:bold;
  text-decoration: none;
}

/* A.cnl_links_link ========================================================== */
A.cnl_links_link {
  color: #5C9127;
  text-decoration: none;
	line-height:18px;
	font-size:10px;
	font-weight:bold;
}

A.cnl_links_link:hover {
  color: #ffb062;
  text-decoration: none;
}

/* A.index_category_row_links ========================================================== */
A.index_category_row_links {
  color: #006600;
  text-decoration: none;
	font-size:11px;

}

A.index_category_row_links:hover {
  color: #ffb062;
  text-decoration: none;
}


/* FORM ========================================================== */
FORM {
	display: inline;
}

/* BANNAERS ========================================================== */
.banners {
  padding: 15px;
}


/* HEADER CSS ========================================================== */
TABLE.header {
  background-image: url(../images/header_bg.jpg);
  background-repeat: repeat-x;
  background-color: #ffffff;
  border-right: 1px solid #9a9a9a;
  border-left: 1px solid #9a9a9a;
  border-bottom: 1px solid #9a9a9a;
}

TABLE.headerNavigation {
		background:#009F5F;
}

TD.headerNavigation {
	background:#009F5F;
}

TR.headerNavigation{
	background:#009F5F;
}

TD.breadCrumb {
  font-size: 10px;
  font-weight: bold;
  color: #9a9a9a;
  padding: 3px;
  border-bottom: 1px dotted #9a9a9a;
}

TD.headerNavigation A, TD.headerNavigation A:visited, td.footertop a  {
  font-weight: bold;
  color: #ffffff;
}

TD.headerNavigation A:hover, td.footertop a:hover  {
  color: #a8cfff;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: 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: Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}


/* SIDEBOX CSS ========================================================== */

.column_left{
margin-right: 6px;
margin-left: 6px;
}
.column_right{
margin-left: 6px;
margin-right: 6px;
}

.column_left, .column_right{
  background: #DAF0BF;/*#ffffff;*/
  padding: 0px;
}

.column_single {
  background: #DAF0BF;/*#ffffff;*/
  padding: 0px;
}

/*
.column_left, .column_right{
	background:#CCCCCC;
}
*/

/*<td valign="top" class="column_left">*/
td.column_left{
}

/*<table border="0" width="165px" cellspacing="0" cellpadding="0" class="column_left">*/
table.column_left{
}

.boxText {
  font-size: 11px;
  line-height: 125%;
}

/* CENTER BOX / SINGLE BOX ------------------------------------------------------------------------*/

.centerbox{
	/*width:381px;*/
	width:100%;
}
.centerbox, .singlebox{
 font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  background: #ffffff;
  /*border: 1px solid #9a9a9a;*/
  margin-bottom: 3px;/*15px;*/
}

.centerboxheading, .singleboxheading {
	font-size: 10px;
  font-weight: bold;
  color: #ffffff;
  padding: 0px;
  height: 39px;
	border-bottom:3px solid #ffffff;
}

.centerboxcontent, .singleboxcontent {
  line-height: 125%;
	/*border: 1px solid #CCCDAE;*/
	background-color:#ffffff;
}

.centerboxfooter, .singleboxfooter {
}

td.centerboxheading a, td.singleboxheading a {
  color: #34565F;
	width:100%;
}

td.centerboxheading, td.singleboxheading {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#34565F;
	padding-left:10px;
}

TR.centerboxheading, TR.singleboxheading {
}

td.centerboxfooter, td.singleboxfooter {
}

.center_header_box{
	width:100%;
	height:36px;
}
TR.center_header_box{
}
td.center_header_box_left{
	width:5px;
	background-image:url(../images/center_box_heading_left.gif);
	background-position:top left;
	background-repeat:no-repeat;
}
td.center_header_box_center{
	background-image:url(../images/center_box_heading_center.gif);
	background-position:top right;
	background-repeat:repeat-x;

	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#34565F;
	padding-left:10px;
}
td.center_header_box_right{
	width:5px;
	background-image:url(../images/center_box_heading_right.gif);
	background-position:top right;
	background-repeat:no-repeat;
}

/* LEFT BOX / RIGHT BOX ------------------------------------------------------------------------*/

.leftbox, .rightbox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  background: #ffffff;
  margin-bottom: 3px;/*15px;*/
}

.leftboxheading, .rightboxheading {
	font-size: 10px;
  font-weight: bold;
  color: #ffffff;
  padding: 0px;
  height: 20px;
  padding-left:0px;
	border-bottom:3px solid #ffffff;/*#DAF0BF;*/
}

.leftboxcontent, .rightboxcontent {
  line-height: 125%;
  padding: 0px;
  border: 1px solid #CCCDAE;
}

.leftboxcontent_plain, .rightboxcontent_plain {
  line-height: 125%;
  padding: 0px;
  border: 1px solid #CCCDAE;
}

.leftboxfooter, .rightboxfooter {
	background-color: #DAF0BF;/*#ffffff;#DAF0BF;*/
	margin-bottom: 3px;/*15px;*/
}

td.leftboxheading a, td.rightboxheading a {
  color: #ffffff;
}

TR.leftboxheading, TR.rightboxheading {
	/*background-color:#83C639;*/
	color:#FFFFFF;
}

td.leftboxfooter, td.rightboxfooter {
	margin-bottom: 3px;/*15px;*/
}


/* categories : header*/
/*----------------------------------------------------------------------------*/
.right_header_box_categories{
	width:100%;
	height:36px;
}
TR.right_header_box_categories{
}
td.right_header_box_left_categories{
	width:5px;
	background-image:url(../images/center_box_heading_left.gif);
	background-position:top left;
	background-repeat:no-repeat;
}
td.right_header_box_center_categories{
	background-image:url(../images/center_box_heading_center.gif);
	background-position:top right;
	background-repeat:repeat-x;

	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#34565F;
	padding-left:10px;
}
td.right_header_box_right_categories{
	width:5px;
	background-image:url(../images/center_box_heading_right.gif);
	background-position:top right;
	background-repeat:no-repeat;
}
/*----------------------------------------------------------------------------*/


/* categories : header : cor de laranja*/
/*----------------------------------------------------------------------------*/
.right_header_box_categories_laranja{
	width:100%;
	height:36px;
}
TR.right_header_box_categories_laranja{
}
td.right_header_box_center_categories_laranja{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#FFFFFF;
	padding-left:10px;
	border:1px solid #CCCDAE; background-color:#FF9900;
}
/*----------------------------------------------------------------------------*/

/* categories : box*/
/*----------------------------------------------------------------------------*/
.leftbox_categories, .rightbox_categories, .leftbox_newsletter, .rightbox_newsletter{
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  /*background: #ffffff;#DAF0BF;*/
  margin-bottom: 3px;/*15px;*/
}

.leftboxheading_categories, .rightboxheading_categories, .leftboxheading_newsletter, .rightboxheading_newsletter {
	font-size: 10px;
  font-weight: bold;
  color: #ffffff;
  padding: 0px;
  height: 20px;
  padding-left:0px;
	border-bottom:3px solid #DAF0BF;/*#DAF0BF;*/
}

.leftboxcontent_categories, .rightboxcontent_categories, .leftboxcontent_newsletter, .rightboxcontent_newsletter {
  line-height: 125%;
  padding: 0px;
  /*border: 1px solid #CCCDAE;*/
}

.leftboxfooter_categories, .rightboxfooter_categories, .leftboxfooter_newsletter, .rightboxfooter_newsletter {
	background-color: #DAF0BF;/*#DAF0BF;*/
	margin-bottom: 3px;/*15px;*/
}

td.leftboxheading_categories a, td.rightboxheading_categories a, td.leftboxheading_newsletter a, td.rightboxheading_newsletter a {
  color: #ffffff;
}

TR.leftboxheading_categories, TR.rightboxheading_categories, TR.leftboxheading_newsletter, TR.rightboxheading_newsletter {
	/*background-color:#83C639;*/
	color:#FFFFFF;
}

td.leftboxfooter_categories, td.rightboxfooter_categories, td.leftboxfooter_newsletter, td.rightboxfooter_newsletter {
	margin-bottom: 3px;/*15px;*/
}

/*----------------------------------------------------------------------------*/

#categories-table, #newslleter-table, #bannerbox-table, #bannerbox2-table, #bannerbox3-table{
	margin-bottom:12px;
}
#bannerbox3-table{
	margin-top:12px;
}
#cartoescredito-table{
	margin-top: 12px;
}

/*----------------------------------------------------------------------------*/

.left_header_box{
	width:100%;
	height:36px;
}
TR.left_header_box{
}
td.left_header_box_left{
	width:5px;
	background-image:url(../images/center_box_heading_left.gif);
	background-position:top left;
	background-repeat:no-repeat;
}
td.left_header_box_center{
	background-image:url(../images/center_box_heading_center.gif);
	background-position:top right;
	background-repeat:repeat-x;

	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#34565F;
	padding-left:10px;
}
td.left_header_box_right{
	width:5px;
	background-image:url(../images/center_box_heading_right.gif);
	background-position:top right;
	background-repeat:no-repeat;
}


.right_header_box{
	width:100%;
	height:36px;
}
TR.right_header_box{
}
td.right_header_box_left{
	width:5px;
	background-image:url(../images/center_box_heading_left.gif);
	background-position:top left;
	background-repeat:no-repeat;
}
td.right_header_box_center{
	background-image:url(../images/center_box_heading_center.gif);
	background-position:top right;
	background-repeat:repeat-x;

	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#34565F;
	padding-left:10px;
}
td.right_header_box_right{
	width:5px;
	background-image:url(../images/center_box_heading_right.gif);
	background-position:top right;
	background-repeat:no-repeat;
}
/*------------------------------------------------------------------------*/

/* BOX PLAIN ------------------------------------------------------------------------*/
.box_default_plain{
	width:100%;
	background-color:#ffffff;/*#4B8591;*/
	margin-bottom:3px;/*15px;*/
	border: 1px solid #CCCDAE;
}
TR.box_default_plain_up{
}
td.box_default_plain_up_left{
	width:5px;
	height:5px;
	background-image:url(../images/box_blue_up_left.gif);
	background-position:top left;
	background-repeat:no-repeat;
}
td.box_default_plain_up_center{
	border-top:1px solid #4F7781;
}
td.box_default_plain_up_right{
	width:5px;
	height:5px;
	background-image:url(../images/box_blue_up_right.gif);
	background-position:top right;
	background-repeat:no-repeat;
}

TR.box_default_plain_center{
}
td.box_default_plain_center_left{
	border-left:1px solid #4F7781;
}
td.box_default_plain_center_center{
}
td.box_default_plain_center_right{
	border-right:1px solid #4F7781;
}

TR.box_default_plain_bottom{
}
td.box_default_plain_bottom_left{
	width:5px;
	height:5px;
	background-image:url(../images/box_blue_bottom_left.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
}
td.box_default_plain_bottom_center{
	border-bottom:1px solid #4F7781;
}
td.box_default_plain_bottom_right{
	width:4px;
	height:5px;
	background-image:url(../images/box_blue_bottom_right.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
}

tr.box_default_plain_title{
}
td.box_default_plain_title_center{
font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#34565F;
	padding-left:10px;
	border-bottom:1px solid #CCCDAE;
}
/*------------------------------------------------------------------------*/

/* BOX GREEN ------------------------------------------------------------------------*/
.box_default_green{
	width:100%;
	background-color:#C6EEA7;
	margin-bottom:3px;/*15px;*/
	border: 1px solid #CCCDAE;
}
TR.box_default_green_up{
}
td.box_default_green_up_left{
	width:5px;
	height:5px;
	background-image:url(../images/box_green_up_left.gif);
	background-position:top left;
	background-repeat:no-repeat;
}
td.box_default_green_up_center{
	border-top:1px solid #698F42;
}
td.box_default_green_up_right{
	width:5px;
	height:5px;
	background-image:url(../images/box_green_up_right.gif);
	background-position:top right;
	background-repeat:no-repeat;
}

TR.box_default_green_center{
}
td.box_default_green_center_left{
	border-left:1px solid #698F42;
}
td.box_default_green_center_center{
}
td.box_default_green_center_right{
	border-right:1px solid #698F42;
}

TR.box_default_green_bottom{
}
td.box_default_green_bottom_left{
	width:5px;
	height:5px;
	background-image:url(../images/box_green_bottom_left.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
}
td.box_default_green_bottom_center{
	border-bottom:1px solid #698F42;
}
td.box_default_green_bottom_right{
	width:4px;
	height:5px;
	background-image:url(../images/box_green_bottom_right.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
}

/*------------------------------------------------------------------------*/

/* BOX BLUE ------------------------------------------------------------------------*/
.box_default_blue{
	width:100%;
	background-color:#4B8591;
	margin-bottom:3px;/*15px;*/
	border: 1px solid #CCCDAE;
}
TR.box_default_blue_up{
}
td.box_default_blue_up_left{
	width:5px;
	height:5px;
	background-image:url(../images/box_blue_up_left.gif);
	background-position:top left;
	background-repeat:no-repeat;
}
td.box_default_blue_up_center{
	border-top:1px solid #4F7781;
}
td.box_default_blue_up_right{
	width:5px;
	height:5px;
	background-image:url(../images/box_blue_up_right.gif);
	background-position:top right;
	background-repeat:no-repeat;
}

TR.box_default_blue_center{
}
td.box_default_blue_center_left{
	border-left:1px solid #4F7781;
}
td.box_default_blue_center_center{
}
td.box_default_blue_center_right{
	border-right:1px solid #4F7781;
}

TR.box_default_blue_bottom{
}
td.box_default_blue_bottom_left{
	width:5px;
	height:5px;
	background-image:url(../images/box_blue_bottom_left.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
}
td.box_default_blue_bottom_center{
	border-bottom:1px solid #4F7781;
}
td.box_default_blue_bottom_right{
	width:4px;
	height:5px;
	background-image:url(../images/box_blue_bottom_right.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
}

/*------------------------------------------------------------------------*/

/* BOX BROWN ------------------------------------------------------------------------*/
.box_default_brown{
	width:100%;
	background-color:#ECEBAB;
	margin-bottom:3px;/*15px;*/
	border: 1px solid #CCCDAE;
}
TR.box_default_brown_up{
}
td.box_default_brown_up_left{
	width:5px;
	height:5px;
	background-image:url(../images/box_brown_up_left.gif);
	background-position:top left;
	background-repeat:no-repeat;
}
td.box_default_brown_up_center{
	border-top:1px solid #9D8F15;
}
td.box_default_brown_up_right{
	width:5px;
	height:5px;
	background-image:url(../images/box_brown_up_right.gif);
	background-position:top right;
	background-repeat:no-repeat;
}

TR.box_default_brown_center{
}
td.box_default_brown_center_left{
	border-left:1px solid #9D8F15;
}
td.box_default_brown_center_center{
}
td.box_default_brown_center_right{
	border-right:1px solid #9D8F15;
}

TR.box_default_brown_bottom{
}
td.box_default_brown_bottom_left{
	width:5px;
	height:5px;
	background-image:url(../images/box_brown_bottom_left.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
}
td.box_default_brown_bottom_center{
	border-bottom:1px solid #9D8F15;
}
td.box_default_brown_bottom_right{
	width:4px;
	height:5px;
	background-image:url(../images/box_brown_bottom_right.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
}

/*------------------------------------------------------------------------*/

.plainBox, .plainbox-description {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  background: #ffffff;
  border-top:1px solid #CCCDAE;/*#9a9a9a;*/
  padding: 5px;
}
.plainBoxHeading, TD.tableHeading {
  font-size: 12px;
  font-weight: bold;
  padding: 11px 5px 5px;
	color:#006600;
}


.productListing-heading {
  font-size: 10px;
  font-weight: bold;
  color: #ffffff;
  padding: 3px;
  height: 20px;
}

TD.productListing-heading{
	background:none !important;
	background-color: #5C9127 !important;/*#009F5F#4A8492 */
	border-bottom:5px solid #FFFFFF;
}

TD.productlisting {
  /*border:1px solid #9a9a9a;*/
	border:none;
	padding:0px;
	margin:0px;
}

TD.productListing-data {
  font-size: 10px;
  padding:5px 0px 5px 0px;
}

/*center main section
-----------------------------------*/
TD.pageHeading, DIV.pageHeading, h1 {
  font-size: 18px;
  font-weight: bold;
  color: #006600;/*#9a9a9a;*/
  padding-top: 11px;
	padding-left:15px;
}

.pageHeading_id h1{
	font-size: 12px;
  font-weight: bold;
  color: #006600;/*#9a9a9a;*/
	padding:0px;
	margin:0px;
}


.center_column {
	border-bottom:6px solid #DAF0BF;
	/*width:453px;*/
	width:445px;
	background: #ffffff;
}

.main_page{
  width: 100% !important;
  background-color: #ffffff;/*#DAF0BF;*/
  /*border-right: 1px solid #9a9a9a;
  border-left: 1px solid #9a9a9a;
  border-bottom: 1px solid #9a9a9a;*/
  padding: 0px;
	border-top:6px solid #DAF0BF;
}

/* footer
--------------*/

TABLE.footer {
  background: #ffffff;/*#ffffff;*/
  text-align: center;
  font-size: 10px;
	padding:0px;
	width:100%;
  /*border-right: 1px solid #9a9a9a;
  border-left: 1px solid #9a9a9a;
  border-bottom: 1px solid #9a9a9a;*/
	/*border-top: 1px solid #9a9a9a;*/
	border:none;
}

TR.footertop, TD.footertop {
  font-size: 11px;
	background:none;
	background-color: #009F5F;
}

TD.footertop, TD.footerbottom {
  padding: 5px;
}

/*miscellaneous areas
-------------------------------------*/
TD.cartBox {
   background: #eff4f8;
   font-size: 10px;
   padding: 3px;
   border: 1px dotted #ffb062;
}


TR.productListing-odd, TR.upcomingProducts-odd {
  background: #ffffff;
}

TR.productListing-even, TR.upcomingProducts-even, .productsNotifications {
  background: #FFFFCC;/*#eff4f8;*/
}

TD.productListing-data-description-odd {
  background: #ffffff;
  font-size: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 12px;
  border-bottom: 1px solid #9a9a9a;
}

TD.productListing-data-description-even {
  background: #eff4f8;
  font-size: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 12px;
  border-bottom: 1px solid #9a9a9a;
}

td.pageresults a {
  color: #428dff;
}

td.pageresults a:hover {
  background: #FFFF33;
}

SPAN.newItemInCart {
  color: #ff0000;
  font-weight: bold;
}

TD.smallText, SPAN.smallText, P.smallText, td.pageresults{
   font-size: 10px;
}


tr.pageresults_up td.pageresults{
	background-color:#FFFFCC;
	height:20px;
	border-bottom:1px solid #CCCDAE;
}

tr.pageresults_dw td.pageresults{
	background-color:#FFFFCC;
	height:20px;
	border-top:1px solid #CCCDAE;
}

TD.fieldKey {
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-size: 12px;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-size: 11px;
}

.greetUser {
   font-size: 12px;
   padding-top: 5px;
   padding-bottom: 5px;
}

SPAN.greetUser {
   color: #f0a480;
   font-weight: bold;
}

SPAN.markProductOutOfStock {
	color: #c76170;
	font: bold 12px Verdana, Arial, sans-serif;
}

span.normalprice {
	text-decoration: line-through;
	font-size:13px;
	font-family:arial,sans-serif !important;
	font-weight:normal;
	/*font: 12px Arial, sans-serif;*/
}

span.productSalePrice {
	font-size:12px;
}

SPAN.productSpecialPrice, SPAN.productSalePrice, .stockWarning, span.coming {
  color: #ff0000;
}

span.productSpecialPriceSale {
  color: #ff0000;
	text-decoration: line-through;
}

SPAN.productPriceDiscount, .inputRequirement {
  font-size: 10px;
  color: #FF0000;
}
.moduleRow { }
.moduleRowOver { background-color: #FFFFCC;/*#D7E9F7;*/ cursor: pointer; }
.moduleRowSelected { background-color: #FFFFCC;/*#E9F4FC;*/ }

.moduleRow .plainBoxHeading {
	color:#000;
}

/* message box */

.messageBox {}
.messageStackError, .messageStackWarning, errorBox {
  /*
	background-color: #ff0000;
  color: #ffffff;
  font-size: 10px;
  padding: 4px;
  border: 1px solid #9a9a9a;
	*/

	background-color: #ffffff;
  color: #ff0000;
  font-size: 10px;
  padding: 4px;
  /*border: 1px dotted #CCCDAE;*/

}


.messageStackSuccess { background-color: #b3ffa8; padding: 2px; border: 1px solid #9a9a9a; }
.messageStackCaution { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #ffff00; }

/* checkout totals */
TD.ot-subtotal-Text, TD.ot-cod-fee-Text, TD.ot-total-Text, TD.ot-group-pricing-Text, TD.ot-gv-Text, TD.ot-loworderfee-Text, TD.ot-shipping-Text, TD.ot-subtotal-Text, TD.ot-tax-Text, TD.ot-coupon-Text {
  font-weight: bold;
}
TD.ot-total-Amount {
  font-weight: bold;
  border-top: 1px solid #9a9a9a;
}
TD.ot-subtotal-Amount, TD.ot-cod-fee-Amount, TD.ot-group-pricing-Amount, TD.ot-gv-Amount, TD.ot-loworderfee-Amount, TD.ot-shipping-Amount, TD.ot-subtotal-Amount, TD.ot-tax-Amount, TD.ot-coupon-Amount {}


/* product_info attribute comments */

.ProductInfoComments, TD.ProductInfoComments, SPAN.ProductInfoComments {
  color: #ff0000;
  font-size: 10px;
  text-align : left;
  font-weight: bold;
  padding-top: 6px;
  padding-bottom: 6px;
  border-top: 1px solid #9a9a9a;
}

/* General alert span class */
TD.alert, SPAN.alert {
  color: #FF0000;
  font-weight: bold;
}

/* General alert span class */
TD.alertBlack, SPAN.alertBlack {
  color: #000000;
  font-weight: bold;
}

/* popup tables */
TABLE.popupattributeqty, TABLE.popupcouponhelp, TABLE.popupcvvhelp, TABLE.popupimage, TABLE.popupimageadditional, TABLE.popupsearchhelp, TABLE.popupshippingestimator, TABLE.popupinfoshoppingcart {
  background-color: #ffffff;
	margin: 6px;
  padding: 6px;
  font: 11px Verdana, Arial, sans-serif;
}

/* categories_description */
TABLE.categoriesdescription {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  background: #D0D0D0;
  border:1px solid #9a9a9a;
}

TD.categoriesdescription_1 {
  font-size: 11px;
  line-height: 1.0;
	padding-left:20px;
	margin-top:-20px;
	color:#006600;
}

TD.categoriesdescription {
  font-size: 11px;
  line-height: 1.0;
	padding-left:15px;
	color:#006600;
}
/* categories box parent and child categories */
/*
#category_top{
	height:38px;
	background-image:url(../images/buttons/produtos.gif);
	background-position:left top;
	background-repeat:no-repeat;
	background-color:#FFFFCC;
	padding-left:45px;
	margin-bottom:3px;
	border: 1px solid #CCCDAE;
}
#category-top{
	padding-top:12px;
}
*/

#category_top{
	height:25px;
	background-image:url(../images/buttons/produtos.gif);
	background-position:left center;
	background-repeat:no-repeat;
	background-color:#FFFFCC;
	padding-left:45px;
	margin-bottom:3px;
	border: 1px solid #CCCDAE;
	cursor:pointer;
}
#category-top{
	padding-top:6px;
	cursor:pointer;
}

A.category-top{
  color: #008000;
  text-decoration: none;
	cursor:pointer;
}

A.category-links {
  color: #004080;
  text-decoration: none;
	cursor:pointer;
}

/*
#category_others{
	height:38px;
	background-image:url(../images/buttons/produtos_others.gif);
	background-position:left top;
	background-repeat:no-repeat;
	background-color:#FFFF9B;
	padding-left:45px;
	margin-bottom:3px;
	border: 1px solid #CCCDAE;
}
#category-others{
	padding-top:12px;
}
*/

#category_others{
	height:25px;
	background-image:url(../images/buttons/produtos_others.gif);
	background-position:left center;
	background-repeat:no-repeat;
	background-color:#FFFF9B;
	padding-left:45px;
	margin-bottom:3px;
	border: 1px solid #CCCDAE;
	cursor:pointer;
}
#category-others{
	padding-top:6px;
	cursor:pointer;
}

/*
A.category-top {
  color: #008000;
  text-decoration: none;
}
A.category-links {
  color: #004080;
  text-decoration: none;
}
*/
A.category-subs, A.category-products {
  color: #FF0000;
  text-decoration: none;
	cursor:pointer;
}
SPAN.category-subs-parent {
  font-weight: bold;
}
SPAN.category-subs-selected {
  font-weight: bold;
}

/* attribute images table */
TABLE.products-attributes-images {
/*  width: 100%; */
/*  border: 1px solid #9a9a9a; */
  float: left;
  padding: 2px;
}

/* tpl_header: Search*/
/*------------------------------------------------------*/

.search_button{
	background:none;
	height:17px;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-weight:bold;
	border:none;
	width:25px;
	margin-bottom:1px;
}

.search_button_green{
	background:none;
	height:17px;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#5C9127;
	font-weight:bold;
	border:none;
	width:25px;
	margin-bottom:1px;
}

.newsletter_button_green{
	background:none;
	height:17px;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#5C9127;
	font-weight:bold;
	border:none;
	width:25px;
	margin-bottom:1px;
}

.search_keyword{
	border:none;
	width: 122px;
	margin-top:5px;
}

.search_keyword_green{
	border:1px solid #cccccc;
	width: 122px;
	margin-top:5px;
}

.newsletter_email_input{
	border:1px solid #cccccc;
	width: 122px;
	margin-top:5px;
	background-color:#ffffff;
}
/*------------------------------------------------------*/


.product_of_a_list{
	border:0px solid #CCCDAE;
	height:125px;
	text-align:left;
}
.coal_image{
	width:30%;
	height:70px;
	vertical-align:top;
}
.coal_content{
	width:70%;
	height:70px;
	vertical-align:top;
	font-size:11px;
}
	.coal_content_preco_label{
		color:#000000;
		font-weight:bold;
	}
	.coal_content_preco_text{
		color:#FF0000;
		font-weight:bold;
	}
.coal_buttons{
}
	.coal_buttons_left{
		vertical-align:top;
	}
	.coal_buttons_right{
		vertical-align:top;
	}

a.coal_title_link:link, a.coal_title_link:visited{
	font-size:11px;
	font-weight:bold;
	color:#006600;
}

a.coal_title_link:hover{
	font-size:11px;
	font-weight:bold;
	color: #FF6600;
}


.button_comprar{
	border:0px;
	background-image:url(../buttons/portugues/button_comprar.gif);
	background-position:top left;
	background-repeat:no-repeat;
	width:87px;
	height:18px;
	cursor:pointer;
}

#product_description{
	margin-top:10px;
	padding:5px;
	text-align:justify;
	/*
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	*/
}

#product_image{
	width:30%;
	vertical-align:top;
}
#product_name{
	width:70%;
}

.input_text{
	height:11px;
	margin:0px;
}


#pagina_texto{
	color:#006600;
	padding:5px;
}

.cartproductprice{
	font-weight:normal;
	font-size:11px;
	color:#006600;
}

.cartproductname{
	color:#006600;
	font-size:11px;
	margin-left:10px;
	display:block;
}

.cartproductimage{
	width:100px;
}

tr.productListing-odd td.productListing-data{
	border-top:1px solid #CCCDAE;
}

input, select, textarea {
/*border:1px dotted #CCCDAE;*//*#5C9127;*/
border:1px solid #CCCDAE;
}

input:hover, select:hover, textarea:hover {
background-color:#EEEEEE;
}

input:focus, select:focus, textarea:focus{
	background-color:#EEEEEE;
}

.submit_button{
border:none;
}

.links_footer a {
	color: #fd711a;
	font-size: 12px;
	padding-left:20px;
}
