#tipoCategorias{
	border:none;	
	padding-top:15px;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:0px;
	position:relative;z-index: 1;
	background-color: #fff;
}
#tipoCategorias DIV.full{
	border:none;
	overflow:hidden;
	height:35px;
	_height:100%;
	background-color:#EEEDE1;
}
#tipoCategorias DIV.full_categoria{
	border:none;
	overflow:hidden;
	_height:100%;
	padding:0 1px 0;
	clear:both;
}
#tipoCategorias DIV.full SPAN {
	float:left;
	position:relative;z-index: 2;
	font-weight: bold;
	color:#666;
	cursor:pointer;
	background-color:#eeede1;
	height: 29px;
	margin-top:6px;
}
#tipoCategorias DIV.full SPAN A {
	float:left;
	color:#CBBD8B;
	font-size:13px;
	height:29px;
	line-height:29px;
	vertical-align:middle;
	font-size:14px;
	text-decoration: none
	}
	
#tipoCategorias DIV.full SPAN SPAN.right,
#tipoCategorias DIV.full SPAN SPAN.left {
	background-color:#EEEDE1;
	height: 29px;
	width:13px;
	margin-top:0;
	}
#tipoCategorias DIV.full SPAN SPAN.left {
	width: 16px;
	height:29px;
	}
#tipoCategorias DIV.full SPAN A:HOVER{text-decoration: underline;}
#tipoCategorias DIV.full SPAN.on{
	cursor:default;	
	background-color: #FFF;
}
#tipoCategorias DIV.full SPAN.on A{
	color:#A5924A;
	}
#tipoCategorias DIV.full SPAN.on SPAN.right{
	background: no-repeat url("../../images/loja/fundos/aba_right_categoria.gif") ;
		}
#tipoCategorias DIV.full SPAN SPAN.left1 {
	background: no-repeat url("../../images/loja/bullet_aba_categoria.gif") center;
	}
#tipoCategorias DIV.full SPAN SPAN.left2 {
	background: no-repeat url("../../images/loja/bullet_aba_categoria2.gif") center;
	}
#tipoCategorias DIV.full SPAN.on SPAN.left{
	background-color: #FFF;
	}
#tipoCategorias DIV.full SPAN.on SPAN.left1 {
	background: no-repeat url("../../images/loja/bullet_aba_categoria_on.gif") center #fff;
	}
#tipoCategorias DIV.full SPAN.on SPAN.left2 {
	background: no-repeat url("../../images/loja/bullet_aba_categoria2_on.gif") center #fff;
	}
#tipoCategorias DIV.full SPAN.on P:HOVER{text-decoration: none;}

#tipoCategorias DIV.full_categoria DIV.conteudo{
	float:left;clear:both;
	/*border: 1px solid #d4d2a9;*/
	height:200px;width:100%;
	position:relative;z-index: 1;
	background-color: #f6f5ec;
	margin-top:20px;
}
#tipoCategorias DIV.full_categoria .conteudo DIV.c{
	color:#666;
	font-size: 11px;
	padding: 10px;	
	text-align: justify;
	display: none;
	overflow-y:auto;
}
#tipoCategorias DIV.full_categoria .conteudo DIV.on{display:block}

/*Paginacao*/
#centro P.paginas{
	display:block;
	float:right;
	padding-right:10px;
	margin: 20px 0px;
}
#paginas A.pagina {
	font-size: 10pt; 
	font-weight: bolder;
	color:#A5924A;
	float:left;
	padding: 4px;
	width: 10px;
	align: center;
	text-align: center;
	margin:0 3px;
}
SPAN.paginaAtual {
	color:#A6BC00;
	font-size: 10pt; 
	font-weight: bolder;
	height:auto;
	padding: 4px;
	width: 10px;
	align: center;
	text-align: center;
	float: left;
}
/*Fim paginacao*/
