.catalog-product-view .tabs .nav-tabs > li{
    margin-bottom: 0;
}
.catalog-product-view #comments,.catalog-product-view #send_to_friend{
    padding: 10px;
}
.catalog-product-view #maininfo{
    padding: 10px;
}

.catalog-product-view #maininfo ul li{
    list-style:disc;
    margin-left:20px;
}

.hangkygui{
    background-color: #fff6df;
    border: 1px solid #ede2c4;
    line-height: 21px;
    padding: 10px;
}

.btn-out-of-stock {
    background: url(../images/button-order.png) no-repeat;
    width: 137px;
    height: 38px;
    line-height: 38px;
    border: none;
    border-collapse: collapse;
    overflow: hidden;
    white-space: nowrap;
    text-transform: uppercase;
    color: #141414;
    padding-left: 30px;    
}

.btn-cart {
    color: #FFFFFF;
    font-size: 15px;
    text-transform: uppercase;
}


.catalog-product-view #recentary_products .product_price .price{
    font-size: 14px;
    color: #e50002 !important;
    font-weight: normal;
}
.catalog-product-view #recentary_products .product_list .label{
    display: none;
}
.catalog-product-view #other_products .contain .old-price {
    color: #7e7e7e !important;
}	
.catalog-product-view #other_products .contain .price{
    font-size: 13px;
    color: #e50002 ;
    font-weight: normal;
}
.catalog-product-view #other_products .contain .label{
    display: none;
}
.catalog-product-view .social ul.share{
    list-style: none;
    margin: 0;
    padding: 20px 0 20px 0;
    float: left;
}
.catalog-product-view .social ul.share .title{
    padding-top: 5px;
}
.catalog-product-view .social ul.share li{
    padding-left: 3px;
    display: inline;
    float: left;
}
.catalog-product-view .product_detail_left .slide ul li{
    float: left;
    list-style: none;
    width: 57px;
}
.catalog-product-view #recentary_products .old-price{
    color: #7e7e7e;

    font-weight: normal;
}
.catalog-product-view #recentary_products .price .price-from span , 
.catalog-product-view #recentary_products .price .price-to span{
    color: #e50002 !important;
}
.catalog-product-view .col-left{
    width: 74%;
}
.catalog-product-view .col-right {
    margin-left: 15px;
    width: 24%;
    float: left;
}
.catalog-product-view .product_right_1 {
    background: url("../images/camket-bg.png") no-repeat;
    padding: 96px 10px 0 67px;
    margin: 0 0 20px 0;
    height: 190px;
}
.catalog-product-view .product_right_1 h3,
.catalog-product-view .product_right_1 h2 {
    font-size: 1em;
    color: #000;
    text-transform: uppercase;
    font-weight: normal;
    margin: 0 0 10px 0;
    line-height: 1.2em;
    display: none;
}

.catalog-product-view .product_image {
    position:relative;
    float: left;
}

/*.catalog-product-view .product_image #icon_friday {
        background-position: -255px 0;
}
.catalog-product-view .product_image #icon_12g {
        background-position: -212px 0;
}*/

.catalog-product-view .main_image {
    border-radius: 5px;
    border: 2px solid #ececec;
    width: 460px;
}

.catalog-product-view .product_image #image {
    margin:0 !important;
}

.catalog-product-view .slide_image {
    position: relative;
    height: 60px;
}
.catalog-product-view .slide_image .slide {
    padding: 10px 0;
    width: 100%;
    height: 60px;
}
.catalog-product-view .product_detail_left .slide img {
    border: 1px solid #ececec;
    border-radius: 5px;
    margin: 0 2px;
    /*position: absolute;*/
}
.catalog-product-view .jcarousel-container .jcarousel-prev, .jcarousel-container .jcarousel-next {
    width: 20px;
    height: 31px;
    background: url(../images/arrow-1.png) left top no-repeat;
    position: absolute;
    top: 18px;
}
.catalog-product-view .jcarousel-container .jcarousel-prev {
    left: 15px;
}
.catalog-product-view .jcarousel-container .jcarousel-next {
    background-position: -20px 0;
    right: 15px;
}

