/* CSS Document */

/*****************GERAL**************************/

body,div,td{
font-family:"Trebuchet MS", Arial, Verdana;
font-size:11px;
}
body{
margin-left: 5px;
margin-top: 5px;
margin-right: 5px;
margin-bottom: 5px;
}

/*******************GERAL************************/

a:link {
color:#000000;
text-decoration: none;
}
a:visited {
color:#000000;
text-decoration: none;
}
a:hover {
color:#000000;
text-decoration: underline;
}
a:active {
color:#000000;
text-decoration: none;
}

/*********CONTENTOR***********************************/

#contentor{
width: 940px;
height:100%;
margin: 0px auto;
text-align: left;
overflow:visible;
}

/***************************CABECALHO*******************************/

#cabecalho{
width: 940px;
height:134px;
}

#logoCabecalho{
width: 213px;
height: 134px;/*124px;*/
background: url(../gifs/logo_cabecalho_beta.png) left top no-repeat;
float:left;
}

#fundoCabecalho{
width: 573px;
height: 134px;/*124px;*/
background:url(../gifs/fundo_cabecalho.png) left top repeat-x ;
float:left;
}

#cantoCabecalho{
width: 154px;
height: 134px;/*124px;*/
background:url(../gifs/cabecalho_canto.png) left top no-repeat;
float:left;
}
.btLogin{
font-family:"Trebuchet MS", Arial, Verdana;
font-size:11px;
border: 1px solid #000000;
background-color: #C6DD22;
}

.btLogin:hover{
font-family:"Trebuchet MS", Arial, Verdana;
font-size:11px;
border: 1px solid #000000;
background-color: #333333;
color:#FFFFFF;
}

.inputLogin{
width: 160px;
font-family:'Trebuchet MS', Arial, Verdana;
font-size:11px;
}
/*******************CONTEUDO**FUNDO***************************/

.fundoConteudo{
width: 932px;
height: 100%;
float:left;
background-image:url(../gifs/fundo.png);
background-position:top left;
background-repeat:repeat-y;
overflow:auto;
padding:0px 4px 0px 4px;
}


#coluna1{
width:205px;
float:left;
border-bottom:2px solid #FFFFFF;
border-left:2px solid #FFFFFF;
}

.login{
width:175px;
height:100%;
padding:15px;
background-color:#F4F9D2;
}

.inputText{
font-family:"Trebuchet MS", Arial, Verdana;
font-size:11px;
}

.colunaUnica {
width:721px;
float:left;
border-bottom:2px solid #FFFFFF;
border-left:2px solid #FFFFFF;
}

.divPub{
line-height:25px;
text-indent:7px;
border-bottom:#FFFFFF solid 2px;
font-weight:bold;
font-size:12px;
color:#FFFFFF;
background-color:#000000;
}

.divcriticas a {
border-bottom:#FFFFFF solid 2px;
display: block;
background:url(../gifs/criticas.png) left top no-repeat; 
width:205px; 
height: 100px;
}
.divcriticas a:hover {
background:url(../gifs/criticas.png) left bottom no-repeat;
}

.pubConteudo{
width:205px;
height:100%;
text-align:center;
}

.artigoTudo{
width:230px;
overflow:auto;
padding:10px 0px 25px 0px;
float:left;
}
.artigoNome{
font-size:13px;
font-weight:bold;
}
.artigoEsq{
float:left;
width:80px;
overflow:visible;
}
.artigoFoto{
background-color:#FFFFFF;
width:80px;
height:80px;
}

/***********************BOTOAO FOTOS**************************/
div.artigoFoto a {
width:74px;
height:74px;
display: block;
text-decoration: none;
border: #E9E9E9 3px solid;
}

div.artigoFoto a:link {
border-color:#E9E9E9;
}

div.artigoFoto a:visited {
border-color:#E9E9E9;
}

div.artigoFoto a:hover {
border-color:#C6DD22;
}

div.artigoFoto a:active {
border-color:#E9E9E9;
}

/**************************************************************/

.artigoDir{
float:left;
padding:0px 0px 0px 10px;
}

.artigoDataFim{
float:left;
width:120px;
}

.artigoTexto{
/*width:150px;110*/
padding:0px 0px 0px 0px;
}

/************************RODAPÉ********************************/

#rodape{
width: 925px;
height:31px;
float:left;
background-image: url(../gifs/rodape.png);
background-position:left top;
background-repeat:no-repeat;
padding:5px 0px 0px 15px;
}






/************************FERNANDO********************************/
img {
	border: none;
}

