#content-produto-header{
	display: block;
	margin-bottom: 20px;
	background-color: #f6f6f6;	
}

.content-produto-block{
	display:-moz-inline-stack; /* FF2 fix coz it does not support inline-block */
	display:inline-block; /* supported by FF3+ and IE8+ */
	zoom:1; *display:inline; /*  IE6 & IE7 hack coz they do not support inline-block (zoom trigger hasLayout and * target IE6/7) */
	vertical-align: top;
}

#content-produto-header-left-container{
	width: 710px;
	padding: 0px;	
	background-color: #fff;	
	min-height: 224px;
}
#content-produto-header-left{
	width: 200px;
	padding-right: 20px;	
}
#content-produto-header-middle{
	width: 460px;
	padding-top: 16px;
	padding-right: 10px;	
}
#content-produto-header-right{
	width: 170px;
	padding: 10px 15px;
}

#content-produto-header-right div{
	display: block;
}

#content-produto-header-right div.produto-block-preco{
height: 70px;

}

#content-produto-header-right div.produto-old-preco{
	text-align: right;
	font-size: 16px;
	text-decoration: line-through;
	color: #7d7d7d;
	
}

#content-produto-header-right div.produto-preco{
	font-size: 34px;
	line-height: 32px;
	font-weight: bold;
	color: #666600;
	text-align: right;
}

div.produto-preco span.produto-promo{
	padding-left: 24px;
	background: url('/images/ico_promocao.png') transparent no-repeat left center;
}
/*

margin: 2px 0px 0px 0px;
	display:-moz-inline-stack; /* FF2 fix coz it does not support inline-block * /
	display:inline-block; /* supported by FF3+ and IE8+ * /
	zoom:1; *display:inline; /*  IE6 & IE7 hack coz they do not support inline-block (zoom trigger hasLayout and * target IE6/7) * /
text-align: right;
color: #333b00;
font-weight: bold;
font-size: 16px;
line-height: 16px;
	background: url('/images/ico_promocao.png') transparent no-repeat left center;

*/

#content-produto-header-right div.produto-iva{
	font-size: 13px;
	font-weight: normal;
	text-align: right;
}
#content-produto-header-right div.produto-quant{
	margin-top: 36px;
	text-align: right;
}


.block-addcart{
	width: 100%;
}
.block-addcart-left{
	display:-moz-inline-stack; /* FF2 fix coz it does not support inline-block */
	display:inline-block; /* supported by FF3+ and IE8+ */
	zoom:1; *display:inline; /*  IE6 & IE7 hack coz they do not support inline-block (zoom trigger hasLayout and * target IE6/7) */
	vertical-align: top;
	text-align: right;
	width: 100px;
	margin-right: 20px;
}
.block-addcart-right{
	display:-moz-inline-stack; /* FF2 fix coz it does not support inline-block */
	display:inline-block; /* supported by FF3+ and IE8+ */
	zoom:1; *display:inline; /*  IE6 & IE7 hack coz they do not support inline-block (zoom trigger hasLayout and * target IE6/7) */
	vertical-align: top;
	width: 50px;
}


#content-produto-info{
	display: block;
	margin-bottom: 20px;
}

ul.produto-categorias{
	font-size: 13px;
	margin-bottom: 14px;
}
ul.produto-categorias a {
	color: #b3b3b3;


#content-produto-footer{
	display: block;
	margin-bottom: 20px;
}

.open-list {
	padding: 2px 0px 14px 0px;
}

.open-list h1 {
	height: 20px;
	padding: 2px 9px 8px 9px;
	font-family: 'Open Sans', sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	text-transform: none;
}


.open-list a{
	display: block;
	width: 160px;
	padding: 2px 9px 2px 9px;
	font-size: 13px;
	font-weight: normal;
	color: #798c00;
}
.open-list a.active{
	color: #f87f11;
	font-weight: bold;
}
.open-list li.open-list-col {
position: relative;
display: inline-block;
vertical-align: top;
}