﻿/* This CSS file is for the left hand side catalogue navigation bar */

 h2.CatalogueList
{  
    text-transform:uppercase;
    font-weight:bold;
    text-decoration:none;
    font-size:1em;
    margin-bottom:0.3em;
    letter-spacing:0.2em;
    color:#000;
}

h3.toggler
{
    font-size:1.1em;
    text-decoration:underline;
}

.CatalogueListContent
{  
    text-transform:uppercase;
    font-size:0.8em;
    letter-spacing:0.1em;
    margin-bottom:0.8em;
}  

a.CatalogueUnselected
{  
    font-weight:normal;
    text-decoration: none; 
    color:#333;
}  

a.CatalogueUnselected:hover    
{  
    color:#333;
    font-weight:normal;
    text-decoration:underline;    
}  

a.CatalogueSelected  
{  
    font-weight:normal;
    color:#E87BBC;
    text-decoration: underline;
}