/*!
 * Base CSS for 750 Tradebox
 * Copyright © 2012 750 Group LLC
 */

/* Tradebox
================================================================================ */


/* File Structure */

li.t750-directory-name { font-size: 15px; }

/* Downloads */
li.t750-directory { font-size: 14px; font-style: italic; line-height: 22px; margin: 0 0 10px 0; color: #333333; list-style-type: none; }
li.t750-directory li.t750-directory { font-size: 13px; font-style: normal; line-height: 25px; margin: 0 0 10px 0; color: #333333; list-style-type: none; font-weight: normal; }
li.t750-file { font-size: 12px; margin: 0 0 0 0; list-style-type: none; }
ul.t750-listing { margin: 0 0 20px 0; }
li.t750-directory a { color: #333333; }

/* Icons */
a[href$='.pdf'] { display:inline-block; padding-left:27px; padding-top: 4px; line-height:13px;
background:transparent url(/web/images/icons/filetype/pdf.gif) center left no-repeat; }

a[href$='.png'] { display:inline-block; padding-left:27px; padding-top: 4px; line-height:13px;
background:transparent url(/web/images/icons/filetype/png.gif) center left no-repeat; }

a[href$='.jpg'] { display:inline-block; padding-left:27px; padding-top: 4px; line-height:13px;
background:transparent url(/web/images/icons/filetype/jpg.gif) center left no-repeat; }

a[href$='.tiff'] { display:inline-block; padding-left:27px; padding-top: 4px; line-height:13px;
background:transparent url(/web/images/icons/filetype/tiff.gif) center left no-repeat; }

a[href$='.gif'] { display:inline-block; padding-left:27px; padding-top: 4px; line-height:13px;
background:transparent url(/web/images/icons/filetype/gif.gif) center left no-repeat; }

a[href$='.zip'] { display:inline-block; padding-left:27px; padding-top: 4px; line-height:13px;
background:transparent url(/web/images/icons/filetype/zip.gif) center left no-repeat; }

a[href$='.eps'] { display:inline-block; padding-left:27px; padding-top: 4px; line-height:13px;
background:transparent url(/web/images/icons/filetype/eps.gif) center left no-repeat; }

/* Powered By */
#t750-tradebox-info { margin: 50px 0 0 0; text-align: center; }
#t750-tradebox-info span.t750-tradebox-credit { color: #999999; font-size: 9px; font-family: 'Lucida Grande', Tahoma, sans-serif; display: block; margin: 0 0 15px 0; clear: both; }
#t750-tradebox-info span.t750-tradebox-name { font-weight: bold; }