.catalog-product-view .product_image .icon{
    background: url(../images/bo-icon.png) left top no-repeat;
    width: 42px;
    height: 42px;
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    text-align: center;
    font-size: 1.1em;
    text-transform: uppercase;
    font-weight: bold;
    z-index: 8888;
}

.catalog-product-view .product_image .icon span {
    margin: 12px 0 0 0;
    display: block;
    padding: 0 0 0 3px;
}
.catalog-product-view .product_image .icon_gift {
    background-position: -84px 0;
    z-index: 10000;
}
.catalog-product-view .product_image .icon_limited {
    background-position: -126px 0;
    z-index: 10000;
}
.catalog-product-view .product_image .icon_online {
    background-position: -169px 0;
    z-index: 10000;
}

.catalog-product-view .product_info h1 {
    font-size: 1.5em;
    font-weight: normal;
    margin: 0 0 8px 0;
    color: #000;
    line-height: 1.5em;
    width: 100%;
}
.catalog-product-view .product_info div {
    margin: 14px 0;
}
.catalog-product-view .product_detail_left .product_info {
    width: 434px;
    float: left;
    font-size: 13px;
    margin-left: 20px;
}
.catalog-product-view .product_info .label {
    background: none;
    color: #000;
    font-weight: bold;
    text-shadow: none;
}
.catalog-product-view .product_desc .label {
    display: block;
}
.catalog-product-view .product_desc {
    padding: 8px 0;
}
.catalog-product-view .product_desc ul{
	margin-left:15px;
	margin-bottom:10px;
}
.catalog-product-view .product_desc ul li{
	list-style:disc;
}

.catalog-product-view .product_price_unused .price
{
    font-weight: bold;
    font-size: 1.1em;
    text-decoration: line-through;
}
.catalog-product-view .product_price .price {
    font-weight: bold;
    font-size: 1.3em;
}

.catalog-product-view .product_info .limited-product{
    display:block !important;
}

.catalog-product-view .product_banner_adv {
    margin: 15px 0;
}
.catalog-product-view .product_info .product_size .label {
    margin: 5px 0 0 0;
}
.catalog-product-view .product_info select {
    padding: 3px 3px;
    height: 25px;
    line-height: 18px;
    font-size: 1em;
    width: 60px;
    margin: 0;
    border-radius: 0px;
}
.catalog-product-view .product_amount {
    margin: 10px 0;
}
.catalog-product-view .product_info .btn-cart {
    background: url(../images/add-cart.png) left top no-repeat;
    width: 147px;
    height: 36px;
    border: none;
    border-collapse: collapse;
    overflow: hidden;
    white-space: nowrap;
}

.catalog-product-view .product_info .btn-cart span{
	color: #7b3a00;
    display: inline-block;
    font-size: 1.1em !important;
    font-weight: bold;
    padding-left: 40px;
}

.catalog-product-view .product_info .btn-cart:hover span{
	color: #ffffff;
}


.catalog-product-view .product_info .btn-cart:hover,
.catalog-product-view .product_info .btn-cart:focus,
.catalog-product-view .product_info .btn-cart:active {
    background-position: 0 -36px;
}
.catalog-product-view .product_info .btn-checkout, .product-options-bottom .add-to-cart .btn-checkout {
    background: url(../images/button-order.png) no-repeat;
    width: 180px;
    height: 38px;
    line-height: 38px;
    border: none;
    border-collapse: collapse;
    overflow: hidden;
    white-space: nowrap;
    text-transform: uppercase;
    color: #141414;
    padding-left: 30px;
}

