/* CSS Document */

/* Classes Input */
input.campoTextoLojas, select.campoTextoLojas { 
	border: 1px solid #999999;
	line-height: 22px;
	height: 22px;
	vertical-align: middle;
	width: 260px;
	display: block;
	background: url(../images/curriculo/bg_input.png) repeat-x;
	font-family: Tahoma, Verdana, sans-serif, Arial;
	font-size: 12px;
	color: #747373;
}

.liTitulo {
	width: 570px;
	height: 25px;
	background: url(../images/bg_lojas.gif) no-repeat;
}

.liLojas {
	width: 570px;
	display: table;
	border-bottom: 1px solid #175d93;
}

.tituloFilial, .tituloEndereco, .tituloTelefone, .tituloCep {
	float: left; 
	height: 25px;
	line-height: 25px;
	font-family: Tahoma, Verdana, sans-serif, Arial;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
}

.tituloFilial {
	width: 59px; 
}

.tituloEndereco {
	width: 280px; 
}

.tituloTelefone {
	width: 150px; 
}

.tituloCep {
	width: 79px; 
}

.lojaFilial, .lojaEndereco, .lojaTelefone, .lojaCep {
	float: left; 
	line-height: 25px;
	font-family: Tahoma, Verdana, sans-serif, Arial;
	font-size: 12px;
	color: #747373;
}

.lojaFilial {
	width: 59px;
	text-align: center;
}

.lojaEndereco {
	width: 280px; 
}

.lojaTelefone {
	width: 150px; 
	text-align: center;
}

.lojaCep {
	width: 79px; 
	text-align: center;
}

a.lojaEndereco:link, a.lojaEndereco:active, a.lojaEndereco:visited {
	color: #747373;
	text-decoration: none;
}