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

.paginationstyle{ /*Style for demo pagination divs*/
width: 350px;
padding: 2px 0;
margin: 10px 10px 3px 14px;
font-size: 1.2em;
}

*:first-child+html .paginationstyle{ /*Style for demo pagination divs*/
width: 350px;
padding: 6px 0;
margin: 0px 10px 0px 14px;
font-size: 1.2em;
}
*html .paginationstyle{ /*Style for demo pagination divs*/
width: 350px;
padding: 6px 0;
margin: 0px 10px 0px 14px;
font-size: 1.2em;
}

.paginationstyle select{ /*Style for demo pagination divs' select menu*/
border: 1px solid #fff;
margin: 0 10px;
}

.paginationstyle a{ /*Pagination links style*/
padding: 3px 6px;
text-decoration: none;
border: 1px solid #fff;
color: #A54103;
background-color: white;
margin: 0;
}

.paginationstyle a:hover, .paginationstyle a.selected{
background-color: #fff;
border: 1px solid #6B6B6B;
}
.paginationstyle a.selected{
font-weight: bold;
}

.paginationstyle a:hover {
color: #A54103;
}

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