/* ------------------------------------------------------------ */
/* Element Formatting */
/* ------------------------------------------------------------ */

#Sort-Filter {
	width: 578px;
	height: 22px;
	position: relative;
	float: right;
	padding: 10px 0 10px 10px;
}

#Sort-Filter form{
	display: block;
}

#Sort-Filter ul {
	list-style: none;
	height: 20px;
}

#Sort-Filter ul li {
	height: 20px;
	display: block;
	float: right;
	margin: 0 0 0 5px;
}

#Sort-Filter ul li p{
	margin: 0 0 0 10px;
}

#Sort-Filter select {
	background-color: #ffffff;
	width: 140px;
	height: 20px;
	display: block;
	position: relative;
	margin: 0 0 0 10px;
	border: 1px solid #666666;
}

#Sort-Filter a {
	background-color: #FF7519;
	position: relative;
	cursor: pointer;
	display: block;
	padding: 3px 8px 2px;
	font-size: 0.95em;
	text-transform: uppercase;
}

/* ------------------------------------------------------------ */
/* Elements Colours */
/* ------------------------------------------------------------ */


#Sort-Filter .FilterSubmit { color: #FFFFFF; }

#Sort-Filter a { color: #FFFFFF; }

/* ------------------------------------------------------------ */
/* Font Formatting */
/* ------------------------------------------------------------ */

#Sort-Filter {
	font-size: 0.8em;
	text-align: right;
}

#Sort-Filter a {
    font-weight: bold;
    text-align: center;
	text-decoration: none;
}