/*=============== Detail Style ==================*/
.detail_ctn{float: left; width: 100%;}
.detail_ctn .title_css{
    float: left;
    width: 631px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 10px;
    background: url("imgs/bg_title.png") repeat-x;
    color: #FFFFFF;
    font-size: 18px;
    padding-left: 10px;
    border-top-left-radius: 5px;
    -o-border-top-left-radius: 5px;
    -moz-border-top-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
}
.detail_ctn .container_detail_ctn{padding: 13px 0px 5px 0px;}
.detail_ctn .description_css{float: left; width: 100%; font-size: 13px; line-height: 18px;}



.detail_ctn .image_css div {float: left; width: 230px; margin: 0 15px 10px 0; height: 200px;}

/* For Share Event */
.detail_ctn .share_css {float: left; width: 100%; margin: 10px 0;}
.detail_ctn .share_css .facebook,
.detail_ctn .share_css .twitter,
.detail_ctn .share_css .google_plus{float: left; height: 30px; width: 30px; margin-right: 10px;}
.detail_ctn .share_css .facebook{background: url("imgs/facebook.png") no-repeat center;}
.detail_ctn .share_css .twitter{background: url("imgs/twitter.png") no-repeat center;}
.detail_ctn .share_css .google_plus{background: url("imgs/google-plus.png") no-repeat center;}

/* List Speect */
.detail_ctn .css_spec{ float: left; width: 100%; color: #FFFFFF; margin-bottom: 15px;}
.detail_ctn .spec_left{float: left; width: 40%; height: 26px;; line-height: 26px; padding-left: 5px; border-right: 1px dotted #d90d0d; border-bottom: 1px solid #d51c1c; background: rgba(213,28,28,0.8);}
.detail_ctn .spec_right{float: right; width: 60%; height: 26px; padding-left: 10px;  line-height: 26px; border-bottom: 1px solid #d51c1c;  background: rgba(213,28,28,0.8);}
.detail_ctn .add_date_css{}

.detail_ctn .order_template{background: #2576FC; float: left; margin-top: 5px; text-shadow: 0 0 1px #dcdcdc; box-shadow: 1px 1px 3px #0d47a1; line-height: 24px; height: 24px; padding: 0 10px;}
.detail_ctn .order_template a:link,
.detail_ctn .order_template a:visited{ color: #FFFFFF; text-decoration: none}
.detail_ctn .order_template a:hover,
.detail_ctn .order_template a:active{ color: #fcf5f5; text-decoration: none}

/* For All Share */
.icon_share{float: left; height: 30px; width: 30px; margin-right: 10px; background: url("imgs/share.png") no-repeat center;}
/* End For All Share */


/* Partner Footer */
.gallery_slide{
    margin: 0 0 0 2px;
    padding:0 0 0 10px;
    width: 635px;
    height: 100px;
    overflow: hidden;
}
.gallery_slide ul {
    margin: 0 0 0 5px;
    padding: 0px;
    list-style: none;
    display: block;
    width: 100%;
    height: 100px;
}
.gallery_slide li {
    width: 110px;
    height: 100px;
    display: block;
    float: left;
    padding: 1px;
    margin: 0 14px 0 0;
    border: 1px solid #e1e1e1;
    background: #ffffff;
    position: relative;
    list-style-type: none;
}

.gallery_slide.responsive {
    width: auto;
    margin-left: 0;
}
.prev_ad, .next_ad{
    position:absolute;
    top: 32px;
    z-index: 10;
    width: 32px;
    height: 32px;
}
.prev_ad{
    left: 0;
    background: url("imgs/prev_p.png") no-repeat left;
}
.next_ad{
    right: 0px;
    background: url("imgs/next_p.png") no-repeat left;
}

/* End Panter */
