dl {
	overflow: hidden;
	margin: 0;
	padding: 4px 6px;
}

dt {
	margin: 5px 0;
	font-weight: bold;
	clear: both;
}

dd {
	margin: 0 5px;
	padding: 0 0 8px;
}

ul.dropdown {
	margin: 0;
	padding: 2px;
	list-style-type: none;
	z-index: 1000;
}

ul.dropdown.multiple {
	background-color: white;
	border: 1px solid silver;
	border-right: 1px solid #7f7f7f;
	border-bottom: 1px solid #7f7f7f;	
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;		
}

ul.dropdown.multiple li:first-child {
	display: block;
	padding-right: 20px;
	background: transparent url(../images/arrow.png) no-repeat right -157px;
}

ul.dropdown li {
	font-size: 11px;
	padding: 2px;
	line-height: 14px;
}

ul.dropdown.multiple li:hover {
	background-color: #dfdfdf;
}

ul.dropdown.multiple li a {
	display: block;
}

ul.dropdown.multiple li a:hover {
	text-decoration: none;
}


ul.sort {
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;
}

ul.sort li {
	margin: 10px 0;
	padding: 5px;
	border: 1px solid silver;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	cursor: move;
}

ul.sort li:hover {
	background-color: #f5f5f5;
}

ul.sort li div.action {
	position: absolute;
	top: 5px;
	right: 5px;
}

ul.tabs {
	list-style-type: none;
	clear: both;
	height: 20px;
	margin: 0 0 5px 0;
	padding: 0;
	border-bottom: 1px solid #e3e3e3;
}

ul.tabs li {
	float: left;
	text-align: center;
	margin-right: 7px;
}

ul.tabs li a {
	display: block;
	width: 80px;
	height: 14px;
	background-color: #e3e3e3;	
	padding: 3px 6px;
	line-height: 14px;
	text-decoration: none;
	font-weight: normal;	
}

ul.tabs li a.active {
	font-weight: bold;
}


ul.list {
	margin: 0 0 15px 0;
	padding: 5px;
	list-style-type: none;
}

ul.list li {
	border-bottom: 1px solid #e3e3e3;
	margin: 0;
	padding: 5px 0;
	font-size: 11px;
}

ul.order {	
	position: absolute;
	top: 50px;
	margin: 0;
	padding: 0;
	background-color: #ececec;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
}

ul.order li {
	border: none;
	display: inline;
	text-decoration: none;
	color: #5C676C;
	font-size: .9em;	
	margin: 0 5px;
	cursor: pointer;
}

ul.order li.active {
	color: black;
	font-weight: bold;
}

ul.order li:hover {
	color: black;
}

ol.legend {
	margin: 0px;
	padding: 5px;
}

ol.legend li {
	margin: 0 0 0 15px;
	padding: 2px;
	font-size: .8em;
	color: #656565;
}

ol li {
	margin-bottom: 10px;
}

ol li ul {
	margin: 10px 0;
}

.sort span {
	cursor: pointer;
	padding-right: 20px;
	white-space: nowrap;
}

.sort.asc span {
	background: transparent url(../images/arrow.png) no-repeat right -212px;	
}

.sort.desc span {
	background: transparent url(../images/arrow.png) no-repeat right -160px;
}