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

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

#Sort-Filter form{
	display: block;
}

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

#Sort-Filter ul li {
	height: 23px;
	line-height: 23px;
	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: 21px;
	display: block;
	position: relative;
	margin: 1px 0 0 10px;
	border: 1px solid #666666;
}

#Sort-Filter a {
    background-image: url(http://images.esellerpro.com/2296/images/objects/buttons/menu-find-button.gif);
	width: 54px;
	position: relative;
	cursor: pointer;
	display: block;
	height: 23px;
	line-height: 23px;
}

/* ------------------------------------------------------------ */
/* 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;
}