div#results_filters div.rich-select,
div.results-controls div.rich-select
{
	height: 25px;
	overflow: visible;
	width: 100px;
	
}

div.results-controls div.rich-select strong
{
    font-weight: bold;
}

div.results-controls div.rich-select em
{
    font-style: italic;
}


div#results_filters div.rich-select a.button,
div.results-controls div.rich-select a.button
{
	line-height: 27px;
	display: block;
	padding-right: 24px;
	width: 176px;
	height: 25px;
	background-repeat: no-repeat;
	background-position: top right;
	color: #333333;
	cursor: pointer;
	background-image: url(../images/widgets_rich_select/bg_ar_filter_bt.gif);
}

div#results_filters div.rich-select a.button:hover,
div.results-controls div.rich-select a.button:hover
{
    text-decoration: none;
}

div#results_filters div.rich-select a span,
div.results-controls div.rich-select a span
{
    float: left;
    height: 25px;
}

div#results_filters div.rich-select a span.lt,
div#results_filters div.rich-select a span.rt,

div.results-controls div.rich-select a span.lt,
div.results-controls div.rich-select a span.rt
{
    width: 2px;
    height: 25px;
    background-repeat: no-repeat;
}

div#results_filters div.rich-select a span.lt,
div.results-controls div.rich-select a span.lt
{
	background-image: url(../images/widgets_rich_select/bg_ar_filter_lt.gif);
}

div#results_filters div.rich-select a span.rt,
div.results-controls div.rich-select a span.rt
{
	background-image: url(../images/widgets_rich_select/bg_ar_filter_rt.gif);
}


div#results_filters div.rich-select a span.text,
div.results-controls div.rich-select a span.text
{
    width: 167px;
    padding-left: 5px;
    height: 25px;
    background-repeat: repeat-x;
	background-image: url(../images/widgets_rich_select/bg_ar_filter.gif);
}

div#results_filters div.rich-select ul,
div.results-controls div.rich-select ul
{
    position: absolute;
    z-index: 10;
    background-color: #f1f1f1;
    border: 1px solid #dddddd;
    overflow: hidden;
    padding-bottom: 0px;
}


div#results_filters div.rich-select ul li,
div.results-controls div.rich-select ul li
{
    height: 24px;
    line-height: 24px;
    font-size: 0.92em;
}

div#results_filters div.rich-select ul li a,
div.results-controls div.rich-select ul li a
{
    float: none;
    display: block;
    line-height: 24px;
    height: 24px;
    background: none;
    padding: 0 8px;
    text-decoration: none;
    color: #333333;
    border-bottom: 1px solid #dddddd;
}

div#results_filters div.rich-select ul li a:hover,
div.results-controls div.rich-select ul li a:hover
{
    color: #FFF;
    background-color: #666666;
    text-decoration: none;
}

div#results_filters div.rich-select ul li.selected a,
div.results-controls div.rich-select ul li.selected a
{
    background-color: #cccccc;
    border-bottom: 1px solid #dddddd;
}

/* TaskID #275 START... */

div.rich-select,
div.results-controls div.rich-select
{
	height: 25px;
	overflow: visible;
	width: 100px;
	float:left;
	margin-left:5px;
}

div.results-controls div.rich-select strong
{
    font-weight: bold;
}

div.results-controls div.rich-select em
{
    font-style: italic;
}


div.rich-select a.button,
div.results-controls div.rich-select a.button
{
	line-height: 27px;
	display: block;
	padding-right: 24px;
	width: 176px;
	height: 25px;
	background-repeat: no-repeat;
	background-position: top right;
	color: #333333;
	cursor: pointer;
	background-image: url(../images/widgets_rich_select/bg_ar_filter_bt.gif);
}

div.rich-select a.button:hover,
div.results-controls div.rich-select a.button:hover
{
    text-decoration: none;
}

div.rich-select a span,
div.results-controls div.rich-select a span
{
    float: left;
    height: 25px;
}

div.rich-select a span.lt,
div.rich-select a span.rt,

div.results-controls div.rich-select a span.lt,
div.results-controls div.rich-select a span.rt
{
    width: 2px;
    height: 25px;
    background-repeat: no-repeat;
}

div.rich-select a span.lt,
div.results-controls div.rich-select a span.lt
{
	background-image: url(../images/widgets_rich_select/bg_ar_filter_lt.gif);
}

div.rich-select a span.rt,
div.results-controls div.rich-select a span.rt
{
	background-image: url(../images/widgets_rich_select/bg_ar_filter_rt.gif);
}


div.rich-select a span.text,
div.results-controls div.rich-select a span.text
{
    width: 167px;
    padding-left: 5px;
    height: 25px;
    background-repeat: repeat-x;
	background-image: url(../images/widgets_rich_select/bg_ar_filter.gif);
}

div.rich-select ul,
div.results-controls div.rich-select ul
{
    position: absolute;
    z-index: 10;
    background-color: #f1f1f1;
    border: 1px solid #dddddd;
    overflow: hidden;
    padding-bottom: 0px;
}


div.rich-select ul li,
div.results-controls div.rich-select ul li
{
    height: 24px;
    line-height: 24px;
    font-size: 0.92em;
}

div.rich-select ul li a,
div.results-controls div.rich-select ul li a
{
    float: none;
    display: block;
    line-height: 24px;
    height: 24px;
    background: none;
    padding: 0 8px;
    text-decoration: none;
    color: #333333;
    border-bottom: 1px solid #dddddd;
}

div.rich-select ul li a:hover,
div.results-controls div.rich-select ul li a:hover
{
    color: #FFF;
    background-color: #666666;
    text-decoration: none;
}

div.rich-select ul li.selected a,
div.results-controls div.rich-select ul li.selected a
{
    background-color: #cccccc;
    border-bottom: 1px solid #dddddd;
}

/* TaskID #275 END... */