/* ------------------------------------------------------------ */
/* Element Formatting */
/* ------------------------------------------------------------ */


#Sort-Filter {
	width: 578px;
	height: 22px;
	position: relative;
	padding: 10px 10px 0px 0px;
	float: left;
    margin: 10px 0 0 10px;
}

*html #Sort-Filter{
    margin: 10px 0 0 5px;
}

#Sort-Filter form{
	display: block;
}

#Sort-Filter ul {
	list-style: none;
	height: 20px;
}

#Sort-Filter ul li {
	height: 20px;
	line-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;
}

/* ------------------------------------------------------------ */
/* Elements Colours */
/* ------------------------------------------------------------ */

/* ------------------------------------------------------------ */
/* Font Formatting */
/* ------------------------------------------------------------ */

#Sort-Filter {
	font-size: 0.8em;
	text-align: right;
}