.download { float: left; padding: 18px; overflow: hidden; width: 238px; }
#main-content .download p { font-size: 12px; line-height: 18px; } 
.even { margin: 0 0 0 18px; }

.download a { display: block; float: left; line-height: 20px; padding: 100px 0 18px 0; text-align: center; width: 110px; -moz-border-radius: 10px; }
.download a span.file-type { left: -9999px; position: absolute; top: 0; }
.download a span.file-size { display: block; font-size: 12px; }
.download a.pdf { background: url(../images/icon-pdf.gif) 50% 30% no-repeat; margin: 0 18px 0 0; }
.download a.back { margin: 0; }

div[class*="download"] { background: rgba(184,38,42,0.1); min-height: 235px; -moz-border-radius: 20px; }
div[class*="download"] a.pdf { background: rgba(0,0,0,0) url(../images/icon-pdf.png) 50% 30% no-repeat; margin: 0 18px 0 0; }
div[class*="download"] a.pdf:hover { background: rgba(184,38,42,0.4) url(../images/icon-pdf.png) 50% 30% no-repeat; }
div[class*="download"] a.back { margin: 0; }
