/* produtos */
.produtos ul li , .contato ul li , .full ul li {
	padding: 5px 10px;
	background-position: 0 8px;
}

.produtos span {
	color: #00A1E2;
}

/* saques */
.saques .tiposaque {
	font-weight: normal !important;
}


/* cartoes pessoais */
.menu {
	padding: 10px 0 !important;
	height: 20px;
}

#sidebarright .menu li {
	float: left !important;
	padding: 0 9px !important;
	background: url(/imagens/linemenu.png) right no-repeat;
}

.btcpess {
	background: url(/imagens/buttons/btcartoespess.png) no-repeat;
	width: 89px;
	height: 14px;
}

.btccorp {
	background: url(/imagens/buttons/btcartoescorp.png) no-repeat;
	width: 120px;
	height: 14px;
}

.btctrav {
	background: url(/imagens/buttons/btcartoestrav.png) no-repeat;
	width: 95px;
	height: 14px;
}

.btservc {
	background: url(/imagens/buttons/btservcambio.png) no-repeat;
	width: 102px;
	height: 14px;
}

.btestab {
	background: url(/imagens/buttons/btestab.png) no-repeat;
	width: 93px;
	height: 14px;
}

.selected {
	background-position: 0 -14px;
}

.boxlinks {
	clear: both;
	background: url(/imagens/bgbarfull.png) no-repeat;
	display: block;
	float: left;
	width: 600px;	
	padding-top: 36px;
	padding-left: 20px;
	margin-top: 10px;
}

	.colleft, .colmain, .colright {
		display: block;
		float: left;
		width: 179px;
		border-right: 1px solid #E3E3E2;
	}

		.colright {
			border: none;
		}

		.colmain, .colright {
			padding-left: 20px;
		}
		
			.ccorp .colleft, .ccorp .colright, .scambio .colleft, .scambio .colleft {
				width: 276px !important;
			}
			
			.ccorp .boxlinks dl, .scambio .boxlinks dl  {
				width: 276px !important;
			}
			
			.faleconosco .boxlinks dd {
				width: 256px !important;
			}
		
		.boxlinks dl {
			width: 176px;
		}
		
		.boxlinks dt {
			font-weight: normal !important;
			padding: 14px 5px 5px 0 !important;
			width: 171px;
			text-align: left;
		}
		
			.boxlinks dt.first {
				padding-top: 0 !important;
				width: 171px;
			}
			
			.ccorp .boxlinks dt, .scambio .boxlinks dt {
				width: 270px;
			}
		
		.boxlinks dd {
			padding: 0 5px 15px 0;
			width: 171px;
		}

			.ccorp .boxlinks dd, .scambio .boxlinks dd {
				width: 274px;
			}
			
		.full dt, .full dd, .full dt.first {
			width: 550px;
		}
