.product {
    color: #FFFFFF;
}
.product .name-product {
    font-size: 16px;
    color: #FFFFFF;
    display: block;
    padding: 10px 0px;
}
.product .detail_title {
    margin-bottom: 26px;
}
.frame_right div.product_base_top {
    padding: 5px 20px;
    border-bottom: 1px solid #EBEEEE;
}
.product .hit_share {
    padding: 10px 0px;
    border-top: 1px solid #2C66B6;
    border-bottom: 1px solid #2C66B6;
    float: right;
    width: 100%;
}
.product .hit_share a{ 
    float: right;
}
div.product div.frame-wapper {
    float: left;
    width: 100%;
    margin-top: 20px;
}
.product_base_top div.price {
    color: #e80000;
    font-size: 16px;
    font-family: "MyriadPro-Regular";
}
.frame_right div.sharing {
    margin-bottom: 12px;
    float: left;
}
.product_base_top h1 span {
    font-family: "MyriadPro-Regular";
    text-transform: uppercase;
    font-size: 18px;
    color: #00923f;
    font-weight: normal !important;
}
.product .detail_title h2{
	font-weight: normal;
}
.product .frame_left {
    float: left;
    width: 49%;
}
.wrapper_main_column h2.category_name {
    display: block;
    color: #FFFFFF;
    font-size: 18px;
    text-transform: uppercase;
    font-family: "MyriadPro-Regular";
    font-weight: normal;
    padding: 7px 0px 10px;
    border-bottom: 4px solid #FFFFFF;
}
.wrapper_main_column h2.category_name span {
    color: #00923f;
    font-family: "MyriadPro-Semibold";
    padding: 11px 30px 11px 0px;
    float: left;
}
.frame-wapper div.frame_right ul li span {
    color: #454545;
    font-weight: bold;
    line-height: 28px;
}
.product .frame_left .frame_img {
    margin-bottom: 6px;
}
.product .frame_right {
    float: right;
    width: 50%;
    height: 362px;
    border-left: 1px solid #EBEEEE;
    overflow: hidden;
}
.product .frame_right .product_base {
    padding: 15px 20px;
}
.product .product_base h1 {
    color: #3E4851;
    font-family: verdana;
    font-size: 21px;
    font-weight: normal;
    line-height: 29px;
    margin-bottom: 6px;
   
}
.product  .item_code {
}
.product .hit_share {
    margin-bottom: 18px;
    margin-top: 30px;
}

.product .rate_panel {
    margin-bottom: 20px;
}


.product .summary .specification_sort {
    height: 20px;
    overflow: hidden;
}

.product .summary p, .product .summary li {
    background: url("../images/icon_summary.png") no-repeat scroll 0 8px;
    padding-left: 14px;
}
.product .summary_action {
	margin-bottom: 10px;
}
.product .summary_action .expand_bt {
    color: #F47921;
}
.product .color {
	margin-bottom: 10px;
}
.product .color li {
    float: left;
    width: 25%;
}
.product .color .code {
    border: 1px solid #DDDDDD;
    border-radius: 2px;
    display: block;
    float: left;
    height: 15px;
    margin-right: 8px;
    width: 15px;
}
.product .price .price_old {
    color: #888888;
    display: none;
    font-size: 18px;
    font-weight: normal;
    height: 22px;
    text-decoration: line-through;
}
.product .price .price_current {
    color: #E86219;
    font-size: 25px;
    font-weight: normal;
}
.product .product_tabs_ul > li.activated {
    border-bottom: 1px solid #FFFFFF;
    background: #00923F;
}
.product .product_tabs_ul > li:hover{
    background: #00923F;
}
.product .product_tabs_ul > li {
    border-left: 1px solid #FFFFFF;
    cursor: pointer;
    float: left;
    height: auto;
    background: #9F9F9F;
}
.product .product_tabs {
    margin: 22px 0 30px;
}
.product .product_tabs .product-tab-title {
}
.product .product_tabs_ul > li.last {
    border-right: medium none;
}
.product .product_tabs_ul > li > span {
    display: block;
    font-weight: normal !important;
    margin: 6px 20px;
    text-align: center;
    color: #FFFFFF;
    font-size: 16px;
    font-family: "MyriadPro-Regular";
}

.product img{
        padding: 10px 0px;
        height: auto !important;

}
@media only screen and (min-width:768px){

    
}
@media only screen and (max-width:767px){
    
    
}