.sortMain {
	width: 160px;
	padding: 3px 4px 0 0;
	font-size: 11px;
	font-family: arial, sans-sarif;
}

.sortby1 {
	width: 160px;
	height: 22px;
}

.sortby1 span, .display1 span {
	font-weight: bold;
}

.sortby1 a {
	display: block;
	background-image: url(/images/sortby.gif);
	background-repeat: no-repeat;
	color: #000000;
	text-decoration: none;
	padding: 2px 10px 0 5px;
	width: 160px;
	height: 22px;
}

.sortby1 a:active, .sortMain div.darker1 a {
	background-image: url(/images/sortbyH.gif);
	color: #ffffff;
}

.sortby2 {
	display: none;
	position: absolute;
	z-index: 99999;
	width:156px;
	margin: 0 1px 0 1px;
	text-align: right;
	background-color: #f0f0f0;
	border-right: solid 1px #d1d1d1;
	border-left: solid 1px #d1d1d1;
	border-bottom: solid 1px #d1d1d1;
}

.sortby2 li a {
	display: block;
	width: 140px;
	color: #000000;
	font-size: 11px;
	padding-right:16px;
	cursor: default;
}

.sortby2 li a:active, .sortby2 li a:hover  {
	display: block;
	width: 140px;
	background-color: #898989;
	color: #ffffff;
}

.sortby2 li a label {
	display: block;
	width: 140px;
	cursor: pointer;
}

.displayMain {
	width: 100px;
	padding-top: 3px;
	font-size: 11px;
	font-family: arial, sans-sarif;
}

.display1 {
	width: 100px;
	height: 22px;
}

.display1 a {
	display: block;
	background-image: url(/images/displayM.gif);
	background-repeat: no-repeat;
	color: #000000;
	text-decoration: none;
	padding: 2px 10px 0 5px;
	width: 100px;
	height: 22px;
}

.display1 a:active, .displayMain div.darker1 a {
	background-image: url(/images/displayMH.gif);
	color: #ffffff;
}

.display2 {
	display: none;
	position: absolute;
	width:96px;
	margin: 0 1px 0 1px;
	z-index: 99999;
	text-align: right;
	background-color: #f0f0f0;
	border-right: solid 1px #d1d1d1;
	border-left: solid 1px #d1d1d1;
	border-bottom: solid 1px #d1d1d1;
}

.display2 li a {
	display: block;
	width: 80px;
	color: #000000;
	font-size: 11px;
	padding-right:16px;
	cursor: default;
}

.display2 li a:active, .display2 li a:hover  {
	display: block;
	width: 80px;
	background-color: #898989;
	color: #ffffff;
}

.display2 li a label {
	display: block;
	width: 80px;
	cursor: pointer;
}

.sortDisplay {
	float: right;
	margin-right: 23px;
}