/* Shop title, tabs */

.shop_title {

}

.shop_tabs {
    -webkit-padding-start: 0px;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
}

.shop_tab {
    background-color: #E6E6E6;
    margin-right: 20px;
    text-align: center;
    padding: 10px 50px;
    float: left;
    font: bold 10.5pt Tahoma, sans-serif;
    display: inline !important;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.shop_tab_not {
    background-color: #E6E6E6;
    margin-right: 15px;
    text-align: center;
    padding: 10px 50px 6px 50px;
    float: left;
    font: bold 10.5pt Tahoma, sans-serif;
    display: inline !important;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    text-decoration: none;
    border-bottom-style: dashed;
    border-bottom-color: #fb5623;
    border-bottom-width: 1px;
    color: #fb5623 !important;
    cursor:pointer;
}

.vip_tab_not {
    background-color: #E6E6E6;
    margin-right: 15px;
    text-align: center;
    padding: 10px 50px 6px 50px;
    float: left;
    font: bold 10.5pt Tahoma, sans-serif;
    display: inline !important;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
        text-decoration: none;
    border-bottom-style: dashed;
    border-bottom-color: #fb5623;
    border-bottom-width: 1px;
    color: #fb5623 !important;
    cursor:pointer;
}


.vip_tab {
    background-color: #E6E6E6;
    margin-right: 20px;
    text-align: center;
    padding: 10px 50px;
    float: left;
    font: bold 10.5pt Tahoma, sans-serif;
    display: inline !important;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.vip_a {
    text-decoration: none;
    border-bottom-style: dashed;
    border-bottom-color: #fb5623;
    border-bottom-width: 1px;
    color: #fb5623 !important;
}

.shop_items {
    background-color: #E6E6E6;
    clear: both;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 10px 23px 10px 0px;
    -webkit-margin-before: 0em;
}

.shop-item {
    width: 133px;
    height: 133px;
    float: left;
    margin-left: 23px;
    margin-bottom: 23px;
    text-align: center;
    background-image: url(../i/design/shop_item_bg.png);
    position: relative;
}

.shop-item_over {
    border: 1px solid #858585;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    width: 133px;
    height: 133px;
    float: left;
    background-image: url(../i/design/shop_item_bg.png);
    position: absolute;
    top:0;
    left:0;
    z-index:1;
}
.shop-item .child {
    width: 133px;
    height: 100%;
    float:left;
}

.shop-item .child-hidden {
    display: none;
    position: absolute;
    top: 0;
    left: 134px;
    width: auto;
    height: 133px;
    z-index: 0;
    padding: 10px;
    opacity: 0
}


.shop_item_image {
    padding-top: 20px;
}

.shop_item_text {
}

.shop_item_price {
    position:absolute;
    top:115px;
    left:80px;
}

.shop_item_price a{
    font: bold 12px Verdana;
    color: #E76600;
    margin-right: 2px;
}

.vip_items {
    display:none;
    background-color: #E6E6E6;
    clear: both;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 10px 23px 10px 0px;
    -webkit-margin-before: 0em;
    padding-left: 5px;
}
