@charset "ISO-8859-1";
.paginationstyle { 
	font-size: 13px; 
	font-family: Verdana; 
	font-style: normal; 
	text-align: center; 
	margin: 10px 0; 
	padding: 2px 0; 
	width: 620px 
}

.paginationstyle select{ /*Style for demo pagination divs' select menu*/
	border: 0px;
	margin: 0 15px;
}

.paginationstyle a{ /*Pagination links style*/
	display: inline;
	border: 0px;
	color: #313131;
	padding: 1px 3px;
	margin-right: 3px;
	font-weight: normal;
	text-decoration: none;
	font-family: Verdana;
	font-size: 13px;
	font-style: normal;
}

.paginationstyle a:hover, .paginationstyle a.selected{
	color: #0033FF;
	background: #FFFFFF;
}

.paginationstyle .flatview a:hover, .paginationstyle .flatview a.selected{ /*Pagination div "flatview" links style*/
	color: #0033FF;
	background: #FFFFFF;
}

