 
a:link, a:visited, a:active {
	color: #c6a23b;
	font-weight: bold;	
	text-decoration: none;
	
}

a.loja:link, a.loja:visited, a.loja:active {
	color: #c6a23b;
	font-weight: bold;	
	text-decoration: none;
	font-size:15px;
	margin:15px 0 25px 0;
	display:block;
	
}

a:hover {		
	text-decoration: underline;
}

.transparent {
	filter:alpha(opacity=40);
	opacity: 0.4;
	-moz-opacity:0.4;
	zoom: 1;
}

a.index:link, a.index:visited, a.index:active {	
	font-size: 11px;
	font-family: Trebuchet MS;	
	font-weight: normal;
	text-decoration: none;
	/*border: 1px solid #cccccc; */
	padding: 0px 4px 0px 4px;
	background: #c6a23b;	
	color: #ffffff;
	
}

a.index:hover {
	text-decoration: none;	
	padding: 0px 4px 0px 4px;	
}

.display-index {
	font-size: 11px;
	font-family: Trebuchet MS;	
	border: 1px solid #cccccc; 
	padding: 0px 4px 0px 4px;
}

.display-index:hover {
	border: 1px solid #c6a23b; 
}

.display-index-off {
	font-size: 11px;
	font-family: Trebuchet MS;	
	border: 1px solid #cccccc; 
	padding: 0px 4px 0px 4px;
	background: #333333;	
}

.display-index-on {
	font-size: 11px;
	font-family: Trebuchet MS;	
	border: 1px solid #333333; 
	background: #333333;
	color: #FFFFFF;
	font-weight: bold;
	padding: 0px 4px 0px 4px;
}




/* tools */

.tools-menu-item a.on:link, .tools-menu-item a.on:visited, .tools-menu-item a.on:active {
	padding: 5px;
	background: #c6a23b;
	color: #ffffff;	
}

.tools-menu-item a.on:hover {
	text-decoration: none;
}

.tools-menu-item a.off:link, .tools-menu-item a.off:visited, .tools-menu-item a.off:active {
	padding: 5px;
	background: #d4d4d4;
	color: #484848;	
}

.tools-menu-item a.off:hover {
	color: #ffffff;
	text-decoration: none;
}