.ulMenuLeiloes {
	background-color:#EDF5B8;
	border-bottom:2px solid #FFFFFF;
	color:#666666;
	padding:3px 5px;
	width:195px;
}

#homeLink a {
	display:block;
	height:50px;
	margin-left:10px;
	margin-top:45px;
	position:absolute;
	width:200px;
	z-index:10;
}


a.link_ajuda{
font-weight:bold;
text-decoration:none;
}

a:hover.link_ajuda{
font-weight:bold;
text-decoration:underline;
color:#C6DD22;
}







/*****************************************************/
/*Rating Stars*/
/*****************************************************/
.star-rating{
	list-style:none;
	margin: 0px;
	padding:0px;
	width: 125px;
	height: 25px;
	position: relative;
	background: url(http://www.feirafranca.pt/gifs/stars/positive.gif) top left repeat-x;		
}
.star-rating li{
	padding:0px;
	margin:0px;
	/*\*/
	float: left;
	/* */
}
.star-rating li a{
	display: block;
	width: 25px;
	height: 25px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 25;
	position: absolute;
	padding: 0px;
}
.star-rating li a:hover{
	background: url(http://www.feirafranca.pt/gifs/stars/positive.gif) left bottom repeat-x;
	z-index: 1;
	left: 0px;
}
.star-rating a.one-star{
	left: 0px;
}
.star-rating a.one-star:hover{
	width:25px;
}
.star-rating a.two-stars{
	left:25px;
}
.star-rating a.two-stars:hover{
	width: 50px;
}
.star-rating a.three-stars{
	left: 50px;
}
.star-rating a.three-stars:hover{
	width: 75px;
}
.star-rating a.four-stars{
	left: 75px;
}	
.star-rating a.four-stars:hover{
	width: 100px;
}
.star-rating a.five-stars{
	left: 100px;
}
.star-rating a.five-stars:hover{
	width: 125px;
}

.negative-star-rating{
	list-style:none;
	margin: 0px;
	padding:0px;
	width: 125px;
	height: 25px;
	position: relative;
	background: url(http://www.feirafranca.pt/gifs/stars/negative.gif) top right repeat-x;		
}
.negative-star-rating li{
	padding:0px;
	margin:0px;
	/*\*/
	float: left;
	/* */
}
.negative-star-rating li a{
	display: block;
	width: 25px;
	height: 25px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 25;
	position: absolute;
	padding: 0px;
}
.negative-star-rating li a:hover{
	background: url(http://www.feirafranca.pt/gifs/stars/negative.gif) right bottom repeat-x;
	z-index: 1;
	right: 0px;
}

.negative-star-rating a.negative-one-star{
	right: 0px;
}
.negative-star-rating a.negative-one-star:hover{
	width:25px;
}
.negative-star-rating a.negative-two-stars{
	right:25px;
}
.negative-star-rating a.negative-two-stars:hover{
	width: 50px;
}
.negative-star-rating a.negative-three-stars{
	right: 50px;
}
.negative-star-rating a.negative-three-stars:hover{
	width: 75px;
}
.negative-star-rating a.negative-four-stars{
	right: 75px;
}	
.negative-star-rating a.negative-four-stars:hover{
	width: 100px;
}
.negative-star-rating a.negative-five-stars{
	right: 100px;
}
.negative-star-rating a.negative-five-stars:hover{
	width: 125px;
}

.neutral_star{
	list-style:none;
	margin: 0px;
	padding: 0px;
	width: 25px;
	height: 25px;
	position: relative;
	background: url(http://www.feirafranca.pt/gifs/stars/neutral.gif) top left no-repeat;
}
.neutral_star li a{
	display: block;
	width: 25px;
	height: 25px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 25;
	position: absolute;
	padding: 0px;
}
.neutral_star-rating li a:hover{
	background: url(http://www.feirafranca.pt/gifs/neutral/negative.gif) right bottom no-repeat;
	z-index: 1;
	right: 0px;
}
/*****************************************************/
	/*Rating Stars*/
/*****************************************************/


ul{
	width: 81px;
	margin: 97px 0px 0px 30px;
	padding: 0px
	}

li {
	display: inline; 
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul li a {
	float:left; 
	width: 27px; 
	height: 18px;
	display: block;
}

ul li.pt a {
	background: url(http://www.feirafranca.pt/gifs/bt_pt.gif) left top no-repeat;
}

ul li.br a {
	background: url(http://www.feirafranca.pt/gifs/bt_br.gif) left top no-repeat;
}

ul li.uk a {
	background: url(http://www.feirafranca.pt/gifs/bt_uk.gif) left top no-repeat;
}