/* == Vertical Tabs == */
.product-tab-panel {background:#fff url(../images/webnxt/tab_container_bg.png) no-repeat top right;border-top:solid 1px #d2d2d2;padding:12px; min-height: 390px;}

#product-content {float:left;margin:0;width:738px; padding-bottom: 10px }
#product-content .waiting { padding: 50px 0 0 50px;  }
.product-links { background-color: #fff; border: solid 1px #ccc; padding: 10px; margin-bottom: 10px; }
.product-links h4 { margin-bottom: 2px; }

#content_main .btn {float:right}
#ItemPage .discount {color:Green}
.product-tab-panel strong,#ItemPage .currentPrice {font-weight:700}

@media print
{
    #product-tabs {display: none;}
    #product-content { width: inherit; float: none; }
}

