#product_img{
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding: 10px;
    border: 1px solid #eee;
    border-radius: 5px;
    box-shadow: 1px 1px 2px #eee, -1px -1px 2px #eee;
}
#product_img img{
    width: 100%;
}
#product_info{
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding-left: 40px;
}
#product_info_modal{
    padding-left: 20px;
    float: left;
    width: 30%;
}
#product_info p{
    margin-bottom: 10px;
}
#product_name {
    color: #767676;
    font-size: 2.571em;
    text-transform: uppercase;
    margin-bottom: 20px;
    line-height: 40px;
}
#product_info .price strong,
#product_info .code strong,
#product_info .des strong{
    color: #000;
    padding-right: 20px;
}
#product_detail_price {
    border-top: 1px solid #fff;
    padding: 10px 0;
    font-size: 16px;
    font-weight: bold;
}
.product_content{
    padding: 10px;
}
.buy_button {
    background-color: #DB2828;
    padding: 8px 20px;
    border-radius: 5px;
    font-weight: normal;
    color: #FFF;
    font-family: arial;
    font-size: 20px;
    display: inline-block;
    margin-bottom: 20px;
    margin-top: 10px;
}
#product_content {
    margin-top: 20px;
}

.price {
    color: #c70404;
    font-size: 20px;
}
/* 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}
