/* Resources List */

.resourceslist	{ width: auto; padding: 0 0 0 0; margin-bottom: 0; }
.resourceslist ul	{ list-style: none; margin: 0; padding: 0; border: none; }
.resourceslist li	{ width: auto; margin: 0; border-bottom: 1px solid #E4E4E4; }
.resourceslist li a	{ background-image: url(../images/icon_resourcelistbullet.gif); background-repeat: no-repeat; background-position: 0 50%; display: block; padding: 5px 17px 5px 17px; border-bottom: 0px; font-weight: bold; }
html>body .resourceslist li a	{ width: auto; }
.resourceslist li a:hover	{ background-color: #FDFAF0; color: #7570AC; font-weight: bold; }