#titulo{float:left; width:100%}


/*ESQUERDA*/
#maisVendidos{float:left; width:100%}
#maisVendidos ul{display:inline; cursor: pointer;}
#maisVendidos ul li{display:block; width:100%; height: 60px; border-bottom: 1px dashed #CCC; padding-top: 5px;}
#maisVendidos ul li a{background:url(images/iconSeta.jpg) no-repeat 1px ; display:block; width:100%; height:15px; padding:3px 0 3px 14px}
#maisVendidos ul li a:hover{background-color:#f1f1f1; height:15px; text-decoration:none; background-image:none}


#banners{float:right; width:230px}
#banners ul li{float:right; margin-bottom:4px}



/*DIREITA*/

#buscaMarca{float:left; width:100%; padding:10px 0; text-align:center}


#marcas{
	width:160px;
	float:left;
}
	
#marcas li{
	background:url(images/bgMarca.jpg) repeat-x; 
	height:34px;
	overflow:hidden;
	margin:5px 0 0 0;
	float:left}

#marcas .logo{
	float:left;
	text-align:center;
	width:150px;
	padding:2px 0;
	margin: auto;
}

#marcas .todasMarcas{
	text-align:center; 
	width:100%; 
	background:none
}


#prodDestaque{width:140px; 
			  border:#dddddd 1px solid; 
			  float:left; 
			  position:relative; 
			  left:8px; 
			  top:8px; 
			  margin-bottom:15px
} 
#prodDestaque ul{
	float:left;
	width:140px;
	margin:0;
	padding:0;
	text-align:center;
}