div.pagination {

}

div.pagination div.digits {
	height:30px;
}

div.pagination div.digits a,
div.pagination div.digits span,
div.pagination div.digits strong {
	float:left;
	height:20px;
	line-height:20px;
	padding:0 6px;
	margin-right:3px;
	color:#666;
	text-decoration:none;
	border:2px solid #fff;	
}

div.pagination div.digits a.digit {
	border:2px solid #e0e0e0;
	color:#999;
	font-weight:bold;
}

div.pagination div.digits a.digit:hover {
	/*
	background-color:#DD3300;
	border-color:#910;
	color:#fff;
	*/
	color:#000;
	border-color:#DD3300;
}

div.pagination div.digits strong.current {
	font-weight:bold;
	font-size:24px;
	border-width:0px;
	height:24px;
	line-height:24px;
	color:#000;
}

div.pagination div.digits a.previous {
	width:23px;
	padding:0;
	overflow:hidden;
	text-indent:-999em;
	background:url(/images/paginationPrev.gif) no-repeat center center;
	border:2px solid #fff;
}

div.pagination div.digits a.next {
	width:23px;
	padding:0;
	overflow:hidden;
	text-indent:-999em;
	background:url(/images/paginationNext.gif) no-repeat center center;
	border:2px solid #fff;	
}

div.pagination div.digits span.previous {
	width:23px;
	padding:0;
	overflow:hidden;
	text-indent:-999em;
	background:url(/images/paginationPrevOff.gif) no-repeat center center;
	border:2px solid #fff;
}

div.pagination div.digits span.next {
	width:23px;
	padding:0;
	overflow:hidden;
	text-indent:-999em;
	background:url(/images/paginationNextOff.gif) no-repeat center center;
	border:2px solid #fff;	
}

div.pagination div.digits a.previous:hover {
	background-color:#ccc;
	border:2px solid #ccc;
}

div.pagination div.digits a.next:hover {
	background-color:#ccc;
	border:2px solid #ccc;
}

div.pagination div.pageInfo {
	height:25px;
	line-height:25px;
	font-size:12px;
	color:#444;
}

div.pagination span.pageNumber {
	display:inline;
	float:left;
	height:25px;
	line-height:25px;
	margin-right:10px;
	border-right:2px solid #ccc;
	padding-right:10px;
}

div.pagination span.pageTotal {
	display:inline;
	float:left;
	height:25px;
	line-height:25px;
	margin-right:10px;
	border-right:2px solid #ccc;
	padding-right:10px;	
}


div.pagination span.pageSize {
	display:inline;
	float:left;
	height:25px;
	line-height:25px;
}

div.pagination span.pageSize select {
	font:inherit;
	font-weight:bold;
	font-size:1.2em;
	margin:0 4px;
}

div.pagination span.gotoPage {
	display:inline;
	float:left;
	height:25px;
	line-height:25px;
	margin-right:10px;
	border-right:2px solid #ccc;
	padding-right:10px;	
}

div.pagination div.pageInfo input {
	vertical-align:middle;
}

div.pagination div.pageInfo strong {
	font-weight:bold;
	font-size:14px;
	color:#000;
}

div.pagination div.pageInfo input.gotoInput {
	border:2px solid #ccc;
	padding:0px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding:1px;
	width:30px;
}

div.pagination div.pageInfo input.gotoButton {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	border:2px solid #991100;
	color:#fff;
	font-weight:bold;
	background-color:#dd3300;
}