@charset "utf-8";
/* CSS Document */

<style type="text/css">

/*Sample CSS used for the Virtual Pagination Demos. Modify/ remove as desired*/

.paginationstyle{ /*Style for demo pagination divs*/
width: 250px;
text-align: center;
padding: 2px 0;
margin: 10px 0;
}

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

.paginationstyle a{ /*Pagination links style*/
	padding: 0 5px;
	text-decoration: none;
	color: #0063A2;
}

.paginationstyle a:hover, .paginationstyle a.selected{
	color: #FFF;
	background-color: #1284EA;
}

.paginationstyle a.disabled, .paginationstyle a.disabled:hover{ /*Style for "disabled" previous or next link*/
	background-color: white;
	cursor: default;
	color: #666;
	border-color: transparent;
}

.paginationstyle a.imglinks{ /*Pagination Image links style (class="imglinks") */
border: 0;
padding: 0;
}

.paginationstyle a.imglinks img{
vertical-align: bottom;
border: 0;
}

.paginationstyle a.imglinks a:hover{
background: none;
}
.virtualpage.hidepiece p a {
	color: #0063A2;
}


.paginationstyle .flatview a:hover, .paginationstyle .flatview a.selected{ /*Pagination div "flatview" links style*/
	color: #FFF;
	background-color: #1284EA;
}

</style>.virtualpage.hidepiece img {
	float: left;
}
.virtualpage.hidepiece {
	height: 119px;
	margin-bottom: 20px;
	width: 590px;
}
#paginatediv {
	width: 590px;
	margin-bottom: 10px;
	font-weight: bolder;
}

.virtualpage.hidepiece img {
	padding-right: 10px;
	float: left;
}

