@charset "utf-8";
.virtualpaginateBox {
	padding-left: 20px;
	float: left;
	width: 500px;
}



.paginationstyle{ /*Style for demo pagination divs*/
	width: 400px;
	text-align: center;
	padding: 2px 0;
	margin: 10px 0 10px 00;
}

.paginationstyle select{ /*Style for demo pagination divs' select menu*/
border: 1px solid navy;
margin: 0 15px;
}

.paginationstyle a{ /*Pagination links style*/
padding: 0 5px;
text-decoration: none !important;
border: 1px solid ccc;
color: #ccc;
background-color: #333;
}

.paginationstyle a:hover, .paginationstyle a.selected{
color: #333;
background-color: #f60;
}

.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;
}

.paginationstyle .flatview a:hover, .paginationstyle .flatview a.selected{ /*Pagination div "flatview" links style*/
color: #f60;
background-color: #f60;
}
.itemBox {
	width: 400px;
	margin-left: 10px;
	background-color: #333;
	height: 300px;
}
.itemBox2 {
	width: 380px;
	margin-left: 10px;
	background-color: #333;
	height: 300px;
	padding: 10px;
}
.virtualpage hidepiece img {
	vertical-align: top;
}
.ml70 {
	padding-left: 70px !important;
}

