#tb-product-info th {
    border: 1px solid #eee;
    padding: 3px 5px;
    text-align: left;
    width: 100px;
}

#tb-product-info td {
    border: 1px solid #eee;
    padding: 3px 5px;
}

#tb-product-info td.desc-pro{
  text-align: justify;
}

.thumb {
    float: left;
    text-align: center;
    width: 320px;
}
.product-item .thumb {
  float: none;
}
.info {
    float: left;
    width: 503px;
}
  /* Image expands to width of surround */
img.cloudzoom {
    width:100%;
}
            
/* CSS for slider - will expand to width of surround */
#slider1 {
    margin: 5px 20px 5px 20px;
    height:100px;
     border-top:1px solid #aaa;
    border-bottom:1px solid #aaa;
     position:relative;
}


#product_image{width:400px;text-align:center}
#product_info th,.table td{border-bottom:1px solid #424242;border-right:1px solid #424242;margin:0;padding:5px;vertical-align:top}
#product_info th{text-align:right;background-color:rgba(255,255,255,0.1)}
#product_info{border-top:1px solid #424242;border-left:1px solid #424242}
#product_share{padding:10px}
#product_content{padding:0 0 0 15px;overflow:hidden;font-family:arial}
#product_content img{max-width:100%}

.product-item {margin-right:15px}
/* Slimbox 2.05 */
#lbOverlay{position:fixed;z-index:9999;left:0;top:0;width:100%;height:100%;background-color:#000;cursor:pointer}
#lbCenter,#lbBottomContainer{position:absolute;z-index:9999;overflow:hidden;background-color:#fff}
.lbLoading{background:#fff url(../img/slimbox/loading.gif) no-repeat center}
#lbImage{position:absolute;left:0;top:0;border:10px solid #fff;background-repeat:no-repeat}
#lbPrevLink,#lbNextLink{display:block;position:absolute;top:0;width:50%;outline:0}
#lbPrevLink{left:0}
#lbPrevLink:hover{background:transparent url(../img/slimbox/prevlabel.gif) no-repeat 0 15%}
#lbNextLink{right:0}
#lbNextLink:hover{background:transparent url(../img/slimbox/nextlabel.gif) no-repeat 100% 15%}
#lbBottom{font-family:Verdana,Arial,Geneva,Helvetica,sans-serif;font-size:10px;color:#666;line-height:1.4em;text-align:left;border:10px solid #fff;border-top-style:none}
#lbCloseLink{display:block;float:right;width:66px;height:22px;background:transparent url(../img/slimbox/closelabel.gif) no-repeat center;margin:5px 0;outline:0}
#lbCaption,#lbNumber{margin-right:71px}
#lbCaption{font-weight:bold}
.product_price {
  color: red;
  font-size: 16px;
  font-weight: bold;
  }
  .product_old_price {
   text-decoration: line-through;
  }