.paginationstyle{ /*Style for pagination divs*/
clear: both;
text-align: left;
padding: 16px 0 10px 32px; /* top-right-bottom-left */
font-size: 9px;
color: #FFF;
}

.paginationstyle a{ /*links style*/
padding: 1px 5px 1px 5px; /* top-right-bottom-left */
border-left: 1px solid #666;
border-right: 1px solid #444;
border-bottom: 1px solid #444;
background-color: #555;
text-decoration: none;
color: #FFF;
}

.paginationstyle a:hover{
border-left: 1px solid #444;
border-right: 1px solid #666;
border-bottom: 1px solid #666;
border-top: 1px solid #444;
background-color: #505050;
color: #990000;
}

.paginationstyle a.selected{
font-weight: bold;
font-size: 13px;
cursor: default;
color: #FFF;
}

.paginationstyle .flatview a:hover, .paginationstyle .flatview a.selected{ /*flatview" links style*/
}
