/* CSS Document */

/********** PROMOCIONAIS */

.box-prod-bloco
{
	height: 310px;
	width:190px;
	padding: 5px;
	padding-bottom: 0px;
}



.back-lista{
	background:url(../images/back-lista-produtos.gif) top left repeat-y;
}
.back-lista-cat{
	background:url(../images/back-lista-produtos-cat.gif) top left repeat-y;
}

.box-prod-centro
{
	width: 180px;
	/*height: 286px;*/
	padding: 5px; /***/
	margin-bottom:10px;	
}

* html .box-prod-centro
{
	margin-bottom:0px;
	padding-bottom: 0px;
}

.box-produtos-titulos
{
	width: 212px;
	padding-bottom: 3px;
	border-bottom: #e9e9e9 1px solid;
	margin-bottom: 9px;
}

.box-produtos-thumb
{
	width: 141px;
	height: 70px;
	float: left;
	margin: 15px 15px 5px 15px;
}

* html .box-produtos-thumb
{
	margin-left: 7px;
	margin-right: 0;
	margin-bottom:0px;
}

.box-produto-descricao
{
	width: 160px;
	padding-left: 0px; /***/
	text-align:left;
	margin: 0;

}
.box-produto-descricao-info
{
	width: 380px;
	padding-left: 10px; /***/
	text-align:left;

}
.barra-dir-home{
	width:192px;
	background:url(../images/back-barra-dir-home.gif) top repeat-y;
	vertical-align:top;
}

/********** fim PROMOCIONAIS */

/********** ARTIGOS */
.box-artigos
{
	background: #042c55 url(../images/back-carrinho-index.gif) top repeat-x;
	width: 730px;
	height: 124px;
	padding-top: 6px; /***/
	padding-left: 6px; /***/
}

.box-artigos-format
{
	background: #fff;
	width: 704px;
	height: 98px;
	padding: 10px; /***/
}

.artigos-li
{
	background: url(../images/seta-li.gif) no-repeat;
	padding-left: 6px;
	padding-bottom: 5px;
	margin-bottom: 3px;
	border-bottom: #d7d7d7 1px dashed;
}

.artigos-bts
{
	background: #ededed;
	width: 736px;
	text-align: right;
}
/********** fim ARTIGOS */

/********** PRODUTOS INFO */
#obs-info-produto 
{ 
 margin-top:10px;
}

#obs-info-produto strong 
{
 font-weight: bold;
 color: #cc0000;
}

#obs-info-produto b 
{
 font-weight: bold;
 color: #000000;
}


.ul_gabarito_amostras, .ul_produto_acessorio
{
	margin:5px 0 15px 0;
}
.ul_gabarito_amostras li 
{ 
	background: url(../images/seta-dupla.gif) no-repeat 10px 3px;
	height:15px;
 	width:200px;
	padding-left:20px;
 	display:inline;
}
.ul_produto_acessorio li
{ 
	background: url(../images/seta-dupla.gif) no-repeat 10px 3px;
	height:15px;
 	width:300px;
	padding-left:20px;
}

.info-produto 
{
	text-align:center !important;
	border: 1px solid #D2D2D2;
	width: 250px;
	background-color: #F3F4F6
}

.img-info-produto
{
	width:250px;
	height:250px;
	border-bottom:1px solid #D2D2D2;
}
.pag-info-produto 
{
	width: 250px;
	padding: 5px 0 5px 0;
}

/********** fim PRODUTOS INFO */