.hide {
	display: none;
}
.item, .mainleft tr {
	cursor: pointer;
}
.mainbox ul, .mainbox ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.mainbox ul li {
	float: left;
}
.mainbox ul li a {
	font-family: '微軟黑體';
	color: #221814;
	font-size: 12px;
	text-decoration: none;
	display: block;
	padding: 0 10px;
	width: 89px;
	border-right: 2px solid #221814;
	text-align:center;
}
.mainbox ul li a.one {
	padding-left: 0;
	width: 99px;
}
.mainbox ul li a.two {
	width: 60px;
}
.mainbox ul li a.three {
	width: 100px;
}
.mainbox ul li a.four {
	width: 150px;
}
.mainbox ul li a.six {
	padding-right: 0;
	width: 111px;
	border-right: none;
}
.mainleft {
	clear: left;
}
.button {
	display: block;
	width: 92px;
	height: 22px;
	line-height: 22px;
	background-color: #e8d34b;
	font-family: '微軟黑體';
	color: #221814;
	font-size: 12px;
	text-decoration: none;
	text-align:center;
}
.groovybutton:hover {
	color: #fff;
	background-color: #221814;
}
.count {
	display: inline-block;
	width: 40px;
	height: 22px;
	padding-left: 10px;
	line-height: 22px;
	background: #e8d34b url(images/arrow.jpg) no-repeat 30px 7px;
	font-family: '微軟黑體';
	color: #221814;
	font-size: 12px;
}
.scroll-pane {
	width: 200px;
	height: 309px;
	overflow: auto;
}
.jspVerticalBar {
	width: 6px;
}
.jspDrag {
	background: #fff;
}
.jspVerticalBar, .jspTrack {
	background: none;
}

#cart-list {
	width: 650px;
	height: 190px;
	overflow: auto;
}
#cart-list .jspDrag, #explain-list .jspDrag, #finish-list .jspDrag, #news-list .jspDrag {
	background: #221814;
}
#explain-list {
	width: 675px;
	height: 130px;
	overflow: auto;
}
#finish-list {
	width: 675px;
	height: 250px;
	overflow: auto;
}
#news-list {
	padding: 0;
	width: 675px;
	height: 220px;
	margin-bottom: 10px;
	overflow: auto;
}