	@charset "utf-8";
/* CSS Document */

/** TOPO **/
*{margin:0;}

#topoLoja{
	background:url(../imagens/topo/bg_topo.jpg) repeat-x;
	height:131px;
	overflow:hidden;
}

#topoDiv1{
	height:97px;
}

#topoLogo{
	position:absolute; /* warning */
	width:195px;
	vertical-align:top;
	float:left;
	margin-left:10px;
}
#topoMeio{
	display:block;
	height:60px;
}

#topoMeio #menu{
	font-family:Tahoma;
	font-size:11px;
	color:#ca2c23;
	text-align:right;
	padding:8px 0 0 0;
}

.spanMenu{display:inline}
.spanMenu2{display:inline}

.spanMenu2 a{
	color:#ca2c23;
	text-decoration:none;
}
.spanMenu2 a:hover{
	text-decoration:underline;
}


.spanMenu a{
	color:#330000;
	font-weight:bold;
	text-decoration:underline;
}
.spanMenu a:hover{
	text-decoration:none;
}

#topoMeio #infoDireita{
	width:100%;
	height:20px;
	text-align:right;
}
#topoMeio #infoDireita a{
	text-decoration:none;
}

#topoMeio #busca{
	margin:10px 0 0 0;
}
#topoMeio #busca img{
	cursor:pointer; 
}
#topoMeio #infoTopoMenu{
	color:#FFFFFF;
	clear:both;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	text-align:center;
	
}
#topoMeio #infoTopoMenu strong{
	color:#FF7;
}
#topoMeio #infoTopoMenu a{
	color:#FF7;
	text-decoration:underline;
	font-weight:bold;
}
#topoMeio #infoTopoMenu a:hover{
	text-decoration:none;
}

#topoMeio #busca .formBusca{
	margin:0 auto;
	width:450px;
	background:none;
	text-align:center;
}
/* campo de texto para busca*/
#topoMeio #busca .fieldBusca{
	background:#ffffff;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#28166F;
	height:17px;
	width:190px;
	border:none;	
	float:left;
	
	/*IE7 eu te odeio parte2*/
	*width:186px;
	
	/*IE6*/
	_width:190px;
}
#topoMeio #busca .fieldSelect{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#28166F;
	width:164px;
	_width:161px;
	height:20px;
	margin:-1px 7px 0 7px;
	float:left;
}

#topRight{
	width:189px;
	float:right;
	margin-right:15px;
}

#logUser{
	margin-top:2px;
	font-size:0.58em;
	font-family:Tahoma;
	text-align:right;
}

/* Aqui come�a o estrago */

/* MENU TOPO*/
#topoDiv2{
	height:33px;
	/*float: left;
	position: relative;
	left:50%;*/
}

/* Div contendo bot�es */
#topoDiv2 #departamentos{
	font-family:Tahoma;
	font-size:11px;
	list-style: none;
	margin:auto;
	padding: 0;
	height:33px;
	/*the magic*/
	/*position: relative;
	left: -50%;*/
}

/*Div Bot�o*/
#topoDiv2 #departamentos .divBotaoDep{ 
	background:url(../imagens/topo/bt_departamentos.jpg) no-repeat;
	height:33px;
	width:122px;
	float: left;
	_position:relative;	_top: -30%; /*Alinhamento IE6*/
}

/*Div Bot�o todos departamentos*/
#topoDiv2 #departamentos .btDeptodos{
	background:url(../imagens/topo/bt_deptodos.jpg) no-repeat;
	color:#28166f;
	height:33px;
	width:122px;
	float: left;
	padding-top:4px;
	text-decoration:none;
	text-align:center;
}
	#topoDiv2 #departamentos .btDeptodos span{

	}

/*Conteudo bot�o*/
#topoDiv2 #departamentos .btDepartamentos{	
	width:122px;
	color:#28166f;
	float: left;
	position: relative;
	text-align:center;
	text-decoration:none;
	line-height:33px; /*alinhamento vertical*/
}
	#topoDiv2 #departamentos .btDepartamentos span{
		
	}

/* Div todos departamentos */
#todosDepartamentos{	
	display:none;
	background:#ffffff url(../imagens/topo/bg_tddepartamentos.jpg) repeat-x;
	border:solid 3px #bc5e2c;
	padding:15px;
	position:absolute;
	z-index:100;
	/*text-align:left;*/
	text-align:right;
}
#todosDepartamentos table{
	font-family:Arial;
	font-size:11px;
	text-decoration:none;
	color:#000000;
	text-align:left;
	border-bottom:#CCCCCC 1px solid;
}
#todosDepartamentos table tr td{
	padding:5px 10px 10px 10px;
	border-right:#CCCCCC 1px solid;
}
#todosDepartamentos table .td_menu_4, #todosDepartamentos table .td_depts{
	border:none;
}
#todosDepartamentos a{
	color:#000000;
	text-decoration:none;
}
#todosDepartamentos a:hover{
	color:#000000;
	text-decoration:underline;
}
#todosDepartamentos span{
	color:#28166F;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	text-align:left;
}
/* Tabela listar todos departamentos */
#todosDepartamentos #TabListaDep tr td{
	 white-space:nowrap;
}
