@charset "utf-8";
/* CSS Document */
html, body{
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	font-family: "Trebuchet MS";
	font-size: 12px;
	color:#333333;
	line-height: 20px;
}
body{
	background:url(../img/fundo_body.png);
}

p, form{
	margin:0;
	padding:0;
}
a {
	color:#FFFFFF;
	text-decoration:none;
}
a:hover{
	text-decoration: underline;
}

div.header_top{
	height: 40px;
	background:url(../img/fundo_top.png) top repeat-x;
}

#back{
	margin:0 auto;
	background-color:#FFFFFF;
	border: 1px solid #FFFFFF;
	width:900px;
	min-height: 500px;
}

/* Header */

#header{
	margin: 0 0 1px 0;	
}

#logo{
	width: 200px;
	height:218px;
	background-color:#333333;
	float:left;
	text-align:center;
	position:relative;
}
#logo img{
	margin-top: 19px;
}
#banner{
	width: 496px; /* +border */
	height:216px; /* +border */
	background-color:#333333;
	float:left;
	margin: 0 1px 0 1px;
	border: 1px solid #333333;
	position:relative;
}
#menu{
	width:198px; /* +border */
	height:216px; /* +border */
	border: 1px solid #333333;
	background-color:#333333;
	float:left;
	position:relative;
}

#menu ul{
	margin:0;
	padding:0;
}
#menu ul li{
	list-style:none;
	margin:0;
	padding:0;
	height:30px;
	border-bottom: 1px solid #333333;
}
#menu ul li img{
	border:none;
}

#colE, #colD{
	width:198px; /* +border */
	min-height:311px; /* +border */
	border: 1px solid #333333;
	/*background-color:#CCCCCC;*/
	background-color:#DBCEB0;
	float:left;		
}
#colC{
	width: 496px; /* +border */
	min-height:311px; /* +border */
	/*background-color:#CECFCE;*/
	background:#ECE9D9 url(../img/fundo_titulo.png) top repeat-x;
	float:left;
	margin: 0 1px 0 1px;
	border: 1px solid #333333;
}

div.destaque{
	width:233px;
	float:left;
	margin-left:10px;
	margin-bottom:10px;
}

div.destaque .foto img{
	border:1px solid #333333;
}
div.destaque .ref{
	margin:5px 5px 0px 5px;;
	font-size:11px;
}

div.destaque .titulo{
	margin:5px;
}
div.destaque .preco{
	font-size:16px;
	font-weight:bold;
	color:#993300;
	width: 115px;
	float:left;
	margin:0 5px 0 5px;
}

#mod_familiasprodutos, #mod_areacliente{
	background: url(../img/fundo_titulo.png) top repeat-x;
	/* border-bottom: 1px dotted #333333; */
}
#mod_familiasprodutos ul{
	margin:0 10px 10px 10px;
	padding:0;

}
#mod_familiasprodutos ul li{
	list-style:none;
	margin:0;
	padding:0;
	font-size: 14px;
}
#mod_familiasprodutos ul li a{
	color:#333333;
}
#mod_familiasprodutos ul li a.selected{
	font-weight:bold;
}
#mod_familiasprodutos ul li a:hover{
	color:#000000;
	font-weight: bold;
	text-decoration:none;
}

#mod_areacliente{
	height:200px;
}
#mod_areacliente input.textbox{
	width:176px;
	height:16px;
	border: 1px solid #000000;
	line-height:16px;
}

#loginError{
	position:absolute;
	z-index:100;
	width:188px;
	height:160px;
	background:#DBCEB0;
	/* filter:alpha(opacity=90); -moz-opacity:.90; opacity:.90; */
	color:#FF0000;
	font-weight:bold;
}

.botao{
	cursor:pointer;
}
div.botao2{
	float: right;
	display:inline;
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
}

input.botao{
	margin:5px 0 5px 0;
	border:none;
	height:20px;
}

#mod_carrinho{
	height:108px;
}

div.mod_destaques{
	background:url(../img/fundo_titulo.png) top repeat-x;
}

div.page{

}

div.page .content{
	padding:0 10px 10px 10px;
}

div.page .content p{
	margin-bottom: 5px;
}
div.page .content a{
	color:#333333;
	text-decoration: underline;
}

div.page .content a:hover{
	color:#000000;
}

fieldset{
	border: 1px solid #333333;
	padding: 0 5px 5px 5px;

}
legend{
	font-size:10px;
	padding: 3px;
}
fieldset label{
	float: left;
	width: 100px;
}
fieldset div{
	margin-bottom: 2px;
}
fieldset input{
	width: 350px;
	border: 1px solid #333333;
	height:16px;
	line-height:16px;
}

input.bloqueado{
	background-color:#EAEAEA;
	color:#6C6C6C;
}

/* Carrinho de compras */
table.tabela{
	width: 100%;
	border: 1px solid #333333;
	border-collapse:collapse;
}

table.tabela th{
	padding: 2px;
	background:#666666;
	color:#FFFFFF;
}
table.tabela tr{
	border: 1px solid #333333;
}
table.tabela tr.linhaPar{
	background-color:#F8F8F8;
}
table.tabela tr.linhaImpar{
	background-color:#E9E9E9;
}
table.tabela tr.selected{
	background-color:#FFFF99;
}
table.tabela td{
	padding: 2px;
	
}
table.tabela tr.linhaResumo{
	background-color:#999999;
	color:#FFFFFF;
	font-weight:bold;
	border: none;
}

/* */

div.label{
	width:120px;
	float:left;
	font-weight:bold;
}
div.campo{

}

/* ERRO */

div.erro{
	background:#FFFFCC url(../img/error_icon.png) left center no-repeat;
	border: 1px solid #990000;
	color:#990000;
	padding: 2px 2px 2px 50px;
	vertical-align: middle;
	height: 36px;
}
div.sucesso{
	background:#CDF5D8 url(../img/sucess_icon.png) left center no-repeat;
	border: 1px solid #009900;
	color:#009900;
	padding: 2px 2px 2px 50px;
	vertical-align: middle;
	height: 36px;
}

/* Footer */
#footer{
	width:100%;
	height: 30px;
	text-align:center;
	font-size:10px;
	color:#FFFFFF;
}
#footer a{
	text-decoration: none;
	color:#FFFFFF;
}
#footer a:hover{
	text-decoration:underline;
}