.catalog-product-view .product_info .btn-wishlist, .product-options-bottom .add-to-cart .btn-wishlist{
    background: url("../images/button-wishlist.png") left top no-repeat;
    width: 170px;
    height: 38px;
    line-height: 38px;
    border: none;
    border-collapse: collapse;
    overflow: hidden;
    white-space: nowrap;
    margin-left:10px;
    text-transform: uppercase;
    color: #141414;
    padding-left: 30px;
}
.catalog-product-view .product_info .btn-checkout:hover,
.catalog-product-view .product_info .btn-checkout:focus,
.catalog-product-view .product_info .btn-checkout:active,
.catalog-product-view .product_info .btn-wishlist:hover,
.catalog-product-view .product_info .btn-wishlist:focus,
.catalog-product-view .product_info .btn-wishlist:active,
.catalog-product-view .product_info .btn-out-of-stock:hover,
.catalog-product-view .product_info .btn-out-of-stock:focus,
.catalog-product-view .product_info .btn-out-of-stock:active {
    /*    background-position: 0 -36px;*/
    color: #9e191e;
}
.catalog-product-view .product_share {
    margin: 8px 0 0 0;
}
.catalog-product-view .image_nav {
    text-align: center;
    padding: 10px 0 0 0;
}
.catalog-product-view .image_nav button {
    border: 1px solid #d4d4d4;
    width: 130px;
    height: 30px;
    border-radius: 5px;
    margin: 0 2px;
    color: #8c8c8c;
}
.catalog-product-view .image_nav button:hover {
    background-color: #b57e21 !important;
    color: #fff;
}
.catalog-product-view .image_nav button:hover a{
    color: #fff;
}
.catalog-product-view #bt_rotate {
    background: #f4f4f4 url(../images/bt-rotate.png) 20px center no-repeat;
    width: 130px;
    padding: 0 0 0 30px;
}
.catalog-product-view #bt_zoom {
    background: #f4f4f4 url(../images/bt-zoom.png) 40px center no-repeat;
    width: 130px;
    padding: 0 0 0 30px;
}
.catalog-product-view #bt_video {
    background: #f4f4f4 url(../images/bt-video.png) 33px center no-repeat;
    width: 130px;
    padding: 0 0 0 30px;
}
.catalog-product-view .image_nav button a{
    text-decoration: none;
    color: #8c8c8c;
}
.catalog-product-view .product_right_1 ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.catalog-product-view .product_right_1 ul li {
    margin: 15px 0;
}
.catalog-product-view .product_right_1 ul li a {
    font-size: 12px;
    color: #000;
    text-decoration: none;
}
.catalog-product-view .product_right_1 ul li a:hover {
    color: #b47e21;
}
.catalog-product-view .product_right_1 li.item-1 {
    background: url(../images/icon-doitrahang-1.png) left top no-repeat;
    padding: 0 0 0 25px;
}
.catalog-product-view .product_right_1 li.item-2 {
    background: url(../images/icon-giaohang-1.png) left top no-repeat;
    padding: 0 0 0 25px;
}
.catalog-product-view .product_right_1 li.item-3 {
    background: url(../images/icon-thanhtoan-1.png) left top no-repeat;
    padding: 0 0 0 25px;
}
.catalog-product-view .product_right_1 ul ul li {
    font-weight: normal;
    padding: 5px 0;
}
.catalog-product-view .product_right_1 ul ul li a {
    color: #757575;
}
.catalog-product-view .tabs {
    clear: both;
    padding: 20px 0 0 0;
    width: 100%;
}
.catalog-product-view .tabs .nav-tabs{
    border-color: #e7e7e7;
    border-image: none;
    border-radius: 5px 5px 0 0;
    border-style: solid solid none;
    border-width: 1px 1px 0 1px;

    margin: 0;
    padding: 1px;
    padding-bottom: 0;
    margin-bottom: -2px;
    background-color: #F2F2F2;

}
.catalog-product-view .tabs .tab-content {
    border: 3px solid #e7e7e7;
    border-top: 1px solid #e7e7e7;
    border-radius: 0 5px 5px 5px;
    /*padding: 10px;*/
    clear: both;
    font-size: 13px;
}

