.jsorder {
	position: fixed;
	top: 32px;
	right: 0px;
	z-index: 10000;
    width: 250px;
}

.jsorder .left {
    float: left;
    width: 11px;
    background: #545454;
    cursor: pointer;
    color: white;
    padding: 3px;
    vertical-align: middle;
    word-wrap: break-word;
    font-family:monospace;
    line-height:16px;
} 
.jsorder .right {
	float: right;
	width: 233px;
	display: none;
	min-height: 100px;
}

#carbox{width:233px;clear:both;}
#carbox .cartop{height:53px;background:url(../img/carspite.gif) -6px -6px no-repeat;}
#carbox .carcent{background:url(../img/carbg.gif) center top repeat-y;}
#carbox .carcontent{padding:8px 11px 0px 12px;}
.carcontent h1{padding:0px 0px 6px 3px;}
.carcontent .contlist{width:209px;border-top:dotted 1px #cfcfcf;}
.contlist ul{list-style:none;
             height:49px;
             overflow:auto;}
.contlist li{height:33px;}

.carcontent .total{padding:9px 19px 10px 4px;overflow:hidden;}
.total img{float:left; margin-top:3px;}
.total p{float:right;color:#ff0000;font-size:16px;font-weight:bolder;}
.total p span{font-size:16px;}

.errormsg{padding:5px;overflow:hidden;}
.errormsg p{color:#ff0000;font-weight:bolder;}
.errormsg p span{font-size:13px;}

#carbox .carfoot{height:11px;background:url(../img/carspite.gif) -6px -64px no-repeat; overflow:hidden;}

.jsorder .right li {
	text-align: left;
	border-bottom:solid 1px #d5d5d5;
	overflow:hidden;
	padding:8px 0px 7px 0px; 
	line-height:16px;
}


.jsorder .right li span.num {
	display: block;
	cursor: pointer;
	float: right;
}
.jsorder .right li span.num input{width:21px; height:21px; text-align:center; border:1px solid #cfcfcf;}


.jsorder .right li div.index {
	float:left;
	margin-right:2px;
}

.jsorder .right li p.name {
	float:left;
	width:115px;
}

.jsorder .right li span.add {
	background:url(../img/carspite.gif) -14px -83px no-repeat;
	width: 13px;
	height: 13px;
	margin:5px 0px 0px 3px;
	display: block;
	cursor: pointer;
	float: right;
}

.jsorder .right li span.sub {
	background:url(../img/carspite.gif) 0px -83px no-repeat;
	width:13px;
	height:13px;
	margin:5px 3px 0px 0px;
	display: block;
	cursor: pointer;
	float: right;
}

.jsorder .right li span.del {
	background:url(../img/carspite.gif) -28px -83px no-repeat;
	width:13px;
	height:13px;
	 margin:2px 3px 0px 0px;
	display: block;
	cursor: pointer;
	float: left;
}
