/* CSS By Fernando J. Cordeiro 2009 */

/********* Estilo geral da página *********************************/
* {
	vertical-align: top;
	left: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
}
#mensagem h1 {
	font-size:large;
}
#mensagem h2 {
	font-size:small;
}
#mensagem h4 {
	font-size:x-small;
}
a:visited {
	color: #FFF;
	text-decoration: none;
}
#footer a:visited {
	color: #999;
	text-decoration: none;
}
a:hover {
	color:#6CF;
	text-decoration:underline;
}
a:active {
	color: #F00;
	text-decoration: none;
}
html {
	margin: 0;
	padding: 0;
}
body {
	height: 100%;
	font-size:1em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#FFF;
	text-align:center;
}

/********** Container centralizador *******************************/

#container {
    text-align: center;
    margin: auto;
    width: 800px;
    position: relative;
    height: 820px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

/********** Cabeçalho **********************************************/

#header {
	position: absolute;
	background-image: url(../images/bar_top.jpg);
	background-repeat: repeat-x;
	text-align: justify;
	margin: 0 auto;
	height: 242px;
	z-index: 3;
	width: 800px;
}
#logo_intellogic {
    background-image: url(../images/logo_intellogic.png);
    background-repeat: no-repeat;
    position: relative;
    left: -280px;
    top: 10px;
    width: 220px;
    height: 100px;
    z-index: 0;
}
#box_login {
    position: relative;
    top: -90px;
    left: 280px;
    width: 220px;
    height: 90px;
    background-image: url('../images/box_login.jpg');
    background-repeat: no-repeat;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    color: #A7B57E;
    z-index: 0;
} 
.login_links{							/* Links do Login          */
	color:#A7B57E;
	text-align:left;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:10px;
}
a.login_links:link{
	color:#A7B57E;
	text-decoration:none;
}
a.login_links:hover{
	color:#A7B57E;
	text-decoration:underline;
}
a.login_links:visited{
	color:#A7B57E;
	text-decoration:none;
}

/********** Barra de idiomas e menu superior ***********************/

#navigation {
	position: relative;
	padding-left: 200px;
	padding-top: 7px;
	text-align: left;
	color: #FFF;
	left: 0px;
	top: -80px;
	width: 600px;
	height: 25px;
	z-index: 5;
	clear: both;
	float: none;
	background-image: url(../images/top_menu_bar.png);
	background-repeat: repeat-x;
	overflow: visible;
	vertical-align: bottom;
}
#navigation ul li{
	padding:0.25em 0.25em;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#FFF;
	display:inline;
	height:30px;
}
#navigation ul li a:link{
	color:#FFF;
	text-decoration:none;
}
#navigation ul li a:hover{
	background-image:url(../images/bg_menu.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	padding-bottom:10px;
	text-decoration:none;
	height:30px;
}
#navigation ul li a:active{
	color:#F00;
	background-image:url(../images/bg_menu.png);
	background-repeat:repeat-x;
	background-position:bottom;
	padding-bottom:10px;
	text-decoration:none;
	height:30px;
}
#languages {
    position: relative;
    text-align: right;
    left: 250px;
    width: 100px;
    height: 30px;
    z-index: 2;
    background-repeat: repeat-x;
    bottom: 15px;
}
										/* Menu superior e links   */
#container #header #navcontainer #language table tr td {
	text-align: left;
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.top_menu_links{
	text-align: left;
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
a.top_menu_links:link{
	color:#FFF;
	text-decoration:none;
}
a.top_menu_links:visited{
	color:#FFF;
	text-decoration:none;
}
a.top_menu_links:hover{
	color:#6CF;
	text-decoration:none;
}


/********** Barra do Usuário ****************************************/

#user_bar {
	position: absolute;
	padding-left: 240px;
	vertical-align: bottom;
	width: 560px;
	height: 35px;
	z-index: 3;
	text-align: left;
	background-image: url(../images/user_bar.png);
	background-repeat: no-repeat;
	background-position: right;
	bottom: 59px;
	left: 0px;
	padding-top: 10px;
}
.user_links{							/* Links do Usuário         */
	color:#A7B57E;
	text-align:left;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
a.user_links:link{
	color:#A7B57E;
	text-decoration:none;
}
a.user_links:hover{
	color:#A7B57E;
	text-decoration:underline;
}
a.user_links:visited{
	color:#A7B57E;
}
#shop_cart {
	/* Carrinho de compras      */
	position: absolute;
	text-align: right;
	width: 140px;
	z-index: 20;
	bottom: 5px;
	height: 35px;
	left: 633px;
}

