.sorting{
	margin: 0px 0 10px 0;
	border: 1px solid #f00;
	text-align: right;
	border: none;
	border-bottom: 1px solid #efefef;
	padding-bottom: 7px;
}
.sortOption a {
	padding: 3px;
	padding-left: 20px;
	text-decoration: none;
}

.sortAZoff{
	background-image: url(../img/az_off.png);
	background-position: left center;
	background-repeat: no-repeat;
}
.sortAZoff a{color: #ccc;}

.sortLINKoff{
	background-image: url(../img/visits_off.gif);
	background-position: left center;
	background-repeat: no-repeat;
}
.sortLINKoff a{color: #ccc;}

.sortDATEoff{
	background-image: url(../img/time_off.png);
	background-position: left center;
	background-repeat: no-repeat;
}
.sortDATEoff a{color: #ccc;}

.sortAZ{
	background-image: url(../img/az.png);
	background-position: left center;
	background-repeat: no-repeat;
}

.sortLINK{
	background-image: url(../img/visits.gif);
	background-position: left center;
	background-repeat: no-repeat;
}

.sortDATE{
	background-image: url(../img/time.png);
	background-position: left center;
	background-repeat: no-repeat;
}
