/* CATEGORY NAVIGATION  ----------------------------------------------------------------- */

div.categorynav { margin-top: 10px; }
div.categorynav ul { margin: 0; padding: 0; }
div.categorynav ul li { font-size: 1.0em; display: block; margin: 0px; padding: 0 0 0 7px; background: url('../images/theme/arrow-yellow.gif') left center no-repeat; }

div.categorynav a { color: #c47b25; }

/* productlisting contains a list of each product within a category */

div.productlisting { margin: 20px 0 0 0; }
div.productlisting div.tools { float: right; width: 130px; } /* Tools appears on the right of each product listing and contains the links to view the product and add the product to your cart */
div.productlisting div.tools a { display: block; color: #c47b25; padding-left: 7px; background: url('../images/theme/arrow-yellow.gif') 6px left no-repeat; }

div.productlisting div.bar { background-color: #4a4b4d; margin-bottom: 10px; font-weight: bold; color: white; padding: 5px; }
div.productlisting div.bar a { color: white !important; }  /* The gray bar which contains the title of the product or category */

div.productlisting div.link { text-align: right; }
div.productlisting div.link a { display: block; color: #c47b25; padding-left: 7px; background: url('../images/theme/arrow-yellow.gif') 6px left no-repeat;  }

div.productlisting a.sticky { text-decoration: underline; }

ul.thumblist { float: left; width: 162px; overflow: hidden; margin: 0; padding: 0; list-style: none; }
ul.thumblist li { margin: 0; padding: 0; }
ul.thumblist li span { display: block; margin-top: 5px; }
ul.thumblist li a { text-indent: -999px; }
ul.thumblist li.productexcerpt { display: none; }
