html body{
	margin:0;
	padding:0;
}
#tudo{
	margin:0;
	padding:0;
	text-align:center;
	background-color:#505D66;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#header{
	height:85px;
	width:780px;
	margin:0 auto;
}
#logo{
	width:215px;
	float:left;
	height:85px;
	background-image:url(../figuras/logo.jpg);
}
#banner{
	float:right;
	width:565px;
	height:85px;
	background-color:#202020;
}
#menu{
	padding-top:24px;
	background-image:url(../figuras/fundo_menu.jpg);
	background-repeat:repeat-x;
	width:780px;
	height:98px;
	margin:0 auto;
}
#topo{
	background-color:#202020;
}
#conteudo{
	_height: 400px;
	background-color:#ECECEC;
	width:780px;
	margin:0 auto;
	text-align: left;
	min-height:400px;
}
#bottom{
	clear:both;
	height:41px;
	width:780px;
	margin:0 auto;
}
#logo-madson{
	width:215px;
	float:left;
	height:41px;
	background-image:url(../figuras/logo-madson.jpg);
	text-indent:-9000px;
}
#logo-madson a{
	display:block;
	height:41px;
	width:215px;
}
#copy{
	font-weight:bold;
	font-size:60%;
	float:right;
	width:565px;
	height:41px;
	background-color:#202020;
	text-align:right;
	color:#fff;
	vertical-align:middle;
	line-height:41px;
}
#resposta {
	text-align:center;
	line-height:50px;
	vertical-align:middle;
	color:#ECECEC;
	font-weight:bold;
	font-size:80%;
	background-color:#202020;
}
#resposta a{
	color:#ECECEC;
	font-weight:bold;
	font-size:80%;
}
.botao {
	background-image:url(../figuras/fundo_bt.gif);
	background-repeat:repeat-x; 
	color:#FFF; 
	border:0; 
	width:81px; 
	height:30px; 
	font-weight:bold;
}
p {
	padding-left:10px;
	padding-right:10px;
	font-size:75%;
}
#label {
	font-size:75%;
	padding-left:10px;
}
#labelC {
	font-size:75%;
	padding-left:10px;
	display:inline;
}
.input {
	font-size:75%;
	height:13px;	
	margin-left:10px;
}
.inputInvalid {
	font-size:75%;
	height:13px;	
	margin-left:10px;
	background-color:#E9A3A5;
}
.textarea {
	font-size:75%;
	margin-left:10px;
}
.textareaInvalid {
	font-size:75%;
	margin-left:10px;
	background-color:#E9A3A5;
}
#mapa{
	width:100%;
	height:480px;
	border:1px solid black;
}
h3 {
	margin:0;
	padding:0;
}
#barraC{
    Float:left;
   	width:150px;
	text-align:left;
	line-height:19px;
	vertical-align:middle;
	padding-left:25px;
}
#button {
    text-align:center;
    width:100%;
    clear:left;
}

/* BEGIN CRIR */
label.checkbox_checked {
	background: #ECECEC url(../figuras/tick.gif) no-repeat;	
	display: block;
	font-size:75%;
	padding-left:25px;
}
label.checkbox_unchecked  {
	background: #ECECEC url(../figuras/cross.gif) no-repeat;	
	display: block;
	font-size:75%;
	padding-left:25px;
}

/* Radio Buttons */
label.radio_checked {
	background: #fff url(../figuras/bullet_green.png) no-repeat;	
	display: block;
	margin: 10px 0;
	padding-left: 25px;
}
label.radio_unchecked  {
	background: #fff url(../figuras/bullet_white.png) no-repeat;	
	display: block;
	margin: 10px 0;
	padding-left: 25px;
}


/* Hover State */
label:hover{
	color: #575B60;
}

label.highlighted {
	border: 1px solid #333;
}

/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */
/* STOP EDITTING - DO NOT CHANGE OR REMOVE        */
.crirHidden {
	position: absolute;
	left: -1000px;
}
/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */


/* END CRIR */


.fisheye{
	text-align: center;
	height: 50px;
	position: relative;
}
a.fisheyeItem
{
	text-align: center;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	width: 70px;
	height: 70px;
	position: absolute;
	display: block;
	top: 0;
}
.fisheyeItem img
{
	border: none;
	margin: 0 auto 5px auto;
	width: 100%;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=*.png,sizingMethod='scale');
	behavior: url('js/png.htc');
}
.fisheyeItem span
{
	display: none;
	positon: absolute;
	background-color:#ECECEC;
}
.fisheyeContainter
{
	height: 70px;
	left: 500px;
	position: absolute;
}

#lista_leiloes {
	/*width:215px;*/
	width:25%;
	float:left;
	background-color:#ECECEC;
}
#lista_lotes {
	/*width:565px;*/
	width:75%;
	float:right;
	background-color:#ECECEC;
}
#titulo_leiloes {
	background-color:#F3870B;
	height:63px;
	vertical-align:middle;
	text-align:center;
	color:#FFFFFF;
	font-size:105%;
	font-weight:bolder;
}
.lista_leilao a {
	background-color:#E2E7ED;
	border:1px solid #B8C6D2;
	text-decoration:none;
	display:block;
	_height:60px;
	min-height:60px;
	width:90%;
	margin-top:10px;
	color:#000;
	font-size:105%;
}
.lista_leilao a:hover {
	background-color:#B8C6D2;
}
.lista_leilao a span {
	font-size:60%;
}
#topo_leilao{
	background-color:#B8C6D2;
	width:90%;
	margin-top:10px;
	height:130px;
}
#img_leilao{
	background-color:#E2E7ED;
	width:120px;
	height:120px;
	float:left;
	margin-top:5px;
	margin-left:5px;
}
#leilao_desc{
	background-color:#E2E7ED;
	float:right;
	width:371px;
	_width:360px;
	margin-top:5px;
	margin-right:5px;
	height:120px;
	text-align:left;
	padding-left:2px;
	font-size:80%;
}
.lote {
	width:90%;
	margin-top:5px;
	background-color:#B8C6D2;
}
.lote_resu{
	padding-top:5px;
	padding-left:5px;
	text-align:left;
	min-height:75px;
	_height:75px;
	color:#000;
	font-size:80%;
}
.lote_resu a{
    text-decoration:none;
    color:#000;
}
.lote_resu a:hover{
    color:#F3870B;
}
.abrir a{
	font-size:65%;
	text-decoration:none;
    color:#000;
	font-weight:bold;
	width:100%;
	text-align:right;
	display:block;
}
.abrir a:hover{
	color:#F3870B;
}
.lote_desc{
	background-color:#E2E7ED;
	border:2px solid #B8C6D2;
	min-height:150px;
	_height:150px;
	text-align:left;
}
.imglote{
	height:50px;
	width:75px;
	line-height:50px;
	vertical-align:middle;
	text-align:center;
	background-color:#FAFAFA;
	float:left;
	font-weight:bold;
	margin-right:3px;
}
#index{
	font-size:75%;
}
#index a {
	text-decoration:none;
	color: #575B60;
}
#index a:hover {
	text-decoration:underline;
}
.avaliacao {
	color:#990000;
	font-size:75%;
}
.thickbox:hover {
  cursor:pointer;
}

