﻿#paginationTabs {
	float: left;
	margin: 8px 0 28px 0;
	clear: both;
	min-height: 15px;
	padding: 0 0 0 15px;
	width:690px;
	font-size: 12px;
}

#paginationTabs .tab {
	display: inline;
	cursor: pointer;
	font-size: 12px;
	padding: 0 4px;
}

#paginationTabs .selected {
	font-weight: bold;
}

.pager {
	width: 100%;
	text-align: center;
}

.pager .button {
	display: inline;
	cursor: pointer;
	font-size: 12px;
	padding: 5px 4px;
}
.pager .selected {
	font-weight: bold;
	color: #7D890B;
	background: #ddd;
}

/* #paginationTabs .tab {
	width: 130px;
	height: 25px;
	background: url(/images/pagination-Off.jpg) no-repeat;
	border: none;
	margin: 0;
	float: left;
	display: inline-block;
	text-align: center;
	cursor: pointer;
	padding: 9px 0 0 5px;
	font-size: 11px;
	color: #999;
}

#paginationTabs .selected {
	color: #94a118;
	background: url(/images/pagination-On.jpg) no-repeat;
}

.tabs .text
{
	float:left;
	vertical-align:middle;
	padding:5px;
}

.pager
{
	width: 100%;
	float: left;
	text-align: center;
}
.pager .button
{
	width: 34px;
	height: 26px;
	text-align:center;
	cursor:pointer;
	font-size: 11px;
	padding: 10px 0 0 0;
	float: left;
}

.pager .button:hover {
	background: #eee;
}

.pager .selected
{
	cursor:auto;
	color: #7d890b;
	font-weight: bold;
	
}
.pager .text
{
	float:left;
	vertical-align:middle;
	padding:5px;
}
*/