@charset "utf-8";
/* CSS Document */

*{
	padding:0;
	margin:0 auto;
	font:Arial, Helvetica, sans-serif;
}

body{
	background:url(../img/bg-loja-do-colaborador.jpg) repeat-x top center;
}

a:link, a:visited, a:active {
	text-decoration: none;
	color:#1a628e;
}
a:hover {
	text-decoration: underline; 
	color:#1a628e;
}

#container .loja-geral{
	width:960px;
	height:auto;
	padding:10px 0;
}

#container .loja-geral .header{
	background:url(../img/topo-loja-do-colaborador.png) no-repeat center;
	width:960px;
	height:67px;
}

#container .loja-geral .box-lojas{
	width:960px;
	height:520px;
	margin-top:10px;
	position:relative;
}

.box-lojas .topo{
	background:url(../img/bg-top-box-lojas.png) no-repeat center;
	width:960px;
	height:10px;
}

.box-lojas .corpo{
	background:#fff;
	width:960px;
	height:500px;
}

.box-lojas .chamada{
	background:url(../img/chamada-lojas.png) no-repeat center;
	width:719px;
	height:60px;
	position:relative;
	text-indent:-9999px;
	padding:5px 0 30px 0;
}

.box-lojas .multicheque{
	text-align:center;
	width:700px;
}

.box-lojas .multicheque img
{
    margin-top:20px;
    }

.lojas{
	width:700px;
	height:auto;	
}
.lojas a:hover{text-decoration:none;}

.lojas .pontofrio{
	width:300px;
	float:left;
	text-align:center;
}
.link{
	text-align:center;
}


.lojas .pontofrio .logo{
	padding: 0 0 0 20px ;
}
.lojas  .logo img {margin-bottom:10px;}

.lojas .pontofrio .btn-ir{
	padding: 10px 0 0 18px ;
	margin:0 auto;
}

.lojas .extra{
	width:350px;
	float:right;
	text-align:center;
}

.lojas .extra .logo{
	padding: 0 0 0 20px ;

}

.lojas .extra .btn-ir{
	padding: 10px 0 0 18px ;
}


.box-lojas .bottom{
	background:url(../img/bg-bottom-box-lojas.png) no-repeat center;
	width:960px;
	height:10px;
}

#container .loja-geral .sombra{
	background:url(../img/bg-box-sombra.png) no-repeat center;
	width:960px;
	height:20px;
}

.loja-geral .rodape{
	width:960px;
	height:20px;
	text-align:center;
	padding:0 5px;
}

#container .loja-geral .lista{
	list-style:none;
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#1a628e;
}

.opcao{
	display:inline;
}

