﻿div.sep
{
	height: 2px;
	border-bottom: 2px solid #f2f2f2;
	margin: 23px 0px 0px 0px;
}

ul.pager
{
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

ul.pager li.text
{
	list-style-image: none;
	list-style-type: none;
	color: #333333;
	margin: 0px 9px 0px 9px;
	float: left;
	padding-top: 4px;
	height: 19px;
}

ul.pager li.page
{
	list-style-image: none;
	list-style-type: none;
	background-repeat: no-repeat;
	text-align: center;
	background-image: url(/img/page.gif);
	color: #333333;
	width: 22px;
	height: 19px;
	float: left;
	padding-top: 4px;
	margin: 0px 2px 0px 2px;
}
ul.pager li.page:hover
{
	background-image: url(/img/pageOver.gif);
	color: #ffffff;
	cursor: pointer;
}

ul.pager li.pageSpacer
{
	list-style-image: none;
	list-style-type: none;
	background-repeat: no-repeat;
	text-align: center;
	color: #333333;
	width: 22px;
	height: 19px;
	float: left;
	padding-top: 4px;
	margin: 0px 2px 0px 2px;
}
ul.pager li.pageSpacer:hover
{
	text-decoration: none;
}

ul.pager li.selected
{
	list-style-image: none;
	list-style-type: none;
	background-repeat: no-repeat;
	text-align: center;
	background-image: url(/img/pageCurrent.gif);
	color: #64561f;
	width: 22px;
	height: 19px;
	float: left;
	padding-top: 4px;
	margin: 0px 2px 0px 2px;
}

ul.pager li.first
{
	list-style-image: none;
	list-style-type: none;
	background-repeat: no-repeat;
	text-align: center;
	background-image: url(/img/first.gif);
	width: 22px;
	height: 19px;
	float: left;
	padding-top: 4px;
	margin: 0px 2px 0px 2px;
	cursor: pointer;
}

ul.pager li.prev
{
	list-style-image: none;
	list-style-type: none;
	background-repeat: no-repeat;
	text-align: center;
	background-image: url(/img/prev.gif);
	width: 22px;
	height: 19px;
	float: left;
	padding-top: 4px;
	margin: 0px 2px 0px 2px;
	cursor: pointer;
}

ul.pager .next
{
	list-style-image: none;
	list-style-type: none;
	background-repeat: no-repeat;
	text-align: center;
	background-image: url(/img/next.gif);
	width: 22px;
	height: 19px;
	float: left;
	padding-top: 4px;
	margin: 0px 2px 0px 2px;
	cursor: pointer;
}

ul.pager .last
{
	list-style-image: none;
	list-style-type: none;
	background-repeat: no-repeat;
	text-align: center;
	background-image: url(/img/last.gif);
	width: 22px;
	height: 19px;
	float: left;
	padding-top: 4px;
	margin: 0px 2px 0px 2px;
	cursor: pointer;
}
