div.rich-select a span
{
	overflow:hidden;
	white-space:nowrap;
}

div.rich-select
{
	height: 25px;
	overflow: visible;
	width: 200px;
}

div.rich-select strong
{
    font-weight: bold;
}

div.rich-select em
{
    font-style: italic;
}

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: #000;
	cursor: pointer;
	background-image: url(../images/widgets_rich_select/bg_filter_grey_bt.gif);
}

div.rich-select a.button:hover
{
    text-decoration: none;
}

div.rich-select a span
{
    float: left;
    height: 25px;
}

div.rich-select a span.lt,
div.rich-select a span.rt
{
    width: 2px;
    height: 25px;
    background-repeat: no-repeat;
}

div.rich-select a span.lt
{
	background-image: url(../images/widgets_rich_select/box_body-n-25-lt.gif);
}

div.rich-select a span.rt
{
	background-image: url(../images/widgets_rich_select/box_body-n-25-rt.gif);
}

div.rich-select a span.text
{
    width: 167px;
    padding-left: 5px;
    height: 25px;
    background-repeat: repeat-x;
	background: transparent url(../images/widgets_rich_select/box_body-n-25.gif) repeat-x left top;
}

div.rich-select ul
{
    position: absolute;
    z-index: 10;
    background-color: #f1f1f1;
    border: 1px solid #ddd;
    overflow: hidden;
    padding-bottom: 0px;
}



div.rich-select ul li
{
    height: 24px;
    line-height: 24px;
    font-size: 0.92em;
}

div.rich-select ul li a
{
    /* new, 0501 */
    overflow:hidden;
    white-space:nowrap;
    /* end new, 0501 */
    float: none;
    display: block;
    line-height: 24px;
    height: 24px;
    background: none;
    padding: 0 8px;
    text-decoration: none;
    color: #77683b;
    border-bottom: 1px solid #ddd;
}

div#sort-by-widget ul#sort-anchor-ul li a:hover
{
    color: #fff;
    background-color: #666;
    text-decoration: none;
}


div.rich-select ul li.selected a
{
    background-color: #ccc;
    border-bottom: 1px solid #ddd;
}


/* 
    Custom rich selects with different chrome 
*/

div.rich-select-display a
{
	background-image: url(../images/widgets_rich_select/bg_display_bt.gif);
}

div.rich-select-display a span.lt
{
	background-image: url(../images/widgets_rich_select/box_body-n-25-lt.gif);
}

div.rich-select-display a span.rt
{
	background-image: url(../images/widgets_rich_select/box_body-n-25-rt.gif);
}

div.rich-select-display a span.text
{
	background: transparent url(../images/widgets_rich_select/box_body-n-25.gif) repeat-x left top;
	text-indent:0;
}

/* 
    My Tracked Lots
*/

div.rich-select-my-tracked-lots ul li.selected a
{
    background-color: #E6E0D0;
    color: #333;
}

div.rich-select-my-tracked-lots ul
{
    border: 1px solid #43464A;
}

div.rich-select-my-tracked-lots ul li a
{
    color: #FFF;
    background-color: #43464A;
    text-decoration: none;
}

div.rich-select-my-tracked-lots ul li.selected a
{
    border-bottom: 1px solid #333;
}

div.rich-select-my-tracked-lots ul li
{
    border-bottom: 1px solid #333;
}

div.rich-select-my-tracked-lots ul li a:hover
{
    background-color: #333;
}

div.rich-select-my-tracked-lots a.button
{
	background-image: url(../images/widgets_rich_select/bg_my_tracked_lots_bt.gif);
}

div.rich-select-my-tracked-lots a span.lt
{
	background-image: url(../images/widgets_rich_select/bg_my_tracked_lots_lt.gif);
}

div.rich-select-my-tracked-lots a span.rt
{
	background-image: url(../images/widgets_rich_select/bg_my_tracked_lots_rt.gif);
}

div.rich-select-my-tracked-lots a span.text
{
    color: #000;
	background-image: url(../images/widgets_rich_select/bg_my_tracked_lots.gif);
}

/*
    My Auction Calendar
*/

div.rich-select-my-auction-calendar ul li.selected a
{
    background-color: #FFF;
    color: #333;
}

div.rich-select-my-auction-calendar ul
{
    border: 1px solid #A78447;
    border-bottom: none;
}

div.rich-select-my-auction-calendar ul li
{
    border-bottom: 1px solid #A78447;

}

div.rich-select-my-auction-calendar ul li a
{
    color: #796653;
    background-color: #E6E0D0;
    text-decoration: none;
    border-bottom: none;
}

div.rich-select-my-auction-calendar ul li.selected a
{
    border-bottom: 1px solid #A78447;
}

div.rich-select-my-auction-calendar ul li a:hover
{
    background-color: #725D22;
    color: #FFF;
}

div.rich-select-my-auction-calendar a.button
{
	background-image: url(../images/widgets_rich_select/bg_my_auction_calendar_bt.gif);
}

div.rich-select-my-auction-calendar a span.lt
{
	background-image: url(../images/widgets_rich_select/bg_my_auction_calendar_lt.gif);
}

div.rich-select-my-auction-calendar a span.rt
{
	background-image: url(../images/widgets_rich_select/bg_my_auction_calendar_rt.gif);
}

div.rich-select-my-auction-calendar a span.text
{
    color: #000;
	background-image: url(../images/widgets_rich_select/bg_my_auction_calendar.gif);
}
