/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @copyright  Copyright (c) 2008 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
 * @license    http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 */
/******************************************/
/***********[ Mage_CSS_A Reset ]***********/
/******************************************/

* { margin:0; padding:0; }

body { 
margin:0; 
padding:0;
/*background:#98b9cc url(../images/background.jpg) no-repeat top center;*/
/*background:#98b9cc url(../images/background.jpg) no-repeat top center !important;
background-image: none;
filter: none !important;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../images/bg_verde.png);*/
/*background:#98b9cc url(../images/bg_novo.jpg) top center no-repeat;*/
background:#d8eaf7 url(../images/bg_novo.jpg) top left repeat-x;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#5e8391;
overflow-x:hidden;
}

img { border:0; }

h1, h2, h3, h4, h5, h6, .head { color:#477b93; }
h1 { font-size:2em; line-height:1.17; }
h2 { font-size:16px; margin:13px 0 13px 0;}
h3 { font-size:1.35em; }
h4 { font-size:16px; }
h5 { font-size:1.05em; }
h6 { font-size:.95em; }

/* Paragraph */
p { margin:13px 0 13px 0; font-size:12px; }
p.carrinhoVazio { margin:29px 0 0 0; text-align:center; font-size:17px; font-weight:bold; }
p.continueComprando { margin:12px 0 30px 0; text-align:center; font-size:12px; }
p.continueComprandoB { margin:12px 0 0 0; text-align:center; font-size:12px; }
address { margin-bottom:.4em; }
address { font-style:normal; line-height:1.4em;}
cite { font-style:normal; font-size:10px;}
q:before, q:after{content:'';}

/*==> INÍCIO DAS CLASSES DE INPUTS <==*/
.inputBusca_dominio {
width:225px;
height:20px;
color:#1A4D63;
background:#fff;
font-size:14px;
border:0;
}
.inputLista_dominio {
width:107px;
height:20px;
color:#1A4D63;
background:#fff;
font-size:14px;
border:0;
}
.inputBusca_rodape {
width:224px;
height:18px;
color:#1A4D63;
background:#fff;
font-size:14px;
border:0;
}
/*==> FIM DAS CLASSES DE INPUTS <==*/
/*==> INÍCIO DAS CLASSES DE LINKS <==*/
a { text-decoration:none; }

a.link_branco, a.link_branco:visited, a.link_branco:active, a.link_branco:hover {
color:#ffffff;
text-decoration:underline;
font-weight:normal;
}
a.link_brancoB, a.link_brancoB:visited, a.link_brancoB:active {
color:#ffffff;
text-decoration:none;
font-weight:normal;
}
a.link_brancoB:hover {
color:#ffffff;
text-decoration:underline;
font-weight:normal;
}
a.link_brancoR, a.link_brancoR:visited, a.link_brancoR:active, a.link_brancoR:hover {
color:#ffffff;
text-decoration:underline;
font-weight:normal;
font-size:12px;
}
a.link_azulR, a.link_azulR:visited, a.link_azulR:active{
color:#1A4D63;
text-decoration:underline;
font-weight:normal;
margin-right:5px
}
a.link_azulR:hover {
color:#1A4D63;
text-decoration:underline;
font-weight:normal;
}
a.link_Ajuda, a.link_Ajuda:visited, a.link_Ajuda:active {
color:#c69f01;
text-decoration:none;
}
a.link_Ajuda:hover {
color:#c69f01;
text-decoration:underline;
}
a.link_Campanhas, a.link_Campanhas:visited, a.link_Campanhas:active {
color:#80b543;
text-decoration:none;
font-size:12px;
font-weight:bold;
}
a.link_Campanhas:hover {
text-decoration:underline;
font-size:12px;
}
/*==> FIM DAS CLASSES DE LINKS <==*/
/* Form */
form { display:inline;}
fieldset { border:none;}
legend {display:none;}
label { color:#666; /*font-size:.95em;*/  font-weight:bold; }
input, select, button { vertical-align:middle; }

/* Lists */
dt { display:block; font-weight:bold; }
ul,ol { list-style:none; }

/* Size */
small { font-size:.92em; }
big { font-size:1.1em; }

hr { height:0; margin:8px 0; overflow:hidden; visibility:hidden; }
.nowrap { white-space:nowrap; }
.bold { font-weight:bold; }

#nav { 
width:867px;
/*height:50px;*/
display:block;
padding:0 0 0 79px;
list-style-type:none; 
float:left;
}

/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */
#nav li { position:relative; text-align:left; margin:0 5px 0 0; font-weight:normal; }
#nav li.over { z-index:999; }
#nav a,
#nav a:hover { display:block; text-decoration:none; font-size:10px; }
#nav span { display:block; cursor:pointer; white-space:nowrap; }
#nav li ul span {white-space:normal; }

/************ 0 LEVEL  ***************/
#nav li { float:left;}
#nav li.active a { color:#a7c6dd; font-size:14px; }
#nav a { float:left; padding:0; color:#487c94; font-weight:bold;padding:11px 6px 25px 6px;}
#nav li.over a,
#nav a:hover { color:#487c94; }

/************ 1ST LEVEL ************/
#nav ul li,
#nav ul li.active { color:#466f81; float:none; margin:0; background:#ecf3f6; /*padding-bottom:1px;*/ }
/*#nav ul li.over { background:#d5e4eb url(../images/nav_divider.gif) repeat-x 0 100%; }*/
#nav ul li.last { background:#ecf3f6; padding-bottom:0; }

#nav ul a,
#nav ul a:hover { float:none; padding:7px 9px; background:#ecf3f6;; color:#487c94; }
#nav ul li a { font-weight:normal !important; color:#487c94; }

/************ 2ND LEVEL ************/
#nav ul { position:absolute; width:15em; top:25px; left:-10000px;  }

/* Show menu */
#nav li.over > ul { left:0; list-style-type:none; margin-top:10px;}
#nav li.over > ul li.over > ul { left:135px;}
#nav li.over ul ul { left:-10000px; }

#nav ul li a { background:#ecf3f6; }
#nav ul li a:hover { text-decoration:underline; color:#487c94; }
#nav ul li a,
#nav ul li a:hover { color:#2f2f2f !important; }
#nav ul span, #nav ul li.last li span { padding:3px 15px 4px 15px;}

/************ 3RD+ LEVEL ************/
#nav ul ul { top:5px; }

/******************************* MENU AJUDA */
ul.ajuda {
width:auto;
height:auto;
list-style-type:none;
}
ul.ajuda li {
padding:0 0 0 12px;
height:auto;
background:url(../images/separadorAjuda.gif) no-repeat left;
font-size:11px;
}