.PagerButtonContainer
{
    margin: 20px 0px;
    float: left;
    width: 100%;
    text-align: center;
    
}

.PagerButtonNumbersArea
{
    display: inline;
    margin: 10px;
    POSITION: relative;
     TOP: -7px! important;
}

.PagerButtonSelected,
.PagerButton
{
    border-color: #CDCDCD;
    border-style: solid;
    border-width: 1px;
    padding: 2px 2px;
    margin: 2px;
    color: Black;
	background:#e8e8e8;
    text-decoration: none;
    font-weight: bold;
}

.PagerButtonSelected
{
    background-color: #808080;
    color: White;
}

.CatagorySort,
.SortType
{
	/*float:right;*/
	padding-right:10px;
	padding-top:2px;
	color:White;
	font-size:11px;
	font-weight: bold;
	
}
.CatagorySort a,
.SortType a
{
	color:White;
	text-decoration:none;    
}
.CatagorySort a:hover,
.SortType a:hover
{
	color:#F3D04B;
}

.CatagorySortSelected,
.SortTypeSelected
{
	color:black;
}

a.SortTypeActive
{
	color:#F3D04B;
	cursor:text;
}