@import url(../../white-background.css);


/*Nav Bar*/
.listNav, #catalogue-nav {
    margin:0 0 10px;
}
.ln-letters { 
    overflow:hidden;
}
.ln-letters a {
    font-size:0.9em;
    display:block;
    float:left;
    padding:2px 8px;
    border:1px solid #CCCCCC;
    border-right:none;
    text-decoration:none;
}
.ln-letters a.ln-last {
    border-right:1px solid #CCCCCC;
}
.ln-letters a:hover, .ln-letters a.ln-selected {
    background-color:#eaeaea;
}
.ln-letters a.ln-disabled {
    color: #CCCCCC;
}
.ln-letter-count {
    text-align:center; 
    font-size:0.8em; 
    line-height:1; 
    margin-bottom:3px; 
    color:#336699; 
}

/*UL's*/
div#contentholder ul {
    list-style:none;
    margin: 0;
    padding: 0;
}
ul#catalogue {
    margin: 10px 0 10px 20px;
}
div#contentholder ul li {
    padding: 3px 0;
}
div#contentholder ul ul.brand {
    font-style:italic;
    margin: 2px 0px;
    color: #FF0000;
}
div#contentholder ul ul.cpvheader {
    font-weight: bold;
    margin: 2px 0px;
}
div#contentholder ul ul.cpvheader ul {
    font-weight: bold;
    margin: 0 0 0 30px;
}
div#contentholder ul ul.cpvheader ul ul {
    font-weight: normal;
    margin: 0 0 0 50px;
}


