/*------------------------------------------------------

* Filename:             print.css
* Description           SBV print styles
* Version               1.0.0 (24-11-2011)
* Author                Valtech

------------------------------------------------------*/


/* NEEDS CLEANING UP */
body, #main {
    width: 100%;
}

body, table, td, tr,
div, span, ul, ol, li, a {
    font-family: "Gill Sans Nova", 'Gill Sans Nova ie', serif;
    font-size: 12px;
}

h1 {
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 20px 0;
}

h2 {
    font-size: 14px;
    line-height: 16px;
    margin: 0 0 10px 0;
}

header, footer, #page-bar {
    display: none;
}

.wysiwyg {
    display: block;
    margin-bottom: 35px;
}

.cell.vt-three {
    display: none;
}

.gallery {
    display: none;
}

.content {
    clear: both;
    width: 100%;
    margin: 0;
    padding: 0;
}

ul.sbvlist {
    margin: 0;
    padding: 0;
}

.listcontainer, .spotcontainer {
    display: none;
}

.basicspot strong {
    display: block;
    clear: both;
}

.basicspot p {
    width: 206px;
}

.wysiwyg {
    width: auto;
    line-height: 21px;
}

    .wysiwyg table {
        border-collapse: collapse;
        border: 1px solid #ccc;
        width: 100%;
    }

        .wysiwyg table th,
        .wysiwyg table td {
            border: 1px solid #ccc;
            text-align: left;
            vertical-align: top;
            padding: 5px 10px;
        }

        .wysiwyg table th {
            background: #eeeeea;
        }


li.basicspot {
    list-style-type: none;
    margin: 0;
    padding: 0;
    float: left;
    margin-right: 10px;
    height: auto;
}

    li.basicspot strong {
        display: block;
        clear: both;
    }

    li.basicspot p {
        width: 206px;
    }

img {
    border: none;
}

.sbvpaging {
    display: none;
}

.accessibility {
    display: none;
}

.listheader {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    margin: 30px 0 10px 0;
}
