

#content {
    overflow: visible;
    position: relative;
    z-index: 9999;
    }

    #content .c-hider {
        /* border: 1px solid yellow; */
        background: #8b1d00;
        position: absolute;
        top: -2px;
        left: 3px;
        right: 2px;
        height: 4px;
        z-index: 200;
        }

    #content .c-title {
        color: #f7f7f7;
        font-family: Impact, Arial, sans-serif;
        font-size: 43px;
        line-height: 1.1em;
        text-align: center;
        text-shadow: -3px 3px 2px rgba(0,0,0,0.25);
        text-transform: uppercase;
        position: absolute;
        top: -60px;
        left: 0px;
        right: 0px;
        height: auto;
        z-index: 256;
        }

    #content H2.sub {
        color: #8b1d00;
        font-size: 22px;
        }

    #content P.note {
        color: #666;
        font-size: 15px;
        font-style: italic;
        margin: 3em 0 0;
        }


.noback {
    color: #fff;
    font-family: michromaregular, Arial, sans-serif;
    font-size: 17px;
    letter-spacing: 1px;
    text-align: center;
    margin: 3em 0 2em;
    }


.checkered {
    font-family: Tahoma, ​Arial, ​Verdana, ​sans-serif;
    font-size: 16px;
    border: 1px dashed #F18B3D;
    border-radius: 8px 8px 8px 8px;
    margin: 20px 0;
    }

    .checkered > div {
        border: 3px solid #EEEEEE;
        border-radius: 8px 8px 8px 8px;
        margin: 2px;
        padding: 0;
        }

    .checkered .product {
        overflow: hidden;
        }

        .checkered .product IMG {
            margin-right:10px;
            }

        .checkered .product P {
            padding-left: 10px;
            padding-right: 25px;
            }

.checkered.small {
    width: 700px;
    margin: 0 auto 20px;
    }

    .checkered.small > div {
        padding:0 20px;
        }

    .checkered H1 {
        color: #000;
        font-size: 2.3em;
        font-weight: bold;
        line-height: 1.2em;
        text-align: center;
        text-shadow: 1px 1px 1px #999;
        margin-top: 0px;
        margin-bottom: 5px;
        }

    .checkered H4 {
        font-weight:bold;
        font-size:19px;
        line-height:30px;
        text-shadow:1px 1px 1px #ddd;
        }

    .checkered H4.title {
        color: #009933;
        text-align:center;
        text-shadow: none;
        background: none repeat scroll 0 0 #000000;
        padding: 7px 5px;
        display: block;
        }

    .checkered #launchbk P {
        font-size: 16px;
        line-height: 1.5em;
        margin-top: 0px;
        }

    .checkered EM { font-style: italic; }
    .checkered STRONG { font-weight: bold; }

    .checkered .orange { color: #F60 }

    .checkered .left { float:left; }
    .checkered .right { float:right; }

