
/* 
	STYLE SHEET FOR JQUERY LISTNAV PLUGIN V 2.2, 1/4/2013
	
	For more information, visit http://esteinborn.github.com/jquery-listnav
*/

.listNav, .ln-letters { overflow:hidden;}
.listNavHide {display: none !important;}
.listNavShow {display: list-item ;}
.letterCountShow {display: block;}
.ln-letters
{
    margin-bottom: 20px;

}
.ln-letters a { font-weight:bold; background:#fff; font-size:1.3em; display:block; float:left; padding:2px 6px; border:1px solid silver; border-right:none; text-decoration:none; }
.ln-letters a.ln-last { border-right:1px solid silver; }
.ln-letters a:hover,
.ln-letters a.ln-selected {  background: url(../img/dark-blue.jpg) repeat; color: white;}
.ln-letters a.ln-disabled { color:#ccc; }
.ln-letter-count { position: absolute; top:0; left:0; width:20px; text-align:center; font-size:0.8em; line-height:1.35; color:#336699; }

#productsTab .ln-letters a, #brandsTab .ln-letters a {
    font-size: 0.9em;
    padding: 2px 4px;
}


#demoFive,#demoFive li
{
    list-style-type: none;
    list-style: none;
    padding: 10px 10px;
    margin: -5px;
}
    #demoFive li.odd
    {
        background: #F6F6F6;
        border: solid 1px #E6E6E6;
        border-width: 1px 0px 1px 0px;
    }#demoFive li.even
    {
        padding:15px 10px;
    }
#demoFive input[type="checkbox"]
{
    float:left;
    display:block;
}
    #demoFive li a input[type="checkbox"]
    {
        margin:3px 0px;
    }
    #demoFive li a label
    {
        margin: 0px 35px;
        font-size: 18px;
        font-weight: lighter;
        font-family: calibri;
    }