/* 
	STYLE SHEET FOR IHWY JQUERY LISTNAV PLUGIN V 2.0, 3/2/2009
	
	For more information, visit http://www.ihwy.com/Labs/jquery-listnav-plugin.aspx
*/


/* default styling example
----------------------------------------------------------------- */

.listNav { margin:0 0 10px; }

.ln-letters { overflow:hidden; }
.ln-letters a { color:#ED4E25; font-size:0.9em; display:block; float:left; padding:2px 6px; border:none; text-decoration:underline; }
.ln-letters a.ln-last { border-right:none; }
.ln-letters a:hover,
.ln-letters a.ln-selected { background-color:#e4f3f3; }
.ln-letters a.ln-disabled { color:#ccc; }
.ln-letter-count { text-align:center; font-size:0.8em; line-height:1; margin-bottom:3px; color:#336699; }


/* demo-specific
----------------------------------------------------------------- */

#myList-nav {

    margin:0px 0px 17px 0px;
    padding:0px;

}

ul.product_list {

    clear:both;
}