﻿section.section_pageSelectorWithOrderContainer
{
	margin			: 0;
	padding-bottom	: 10px;
}

section.section_pageSelectorWithOrderContainer section.section_pageSize
{
	float	: left;
	margin	: 3px 0 0 50px;
}

section.section_pageSelectorWithOrderContainer section.section_pageSize span
{
}

section.section_pageSelectorWithOrderContainer section.section_pageSize a
{
    padding			: 1px 5px;
    text-decoration	: none;
    font-weight		: bold;
}
	
section.section_pageSelectorWithOrderContainer section.section_pageSize a:hover
{
    background-color: #333333;
}

section.section_pageSelectorWithOrderContainer section.section_pageSize a
{
	font-weight		: bold;
    padding			: 1px 5px;
    background		: none repeat scroll 0 0 #5C5C5C;
    color			: #FFFFFF;
    margin-left		: 2px;
    text-decoration	: none;
}

section.section_pageSelectorWithOrderContainer section.section_pageSize a.a_pageSizeSelected
{
	background	: none repeat scroll 0 0 #D2D2D2;
    color		: #5B5B5B;
    margin-left	: 2px;
}

section.section_pageSelectorWithOrderContainer section.section_pageSelector
{
    float		: right;
    margin-top	: 3px;
    margin-right: 3px;
}

section.section_pageSelectorWithOrderContainer section.section_pageSelector table.table_resultPaging
{
	float: right;
}

section.section_pageSelectorWithOrderContainer section.section_pageSelector table.table_resultPaging td.td_previousResults
{
    text-align: left;
}

section.section_pageSelectorWithOrderContainer section.section_pageSelector table.table_resultPaging td.td_nextResults
{
    text-align: right;
}

section.section_pageSelectorWithOrderContainer section.section_pageSelector table.table_resultPaging td.td_pages
{
	text-align: center;
}
	
section.section_pageSelectorWithOrderContainer section.section_pageSelector a
{
    font-weight		: bold;
    padding			: 1px 5px;
    background		: none repeat scroll 0 0 #5C5C5C;
    color			: #FFFFFF;
    margin-left		: 2px;
    text-decoration	: none;
}
	
section.section_pageSelectorWithOrderContainer section.section_pageSelector a:hover
{
    background-color: #333333;
}
	
section.section_pageSelectorWithOrderContainer section.section_pageSelector a.a_activePagingLink
{
	background	: none repeat scroll 0 0 #D2D2D2;
    color		: #5B5B5B;
    margin-left	: 2px;
}

section.section_pageSelectorWithOrderContainer section.section_order
{
	float		: left;
	margin-top	: 3px;
}

section.section_pageSelectorWithOrderContainer section.section_order span.span_orderTitle
{
	float		: left;
	margin-right: 7px;
}

section.section_pageSelectorWithOrderContainer section.section_order a
{
	display			: inline-block;
	text-decoration	: none;
}

section.section_pageSelectorWithOrderContainer section.section_order a.a_changeOrderBySelected
{
	font-weight		: bold;
	text-decoration	: underline;
	display			: inline-block;
}

section.section_pageSelectorWithOrderContainer section.section_order span.span_separator
{
	margin: 0 3px 0 3px;
}

section.section_pageSelectorWithOrderContainer section.section_order span.span_orderByAsc
{
	display				: inline-block;
	background-image	: url("../CssImages/General/order.png");
    background-position	: 0 -7px;
    cursor				: pointer;
    height				: 7px;
    margin				: 3px 0 0 2px;
    width				: 7px;
}

section.section_pageSelectorWithOrderContainer section.section_order span.span_orderByAscSelected
{
	display				: inline-block;
	background-image	: url("../CssImages/General/order.png");
    background-position	: 0 0;
    height				: 7px;
    margin				: 3px 0 0 2px;
    width				: 7px;
}

section.section_pageSelectorWithOrderContainer section.section_order span.span_orderByDesc
{
	display				: inline-block;
	background-image	: url("../CssImages/General/orderDesc.png");
    background-position	: 0 -7px;
    cursor				: pointer;
    height				: 7px;
    margin				: 3px 0 0 2px;
    width				: 7px;
}

section.section_pageSelectorWithOrderContainer section.section_order span.span_orderByDescSelected
{
	display				: inline-block;
	background-image	: url("../CssImages/General/orderDesc.png");
    background-position	: 0 0;
    height				: 7px;
    margin				: 3px 0 0 2px;
    width				: 7px;
}

section.section_pageSelectorWithOrderContainer section.section_order div.image_orderDesc
{
	background-image	: url(../CssImages/General/orderDesc.gif);
	background-color	: Transparent;
	background-repeat	: no-repeat;
	border				: 0 none;
	width				: 14px;
	height				: 17px;
	cursor				: pointer;
}