.paginate {
height: 20px; !important;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px !important;
}
a.paginate {
font-size: 11px;
font-family: Helvetica, Verdana, Arial, sans-serif;
background-color: #c1c1c1;
border-style: none;
padding-left: 9px;
padding-bottom: 6px;
padding-right: 9px;
padding-top: 6px;
height: 20px;
text-decoration: none;
color: #565656;
-moz-border-radius: 5px; 
-webkit-border-radius: 5px;
}

a.paginate:hover {
font-size: 11px;
font-family: Helvetica, Verdana, Arial, sans-serif;
background-color: #ff6633;
padding-left: 9px;
padding-bottom: 6px;
padding-right: 9px;
padding-top: 6px;
text-decoration: none;
color: white;
-moz-border-radius: 5px; 
-webkit-border-radius: 5px;
}
a.current {
padding-left: 9px;
padding-bottom: 6px;
padding-right: 9px;
padding-top: 6px;
font: bold 1em Arial,Helvetica,sans-serif;
cursor: default;
background:#ff6633;
color: #FFF;
text-decoration: none;
-moz-border-radius: 5px; 
-webkit-border-radius: 5px;
}
span.inactive {
font-size: 11px;
font-family: Helvetica, Verdana, Arial, sans-serif;
background-color: #e0e0e0;
border-style: none;
padding-left: 9px;
padding-bottom: 6px;
padding-right: 9px;
padding-top: 6px;
height: 20px;
text-decoration: none;
color: #aeaeae;
-moz-border-radius: 5px; 
-webkit-border-radius: 5px;
cursor: default;
}
.paginate_container {
	padding-top: 15px;
	border-top-color: #c1c1c1;
	border-top-width: 1px;
	border-top-style: dotted;
	padding-bottom: 15px;
	border-bottom-color: #c1c1c1;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	margin-bottom: 10px;
}
.paginate_label {
	margin-left: 5px;
	margin-right: 5px;
	font-weight: bold;
}