.catalog-product-view .tabs .tab-content .info .pull-left,
.catalog-product-view .tabs .tab-content .info .pull-right {
    width: 49%;
}
.catalog-product-view #send_to_friend form {
    width: 573px;
    margin: 0 auto;
}
.catalog-product-view #send_to_friend form input,
.catalog-product-view #send_to_friend form select,
.catalog-product-view #send_to_friend form textarea,
.catalog-product-view #send_to_friend form label {

}
.catalog-product-view #send_to_friend .input-name
{
    float: left;
}
.catalog-product-view #send_to_friend .input-email {
    float: right;
}
.catalog-product-view #send_to_friend .input-name input,
.catalog-product-view #send_to_friend .input-email input {
    width: 262px;
}
.catalog-product-view #send_to_friend .input-content {
    clear: both;
}
.catalog-product-view #send_to_friend .input-content textarea {
    width: 570px;
    height: 150px;
}
.catalog-product-view #send_to_friend .submit {
    text-align: right;
}
.catalog-product-view #other_products {
    float: right;
    margin: 20px 0 0 0;
}
.catalog-product-view #other_products .contain {
    border: 1px solid #e3e3e3;
}
.catalog-product-view .product-tags .contain {
    border: 1px solid #e3e3e3;
}
.catalog-product-view .product-tags a{
    text-decoration: underline;
}
.catalog-product-view .product-tags span:last-child{
    display: none;
}
.catalog-product-view #other_products ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.catalog-product-view #other_products ul li {
    border-top: 1px solid #e3e3e3;
    padding: 5px 10px;
    clear: both;
    height: 105px;
}
.catalog-product-view #other_products ul li .thumb {
    width: 90px;
    float: left;
}
.catalog-product-view #other_products ul li .title,
.catalog-product-view #other_products ul li .price {
    float: right;
    width: 180px;
    font-size: 13px;
    color: #e50002;
}
.catalog-product-view #other_products ul li .title {
    margin: 0 0 0 5px;
}
.catalog-product-view #other_products ul li .title a {
    color: #323232;
}
.catalog-product-view #other_products ul li .price_unused {
    font-size: 12px;
}
.catalog-product-view #other_products .viewall {
    text-align: right;
    padding: 0 10px 5px 0;
}
.catalog-product-view #other_products .viewall a {
    background: url(../img/icon-view.png) right center no-repeat;
    padding: 2px 20px 2px 0;
    display: inline-block;
    color: #c0c0c0;
}
.catalog-product-view .comment_form {
    margin: 20px 0;
}
.catalog-product-view .comment_form img,
.catalog-product-view .comment_form textarea,
.catalog-product-view .comment_form button
{
    float: left;
}
.catalog-product-view .comment_form img {
    margin: 30px 10px 0 0;
}
.catalog-product-view .comment_form textarea {
    width: 540px;
    height: 100px;
    margin: 0 10px 0 0;
}
.catalog-product-view .comment_form button {
    margin: 35px 0 0 0;
}
.catalog-product-view #recentary_products {
    /*float: left;*/
    margin: 20px 0 0 0;
    /*width: 1030px;*/
}
.catalog-product-view #recentary_products .group_title-1 {
    border-bottom: 1px solid #e9e9e9;
}
.catalog-product-view #recentary_products .grid .item {
    width: 150px;
    height: 200px;
    margin: 0 10px;
}
.catalog-product-view #recentary_products .grid .item .thumb {
    width: 150px;
    height: 110px;
}
.catalog-product-view #recentary_products .grid .item .thumb img {
    max-height: 110px;
    max-width: 150px;
}
.catalog-product-view .product_size {
    position: relative;
}
.catalog-product-view .select_area .mid input {
    float: left;
    margin: 0 5px 0 11px;
}
.catalog-product-view .select_area {
    position: absolute;
    display: none;
}
.catalog-product-view .select_area .mid label {
    width: 120px;
    float: left;
    font-size: 0.9em;
}
.catalog-product-view #comments form {
    margin: 10px 0;
}
.catalog-product-view #comments #product-review-table tbody tr td input[type="radio"]{
    display: none;
}

