/**
 * Folha de Estilos do Carrinho de Compras
 *
 * @name Estilo Carrinho
 * @author Sergio Matias <sergio@sergiomatias.net>
 * @version 0.1
 * @link http://www.sergiomatias.net/
 */

.TabelaCarrinho th {
	color: #999999;
	font-weight: normal;
}
.TabelaCarrinho .dark {
	background-color: #F4F4F4;
    color: #666666;
}
.TabelaCarrinho .light {
	background-color: #FBFBFB;
    color: #666666;
}
.TabelaCarrinho td {
    color: #666666;
}
.TabelaCarrinho input, .TabelaCarrinho select {
    margin: 3px;
    
}
.TabelaCarrinhoDadosCliente {
    margin-right: auto;
    margin-left: auto;
}
.CarrinhoLinha {
	color: #666666;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.CarrinhoTotal {
	font-weight: bold;
	color: #990000;
	font-size: 18px;
}
.MenuClienteSelec {
	font-size: 18px;
	font-weight: bold;
	padding: 10px;
	float: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.MenuClienteOpt {
	font-size: 18px;
	font-weight: bold;
	padding: 10px;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.MenuClienteFill {
	font-size: 18px;
	font-weight: bold;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	width: 200px;
	padding: 10px;
}
.MenuCliente {
	float: left;
	width: 100%;
	padding-bottom: 20px;
}
