/* Base styling for the public "Product Files" attachments list. Written to match the look of
   the SevenSpikes Attachments panel (same .file-attachments class family), so both lists render
   identically; the Cokesbury theme's ProductDetail.css layers its own rules on top of these
   selectors. Kept self-contained so the widget still looks right if the SevenSpikes plugin
   (which links its own equivalent stylesheet) is ever removed. */

.file-attachments {
    margin-bottom: 60px;
    clear: both;
}

.file-attachments .title {
    margin: 0 0 15px;
    border-bottom: 1px solid #ddd;
    padding: 0 0 10px;
    font-size: 24px;
    font-weight: normal;
    color: #444;
}

.file-attachments .title strong {
    font-weight: normal;
}

.file-attachments .name {
    font-size: 13px;
}

.file-attachments ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.file-attachments ul li {
    padding: 3px;
    overflow: hidden;
    margin: 0 0 3px;
}

.file-attachments ul li a.attachmentLink {
    display: inline-block;
    vertical-align: middle;
}

.file-attachments ul li a.attachmentLink:hover {
    text-decoration: underline;
}

/* flipbook "View" link rendered after a PDF attachment's download link */
.file-attachments ul li a.attachment-flipbook-link {
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #ddd;
    cursor: pointer;
}
