#filter_tools
{
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}
#filter_tools li
{
	float: left;
	padding: 0 10px;
	text-transform: uppercase;
	font-size: 9px;
	font-weight: bold;
	/*border-right: solid 1px #e81e75;*/
	border-right: solid 1px #797979;
}
#filter_tools li.list_title
{
	padding-left: 0;
	border-right: none;
	color:#ffffff;
}
#filter_tools li.last
{
	padding-right: 0;
	border-right: none;
}
#filter_tools a
{
	text-decoration: none;
	color: #e81e75;
}
#filter_tools a:hover, #filter_tools a.selected_filter
{
	color: #797979;
}
#filter_menu
{
	float: right;
	font-size: 10px;
	font-weight: bold;
}

#filter_menu select {
	border: medium none;
	font-weight: bold;
	width: 220px;
	font-family: Arial;
	font-size: 11px;
	color: #333;
	background-color: #ccc;
}

.paginator
{
	height: 22px;
	background-color: #2c2c2c;
	color: #acacac;
	font-size: 13px;
	line-height: 22px;
	margin-top: 8px;
	padding:0 10px;
}

/*.paginator .page_count
{
	font-weight: bold;
}*/

.paginator_controls
{
	float: right;
}

.arrow
{
	width: 10px;
	height: 7px;
	margin-top: 8px;
	float: left;
}

.left_arrow
{
	float: left;
	background: url('/img/apps/ugc_list/left_arrow_pink.png') 0 -14px no-repeat;
	_background-image: url('/img/apps/ugc_list/left_arrow_pink.gif');
}

.right_arrow
{
	background: url('/img/apps/ugc_list/right_arrow_pink.png') 0 -14px no-repeat;
	_background-image: url('/img/apps/ugc_list/right_arrow_pink.gif');
}

.right_arrow:hover, .left_arrow:hover
{
	background-position: 0 0;
}

.right_arrow.arrow_disabled, .left_arrow.arrow_disabled
{
	background-position: 0 -7px;
	cursor: default;
}

.paginator_controls ul
{
	margin:0 0 0 9px;
	padding: 0;
	list-style: none;
	float: left;
}

.paginator_controls li
{
	float: left;
	margin-right:10px;
}

.page_number_list a:link, .page_number_list a:visited
{
	text-decoration: none;
	color: #e81e75;
}

.page_number_list a:hover, .page_number_list a.selected_page
{
	color: #ffffff;
}

.selected_page
{
	background: url('/img/apps/ugc_list/page_number_selected.gif') 0 100% no-repeat;
	height: 26px;
	display: block;
}

.selected_page_bottom
{
	background: url('/img/apps/ugc_list/page_number_selected_bt.gif') 0 0 no-repeat;
	padding-top: 3px;
	margin-top: -3px;
}

ul.list_view
{
	list-style: none;
	position: relative;
	padding:0px;
	margin:5px 0 16px 0;
}

ul.list_view li.thumb{
	float:left;
	margin:13px 9px 0;
	line-height: 0;
	position: relative;
}

ul.list_view li.thumb img{
	width:120px;
	height:90px;
}

ul.list_view li.thumb img.view_icon{
	width:auto !important;
	height:auto !important;
}

ul.list_view li.last{
	margin-right:0px !important;
}

a.thumb_link{
	display:block;
	margin: 0;
	border: solid 1px #555555;
	_border: none;
	height:90px;
	width:120px;
}

a.thumb_link:hover{
	border: solid 1px #e81e75;
	_border: none;
}

a.thumb_link:visited img{
	filter:alpha(opacity: 40);
	opacity: .4;
}

.overlay
{
	display: none;
}

.overlay img
{
	position: absolute;
	top: 3px;
}

.overlay_text
{
	position: absolute;
	left: 24px;
}

a.thumb_link:hover .overlay
{
	background-color:#E81E75;
	bottom:0;
	color:#000000;
	display:block;
	height:20px;
	left:0;
	line-height: 18px;
	padding:0 0 0 5%;
	position:absolute;
	width:95%;
	font-weight: bold;
}

.page_count_box {
	float: left;
}

#filter_form_container{
	_display:inline;
	_float:right;
}

#filter_form_container form{
		_visibility:visible;
}