/********** Menu lateral esquerdo **********************************/

#menu_lateral {
	position:absolute;
	width:168px;
	height:auto;
	z-index:6;
	float: left;
	padding-right: 33px;
	top: 150px;
	padding-top: 10px;
}

/********** Corpo da página ****************************************/

#corpo {
	position:relative;
	top:-680px;
	left:200px;
	z-index:2;
	width:600px;
	height:555px;
}

#msg_corpo {
	position: absolute;
	vertical-align: bottom;
	font-size: 0.7em;
	text-align: left;
	text-decoration: none;
	width: 600px;
	height: 457px;
	z-index: 4;
	left: 0px;
	color: #999;
	top: 180px;
	padding-left: 200px;
	padding-top: 30px;
}
#msg_corpo h1{
	font-size:16px;
}
#msg_corpo h2{
	font-size:14px;
}
#msg_corpo h4{
	font-size:12px;
}
#corpo_centro {
	position: relative;
	width: 600px;
	height: 300px;
	z-index: 0;
	color: #666;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	right: 3px;
	clear: both;
	float: right;
	overflow: visible;
	visibility: visible;
	background-color: #FFFFFF;
	top: -400px;
}

#rss {
	clear: both;
	height: auto;
	font-size: 0.7em;
	text-align: left;
	text-decoration: none;
	width: 600px;
	z-index: 9;
	visibility: visible;
	float: right;
	position: relative;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	margin: 0;
	right: 0px;
}
#mensagem {
	clear: both;
	height: 200px;
	font-size: 0.7em;
	text-align: left;
	text-decoration: none;
	width: 600px;
	z-index: 5;
	visibility: visible;
	float: right;
	position: relative;
	bottom: auto;
	vertical-align: top;
	color: #666666;
	background-color: #00F;
}

/********* Rodapé **************************************************/

#footer {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    color: #999;
    margin: auto;
    height: 135px;
    font-size: 0.7em;
    text-align: left;
    text-decoration: none;
    width: 800px;
    z-index: 5;
    visibility: visible;
    position: absolute;
    bottom: -10px;
    top: 675px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
#footer a:link{
	color:#999;
	text-decoration:none;
}
#footer a:hover{
	color:#6CF;
	text-decoration:underline;
}

#container #footer p b {
	font-weight: bold;
}
.negrito_rodape {
	font-weight: bold;
	text-align: left;
}
#centro_rodape {
	text-align: center;
}
.esquerda_rodape {
	text-align: right;
	color: #666666;
}
#container #header #apDiv2 table tr td img {
	text-align: left;
}
.titulo_noticia 
{
	font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
	color: #0860A8;
}
a.titulo_noticia:link{
	color: #0860A8;
	text-decoration:none;
}
a.titulo_noticia:visited{
	color: #0860A8;
	text-decoration:none;
}
a.titulo_noticia:hover{
	color:#6CF;
	text-decoration:underline;
}	
.corpo_noticias {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style:italic;
	color: #999;
	text-decoration: none;
}
#VolusionLiveChat{
	text-align:left;
}
.ratingStar
{
            font-size: 0pt;
            width: 20px;
            height: 20px;
            cursor:pointer;
            background-repeat: no-repeat;
 }
 
.filledRatingStar {
  background-image: url(images/star_filled.gif);
}

.emptyRatingStar{
  background-image: url(images/star_blank.gif);
}
.thumbnails{
        width: 216px;
}
