@charset "utf-8";
body  {
	background: #FFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: "Trebuchet MS", Arial;
	font-size: 85%;
}
#tudo {
	width: 100%;
	margin-top: 5px;
	margin-right: 0px;
	margin-left: 0px;
}

#menu {
	float: left;
	width: 200px;
}

#conteudo {
    float: left;
    width: 75%;
	*width:auto;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	margin-left: 10px;
}
#rodape {
	width: 100%;
	clear: both;
	padding: 5px;
}
.caixaIdProduto {
	background-image:url(images/bk_identificaproduto.png);
	background-repeat:no-repeat;
	height: 450px;
	padding-left:30px;
	padding-top:15px;
	padding-right:15px;
}
.produtoImprimir {
	border: 3px #B3B1AD solid; 
	background-color:#F6F6F6; 
	width:150px; 
	height:25px; 
	padding:5px;
	margin-left:10px;
}
.caixaPreco {
	height: auto;
	*height: 180px;
	width:400px;
	border: 4px solid #2697CD; 
	padding: 10px;
	background-color:#FFF;
}
.divPrazoEnvio {
	width:auto;
	*width: 400px;
	height: 60px;
	background-color:#2697CD;
	padding: 5px;
	color:#FFF;
	font-size:14px;
	font-weight:bold;
}
.caixaproduto {
	background-image:url(images/bk_divproduto.png);
	background-repeat:repeat-x;
	height:50px;
	vertical-align:top;
	padding-top:15px;
}
