.imgColecao

{

	float:left;

	width:615px;

	height:300px;

	background:#9C3;

	margin-left:7px;

	overflow:hidden; /*força a div a mostrar apenas o que está dentro das medidas dadas à ela*/

}



.midias

{

	float:left;

	width:205px;

	height:300px;

}



.boxMidias

{

	float:left;

	width:205px;

	height:100px;

	background:#ffe2fb;

}



.conteudoMidia

{

	float:left;

	width:185px;

	height:80px;

	margin:10px 0 0 10px;
	
	color: #6d234b;

}



.imgMidia

{

	float:left;

	width:80px;

	height:80px;

	overflow:hidden; /*força a div a mostrar apenas o que está dentro das medidas dadas à ela*/

}



.textoMidia

{

	float:left;

	width:95px;

	height:80px;

	margin-left:10px;

}

.textoMidia a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#6d234b;
	text-decoration:none;
}

.textoMidia a:hover {
	text-decoration:underline;
}

.destaquesCategoria

{

	float:left;

	width:820px;

	height:180px;

	margin-left:7px;

}



.boxCategoria

{

	float:left;

	width:205px;

	height:180px;

	background:url(../imgs/dots_black.gif) right repeat-y;

}



.barraCategoria

{

	float:left;

	width:205px;

	height:20px;

	font-weight:bold;

	text-indent:7px;

	background:#fcc8e2 url(../imgs/dots_black.gif) right repeat-y;

	line-height:20px;
	
	color: #6d234b;

}



.imgCategoria

{

	float:left;

	width:200px;

	height:160px;

	overflow:hidden; /*força a div a mostrar apenas o que está dentro das medidas dadas à ela*/

}



.barraTitulo

{

	float:left;

	width:820px;

	height:15px;

	margin-left:7px;

	background:#fcc8e2;

	font-weight:bold;

	line-height:15px;

	text-indent:7px;
	
	color: #6d234b;

}



.destaquesProdutos

{

	float:left;

	width:820px;

	height:450px;

	margin-left:7px;

}



.boxProduto

{

	float:left;

	width:164px;

	height:140px;

	margin-top:10px;

	background:url(../imgs/dots_black.gif) right repeat-y;

}



.imgProduto

{

	float:left;

	width:144px;

	height:95px;

	margin-left:10px;

	overflow:hidden; /*força a div a mostrar apenas o que está dentro das medidas dadas à ela*/

}



.textoProduto

{

	float:left;

	width:144px;

	height:30px;

	margin-left:10px;

	font-size:11px;

}



.infosProduto

{

	float:left;

	width:154px;

	height:15px;

	margin-left:10px;

	background:#FFF;

}



.preco

{

	float:left;

	width:70px;

	height:15px;

	color:#bc9443;

	font-weight:bold;

}



.maisInfo

{

	float:left;

	width:70px;

	height:15px;

	text-align:right;

}