/* CSS Document */
#shoppingcar{
	position:fixed;
	width:110px;
	height:38px;
	background:url(../images/im/shoppingcar.png) no-repeat;
	z-index:10;
	right:0px;
	top:66px;
	color:#FF0033;
	vertical-align:middle;
	line-height:36px;
	z-index: 100;
}
#shoppingcart_items_nums_box{
	float:left;
	width:42px;
	height:24px;
	margin-left:25px;
	text-align:center;
}
#shoppingcart_qty{
	font-size:32px;
	letter-spacing:-3px;
	cursor:default;
}
#shoppingcart_list_box{
	width:100%;
	float:none;
	margin-top:38px;
}
#shoppingcarlist{
	list-style:none;
	line-height:30px;
	width:100%;
	color:#666666;
	margin-top:2px;
}
#shoppingcarlist li{
	margin-left:18px;
	padding-left:10px;
	border-bottom:#EEEEEE thin solid;
	border-left:#DDDDDD thin solid;
	background:#F5F5F5;
	cursor:default;
	overflow:hidden;
	padding-right:3px;
	height:25px;
}
#gotocounter {
	width:33px;height:18px;background:url(../images/im/ord3.gif) no-repeat; background-position:0% 0%;float:left;margin-top:10px;margin-left:5px; cursor:pointer;
}
#gotocounter:hover {
	background-position:0% 100%;
}
.x{
	width:8px;
	height:8px;
	float:left;
	background:url(../images/im/x.png) no-repeat;
	background-position:0px px;
	margin:11px 1px 1px 1px;
}
.x:hover{
	background-position:0% 100%;
}