/* 
 CSS for Records Merchant 
 www.recordsmerchant.com
 Site design by AlbaWebDesign.co.uk			
*/

p {
   font-family:verdana,arial,sans-serif;
   font-size:10pt;
   position:relative
   color:E9F1FA
}

h1 {
   font-size:12pt;
   font-family:verdana,arial,sans-serif;
   font-weight: bolder;
   color:E9F1FA
}

p.strap {
   font-size:14pt;
   font-weight: bolder;
   color:E9F1FA
}

p.key {
   font-size:10pt;
   font-weight: bolder; 
   color:000000
}

p.normal {
   font-size:10pt;
   position:relative
   color:E9F1FA
}

p.caption {
   font-size:9pt;
   font-weight: bolder;
}

p.rhc {
   font-size:9pt;
   color:000000
}

p.footer {
   font-size:8pt;
}

A     { text-decoration: underline; color: 4771A3;}
A:hover { text-decoration: none; }

<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */


.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
font-family:verdana,arial,sans-serif;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
  position: absolute;
  left: 45%;
  margin-left: -300px;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.pagination{
padding: 2px;
}

.pagination ul{
margin: 0;
padding: 0;
text-align: left; /*Set to "right" to right align pagination interface*/
font-family:verdana,arial,sans-serif;
font-size: 10px;
}

.pagination li{
list-style-type: none;
display: inline;
padding-bottom: 1px;
}

.pagination a, .pagination a:visited{
padding: 0 5px;
border: 1px solid #E9F1FA;
text-decoration: none; 
color: #E9F1FA;
}

.pagination a:hover, .pagination a:active{
border: 1px solid #E9F1FA;
color: #000;
background-color: #E9F1FF;
}

.pagination a.currentpage{
background-color: #4771A3;
color: #FFF !important;
border-color: #2b66a5;
font-weight: bold;
cursor: default;
}

.pagination a.disablelink, .pagination a.disablelink:hover{
background-color: E9F1FF;
cursor: default;
color: #000000;
border-color: #929292;
font-weight: normal !important;
}

.pagination a.prevnext{
font-weight: bold;
}
</style>