@charset "utf-8";
/* CSS Document */
ul#leilao-cartas {
  list-style: none;  
  margin: 0;  
  padding: 0;  
  width: 876px;  
  }  
 ul#leilao-cartas li{  
  float: left;  
  /*  display: inline; testar se no final vai dar na mesma por causa desse comando!!!  margin-right: 2px;*/  
  }   
ul#leilao-cartas li a{
position:relative;
float:left;
width:169px;
height:234px;
background:url(../../imagens/leiloes/carta.jpg) no-repeat;
margin:1px;
padding:2px;
text-align:center;
display: block;
text-decoration: none; 
}
  ul#leilao-cartas li a:hover{  
  font-weight: bold;  
  color: #2C2D32;  
  }
	ul#leilao-cartas .data-leilao{
	position:relative;
	float:left;
	width:165px;
	height:14px;
	padding:2px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-align:center;
	color:#333333;
	cursor:hand;
	}
	
	ul#leilao-cartas .icone-leilao{
	position:relative;
	float:left;
	width:161px;
	height:72px;
	padding:2px;
	color:#333333;
	cursor:hand;
	}
	ul#leilao-cartas .nome-leilao{
	position:relative;
	float:left;
	width:165px;
	height:50px;

	padding:2px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	color:#333333;
	cursor:hand;
	}
	ul#leilao-cartas .frase-leilao{
	position:relative;
	float:left;
	width:165px;
	height:40px;

	padding:2px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-align:center;
	color:#333333;
	cursor:hand;
	}
	ul#leilao-cartas .tipo-leilao{
	position:relative;
	float:left;
	width:165px;
	height:13px;

	padding:2px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	color:#000033;
	cursor:hand;
	}
	ul#leilao-cartas .status-leilao1{
	position:relative;
	float:left;
	width:159px;
	height:14px;
	margin:1px;
	padding:4px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	color:#FFF;
	cursor:hand;
	background:url(../../imagens/leiloes/aberto.jpg) #000 no-repeat;
	}
	ul#leilao-cartas .status-leilao-aovivo{
	position:relative;
	float:left;
	width:159px;
	height:14px;
	margin:1px;
	padding:4px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	color:#FFF;
	cursor:hand;
	background:url(../../imagens/leiloes/aovivo.gif) #000 no-repeat;
	}
	ul#leilao-cartas .status-leilao2{
	position:relative;
	float:left;
	width:159px;
	height:14px;
	margin:1px;
	padding:4px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	color:#FFF;
	cursor:hand;
	background:url(../../imagens/leiloes/encerrado.jpg) #000 no-repeat;
	}
	ul#leilao-cartas .status-leilao3{
	position:relative;
	float:left;
	width:159px;
	height:14px;
	margin:1px;
	padding:4px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	color:#FFF;
	cursor:hand;
	background:url(../../imagens/leiloes/embreve.jpg) #000 no-repeat;
	}
	
	
	#restrito { 
	position:absolute;
	left:0px;
	top:0px;
	z-index:400;
	Filter:Alpha(Opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
	}
