div.item { position: relative; float: left; width: 175px; height: 185px; padding: 10px 10px 0; text-align: center; text-decoration: none; }
div.item .background { position: absolute; top: 0; left: 0; display: none; width: 195px; height: 195px; background: url(../images/pressitem_bg.gif) scroll no-repeat top left; }
div.item .foreground { position: absolute; top: 10px; left: 10px; width: 175px; height: 185px; }
div.item .thumb { display: block; width: 175px; height: 120px; overflow: hidden; margin-bottom: 8px; text-align: center; }
div.item .info { color: #333; }
div.item .info .date { margin: 2px 0; }
div.item .info .title { margin: 2px 0; font-weight: bold; }
div.item .info .details { color: #666; }
div.item .download { display: none; font-size: 10px; color: #FFF; text-transform: uppercase; }
div.item .download a { display: block; color: #FFF; text-decoration: none; }
div.item .download a:hover { text-decoration: underline; }
div.item:hover .background { display: block; }
div.item:hover .info { display: none; }
div.item:hover .download { display: block; }

a.showall { display: block; clear: both; padding-top: 10px; font-size: 11px; text-align: center; text-decoration: none; }

#inquires { font-size: 11px; font-style: italic; }
#inquires a { font-style: normal; }
