/*Your CSS file*/
.sortlists {
	width: 200px;
	list-style-type: none;
	min-height: 30px;
}

.sortlists li {
	padding: 5px;
	background-color: #333;
	color: white;
	font-size: 23px;
	border-bottom: 1px solid white;
}

.sortlists li span{
	height: 25px;
	width: 20px;
	background-color: #666;
	display: block;
	float: left;
	margin-right: 10px;
}

.sortlists li span span{
	height: 25px;
	width: 20px;
}

.ind {
	width: 200px;
	padding: 10px;
	background-color: #33CCCC;
	border-bottom: 1px solid white;
}

.order {
	padding: 10px;
	width: auto;
}

.ind {
	width: 200px;
	background-color: #666;
	color: white;
	padding: 10px;
}

#accordian_wrap {
	width: 200px;
}