.catalog-product-view #comments #product-review-table tbody tr td input[type="radio"]+label{
    background: url("../images/tab-nhan-xet-kh_05.gif") no-repeat scroll 0 0 transparent;
    display:inline-block;
    padding: 4px 8px;
    margin-left: 2px;
}
.catalog-product-view #comments #product-review-table tbody tr td input.active + label{
    background: url("../images/tab-nhan-xet-kh_03.gif") no-repeat scroll 0 0 transparent;
    display:inline-block;
    padding: 4px 8px;
    margin-left: 2px;
}

.catalog-product-view #comments form input,
.catalog-product-view #comments form select,
.catalog-product-view #comments form textarea,
.catalog-product-view #comments form label {

}
.catalog-product-view #comments .form-list-left
{
    float: left;
}
.catalog-product-view #comments .form-list-left label{
    margin: 0;
}
.catalog-product-view #comments .form-list-right label{
    margin: 0;
}
.catalog-product-view #comments .form-list-right {
    float: right;
}
.catalog-product-view #comments .input-name input,
.catalog-product-view #comments .input-email input {
    width: 262px;
}
.catalog-product-view .ul.form-list li{
    padding: 0 !important;
}
.catalog-product-view .catalog-product-view  .input-content {
    clear: both;
}
#comments .input-content textarea {
    width: 624px;
    height: 120px;
}
.catalog-product-view #comments .submit {
    text-align: right;
}
.catalog-product-view .box-reviews h3{
    background: url("../images/icon-cm.gif") no-repeat scroll left center transparent;
    border-bottom: 1px solid #E4E4E4;
    font-size: 1.6em;
    padding-left: 30px;
    text-transform: uppercase;
}

.catalog-product-view #comments form {
    width: 100%;
    margin: 10px auto;
}
.catalog-product-view .list_comments {
    font-size: 0.9em;
}
.catalog-product-view .list_comments span {
      font-weight: bold;
}
.catalog-product-view .list_comments .item {
    margin: 10px 0;
    clear:both;
    min-height:30px;
    border-top:1px solid #efefef;
    padding-top:10px;
}
.catalog-product-view .list_comments .item:first-child{
    border-top: none;
}
.catalog-product-view .list_comments .item .pull-left {
    border-right: 1px solid #E4E4E4;
    padding: 0 10px;
    width: 19%;
}

