div.ordering {
	width: 500px;
	height: 30px;
	margin-top: 10px;
	font-size: 12px;
	margin-left: 10px;
}

div.navigator {
	width: 500px;
	height: 30px;
	margin-top: 13px;
	font-size: 12px;
	margin-left: 10px;
}

ul.ordering {
	width: 30%;
	list-style: none;
	float: left;
	display: table;
}

ul.ordering li {
	display: inline;
	margin-right: 10px;
}

ul.orderby {
	width: 44%;
	list-style: none;
	float: left;
	display: table;
}

ul.orderby li {
	display: inline;
}


a#active_ordering {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

a#active_orderby {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
