/* CSS Document */

#gemaNav {
	background-color: #000000;
	height: 37px;
	margin:0px;
	position: absolute;
	top: 0px;
	left: 0px;
	width:100%;
}

#gemaNav li {
	float: left;
	font-size: 12px;
	margin-right: 8px;
	margin-top: 6px;
	list-style-type: none;
}
#gemaNav li a , #gemaNav li a:visited {
	font-weight: bold;
	color: #FFFFFF;
	list-style-type: none;
	padding: 2px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
#gemaNav ul	
	{
	margin-left: -8px;
}
#gemaNav li a:hover {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF00CC;
	text-decoration: none;
}

/* search form */
#searchform {
	position: absolute;
	top: 0px;
	right: 0px;
/*	background: url(images/searchform-bg.png) no-repeat right bottom;*/
	height: 37px;
	width: 210px;
}
#searchform #s{
	background: #ffffff url(images/form-field-bg.gif) no-repeat ;
	height: 17px;
	width: 148px;
	margin: 6px 5px 0px 10px;
	padding: 3px 7px 2px 5px;
	color: #999999;
	border: none;
}
#searchform #searchsubmit { 
	background: url(images/search-btn.png) no-repeat left top;
	height: 24px;
	width: 24px;
	border: none;
	text-indent: -999%;
	line-height: 1px;
	margin-top: 6px;
}
/* classe para as tags da gema (gemaTags)*/
#gemaTags {
	padding-right: 10px;
	padding-left: 35px;
	/* background-image: url(images/gemaTags.gif);*/
	background-repeat: no-repeat;
	background-position: left top;
	text-align: justify;
	background-color: #BD75AB;
/*	background-color: #8E93A4;  original cinza*/
}
#gemaTags a {
	padding: 3px;
}
#gemaTags a:hover {
	background-color: #333333;
	
}
#sidebar-left {
float:left;
}
#subnavPaginas .page_item{
	display: block;
	clear: both;
	float: none;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	margin-bottom: 5px;
}
#subnavPaginas .page_item a {
	color: #FFFFFF;
	text-decoration: none;
	padding: 4px;
}
#subnavPaginas .page_item a:hover {
	background-color: #0066CC;
}

/* estilo do envie para um amigo*/
.akst_share_link {
	background-color: #666666;
	padding: 4px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#gemaMailIcon {
	font-size: 14px;
	font-weight: bold;
	background-color: #666666;
	padding:4px;
	width: 180px;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-right: 10px;
/*	float: left;*/
}
#gemaMailIcon a {
	font-weight: bold;
	color: #FFFF00;
	text-decoration: none;
}
#gemaMailIcon a:hover {
	color: #33FF00;
}