/*Sample CSS used for the Virtual Pagination Demos. Modify/ remove as desired*/
.productContentMainDiv{margin-top:10px;width:358px;height:130px;border:1px solid #dcdcdc;padding:10px;background-color:#fff}
.virtualpage, .virtualpage2, .virtualpage3{
/*hide the broken up pieces of contents until script is called. Remove if desired*/
display: none;
border:0px solid red;height:140px;
}
h1{
padding:0;margin:0;font:bold 11px verdana;line-height:15px;
}

.virtualpage2 p{padding:2px;}


.paginationstyle{ /*Style for demo pagination divs*/
width: 150px;
text-align: center;
height:20px;
width:380px;background:#B2B2B2;padding:0;margin:0;
}

.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;
color: navy;
}

.paginationstyle a:hover, .paginationstyle a.selected{
color: red;
}

.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: #000;
background-color: yellow;
}
