
ul.bookShopCar-small-ul {
    list-style-type: none;
    position: absolute;
    top: 50%;
    margin: 0px;
    padding: 0px;
    margin-top: -300px;
    
}

.bookShopCar {
    height: 100%;
    text-align: center;
    float: right;
    position: fixed;
    right: 0;
    min-height: 386px;
    background-color: #eeeeee;
    top: 0px;
}
.shopCarWord {
    color: #fff;
    width: 20px;
    font-size: 13px;
    margin: 0 auto;
}

span#shopCarNum {
    width: 20px;
    height: 20px;
    background-color: red;
}
div#shopCarNum {
    width: 20px;
    height: 18px;
    background-color: #FFB3B3;
    margin: 0 auto;
    border-radius: 5px;
    margin-top: 10px;
    color: #fff;
    font-size: 13px;
}
ul.bookShopCar-small-ul li {
    margin-top: 20px;
    cursor: pointer;
}

li.bookShopCar-small-shopCar {
    border-bottom: solid 1px #aaaaaa;
    border-top: solid 1px #aaaaaa;
    padding-bottom: 20px;
}

li.bookShopCar-small-pic:hover {
    background-color: #eee;
}

ul.bookShopCar-small-ul li:hover {
    background-color: #ffb3b3;
}
.bookShopCar-small {
    height: 100%;
    width: 36px;
    background-color: #3060a0;
    position: relative;
    float: left;
}
.bookShopCar-large {
	display:none;
	width: 300px;
	height: 100%;
	float: right;
	position: relative;
}
.checkbox-all-div {
    float: left;
    color: #666666;
    font-size: 12px;
    padding: 5px 5px 5px 7px;
}
.checkbox-all-see {
    font-size: 12px;
    padding: 5px;
    float: right;
    margin-right: 6px;
}

.bookShopCar-large-table-content table {
    font-size: 12px;
    width: 100%;
    text-align: left;
    border-collapse: collapse;
    margin: 0 auto;
    margin-top: 0px;
    border-collapse: separate;
    border-spacing: 0px 10px;
}

.num-decr {
    float: right;
    margin-right: 2px;
}

.num-incr {
    float: left;
    margin-left: 2px;
    cursor: pointer;
}

.table-num span {
    margin: 0 auto;
}

.bookShopCar-large-table-content {min-height: 250px;overflow-y:auto;max-height: 84%;width: 100%;}

.bookShopCar-large-table-content table tr {
    height: 50px;
    border: solid 0px;
    background-color: #fff;
}

.bookShopCar-large-table-content table tr td {position: relative;text-align: center;}

td.table-checkbox {
}

input.all-choose {
    margin-left: 4px;
    margin-top: 2px;
}

td.table-checkbox {
    width: 36px;
}

td.table-word {
    width: 150px;
    cursor: pointer;
    padding-top: 4px;
    color: #3060a0;
    text-align: left;
}

td.table-num {
    width: 62px;
    text-align: center;
    cursor: pointer;
    padding-top: 7px;
}

td.table-price {
    width: 60px;
    padding-top: 8px;
}
.showDelete img {
    width: 10px;
    height: 10px;
}

.showDelete {
    position: absolute;
    margin-top: -14px;
    margin-left: 36px;
    cursor: pointer;
}

.num-decr,.num-incr {
    width: 13px;
    height: 12px;
    border-radius: 20px;
    margin-top: 2px;
    border: solid 1px #eee;
    color:#aaa;
    background-color: #f8f8f8;
}
.num-decr:hover,.num-incr:hover {
    background-color: #aaa;
    border: solid 0px #eee;
    color:#ffffff;
}
.num-decr span,.num-incr span {
    margin-top: 0px;
    margin-left: 2px;
}

.num-incr span {
    margin-left: 4px;
}
td.table-num {
    text-align: center;
}
.num-incr div,.num-decr div {
    margin-top: -3px;
}
.bookShopCar-large-title {
    height: 27px;
}
.shopCatCount {
    position: absolute;
    bottom: 1%;
    width: 80%;
    background: #aaaaaa;
    color: #fff;
    margin-left: 10%;
    height: 5%;
}

.shopCatCount-left, .shopCatCount-right{
    float: left;
    font-size: 19px;
    margin-left: 76px;
    margin-top: 4px;
}


.shopCatCount-right {
    margin-left: 20px;
}

.shopCarInf-all {
    position: absolute;
    bottom: 34px;
    font-size: 12px;
    width: 100%;
    height: 5%;
}

.shopCarInf-num {
    float: left;
    margin-left: 30px;
}

div#shopCarInf-price {
    float: right;
    color: #ff7f00;
    font-size: 14px;
    margin-right: 30px;
}
.tableType {
    position: absolute;
    margin-top: -17px;
    margin-left: 1px;
    background-color: #ffb3b3;
    padding: 0px 2px;
    color: #fff;
}
.shopCarIsNone {
    text-align: center;
    float: left;
    margin-top: 20px;
}