﻿#cat
{
	font-family: Verdana;
	font-size: 0.8em;
	color: #222;
	background: #eee;
	height: 260px;
}
.Paging 
{
    border: 1px solid #ddd;
    background: #eee;
}
.PagingLeft 
{
	float:left;
	padding: 9px 0 5px 10px;
	font-family: Verdana;
	font-size:0.8em;
}
.PagingRight 
{
	float:right;
}
.PagingRight a, .PagingRight a:link, .PagingRight a:active, .PagingRight a:visited 
{
    border: 1px solid #999;
    background-color: #ddd;
    text-decoration: none !important;
    font-size: 12px;
    margin:5px;
    padding-left:5px;
    padding-right:5px;
    padding-top:3px;
    padding-bottom:3px;
    width: 20px;
	font-family: Verdana;
	font-size:0.8em;
	color: #333;
}
.PagingRight a:hover 
{
    border: 1px solid #333;
    background-color: #999;
    text-decoration: none !important;
    color:#fefefe !important;
}

