/* Products List */

.productslist	{ width: auto; padding: 0 0 0 0; margin-bottom: 0; display:none}
.productslist ul	{ list-style: none; margin: 0; padding: 0; border: none; }
.productslist li	{ width: auto; margin: 0; border-bottom: 1px dotted #90B1D0; }
.productslist li a	{ display: block; text-align: center; padding: 5px; border-bottom: 0px; font-weight: normal; font-size: 10px; color: #C2D1DF; text-decoration: none; }
html>body .resourceslist li a	{ width: auto; }
.productslist li a:hover	{ background-color: #90B1D0; color: #002F5D; font-weight: normal; }