@charset "utf-8";
/*ESTRUTURA DO SITE*/
#head{
	height:25px;
	background-color:#ffa000;
}
#subHead{
	background-color:#383838;
	height:45px;
	margin-top:5px;
}
#footer{
	width:100%;
	float:left;
	height:auto;
	display:block;
	background-color:#dbdbdb;	
}
#conteudo{
	float:left;
	margin-top:10px;
	width:100%;
}
.logo{
	padding-left:5px;
	padding-bottom:5px;
	float:left;	
}
#sponsor{
	float:left;
	width:100%;
	display:block;
}
#division{
	float:left;
	width:100%;
	height:10px;
	background-image: url(../images/division.gif);
	background-repeat: repeat-x;
}
.logoTof{
	padding-top:3px;
	float:left;
}
#disclaimer{
	display:block;
	padding:10px;	
}

#subDiv{
	background-image: url(../images/sub_div_bg.gif);
	background-repeat: repeat-x;
	float:left;
	display:block;
	height:16px;
	width:100%;	
}
.website{
	float:left;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.3em;
	color:#07487C;
	font-weight:bold;
	margin-left:20px;
	margin-top:10px;
}


/*FIM ESTRUTURA DO SITE*/



/*DISPOSIÇÃO DAS OFERTAS*/

#halfpage_hotad li {
	list-style-type:none;
	list-style-position: outside;
	height:100px;
	position:relative;
	float:left;
	display:block;
	width:100%;
	margin-bottom:7px;
	background-image: url(../images/background.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#base_hotad{
/*width:auto;*/
}

#halfpage_hotad{
background-repeat:no-repeat;
width:100%;
}

#halfpage_hotad li span{
cursor:pointer;
display:block;
padding:0 0 0 95px;
}

#halfpage_hotad li .img_footer{
height:70px;
width:290px;
}

#halfpage_hotad li img{
height:77px;
left:4px;
float:left;
top:4px;
width:89px;
margin-left:10px;
}
#halfpage_hotad li .store{
font-weight:bold;
font-family:Arial,Helvetica,sans-serif;
font-size:11px;
margin:7px 0 2px;
}
#halfpage_hotad li .description{
	font-weight:bold;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	margin:0 0 2px;
	margin-left:10px;
	margin-right:10px;
	padding-top:15px;
}
#halfpage_hotad li .titulo_produto{
	font-weight:bold;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	margin:0 0 2px;
}
#halfpage_hotad li a 
{
	color:#47423A;
	text-decoration:none;
}
#halfpage_hotad li .price{
	color:#FF9900;
	font-weight:bold;
	font-family:Arial,Helvetica,sans-serif;
	font-size:15px;
	margin:0 0 2px;
	margin-left:10px;
}
/*DISPOSIÇÃO DAS OFERTAS*/

/*TEXTOS*/
.texto00{
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.7em;
	color:#4E4E4E;
	line-height: normal;
}

.texto01 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	color:#4E4E4E;
}

a.texto00:link, a:texto00:visited{
	font-family:Arial, Helvetica, sans-serif;
	color:#FF3300;
}
a.texto00:hover{
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.7em;
}
a.texto00:active{
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.7em;
}

/*BARRA BUSCA*/

.text {
	font: 14px arial, sans-serif;
	color: #999999;
	height:40px;
	border:3px solid #FFA41B;
	width:99.9%;
	background-attachment:scroll;
	background-color: #FFFFFF;
	background-image: url(../images/lupinha.png);
	background-repeat: no-repeat;
	background-position: 5px;
	padding-left:35px;
}
#busca {
	background-color: #FFA41B;
	width:100%;
	overflow:hidden;
}