.catalog-product-view .list_comments .item .comments_name{
    font-weight: bold;
    font-size: 14px;
}
.catalog-product-view .list_comments .item .pull-right {
    width: 77%;

}
.catalog-product-view .list_comments .item .pull-left .customer-vote label{
      font-size: 11px;
    /*line-height: 1.15;*/
      font-weight: bold !important;
      padding-right: 8px;
      float:left;
}
.catalog-product-view .list_comments .item .pull-left .customer-vote{
    clear: both;
}
.catalog-product-view .list_comments .item .comments_content_more {
    text-align: right;
    display: none;
}
.catalog-product-view .list_comments .item .comments_content_more a {
    color: #bdbdbd;
}
.catalog-product-view .list_comments .item .short-item {
    height: 60px;
    overflow: hidden;
}
.catalog-product-view .nav-tabs > li {
    background: linear-gradient(to bottom, #d3d3d3, #d3d3d3, #d3d3d3);
    background-size: 1px;
    padding: 0 0 0 1px;
}
.catalog-product-view .nav-tabs > li > a {
    /*background: url(../images/tab-bg.png) left top repeat-x;*/
    background-color: #f2f2f2;
    color: #300000;
    /*border: 1px solid #7d3c02;*/
    margin: 0;
    border-radius: 0;
    border: none;
    border-right: none;
    font-size: 1.1em;
    height: 17px;
    line-height: 15px;
}
.catalog-product-view .nav-tabs > .active{
    border-bottom: 1px solid #ffffff;
}
.catalog-product-view .nav-tabs > .active > a, 
.catalog-product-view .nav-tabs > .active > a:hover, 
.catalog-product-view .nav-tabs > .active > a:focus {
    outline: none;
    background-color: #ffffff;
    color: #7e3900;
    border: none;
    /*font-weight: bold;*/
}
.catalog-product-view .nav-tabs > li:first-child {
    /*border-radius: 5px 0 0 0;*/
    background: none;

}
.catalog-product-view .nav-tabs > li:first-child > a {
    border-radius: 5px 0 0 0;
    /*border: none;*/
}
.catalog-product-view .nav-tabs > li:last-child {
    border-radius: 0 5px 0 0;
}
.catalog-product-view .nav-tabs > li:last-child > a {
    border-radius: 0 5px 0 0;
}
.catalog-product-view .tab-content {
    color: #373737;
    line-height: 1.8em;

}
.catalog-product-view .product_list ul li {
    width: 194px;
}
.catalog-product-view .rightbanner {
    /*margin: 20px 0 0 0;*/
}
.catalog-product-view .col-left .product_detail_left .availability {display: none;}

#sender_options .input-box input,
#sender_options .input-box textarea,
#recipients_options input,
#recipients_options textarea {
    width: 400px;
}
.cloud-zoom-big {
    background: #fff;
    box-shadow: 0 0 5px #ccc;
}
/*.additional-info {
    border: 1px solid #e8d996;
    border-radius: 5px;
}*/
.additional-info h2 {
    display: none;
    background-image: linear-gradient(to bottom, #fdf0d0, #fbedc6, #f8e8b5, #f3e5a6);
    font-size: 1em;
    color: #7a3901;
    line-height: 2em;
    padding: 0 0 0 10px;
    text-transform: uppercase;
    margin: 0;
    border-radius: 5px 5px 0 0;
}
.catalog-product-view #comments table{
    width: 100%;
    border: 1px solid #e8d9b8;
    border-collapse: inherit;	
    border-radius: 5px;
    margin-bottom: 20px;
    background-color: #fef3d7;
    padding : 20px 0 20px 0;
}
.catalog-product-view #comments .data-table tbody tr th{
    background-color: #fef3d7;
    border-radius: 5px;
    float: left;
    padding: 0 20px 10px 20px !important;
    width: 81px;
    text-align: left !important;

}
.catalog-product-view #comments .data-table tbody tr.last th{
    padding: 0 20px 0 20px !important;
}
.catalog-product-view #comments .data-table tbody tr th label{
    font-size: 13px;
    font-weight: bold !important;
    text-align: left;
}
.catalog-product-view #comments .data-table tbody tr td{
    float: left;
}
.additional-info .table {
    margin: 0;
}
.additional-info .table tr:last-child {

}

.additional-info .table tr:last-child th {
    border-radius: 0 0 0 5px;
}
.additional-info .table tr:last-child td {
    border-radius: 0 0 5px 0;
}
.additional-info .table th, .additional-info .table td {
    padding:  4px 20px;
}

.additional-info .table th {
    border-right: 1px solid #F2F2F2;
}
.additional-info .table .label {
    width: 100px;
}
.additional-info .table-striped tbody > tr:nth-child(2n+1) > td, 
.additional-info .table-striped tbody > tr:nth-child(2n+1) > th {
    background-color: #FDFDFD;
}
#category_search_field option.parent-cat {
    font-weight: bold;
}
.icon-chay-hang {
    background: url(../images/icon-chay-hang.png) left center no-repeat;
    height: 17px;
    line-height: 17px;
    padding: 0 0 0 17px;
    display: inline;
    color: #d72c28;
    text-transform: uppercase;
    margin: 0 0 0 10px;
    font-size: 16px;
    white-space: nowrap;
}
.catalog-product-view .send-friend .validation-advice {
    padding-left: 126px;
}
.product_detail_price {
    font-size: 1.2em;
}
.product_detail_price .price-box {
    display: inline;
    font-weight: bold;
}

