/* shared/a_to_z_navigation.css */

/* Layout */


#blq-content #a_to_z_navigation            { clear:both;  width:946px; margin: 0 14px 0 14px; padding-bottom:10px; }
#a_to_z_navigation h2         { padding: 10px 15px; margin:0; }
#a_to_z_navigation p          { clear:both; padding: 0 15px 0 15px; margin:0; }
#a_to_z_navigation .box       { padding: 0;}
#a_to_z_navigation ol         { display:block;  margin:0;  padding: 15px 0 13px 15px; height:2.5em; overflow:visible; }
#a_to_z_navigation li         { float:left; padding: 0; margin-right:2px; margin-bottom:2px;}
#a_to_z_navigation li a,
#a_to_z_navigation li em,
#a_to_z_navigation li span      { display:block; margin:0; padding:6px 0 6px 0; width:29px; text-align:center; }
#a_to_z_navigation li.numbers a,
#a_to_z_navigation li.numbers em { width:50px; }

/* Decor */

h1#top span                                                 { color: #999;}
h1#top span.letter                                          { text-transform: capitalize; display:inline;color:inherit;}
#a_to_z_navigation h2                                       { background: #192633; font-size: 1.3em; text-transform:capitalize; font-weight:bold; }
#a_to_z_navigation p                                        { background: #192633; }

.a_to_z_content#main_content                                { width:946px; padding-top: 12px;}
.a_to_z_content #reviewed_releases                          { padding-bottom:10px; background: #192633;}
.a_to_z_content ol#reviewed_releases li h3                  { font-size:1em;font-weight:bold;text-transform:capitalize;border-bottom:0px;padding-bottom: 0px;}
.a_to_z_content ol#reviewed_releases ol                     { padding-left: 15px;}
.a_to_z_content_artists  #a_to_z_navigation                 { background:#fff;}
ol#reviewed_releases li                                     { padding:10px;}
ol#reviewed_releases li ol li                               { padding:0px;}

#a_to_z_navigation .box                                         {}
#a_to_z_navigation .box ol                                  { background: #192633; }
#a_to_z_navigation .box li                                       { font-size:1.1em; text-transform: uppercase; }
#a_to_z_navigation .box li a,
#a_to_z_navigation .box li a:link                                { border: 1px solid #808080; font-weight: bold; background:#2E3A48;color: #6DCFF6; }
#a_to_z_navigation .box li span                                  { background:#eee none repeat scroll 0 0;border:1px solid #ccc;}
#a_to_z_navigation .box li em                                    { color: #cbd5da; border: 1px solid #cbd5da; font-weight: bold; font-style:normal; }
#a_to_z_navigation .box li.selected em                           { color: #fff; background:#5898c8; border: 1px solid #006abc; }
#a_to_z_navigation .box li a:hover,
#a_to_z_navigation .box li a:active                              { text-decoration:none; color:#101A24; background:#6DCFF6; }
