#members_area_content h2{color:#899093; padding: 5px 0; border-top: 1px solid #d2d2d2; margin:35px 0 5px; font: normal 18px RonniaRegular;}
#members_area_content h2.first{margin:25px 0 5px;}
#files-list a {padding:6px; border-bottom: 1px solid #bbb; display: block; text-decoration: none; color: #899093}
#files-list a:hover {
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #dfdfdf 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#dfdfdf)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%,#dfdfdf 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%,#dfdfdf 100%); /* Opera11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%,#dfdfdf 100%); /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dfdfdf',GradientType=0 ); /* IE6-9 */
  background: linear-gradient(top, #ffffff 0%,#dfdfdf 100%); /* W3C */
}
#files-list a span { display: inline-block; vertical-align: middle}
#files-list a .icon{height: 16px; width: 16px; background: url(/images/members_area/download.png) no-repeat}
#files-list a:hover .icon{background-image: url(/images/members_area/download_active.png)}
#files-list .filename{font-size: 12px; text-align: left; width:300px;}
#files-list .download { color: #035DA4; width: 60px; margin-left: 15px;}
#files-list a:hover .download { color: red}