.product_detail_price .price-box .old-price,
.product_detail_price .price-box .old-price .price,
.product_detail_price .price-box .special-price .price-label-save{
    color:#7f7f7f;
}
.product_detail_price .price-box .special-price .price-label{
    color:#f11c24;
}
.catalog-product-view .box-reviews .no-rating{
    display:none;
}
.catalog-product-view .freegift {
    border: 1px solid #dadadc;
    border-radius: 5px;
    background: url(../images/free-gift-bg.jpg) left top no-repeat;
}
.catalog-product-view .product-tootip-title {
    color: #d69400;
    font-size: 0.9em;
    margin: 0 0 0 80px !important;
    text-transform: uppercase;
}

.catalog-product-view .product-tootip-title {
    color: #d69400;
    font-size: 0.9em;
    margin: 0 0 0 80px !important;
    text-transform: uppercase;
}
.catalog-product-view .product-tootip-content {
    margin: 0 0 0 80px !important;
}
.catalog-product-view .product-tootip-content img {
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    padding: 1px;
}
.catalog-product-view .gift-tootip div {
    margin: 0;
}
.catalog-product-view  .gift-tootip .tootip-title {
    border-bottom: 1px solid #ccc;
    margin: 0 0 15px 0;
}
.catalog-product-view .tootip-title h4 {
    line-height: 1.5em;
    margin: 0;
}
.catalog-product-view .limited-product {
    text-transform: uppercase;
    font-size: 1.15em;
}
.catalog-product-view .limited-product span.limited {
    background: #f7da94;
    border-radius: 4px;
    padding: 5px 10px;
    font-size: 1.2em;
}
.bundle_item {
    width: 100%;
    border-collapse: separate;
    border-radius:5px;
    margin-top:15px;
    border: 1px solid #cdcdcd;
    border-bottom: none;
    border-left: none;
}
.bundle_item a {
    color:#323232;
}
.bundle_item th,
.bundle_item td {
    border: 1px solid #cdcdcd;
    border-right: none;
    border-top:none;
}
.bundle_item tr {
    border-radius: 5px 5px 0 0;
}
.bundle_item th:first-child {
    border-radius: 5px 0 0 0;
}

.bundle_item th:last-child {
    border-radius: 0 5px 0 0;
}

