﻿#right-sidebar {
    position: fixed;
    right: 0;
    top: 0;
    width: 40px;
    height: 100%;
    background: #000;
    z-index: 9999;
    display: none;
}
#right-sidebar .right-sidebar-list {
    background-color: #fff;
    position: absolute;
    width: 40px;
    background-color: #121013;
    bottom: 0;
}
#right-sidebar .right-sidebar-list .right-sidebar-list-item {
    padding: 15px 0;
    width: 30px;
    border-top: 1px solid #464646;
    background-color: #121013;
    position: relative;
    margin: 0 auto;
}
#right-sidebar .right-sidebar-list .right-sidebar-list-item.item-group {
    border-top: none;
    padding: 5px 0;
}
#right-sidebar .right-sidebar-list .right-sidebar-list-item>a {
    color: #fff;
}
#right-sidebar .right-sidebar-list .right-sidebar-list-item.active a {
    color: #fff;
}
#right-sidebar .right-sidebar-list .right-sidebar-list-item a:hover {
    text-decoration: none;
}
#right-sidebar .right-sidebar-list .right-sidebar-list-item.active a:hover {
    color: #fff;
}
#right-sidebar .right-sidebar-list .right-sidebar-list-item span {
    display: block;
    font-size: 14px;
    width: 15px;
    margin: 0 auto;
}
#right-sidebar .item-panel {
    position: absolute;
    left: -81px;
    top: 0;
    display: none;
    background-color: #fff;
}
#right-sidebar .kefu a {
    display: block;
    background-color: #e6e6e6;
    padding: 5px 0;
    margin-bottom: 1px;
    width: 76px;
    text-align: center;
}

#right-sidebar #sidebar-cartlist {
    width: 286px;
    left: -287px;
    height: 100%;
    background-color: #eee;
    border-left: 1px solid #eee;
}
#sidebar-cartlist .item-panel-top {
    height: 35px;
    line-height: 35px;
    overflow: hidden;
}
#sidebar-cartlist .item-panel-top a {
    float: right;
    margin-right: 10px;
    font-size: 25px;
    text-decoration: none;
}

#sidebar-cartlist .item-panel-main {
    overflow-y: scroll;
    height: 85%;
}
#sidebar-cartlist #sidebar-cartlist-item li {
    background-color: #fff;
    margin-bottom: 3px;
    position: relative;
    height: 65px;
}
#sidebar-cartlist-item .item-image {
    width:50px;
    height: 50px;
    border: 1px solid #ccc;
    overflow: hidden;
    position: absolute;
    left: 10px;
    top: 6px;
}
#sidebar-cartlist-item .item-info {
    width: 200px;
    position: absolute;
    top: 0;
    right: 0;
    height: 64px;
}
#sidebar-cartlist-item .item-info a {
    display: block;
    height: 20px;
    overflow: hidden;
    position: absolute;
    top: 6px;    
}
#sidebar-cartlist-item .item-info span {
    position: absolute;
    bottom: 6px;
}
#sidebar-cartlist-item .item-info strong {
    color: #E4393C;
}
#sidebar-cartlist .item-panel-bottom {
    height: 110px;
    position: relative;
}
#sidebar-cartlist .sidebar-cart-tocart {
    width: 227px;
    height: 38px;
    background: #c40002;
    display: block;
    color: #fff;
    line-height: 38px;
    text-align: center;
    font-size: 16px;
    margin: 0 auto;
}
#sidebar-cartlist .sidebar-cart-total {
    width: 227px;
    margin: 0 auto 10px;
    overflow: hidden;
}
#sidebar-cartlist .sidebar-cart-total strong {
    color: #E4393C;
}
#sidebar-cartlist .sidebar-cart-total .sidebar-cart-total-price {
    float: right;
}
#sidebar-cartlist .sidebar-cart-total .sidebar-cart-total-amount {
    float: left;
}
#settleup-2013 {
    position: relative;
}
#search-2013 {
    position: relative;
    z-index: 1;
}
#right-sidebar .right-sidebar-list .right-sidebar-list-item i {
    background-image: url(/Areas/Shop/Themes/Comix/Content/images/global/sidebar_icon.png);
    background-repeat: no-repeat;
    display: block;
    width: 30px;
    height: 22px;
    position: relative;
    left: -8px;
    top: -5px;
}
.right-sidebar-list-item.cart i {
    background-position: 1px -29px;
}
.right-sidebar-list-item.kefut i {
    background-position: 0 -61px;
}
.right-sidebar-list-item.feedback i {
     background-position: 0px -93px;
}
.right-sidebar-list-item.gotop i {
    background-position: 0px -125px;
}
.right-sidebar-list-item.title i {
    background-position: 7px 3px;
}
#right-sidebar .right-sidebar-list .right-sidebar-list-item.gotop {
    width: 40px;
    visibility: hidden;
}

#right-sidebar .right-sidebar-list .right-sidebar-list-item.kefut {
    padding: 15px 0 10px 0;
}
#sidebar-cartlist .list-empty {
    position: absolute;
    width: 240px;
    height: 100px;
    font-size: 14px;
    text-align: center;
    top: 155px;
    left: 27px;
    color: #CCC;
}
#sidebar-cartlist .list-empty-icon {
    background: url(/Areas/Shop/Themes/Comix/Content/images/20130330A_2.png) no-repeat;
    background-position: 0 0;
    width: 53px;
    height: 50px;
    margin: 0 auto 25px;
}
#right-sidebar .right-sidebar-list div.title {
    border-top: none;
    padding: 0 0 10px 0;
    width: 30px;
    background-color: #121013;
    position: relative;
    margin: 0 auto;
}
#right-sidebar .right-sidebar-list div.title i {
    background-image: url(/Areas/Shop/Themes/Comix/Content/images/global/sidebar_icon.png);
    background-repeat: no-repeat;
    display: block;
    width: 30px;
    height: 22px;
}
#right-sidebar .right-sidebar-list .right-sidebar-list-item:hover {
	background-color: #FF510C;
    width: 40px;    
}