/* CSS Document */

#tabelaCarrinho {
	width: 540px;
}

#tabelaCarrinho th{	
	height: 20px;	
	padding: 4px;
	font-size: 14px;
}

#tabelaCarrinho .th1{	
	background: #89a9b8;
	text-align: left;
}
#tabelaCarrinho .th2{	
	background: #97b7c6;
}
#tabelaCarrinho .th3{	
	background: #a2c1cf;
}
#tabelaCarrinho .th4{	
	background: #abc9d7;
}
#tabelaCarrinho .th5{	
	background: #b6d3e0;
}
#tabelaCarrinho .th6{	
	background: #ffc500;
}

#tabelaCarrinho td{	
	text-align: center;
	padding: 0 3px;
}

#tabelaCarrinho .td{	
	text-align: left;
	padding: 3px;
	width: 240px;
}

#tabelaCarrinho .td2{	
	text-align: left;
	padding: 3px;	
}

#tabelaCarrinho .tr1{	
	background: #d7e2e7;
}

#tabelaCarrinho .tr2{	
	background: #89a9b8;
}

#tabelaCarrinho .tdpreco{	
	background: #89a9b8;
	text-align: right;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	height: 25px;
	padding-right: 5px;
}

.continuar {
	display: block;
	padding: 4px;
	float: left;
	background: #ffd200;
	border: 2px solid #ffba00;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: #BB5E00;
	margin-left: 2px;
}

.finalizar {
	display: block;
	padding: 4px;
	float: right;
	background: #a2c1cf;
	border: 2px solid #89a9b8;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: #BB5E00;
	margin: 5px 3px 15px 0;
}

#botoesCarrinho a:hover{
	background: #FFFF00;
}

#login {
	width: 250px;
	height: 150px;
	background: #d7e2e7;
	padding: 5px 5px 5px 15px;
	margin: 5px 5px 0 0 ;
	float: left;
}
 
#login label{	
	width: 20px;
	height: 20px;	
	display: block;
	float: left;	
	background-color: #ffe4b5;
	padding-left: 2px;		
}

#login input, #login textarea, #login select {		
	font-size: 13px;
	height: 20px;			
}

#cadastrar {
	width: 250px;
	height: 150px;
	background: #d7e2e7;
	padding: 5px;
	margin: 5px 0 0 0 ;
	float: left;
}

#cadastrar label{	
	width: 120px;
	height: 20px;	
	display: block;
	float: left;	
	background-color: #ffe4b5;
	padding-left: 2px;		
}

#cadastrar input, #cadastrar textarea, #cadastrar select {		
	font-size: 13px;
	height: 20px;			
}

#cadastrar .botao, #botoesCarrinho .botao, #login .botao {
	width: 130px;
	height: 20px;
	float: right;
	background: #a2c1cf;
	border: 2px solid #89a9b8;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;	
	margin: 10px 19px 10px 0;
}

#cadastro label{	
	width: 120px;
	height: 20px;	
	display: block;
	float: left;	
	background-color: #ffe4b5;
	padding-left: 2px;		
}

#cadastro input, #cadastro textarea, #cadastro select {		
	background-color: #fff;
	border: #ffe4b5 solid 1px;
	height: 18px;			
}


