a { color: blue; cursor: pointer; padding: 1px; } a img { border: none; } #dsStoryListBox { margin: 1px; border-style: solid !important; border-color: #000; border-width: 1px; } .storyDetails { padding: 3px; display: none; background-color: #ffffff; clear: both; border: 1px dashed black; margin: 0px 8px 8px 8px; width: 230px; } .storyDetails > div { clear: both; padding: 1px 0px; font-size: x-small; } .storyTitle { padding: 0px 5px; font-size: x-small; font-weight: bold; width: 100%; } .storyNew, .storyRead, .storyPopularity { float: right; } .storyNew, .storyRead { padding: 0px 2px; font-size: xx-small; font-family: monospace; } .storyHref { font-weight: bold; padding: 2px 3px; vertical-align: middle; } .storyDesc { height: auto!important; } .storyHeader { cursor: pointer; padding: 2px; width: 250px; } .storyHref:hover, .storyUserLink:hover { color: white; background-color: blue; } #dsStoryListBox richlistitem{ border-bottom: 1px solid black; color: #000000!important; -moz-binding: url("chrome://diggsidebar/content/diggstory.xml#diggstoryitem"); } richlistitem[selected="true"] { background-color: #FFEBF0; color: inherit; } richlistitem .storyTitle:hover { background-color: green; color: white; }