#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: 400px;
	padding: 0px 25px 0px 0px;
	background-color: #fff;
	min-height: 530px;
}

#content-produto-header-top{
	text-align: center;
	vertical-align: top;
}
#content-produto-header-bottom{
	padding-top: 10px;
	text-align: center;
	vertical-align: top;
}

#content-produto-header-bottom ul li {
display: -moz-inline-stack;
display: inline-block;
zoom: 1;
width: 80px;
height: 80px;
border: 1px solid #d3d3d1;
margin: 0px 10px 10px 10px;
vertical-align: top;
text-align: left;
}

#content-produto-header-bottom ul li.rowLastItem {
margin-right: 0px !important;
}

ul#content-thumbnails li img{
	cursor: zoom-in;
}

#content-produto-header-right{
	width: 415px;
	padding: 20px 20px 0px 20px;
}

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



#content-produto-header-right h1{
	font-size: 24px;
	padding: 0px 0px 10px 0px;
}
#content-produto-header-right div.produto-block-preco{
	xpadding-top: 30px;
	min-height: 92px;
}

#content-produto-header-right div.produto-block-preco-promocao{
	background:url('/images/fundo-promocao-2.jpg');
}



#content-produto-header-right div.produto-discount {
	display: block;
	font-size: 12px;
	background: url("/images/bg_sticker_promo_percent.png") no-repeat right 55%;
	width: 37px;
	height: 26px;
	margin-left: auto;
	text-align: center;
	color: #fff;
	padding-top: 8px;
	padding-bottom: 4px;
}

#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: #4d4d4d;
	text-align: right;
}


#content-produto-header-right div.produto-iva{
	display: block;
	margin: 2px 0px 0px 0px;
	text-align: right;
	color: #999;
	font-size: 14px;
	line-height: 14px;
	font-weight: normal;
}


form.addcart{
	margin-top: 10px;
}

form.addcart input[type="text"], form.addcart select {
	border: 1px solid #9E9E9E;
	padding: 4px;
	font-weight: normal;
}

.addtocart-line{
	margin-bottom:6px;
	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) */

}

.addtocart-line label{
	width: 50px;
	padding-right: 6px;
	text-align: right;
}


.addtocart-line input{
	width: 30px;
	padding-right: 26px;
}

.addtocart-line select{
	width: 186px;
}

.addcart input[type="text"]{
	color: #666;
display:inline-block;
	background-image: -moz-linear-gradient(top, #fff, #f6f6f6);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #fff),color-stop(1, #f6f6f6));
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#fff', EndColorStr='#f6f6f6')";
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fff', EndColorStr='#f6f6f6');

	text-align: right;
	font-weight: bold;
}


.addcart .addtocart-button{
	margin-top: 20px;
	white-space:normal;
}

.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-header-right div.produto-encmultiplo{
	margin-top: -14px;
	margin-bottom: 16px;
	font-size: 12px;
	color: #ba0000;
}

#content-produto-header-right div.produto-consultar{
	position:absolute;
	top: 310px;
	width: 275px;
	padding: 10px 15px;
	font-size: 13px;
}

#content-produto-header-right div.produto-consultar h4{
	padding-bottom: 16px;
}

#content-produto-header-right div.produto-consultar p{
	padding-bottom: 6px;
}

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

#content-produto-info h3{
	display: block;
	font-size: 19px;
	margin-bottom: 20px;
	padding-bottom: 8px;
	border-bottom: 1px solid #ddd;
	color: #444;
}
#content-produto-info h3 span{
	font-size: 16px;
}

#content-produto-info p{
	font-size: 14px;
	line-height: 20px;
}

#content-produto-info .short-description{
	font-size: 18px;
}

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: 'Abel', 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;
}

#produtosList li {
	border-bottom: 3px solid #cfcfcf;  /*#cfcfcf;*/
}


/* EFFECTS HOVER MAIN IMAGE */
#content-produto-header-top{
  position: relative;
  overflow: hidden;
}

#content-produto-header-top .overlay {
  display: block;
  position: absolute;
  z-index: 20;
  background: rgba(255, 255, 255, 0.65);
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

a.close-overlay {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  width: 45px;
  height: 45px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 45px;
  text-align: center;
  background-color: #000;
  cursor: pointer;
}
a.close-overlay.hidden {
  display: none;
}

div.expand {
	display: block;
	position: absolute;
	z-index: 100;
	width: 70px;
	height: 70px;
	background-color: #b00000;
	text-align: center;
	color: #fff;
	line-height: 64px;
	font-weight: normal;
	font-size: 16px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
}

#content-produto-header-top .overlay {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
}
#content-produto-header-top .overlay div.expand {
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#content-produto-header-top.main-img-hover .overlay {
  opacity: 1;
}
#content-produto-header-top.main-img-hover .overlay div.expand {
  top: 50%;
  margin-top: -30px;
  opacity: 1;
}

