@charset "utf-8";
/* CSS Document */


/* CSS RESET STYLES 
thanks to http://perishablepress.com/press/2007/10/23/a-killer-collection-of-global-css-reset-styles/
*/
:link, :visited {
	text-decoration: none;
	}
ul, ol {
	list-style: none;
	}
h1, h2, h3, h4, h5, h6, pre, code, p {
	font-size: 1em;
	}
ul, ol, dl, li, dt, dd, h1, h2, h3, h4, h5, h6, pre, 
form, body, html, p, blockquote, fieldset, input {
	padding: 0;
	margin: 0;
	}
a img, :link img, :visited img { border: none; }
address { font-style: normal; }

.clear:after{ content:""; display:block; clear:both; }



body, html { height:100%; }




body {
	color: #000000;
	font-family: Trebuchet MS, Arial, Times New Roman;
	font-size: 12px;
}
body.bg-index{	background: #FFF url(images/bg_header_01.jpg) repeat-x; } 
body.bg-pginterna{ background: #FFF url(images/bg_pginterna.gif) repeat-x; }

#container {
	margin: 0px auto;
	width: 960px;
	clear: both;
}
/*#wrap {
	position:relative;
	min-height:100%; /* Para browsera modernos 
	height:auto !important; /* Para browsera modernos 
	height:100%; /* Para o IE6 
}
*/



#header {
	float: left;
	width: 220px;
	height: 91px;
}
#nav{
	height: 75px;
	margin-top: 15px;
	width: 600px;
	float: right;
}

#nav ul{ float: right; 
}
#nav ul li{
	list-style-type: none;
	margin-left: 15px;
	display: inline;
}
#nav ul li a{
	font-size: 14px;
	color: #999;
	text-decoration: none;
	font-weight: bold;
}
#nav ul li a:hover{ color: #C00; }

#search{
	float: right;
	width: 410px;
	margin-top: 10px;
}
#search form{
	margin: 0;
	padding: 0;
}
#search input[type="text"]{
	font-size: 16px;
	color: #C00;
	border-color: #DADADA;
	border-style: solid;
	border-width: 1px;
	padding: 5px;
	font-weight: bold;
	float: left;
}
#search input[type="image"]{
	margin: 0;
	padding: 0;
	float: right;
}
#search h5{
	display: block;
	width: 80px;
	font-size: 24px;
	color: #DDD;
	margin-top: 5px;
	float: left;
	margin-right: 10px;
}
#exibe-totalresults{ margin-left: 10px; }
#busca-img{
	border-top: #CCC 1px solid;
	float: left;
	margin-left: 10px;
	padding: 15px 20px 15px 0;
}
#busca-info{
	border-top: #CCC 1px solid;
	clear: right;
	height: 84px;
	padding: 15px 0;
}
.preco_vermelho{
	color: #C00;
	font-weight: bold;
}
.preco_vermelho2 {
	color: #C00;
	font-weight: bold;
	font-size: 14px;
}
#busca-info h3{
	font-size: 14px;
	font-weight: bold;
}
	




#navigation{
	height: 29px;
	clear: both;
}
#navigation ul{ }
#navigation ul li{
}
#navigation ul li a{
}
#navigation ul li a:hover{
}

#logo-login{
	width: 502px;
	height: 65px;
	background-image: url(images/logo_pt_ds_04.gif);
	background-repeat: no-repeat;
	left: 229px;
	position: relative;
	margin-top: 70px;
}
#index-login{
	width: 500px;
	margin-left: 230px;
	margin-top: 20px;
	height: 380px;
	background-image: url(images/bg_indexlogin.gif);
	background-repeat: no-repeat;
	padding-top: 90px;
	text-align: center;
}
#index-login h4{
	font-size: 16px;
	color: #666;
}

#index-login form{
	font-size: 24px;
	color: #424242;
	text-align: center;
	padding-top: 20px;
}
#index-login .input-login{
	font-size: 16px;
	color: #C00;
	border-color: #DADADA;
	border-style: solid;
	border-width: 1px;
	padding: 5px;
	font-weight: bold;
	text-align: center;
}
#index-login label{
	color: #CCC;
	font-size: 24px;
}
#index-login .input-login:focus{
	background-color: #FFF2F2;
	border: #C00 solid 1px;
	color: #C00;
	text-align: center;
}
.bot-login{
	width: 309px;
	height: 54px;
	margin-top: 10px;
}


