.ListaProdutos{
	display:block;
	margin-left:25px;
}
.ListaProdutos UL{
	clear:both;
	display:block;
}
.ListaProdutos UL LI{
	display:block;
	float:left;
	padding-top:30px;
	padding-left:55px;
}
.BoxProduto_RosaExt{
	width:229px;
	height:272px;
	display:block;
	text-align:center;
	background:url(../images/layout/bg_produto_box.png) no-repeat 0 0;
}
.BoxProduto_Rosa{
  position:relative;
	width:229px;
	height:272px;
	display:block;
	background:none;
}
.BoxProduto_Rosa P{
	text-align:center;
	display:block;
	line-height:15px;
	color:#EE4F91;
	font-family:tahoma;
	font-size:12px;
	font-weight:bold;
	padding-top:15px;
}

.BoxProduto_AzulExt{
	width:229px;
	height:272px;
	display:block;
	text-align:center;
	background:url(../images/layout/bg_produto_boxAzul.png) no-repeat 0 0;
}
.BoxProduto_Azul{
  position:relative;
	width:229px;
	height:272px;
	display:block;
	background:none;
}
.BoxProduto_Azul P{
	text-align:center;
	display:block;
	line-height:15px;
	color:#44C8F5;
	font-family:tahoma;
	font-size:12px;
	font-weight:bold;
	padding-top:15px;
}

.FotoProduto{
	text-align:center;
	margin-top:40px;
	height: 135px;
}
.BoxPaleta{
	text-align:center;
	display:block;
	/*margin:0 auto 0 auto;*/
  width:229px;
  position:absolute;
  left:0px;
  bottom:10px;
}
.BoxPaleta .PaletaCores{
	width:40px;
	height:30px;
	display:inline-block;
  margin-bottom:2px;
	/*background:url(../images/layout/cores_icon.gif) no-repeat 0 0;*/
}
.BoxProduto_Rosa .PaletaCores {
  background:url(../images/loading-pink.gif) no-repeat 50% 50%;
}
.BoxProduto_Azul .PaletaCores {
  background:url(../images/loading-blue.gif) no-repeat 50% 50%;
}
/* tela de detalhes */
.menucategorias{
	float: left; width: 115px;
}

.menucategorias ul li * {
  font-weight:bold;
}

.menucategorias ul ul {
  margin-top:10px;
}

.menucategorias ul ul li * {
  font-weight:normal;
}


.colunaProduto{
  float: left; width: 760px; border-left:1px solid #EEE;
}
.colunaCentro{
	float: left;
}
.produtoFoto{
	width: 470px;
	height: 258px;
	position:relative;
  text-align:center;
	display:block;
  margin-bottom:10px;
}
.iconAmpliar {
	background:url(../images/layout/bt_ampliar.gif) no-repeat right top;
	position:absolute;
	bottom:0px;
	right:20px;
	display:block;
	z-index:999;
	width:48px;
	height:40px;
	
}
.produtosThumb{
	float:left; width: 285px;
}
.produtosThumb UL{
	height:95px;
}
.tituloProduto{
	font-family:tahoma;
  font-size:18px;
  font-weight:bold;
	color:#EB1D76;
}
.coresProduto{
	font-family:tahoma;
	font-size:12px;
	color:#EB1D76;
  line-height:1.2em;
}
.produtoThumbItem{
	float: left;
	margin-right: 10px;
	background:url(../images/layout/bg_thumb.gif) no-repeat 0 0;
	width:121px;
	height:88px;
}
.bg_thumb{
	display:block;
	text-align:center;
	height:88px;
}
.bg_thumb IMG{
	margin-top:20px;
}

.tituloSessao{
	font-family:tahoma;
	font-size:16px;
  font-weight:bold;
	color:#EB1D76;
	text-decoration:underline;
}
.textoSessao, .textoSessao * {
	font-family:tahoma;
	font-size:12px;
	color:#EB1D76;
}
.categoria_link{
	font-family:tahoma;
	font-size:12px;
	color:#44C8F5;
	text-decoration:none;
	padding-left:20px;
	font-weight:bold;
}
.categoria_link:hover{
	text-decoration:underline;
}
.clsCategoria{
	/*float:left;*/
	/*margin-left:5px;*/
	margin-left:130px;
	border-left:1px solid #EEEEEE;
	margin-top:20px;
}
.clsCategoria ul li{
	padding-left:20px;
}
.clsMenuCategorias {
	margin-top:50px;
  float:left;
}
.produtoImagens{
	clear:both;
	position:relative;
	width:420px;
	left:20px;
}
.clsCategoria h2 {
  margin-left:10px;
}
