

/*********************
Including file: preview_asset_print.css
*********************/
/**
 * CSS for preview asset page
 *
 * @package   preview
 * @author    Jon randy
 * @copyright (c) 2010 OnAsia
 */

h1 {float:left; margin-top:0; margin-bottom:0.3em;}
h2 {margin:0em !important; text-decoration:underline;}



previewImg {float:right; text-align: right; padding:0;margin:0; width /*\**/: auto\9; max-width /*\**/: 340px\9;background:none;}
#previnfo, #previnfo > div, #previnfo h2 {clear:left;}

previewImg img {
    width:auto !important;
    height:auto !important;
    max-width:340px !important;
    max-height:340px !important;
    background:#fff;
    margin: 0;
    padding: 0.5em 0 0.5em 1em;
    
}

dt {clear:left;float:left;font-weight:bold; margin-right: 0.5em;}
dd {margin-left: 11em;}

dt.wide { float:none; margin-top:1em; width:auto !important; }
dt.wide + dd, dl dt:first-child + dd  {margin-left:0;margin-top:0; width:auto !important; text-align:justify;}

body.AssetPreview dd a, #previnfo td a {color: #000; text-decoration: none;font-size: 12px; line-height: 16px;}

#previnfo > div { padding-bottom: 1.5em;}
#previewDlUsage  table {
    border-collapse: collapse;
    border-spacing: 0;
    width:100%;
}

table#previewDlUsage_header { margin-bottom: 0; border-bottom: 2px solid #ddd;}
.previewDlUsage_fullname { width: 25%; }
.previewDlUsage_dltime { width: 20% }
th, td {
    padding: 4px 10px 4px 0;
    text-align: left;
}
td {
    border-bottom: 1px solid #DDDDDD;
}
span.preview_contentUsage {
    color: #000;
    font-weight: bold;
    margin-right: 5px;
}

body.AssetPreview * { font-family:  sans-serif;}
#previnfo dt, #previnfo dd, #previnfo td, #previnfo div, #previnfo p {font-size: 12px; line-height: 16px;}
#prevnav, #previnfo #btns, #previnfo h2.keywords, #previnfo h2.keywords + div, #usagepag, .header, .footer,
#add_lightbox_form, #email_asset_form {display:none !important;}

#usageinfo { margin-top: 1em;}