/* ================================================================ 
This copyright notice must be untouched at all times.
The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/basic_dd.html
Copyright (c) 2005-2009 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* remove the bullets, padding and margins from the lists */
.menu ul{
list-style-type:none;
padding:0;
margin:0;
}
/* make the top level links horizontal and position relative so that we can position the sub level */
.menu li{
float:left;
position:relative;
z-index:100;
}

/* use the table to position the dropdown list */
.menu table{
position:absolute;
border-collapse:collapse;
z-index:80;
left:-1px;
top:25px;
}

/* style all the links */
.menu a, .menu :visited {
	display:block;
	font-size:12px;
	width:149px;	
	padding: 6px 0;
	color:#FFE1E1;
	text-decoration:none;
	text-align:center;
}
/* style the links hover */
.menu :hover{ color:#FFF; }

/* hide the sub level links */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	width:149px;
	height:0;
	border-bottom: #B220FB solid 1px;
	border-left: #B220FB solid 1px;
	border-right: #B220FB solid 1px;
}

.menu li li{
	color:#FFF;
	background-color: #A21215;
}

.menu li li a:hover{
	color:#FFF;
	background-color: #C4151A;
}

/* make the sub level visible on hover list or link */
.menu ul li:hover ul,
.menu ul a:hover ul{
	visibility:visible;
}

#separador20px{ height: 20px; }







#banner{
	height: 200px;
	clear: both;
}


#titulo-interno{ margin: 0 10px 10px 10px; }
#titulo-interno h1{
	font-size: 24px;
	color: #333;
}
#titulo-interno h3{
	font-size: 14px;
	color: #CCC;
}

#navegacao-fechapedido {
	margin: 0 10px 10px 10px;
	text-align: center;
	border-bottom: #C00 solid 1px;
	padding-bottom: 10px;
}
#navegacao-fechapedido h1{
	font-size: 24px;
	color: #E9E9E9;
	display: inline;
	padding: 0 30px 0 0;
}
#navegacao-fechapedido h2{
	font-size: 24px;
	color: #666;
	display: inline;
	padding: 0 30px 0 0;
}


#content {
	width: 960px;
	background-color: #FFF;
	min-height: 500px;
}
#content-colone{
	width: 720px;
	float: left;
}
#content-colone .produto-vitrine{
	float: left;
	width: 210px;
	background-color: #FFF;
	margin: 0px 9px 20px 9px;
	_margin: 0px 7px 20px 7px;	
	text-align: center;
	border: 1px solid #CCC;
	padding: 5px;
	height: 200px;
}
#content-coltwo{
	width: 218px;
	float: right;
	margin: 0px 10px 10px 10px;
	text-align: center;
}

#content-prod-foto{
	_width: 260px;
	float: left;
	margin-left: 10px;
	width: 300px;
}
#content-prod-foto img{
	border: #CCC solid 1px;
	padding: 20px;
}



#content-prod-info{
	text-align: left;
	float: right;
	width: 630px;
	_width: 640px;
}
#content-prod-descricao{
	clear:both;
	margin: 20px 10px;
	width: 610px;
	font-size: 14px;
	float: right;
}
#content-prod-descricao h3{
	color: #666;
	font-size: 18px;
	border-bottom: #666 1px solid;
	margin-bottom: 10px;

}
#prod-destaque{
	padding: 10px;
	background-color: #EFEFEF;
	width: 610px;
	float: right;
	margin-bottom: 10px;
	clear: both;
	border: 1px solid #CCC;
}
.prod-destaque-esquerda{
	width: 200px;
	float: left;
	color: #999;
	font-size: 18px;
}
.prod-destaque-direita{
	float: right;
	width: 350px;
	text-align: right;
}
.prod-destaque-opcoestxt{ clear: right; 
}
.prod-destaque-opcoes{ margin-left: 20px; }

#content-cart{
	margin: 0 10px 10px 10px;
	text-align: center;
}
#botao-finalizarcompra{
	float: right;
	margin: 20px 0;
}
#botao-continuarcomprando {
	float: left;
	margin: 20px 0;
}

