/* CSS Document */
body{
	margin: 0;
	padding: 0;
	font-family: tahoma, Verdana, Arial;
	font-size: 11px;
	color: #333333;
	background-color: #FFE6E6;
}
#tudo{
	text-align: center;
}
#site{
	width: 988px;
	margin: 0 auto;
	text-align: left;
	background-color: #fff;
	border: solid #fff;
	border-width: 0 5px;
}
#tpl-topo{
	height: 81px;
}
#tpl-faixa{
	margin-top: 1px;
}
#tpl-busca{
	background-image: url(../images/estrutura/fx_busca.jpg);
	background-repeat: no-repeat;
	height: 43px;
	margin-top: 6px;
	margin-bottom: 6px;
	position: relative;
}
#busca-caixa{
	position: absolute;
	width: 350px;
	height: 25px;
	top: 8px;
	left: 65px;
}
#imagebusca{
	padding-left: 5px;
}
#search{
	background-color: #FFFFFF;
	border: 1px solid #A60032;
	border-right-color: #A60032;
	width: 250px;
	padding: 3px;
}
#busca-carrinho{
	position: absolute;
	left: 800px;
	width: 180px;
	top: 8px;
}
#busca-carrinho img{
	margin-right: 5px;
}
#tpl-centro{
	margin-bottom: 6px;
}
#tpl-rodape{
	text-align: center;
}
/** Fixos */
img, img a{
	border: 0;
}
form{
	display: inline;
}

