*{
	outline: none;
}
img{
	border: none;
}
#conteudo{
	width:780px;
	position: relative;
}
h2.tit_pedidos{
	display: block;
	width: 103px;
	height: 37px;
	text-indent: -20000px;
	background: url(../images/tit_pedidos.gif) left bottom no-repeat;
	margin-bottom: 20px;
}
li{
	list-style-type: none;
}
#listagem_produtos ul{
	margin-left: -14px;
}
#listagem_produtos ul li{
	display: block;
	width: 250px;
	height: 225px;
	position: relative;
	float: left;
	margin-bottom: 40px;
	margin-right: 17px;
}
#listagem_produtos ul li h3{
	font-size: 17px;
	margin: 0;
	font-weight: normal;
}
#listagem_produtos ul li h4{
	font-size: 11px;
	font-weight: normal;
}
#listagem_produtos ul li p{
	margin-top: 18px;
	font-size: 11px;
	text-align: justify;
	padding-bottom: 8px;
	line-height: 16px;
}
#listagem_produtos ul li a.mais_detalhes{
	margin: 0;
	text-align: right;
	display: block;
	font-weight: bold;
	font-size: 11px;
}
#listagem_produtos ul li p.valor{
	display: block;
	width: 149px;
	height: 24px;
	background: url(../images/valor_compra.gif) left top no-repeat;
	position: absolute;
	bottom: 25px;
	padding: 0;
}
#listagem_produtos ul li p.valor span.tipo_produto{
	display: block;
	width: 50px;
	height: 15px;
	position: absolute;
	left: 11px;
	bottom: 4px;
	letter-spacing: -0.7px;
}
#listagem_produtos ul li p.valor span.valor_produto{
	display: block;
	width: 80px;
	height: 25px;
	position: absolute;
	left: 87px;
	top: 3px;
	font-size: 18px;
}
#listagem_produtos ul li div.informations{
	width: 170px;
	height: 225px;
	position: absolute;
	top: 0;
	right: 0;
}
#listagem_produtos ul li a.bt_comprar{
	display: block;
	text-indent: -20000px;
	width: 94px;
	height: 24px;
	background: url(../images/bt_comprar.gif) left bottom no-repeat;
	position: absolute;
	bottom: 0;
	right: 22px;
}
/* Coluna Esquerda */
#pedidos_esq{
	width:520px;
	float:left;
	margin-left:20px;
	_margin-left:8px;
}
/* Coluna Direita */
#pedidos_dir{
	width: 205px;
	padding-left: 15px;
	float: left;
	position: relative;
	left: 20px;
}
#pedidos_dir span.carregador_produtos{
	background: url(../images/carregador.gif) left bottom no-repeat;
	display: block;
	width: 51px;
	height: 60px;
	position: absolute;
	top: -10px;
	right: 15px;
	display: none;
}
h2.tit_compras{
	display: block;
	width: 123px;
	height: 50px;
	text-indent: -20000px;
	background: url(../images/tit_compras.gif) left bottom no-repeat;
	margin-bottom: 20px;
}
#produtos_carrinho *{
	color: #fff;
}
#produtos_carrinho{
	width: 189px;
	position: relative;
}
#produtos_carrinho li{
	padding-bottom: 20px;
}
#produtos_carrinho h2{
	font-size: 12px;
	font-weight: bold;
	position: relative;
}
#produtos_carrinho a.bt_remover{
	display: block;
	text-indent: -20000px;
	width: 17px;
	height: 13px;
	background: url(../images/bt_remover.gif) left top no-repeat;
	position: absolute;
	top: 0;
	right: 0;
}
#produtos_carrinho p.parcial{
	padding: 0;
	position: relative;
	margin-top: 4px;
}
#produtos_carrinho p.parcial input{
	border: none;
	color: #5a2515;
	background: #d5c2a1;
	width: 21px;
	padding-left: 6px;
}
#produtos_carrinho p.parcial span{
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 154px;
}
#produtos_carrinho p.total{
	padding: 0;
	width: 189px;
	height: 17px;
	padding-top: 2px;
	padding-left: 6px;
	background: #441305;
}
#produtos_carrinho p.total span{
	color: #d5c2a1;
	font-size: 10px;
	text-transform: uppercase;
	padding-right: 5px;
}
#frete *{
	color: #fff;
}
#frete{
	width: 189px;
	position: relative;
	margin-top: 19px;
}
#frete h2{
	font-size: 12px;
	font-weight: bold;
}
#frete select, #frete select option{
	border: none;
	color: #642917;
	font-size: 11px;
	background: #d5c2a1;
	margin: 0;
}
#frete select{
	display: block;
	width: 189px;
}
#total *{
	color: #fff;
}
#total{
	margin-top: 39px;
	position: relative;
}
#total h2{
	font-size: 12px;
	font-weight: bold;
}
#total table{
	margin-left: 10px;
}
#total th{
	text-align: left;
}
#total  #tabela_total{
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px dotted #fff;
	margin-left: 0;
	padding-left: 10px;
}
input.finalizar_pedido{
	cursor: pointer;
	width: 114px;
	height: 18px;
	background: url(../images/finalizar_pedido.gif) left bottom no-repeat;
	border: none;
	margin-left: 76px;
	margin-top: 15px;
}