.cart-titulo{
	border-bottom-color: #333;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.table_cart_one{
	background-color: #C4151A;
	color: #FFF;
	font-weight: bold;
	padding: 5px;
	border-bottom: #C00 1px solid;
	text-align: left;
}
.table_cart_two{
	color: #333;
	padding: 10px 5px;
	text-align: left;
	border-bottom: #CCC 1px solid;
}
.table_cart_oneone{
	padding: 10px 5px;
	text-align: left;
	font-weight: bold;
	background-color: #EFEFEF;
	border-bottom: #CCC 1px solid;
}
.table_cart_3{
	color: #FFF;
	font-weight: bold;
	padding: 10px 5px;
	text-align: left;
	background-color: #C4151A;
}


#login{
	padding: 10px;
	background-color: #F7F7F7;
	border-bottom: #CCC 1px dotted;
	border-top: #CCC 1px dotted;
}
#login p{
	color: #C00;
	line-height: 10pt;
	margin-bottom:10px;
}

#naoencontrou{
	padding: 10px;
	background-color: #F7F7F7;
	border-bottom: #CCC 1px dotted;
	border-top: #CCC 1px dotted;
	margin-top: 10px;
	clear: both;
}
#naoencontrou p{
	color: #C00;
	line-height: 10pt;
	margin-bottom:10px;
	clear: both;
}




#cadastro-formulario{
	margin: 20px 150px;
	clear: both;
}
#cadastro-formulario fieldset{
	padding: 5px 10px;
	font-weight: bold;
	color: #999;
}
#cadastro-formulario fieldset td{ border-bottom: 1px solid #ffffff; }
#cadastro-formulario legend{
	color: #C00;
	font-size: 16px;
	font-weight: bold;
}
#cadastro-formulario select{
	border: #999 1px solid;
	height: 26px;
	background-color: #EAEAEA;
	padding: 2px;
	margin: 0;
}
#cadastro-formulario input[type="text"]{
	border: #999 1px solid;
	height: 22px;
	padding: 2px;
	background-color: #EAEAEA;
}
#cadastro-formulario input[type="text"]:focus, select[type="text"]:focus{
	background-color: #FFF2F2;
	color: #C00;
	border: #999 1px solid;
	height: 22px;
	padding: 2px;	
}


#telafinal-boleto{
	margin: 20px 150px;
	clear: both;
	text-align: center;
}
#telafinal-boleto h1{
	font-size: 24px;
	color: #C00;
	text-align: center;
	margin-bottom: 20px;
}
#telafinal-boleto h2{
	font-size: 18px;
	color: #C00;
	text-align: center;
	margin-bottom: 20px;
}




#footer-container {
	height: 180px;
	max-height: 300px;
	width: auto;
	background-color: #EBEBEB;
	clear: both;
}

#footer{ margin: 0px auto; width: 960px; padding-top: 20px; }
#footer .footer-220{
	float: left;
	width: 220px;
	margin: 0 10px 20px 10px;
	_margin: 0px 8px 20px 8px;	
	text-align: left;
}
#footer a{
	color: #990000;
	text-decoration: none;
}
#footer a:hover{
	color: #FF0000;
	text-decoration: none;
}



#footer .footer-460{
	float: left;
	width: 460px;
	margin: 0px 10px 20px 10px;
	_margin: 0px 8px 20px 8px;
	text-align: left;
}
#footer h2{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #999;
}
#footer p{
	font-size: 14px;
	color: #999;
}



.txt_12px_red{
	font-size: 12px;
	color: #CC0000;
	text-decoration: none;
}
.txt_12px_red a{
	text-decoration: none;
	font-size: 12px;
	color: #CC0000;
}
.txt_12px_red a:hover{
	text-decoration: underline;
}

.titulocapa{
	font-size: 18px;
	border-bottom-color: #FF0000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	color: #333333;
	margin-bottom: 5px;
}
.comentariocapa{
	color: #333333;
	font-weight: normal;
	font-style: italic;
	font-size: 13px;
}
.comentariocapa a{
	color: #FF0000;
	font-weight: bold;
	font-style: italic;
	font-size: 13px;
	text-decoration: none;
}
.comentariocapa a:hover{
	color: #CC0000;
	font-weight: bold;
	font-style: italic;
	text-decoration: underline;
}


#div1{ display: none; }
#div2{ display: none; }
