.storyList { margin: 1px; border-style: solid !important; border-color: #000; border-width: 1px; -moz-border-bottom-colors: #000 !important; -moz-border-top-colors: #000 !important; -moz-border-left-colors: #000 !important; -moz-border-right-colors: #000 !important; } .storyDetails { padding: 3px; display: none; background-color: #ffffff; clear: both; } .storyDetails > div { clear: both; height: 15px; padding: 1px 0px; font-size: x-small; } .storyTitle { padding: 0px 5px; font-size: x-small; font-weight: bold; } .storyDate, .storyDate, .storyLink { float: left; } .storyStatus, .storyNew, .storyRead, .storyPopularity, .storyHref { float: right; } .storyNew, .storyRead { padding: 0px 2px; } .storyDesc { height: auto!important; } .storyHeader { cursor: pointer; } a { color: blue; cursor: pointer; padding: 1px; } a:hover { color: white; background-color: blue; } richlistitem { border-bottom: 1px solid black; padding-bottom: 3px; color: #000000!important; } richlistitem > div{ width: 250px; } richlistitem[selected="true"] { background-color: #FFFBF0; color: inherit; } richlistitem[selected="true"] .storyDetails { border-top: 1px dashed black; background-color: #FFFBF0; } richlistitem .storyTitle:hover { background-color: green; color: white; }