@charset "gb2312";
/* CSS Document */

/*============================订货中心商品筛选============================*/
.sbsel {
border: 1px solid #ddd;
background-color: #fff;
/*border-top: 3px solid #D62A22;*/
border-left: none;
line-height: 29px;
height: 29px;
}
.sl_list {
margin-bottom: -1px;
border-right: 1px solid #ddd;
}
.sl_list li {
float: left;
display: inline;
width:85px;
text-align: center;
border-left: 1px solid #ddd;
cursor: pointer;
}
.sl_list li a {
color: #999;
width: 100%;
height: 100%;
display: inline-block;
}
.sl_list li:hover, .sl_list li.hover {
background-color: #D62A22;
margin-right: -1px;
height: 30px;
line-height: 30px;
width: 87px;
position: relative;
border-left: none;
}
.sl_list li:hover a, .sl_list li.hover a {
color: #fff;
}

.sl_list li:hover .down, .sl_list li.hover .down {
background-position: -67px 0;
}
.sl_list li .down {
background-position: -67px -11px;
}
.sl_list li i {
position: relative;
top: 0;
display: inline-block;
width: 9px;
height: 10px;
margin-left: 5px;
vertical-align: -1px;
_margin-top: 10px;
_vertical-align: 0;
background: url(../images/newsprite.png) no-repeat;
}
.sl_list li .up {
background-position: -77px -11px;
}
.sl_list li:hover .up, .sl_list li.hover .up {
background-position: -77px 0;
}
.tgl-switch-lefton {
float: right;
margin-right: 10px;
margin-top: 5px;
}
.tgl-switch-lefton a, .tgl-switch-righton a, .tgl-switch-righton a {
background-image: url("../images/T1zhHqXbliXXafcxPv-150-489.png");
background-repeat: no-repeat;
}
.tgl-switch-lefton a, .tgl-switch-righton a {
display: block;
height: 19px;
width: 46px;
}
.tgl-switch-lefton a {
background-position: -50px -100px;
}
.tgl-switch-righton {
float: right;
margin-right: -1px;
margin-top: 5px;
}
.tgl-switch-righton.switch-selected a {
background-position: 0 -120px;
}
/*============================商品展示列表============================*/
.shoplist_new li {
float: left;
display: inline;
position: relative;
background-color: #fff;
padding: 10px 13px 10px 15px;
zoom: 1;
width: 220px;
border: 1px solid #ddd;
margin: 0 0 -1px -1px;
transition: border 0.5s;
-moz-transition: border 0.5s;
-webkit-transition: border 0.5s;
-o-transition: border 0.5s;
}
.shoplist_new li:hover {
border: 1px solid red ;
position: relative;
z-index: 1;
}
.shoplist_new li .pic img {
width: 220px;
height: 220px;
}
.shoplist_new li .txt {
line-height: 20px;
height: 40px;
overflow: hidden;
margin: 10px 0 3px 0;
}
.shoplist_new li .pri {
font-family: "微软雅黑","黑体";
margin-bottom: 8px;
line-height: 22px;
height: 22px;
overflow: hidden;
}
.shoplist_new li .pri em {
font-size: 18px;
color: #f42e2d;
}
.shoplist_new li .pri .yj{
color: #BBB;
font-size: 14px;
text-decoration: line-through;
}
.shoplist_new li .pri em i{
font: 14px/150% Arial,Verdana,"\5b8b\4f53";
}
.shoplist_new .icons {
display: inline-block;
overflow: hidden;
height: 16px;
padding: 0 2px;
margin-right: 3px;
line-height: 16px;
text-align: center;
font-size: 12px;
font-style: normal;
color: #FFF;
}
.shoplist_new .icons.icons-tj {
background: #FF8040;
}
.shoplist_new .icons.icons-zt {
background:#59B300;
}
.shoplist_new .icons.icons-qh {
background: #B3B3B3;
}
.empty {
display: block;
position: absolute;
width: 220px;
height: 220px;
left: 10px;
top: 10px;
z-index: 2;
opacity: 0.6;
background: #000000 url("../images/empty_goods.png") no-repeat center center;
}
.item_quantity_editer, .shortcut_bar {
/*width: 74px;*/
width: 76px;
position:absolute;
right:0;
/*top: 0;*/
}
.item_quantity_editer .decrease_one, .item_quantity_editer .increase_one, .item_quantity_editer .item_quantity {
float: left;
width: 20px;
height: 20px;
line-height: 20px;
text-align: center;
}
.item_quantity_editer .decrease_one, .item_quantity_editer .increase_one {
font-size: 16px;
color: #666;
border: 1px solid #e0e0e0;
cursor: pointer;
background: url(../images/cart_num_editer_bg.jpg) repeat-x 0 0 transparent;
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
}
.item_quantity_editer .item_quantity {
width: 30px;
height:18px;
border: 0;
border-top: 1px solid;
border-bottom: 1px solid;
border-color: #e0e0e0;
}
/*页数*/
.pagination {
border-radius: 4px;
padding-left: 0;
display: inline-block;
float: left;
}
.pannel-customerpage{
margin: 25px 5px 25px 25px;
clear: both;
}
.pagination>li {
display: inline;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
margin-left: 0;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
}
.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
border-color: #ddd;
color: #999;
cursor: not-allowed;
background-color: #fff;
}
.pagination>li>a {
padding: 6px 12px;
border: 1px solid #ddd;
line-height: 1.4285;
text-decoration: none;
margin-left: -1px;
float: left;
position: relative;
background-color: #fff;
color: #3e3e3e;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
border-color: #E72227;
color: #fff;
z-index: 2;
cursor: default;
background-color: #E72227;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
background-color: #eee;
}
.total {
margin-left: 5px;
float: left;
line-height: 27px;
}
.form {
float: left;
}
.form .text {
margin-left: 10px;
border: none;
}
.form .input {
width: 38px;
*width: 1;
border: 1px solid #ededed;
height: 21px;
text-align: center;
vertical-align:middle;
}
.form .text {
margin-left: 10px;
border: none;
}
.form .button {
background: none repeat scroll 0 0 #E72227;
color: #FFF;
text-align: center;
line-height: 27px;
cursor: pointer;
width: 43px;
height: 23px;
padding: 6px 20px;
border-radius: 2px;
margin-left: 5px;
}

