@charset "utf-8";
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#main{
	width:760px;
	position:absolute;
	/*border:1px solid #000000;*/
	left:50%;
	margin-left:-380px;
}
div{
	/*border:1px solid #000000;*/
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	
}
input {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #999999;
}

#busca{
	padding-left:5px;
}


#rodape {
	background:#979797;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
#area_main{
	margin-left:15px;
	margin-right:15px;
	text-align: center;
}
#area_banner{
	background: #949494;
	margin: 15px;
	padding:8px;
	text-align:center;
	width:574px;
}

#lst_categorias a {
	font-size: 11px;
	color:#5B5B5B;
	text-decoration:none;
}
#lst_categorias ul{
	padding-left:5px;
	margin:10px 15px;
}
#lst_categorias li{
	list-style-type: none;
	margin:0px;
	list-style-position: outside;
	list-style-image: url(../img/bullet.gif);
}
.tit_prod_lst a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #5B5B5B;
	text-decoration:none;
}
.txt_preco_prod_lst {
	font-size: 18px;
	font-weight: bold;
	color: #989821;
}

#txtPaginacao a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
#bar_tit, h3, h4 {
	font-size: 14px;
	font-weight: bold;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	margin-bottom: 30px;
	text-align: left;
}
#destaque{
	margin: 0 auto;
	min-width: 650px;
	width: 90%;
}



#bt_avancar{
	width: 94px;
	height: 29px;
	background-image: url("../img/bt_continuar.gif");
	cursor: pointer;
}
#bt_editar{
	width: 143px;
	height: 31px;
	background-image: url("../img/bt_editar_cad.gif");
	cursor: pointer;	
}
#bt_pagar{
	width: 161px;
	height: 32px;
	background-image: url("../img/bt_efetuarpagto.gif");
	cursor: pointer;	
}


/***************************************************
	MIOLO DO PRODUTO PEQUENO
***************************************************/
#item_prod_breadcrump{
	padding: 20px;
	font-weight: bold;
	font-size: 10px;
}
#item_prod_breadcrump a{
	text-decoration: none;
	color: #000000;
	font-weight: normal;
	font-size: 11px;
}
#prod_dest{
	margin: 35px 0 0 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}
#prod_dest div{
	position: absolute;
	width: 150px;
	* margin-left: -85px;		
}
.prod_item_nome a{
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
.prod_item_img{
	position: absolute;	
	margin-top: 40px;
}
.prod_item_valor{
	margin-top: 150px;	
	color: #FF6600;
	font-weight: bold;
	font-size: 13px;
}
.prod_item_selos{
	margin-top: 180px;
}
#prod_dest li{
	margin-left:7px;	
	padding: 0;
		/*border: 1px solid #000000;*/
	width: 150px;
	height: 300px;
	display:block;
	float: left;
	list-style: none;
	text-align: center;
	
}

.prod_item_desc_curta{
	display: none;
}



.paginacao a{
	padding: 5px;
	color:#0000CC;
	text-decoration:none;
}
.paginacao .pagina_sel{
	font-weight:bold;
	font-size:15px;
}
#txtPaginacao a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}










#form_contato{
	text-align: left;
	margin: 0 20%;
}
#form_contato input, #form_contato textarea{
	width: 100%;
}
#img_contato{
	margin-left: 20%;
	width: 104px;
	height: 36px;
	background-image: url(../../../img/bt_enviar.gif);
}


#filtros{
	color: #333333;
	width: 199px;	
	background-image: url(../img/navegue_borda.jpg);
	background-repeat: repeat-y;
	margin-top: 10px;
}
#filtros a{
	color: #333333;	
}
#filtros #filtros_fim{
	background-image: url(../img/navegue_bot.jpg);
	background-repeat: no-repeat;
	height: 18px;
}
#filtros h3{
	padding-left: 10px;	
}

#filtros h2 span{
	display: none;	
}
#filtros h2{
	width: 199px;
	height: 25px;
	background-color: #FFFFFF;
	background-image: url(../img/navegue_top.jpg);
}
#filtros .remove{
	text-align: right;
	padding-right: 20px;	
}
#filtros .remove a{
	color: red;
	font-size: 10px;	
}
#filtros li{
	list-style: none;
	padding: 0;
	margin: 0;	
}

