/* carrinho.css */


#tabela-carrinho{
	width: 730px;
	margin-top: 20px;
}

#tabela-carrinho table{
	font-size: 12px;
}

#tabela-carrinho td{
	border: 1px solid #e4e4e4;
}

#tabela-carrinho tr:hover{
	background: #f9f9f9;
}

#tabela-carrinho .topo{
	color: #999999;
}

#tabela-carrinho .topo td{
	background: url(../images/carrinho/tabela-meio.gif) repeat-x;	
}

#tabela-carrinho .remover{
	background: url(../images/carrinho/tab-dir.png) no-repeat right !important;
}

#tabela-carrinho .topo td{
	border: none;
}

#tabela-carrinho .tab-prod{
	padding-left: 20px;
	background: url(../images/carrinho/tab-esq.png) no-repeat !important;
}

#tabela-carrinho .prod-foto{
	width: 81px;
	height: 63px;
	border: 1px solid #e5e5e5;
}

#tabela-carrinho .nome-prod{
	color: #1b65b0;
	font-weight: bold;
}

#tabela-carrinho .ref{
	color: #666666;
	margin-top: 5px;
}

#tabela-carrinho .qtd{
	width: 34px;
	text-align: center;
	color: #7f7f7f;
	font-size: 11px;
	padding-top: 4px;
	padding-bottom: 3px;
}

#avisoJuridico {
    border:1px solid #E4E4E4;
    font-size:11px;
    padding:20px;
}

#avisoJuridico p.titulo {
    margin-bottom: 15px;
    color: #c93f3f;
    font-size: 12px;
    font-weight: bold;
}

.preco {
    color: #e34583;
}
#tabela-carrinho P.preco{
	font-size: 18px;
	font-weight: bold;
}

#tabela-carrinho p.por {
    font-size: 18px;
    font-weight: bold;
    color: #E34583;
}

#tabela-carrinho .tab-foto{
	border-right: none;
}

#tabela-carrinho .tab-nome{
	border-left: none;
}

#tabela-carrinho .tab-rodape tr:hover{
	background: url(../images/carrinho/rodape-tab.png) no-repeat;
}

#tabela-carrinho .tab-rodape td{
	border: none;
}

.escolha-cor{
	width: 24px;
	height: 22px;
	border: 1px solid #e5e5e5;
	-moz-border-radius: 2px;
}

.escolha-cor .cor{
	float: left;
	display: inline;
	width: 17px;
	height: 16px;
	margin-left: 3px;
	margin-top: 3px;
	-moz-border-radius: 2px;		
}

.escolha-cor .flecha{
	float: left;
	display: inline;
	margin-left: 5px;
}
