/*carrinho*/
.carrinho{
	padding:15px;
	float:left;
	width:961px;
}
.carrinho-conteudo{
	height:100%;
	background:#F6F6F6;
	width: 961px !important;
}
.carrinho-topo{
	width:961px;
	height:41px;
	background:url(../imgs/aba_carrinho.png) no-repeat;
	color:#D52C6F;
	font-weight:bold;
	font-size:12px;
}
.carrinho-topo span{
	 line-height:40px;
	 vertical-align: top;
	 font-size: 10px;
}

.carrinho-bg{
	width: 961px;
	margin-left: 0.3%;
	background: url(../imgs/carrinho_table_tbody.png) repeat-y;
}

/*
 *
 *	COMECO DOS BOTOES
 *
 */
.carrinho .botoes{
	background: #F6F6F6;
	padding: 30px 20px 5px 0;
	text-align: left;
	height: 30px;
}

.carrinho .botoes div,
.carrinho .botoes img{
	float: right;
	margin-left: 10px;
}

.botoes a{
	font-weight: bold;
	color:#5E6977;
	text-decoration:none;
}
.botoes a:hover{
	color:#D52C6F;
}

#carrinho-bt-avancar{
	background:url(../imgs/bt_continuar.png) no-repeat ;
	width:84px;
	height:24px;
	line-height:20px;
}

#carrinho-bt-mais{
	background:url(../imgs/bt_comprar_mais.png) no-repeat bottom;
	width:109px;
	height:24px;
	line-height:20px;
}

#carrinho-bt-limpar{
	background:url(../imgs/bt_limpar.png) no-repeat bottom;
	width:78px;
	height:24px;
	margin-right: 3px;
	line-height:20px;
}

.bt-ok{
	padding-left: 3px;
	vertical-align: top;
}

/*
 *
 *	COMECO DA TABELA
 *
 */

.carrinho-conteudo table{
	width: 961px;
	text-align: center;
}

.carrinho-conteudo table{
	background: url(../imgs/carrinho_table_th.png) no-repeat;
	width: 961px;
	height: 33px;
	font-size: 10px;
	color: #56575b;
}

.carrinho-conteudo table thead tr{
	height: 33px;
}


.carrinho-conteudo table tbody tr{
	color: #5a6169;
}

.carrinho-conteudo table tbody tr td{
	text-align: left;
	font-family: Verdana;
	font-size: 11px;
	text-indent: 0;
}

.carrinho-conteudo table tbody tr td span a{
	color: #58595B;
}
.carrinho-conteudo table tbody tr.end{
	background: url(../imgs/carrinho_table_tbody_tr_end.png) repeat-y;
	height: 8px;
}

.carrinho-conteudo div.carrinho-total{
	width: 959px;
	margin-left: 0.3%;
	height: 75px;
}

.carrinho-conteudo div.carrinho-total span.left{
	background: url(../imgs/carrinho_div_total_left.png) no-repeat;
	float: left;
	width: 7px;
	height: 75px;
}

.carrinho-conteudo div.carrinho-total span.right{
	background: url(../imgs/carrinho_div_total_right.png) no-repeat;
	float: left;
	width: 7px;
	height: 75px;
}

.carrinho-conteudo div.carrinho-total div.carrinho-total-conteudo{
	background: url(../imgs/carrinho_div_total_conteudo.png) repeat-x;
	float: left;
	width: 945px;
	height: 75px;
}

.carrinho-conteudo div.carrinho-total div.carrinho-total-conteudo span.carrinho{
	float: left;
	width: 500px;
	padding-top: 15px;
	font-size: 11px;
	font-weight: bold;
	color: #5a6169;
}

.carrinho-conteudo div.carrinho-total div.carrinho-total-conteudo span.total{
	float: right;
	padding-right: 20px;
	text-align: center;
	font-family: Arial;
	font-size: 20px;
	font-weight: bold;
	color: #6f145a;
}