.bundle_item tbody tr:last-child td:first-child  {
    border-radius: 0 0 0 5px;
}
.bundle_item tbody tr:last-child td:last-child {
    border-radius: 0 0 5px 0;
}
.bundle_item .bundle_title{
    background-image: url(../images/bg-title-bo-sp.gif);
    height: 31px;
}
.bundle_item .bundle_item_detail{
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background-color: #d3d3d3;
    color:#FFFFFF;
    padding:4px 40px

}
.bundle_item_detail:hover{
    background-color: #f2d68d;
    text-decoration: none;
}
table.bundle_item td, table.bundle_item th{
    height: auto;
    border-color: #CCCCCC;
    position: relative;
}
.bundle_item .bundle_name{
    text-align: left;
    padding-left: 15px;
}
.bundle_item .bundle_thumb_img{
    margin: 2px;
    height: 90px;
}
.bundle_checkbox_hidden{
    display:none;
}
.bundle_item select.relate_qty{
    width:60px;
}
#banner_detail_bottom{
    margin-top: 15px;
    text-align: center;
}
#banner_detail_right a{
    float: left;
    /*margin-bottom:10px;*/
}
#qty{
    width: 40px;
    display: inline-block;
}
.incr-desc{
    display: inline-block;
    height: 30px;
    margin: 0 !important;
    width: 19px;
    position: absolute;
}
.incr-desc .qty-incr{
    float:right;
    height: 14px;
    text-align: center;
    width: 16px;
    cursor: pointer;
    background-image: url("../images/incr.gif");
    margin-bottom:  2px;
}
.incr-desc .qty-desc{
    height: 14px;
    text-align: center;
    width: 16px;
    cursor: pointer;
    background-image: url("../images/desc.gif");
    float:right;
}
input[name="relate_qty"]{
    width: 34px;
    margin-left: 7px;
}
.gift-icon {
    top: -133px;
    position: relative;
    left: 83px;
}
.tootip-head h3{
    text-align:left;
}
.cms-page-view .tootip-head h3{
    overflow: unset;
    font-weight: bold;
    color: #000;
}
.tootip-head div{
    text-align:left;
}
.tootip-product-list{
    float:left;
}
#video_popup{
    display: none;
}
/*.cms-promo-list .left-menu ul li a{
    background: none;
    padding: 10px 0 0 6px;
}*/
.left-menu .bestseller .description{
    margin:0;
}
.left-menu .bestseller li a{
    font-size: 1em;
    color: #000;
    text-align: center;
    width: 100%;
    background:none;
      margin: 0;
    padding: 0;
}
.bestseller .thumb{
     border: medium none;
    box-shadow: none;
    height: 120px;
    margin-top: 10px;
    overflow: hidden;
    position: relative;
    text-align: center;
}
.bestseller li .icon{
       background: url("../images/bo-icon.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    color: #fff;
    font-size: 1.1em;
    font-weight: bold;
    height: 42px;
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    width: 42px;
}
.bestseller li .icon_gift{
    background-position: -84px 0;
}

.bestseller li .icon span {
    display: block;
    margin: 12px 0 0;
    padding: 0 0 0 3px;
}
/*.bestseller .title{
    display: inline-block;
}*/
.bestseller .price-box span{
    font-weight: normal;
    
}
.catalog-product-view .rating-box{
    background: url("../images/star.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    font-size: 0;
    height: 15px;
    line-height: 0;
    overflow: hidden;
    text-indent: -999em;
    width: 96px;
     display: inline-block;
     float:right;
}
.catalog-product-view .rating-box .rating {
    background: url("../images/star-active.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
    height: 15px;
}
.bestseller .price-box .sale-price span:first-child{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #000;
    font-weight: normal;
    margin: 0;
    padding: 0;
    text-shadow: none;
     font-size: 12px;
}
.bestseller .price-box span.price{
    color: #e50002;
    font-weight: bold;
}
.bestseller .price-box .product_price_unused span.old-price .price{
    color: #666 !important;
}
.bestseller .price-box .product_price_unused span.old-price{
    color: #666 !important;
}
.bestseller .price-box{
   text-align: center;
    margin-bottom: 20px;
}
.bestseller ul li{
    clear: both;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    display: inline-block;
    float: left;
    height: 325px;
    margin: 5px;
    position: relative;
    text-align: center;
    width: 194px;
}

#toPopup {
    font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 10px solid #ccc;
    border-radius: 3px 3px 3px 3px;
    color: #333333;
    display: none;
    font-size: 14px;
    left: 55%;
    margin-left: -402px;
    position: fixed;
    top: 15%;
    width: 600px;
    z-index: 9999;
}
div.close {
    background: url("../images/closebox.png") no-repeat scroll 0 0 transparent;
    bottom: 24px;
    cursor: pointer;
    float: right;
    height: 30px;
    left: 32px;
    opacity: 0.7;
    position: relative;
    top: -30px;
    width: 30px;
}
.close {
    right: -5px;
    z-index: 9999;
}
.close {
    color: #000000;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    text-shadow: 0 1px 0 #ffffff;
}
div#popup_content {
    margin: 4px 7px;
}

span.ecs_tooltip {
    background: none repeat scroll 0 0 #000000;
    border-radius: 2px;
    color: #ffffff;
    display: none;
    font-size: 11px;
    height: 16px;
    opacity: 0.7;
    padding: 4px 3px 2px 5px;
    position: absolute;
    right: -62px;
    text-align: center;
    top: -51px;
    width: 93px;
}
.Magic360-box {
    width: 100% !important;
}
.additional-info{
    padding: 10px;
}