h3 {
    clear: both;
    color: #444343;
    font-size: 14px;
    font-weight: normal;
    line-height: 100%;
}

.arrow-b, .arrow-s, #basketInner, .bigBasket #name li.now, .delet, .bigBasket .listBox a {
    background-image: url("../png/sprite.png");
    background-repeat: no-repeat;
}
.basketWarpForm {
    background: none repeat scroll 0 0 #B9B6B6;
    color: #444343;
    font-size: 11px;
    padding: 3px 3px 0 20px;
}
.basketWarp div, #basketWarp p {
    font-family: Tahoma,Arial,Helvetica,sans-serif;
}
#basketInner {
    background-color: #E9EAEA;
    background-position: left top;
    background-repeat: repeat-x;
    border-color: #FFFFFF #FFFFFF -moz-use-text-color;
    border-style: solid solid none;
    border-width: 1px 1px medium;
}
.arrow-b, .arrow-s, #basketInner, .bigBasket #name li.now, .delet, .bigBasket .listBox a {
    background-image: url("../png/sprite.png");
}
#basketWarp div, #basketWarp p {
    font-family: Tahoma,Arial,Helvetica,sans-serif;
}
.bigBasket, .imgBox {
    overflow: hidden;
}
.bigBasket .img, .bigBasket .imgBox,.bigBasket .link, .bigBasket ul {
    float: left;
}
.bigBasket .img {
    height: 52px;
    padding: 12px 8px;
}
.bigBasket .img .delet {
    margin-left: 37px;
    position: absolute;
}
.delet {
    background-position: -42px -112px;
    cursor: pointer;
    height: 13px;
    width: 14px;
}
.bigBasket .img50 {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #D4D3D3;
    display: table-cell;
    height: 50px;
    line-height: 43px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    width: 50px;
}
.bigBasket .imgBox .hover {
    border: 1px solid #FE9B00;
}

.bigBasket .linkBox{
    width: 230px;
    float: right;
    line-height:18px;
}

.bigBasket .link {
    padding: 15px 0;
    max-width: 110px;
}
.bigBasket .link a {
    font-weight: bold;
    text-decoration: underline;
}
.bigBasket #name {
    float: right;
    padding-right: 0;
}
.bigBasket #name li {
    height: 34px;
    line-height: 34px;
    padding-left: 15px;
    text-align: left;
    width: 85px;
}
.bigBasket #name li.now {
    background-position: left -78px;
    color: #FFFFFF;
}
.bigBasket #name li.now strong {
    color: #FFD800;
    font-size: 14px;
}

.arrow-b, .arrow-s {
	background-position: -11px -111px;
    cursor: pointer;
    height: 20px;
    left: 3px;
    position: absolute;
    top: 3px;
    width: 12px;
}
.arrow-s {
    background-position: 2px -111px;
}
.smallBasket {
    padding: 10px;
}
#basketInner h2 {
    font-size: 11px;
    padding-bottom: 3px;
}
.smallBasket strong {
    color: #FB4F03;
    font-weight: normal;
}