div.product-name h1{
    color: #9c9c9c;
    font-weight: normal;
    font-size: 28px;
}

#prodView span.price{
    color: #a47e4f;
    font-size: 26px;
    font-family: arial, sans-serif;
}

div.product-img-box{
    width: 284px;
    float: left;
    margin: 10px;
    margin-right: 20px;
}

div.product-shop{
    font-size: 14px;
    color: #9c9c9c;
}

ul.product-tabs{
    background: url( ../images/lay/bg_descricao.jpg ) repeat-x;
    padding: 3px 8px;
    -moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px; 
}
ul.product-tabs li{
    display: inline;
}
ul.product-tabs li a, ul.product-tabs li a:visited{
    color: #7c7c7c;
    margin-right: 15px;
    font-size:22px;
}

div.product-tabs-content{
    padding: 20px;
    background: #ececec;
    color: #3c3c3c;
    font-size: 14px;
    line-height: 22px;
}

#pessoalAtt fieldset{
    width: 200px;
    display: block;
    border: none;
}

div.more-views li{
    display: inline;
}

#desc{
    margin-left:  350px;
}

.product-image-zoom { position:relative; width:300px; height:300px; overflow:hidden; z-index:9; }
.product-image-zoom img { position:absolute; left:0; top:0; cursor:move; }
.zoom-notice { margin:0 0 10px; text-align:center; }
.zoom { position:relative; z-index:9; height:24px; margin:0 auto 13px; padding:0 28px; background:url(../images/slider_bg.gif) 50% 50% no-repeat; cursor:pointer; }
.zoom.disabled { -moz-opacity:.3; -webkit-opacity:.3; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";/*IE8*/ opacity:.3; }
.zoom #track { position:relative; height:18px; }
.zoom #handle { position:absolute; left:0; top:3px; width:9px; height:18px; background:url(../images/magnifier_handle.gif) 0 0 no-repeat;  }
.zoom .btn-zoom-out { position:absolute; left:10px; top:7px; }
.zoom .btn-zoom-in { position:absolute; right:10px; top:7px; }
