html, body
{
    background: white;
}

#top
{
    background: #006b4f;
}

#contentRegion
{
    margin-bottom: 100px;
}

h1
{
    text-align: left;
}

h2.top
{
    height: 33px;
    padding-top: 15px;
    margin: 0;
    bottom: 82px;
}

.coverAll
{
    opacity: 0;
}

#back
{
    position: fixed;
    -webkit-backface-visibility: hidden;
    z-index: 6;
    top: 10px;
    left: 10px;
    background: url('/images/mobile/back.png') no-repeat center;
    width: 50px;
    height: 40px;
    cursor: pointer;
}

label[for="optionsMenu"]
{
    display: block;
    width: 70px;
    position: fixed;
    -webkit-backface-visibility: hidden;
    z-index: 7;
    top: 7px;
    right: 10px;
    background: url('/images/mobile/options.png') no-repeat center;
    cursor: pointer;
}

#menu_main
{
    display: none;
    position: fixed;
    right: 0px;
    top: 60px;
    width: 165px;
    background: white;
    border: 1px solid #eaf5fe;
    border-bottom: 0;
    box-shadow: black 11px -11px 21px 9px;
    z-index:3;
}

#menu_main ul, #menu_main li
{
    list-style-type:none;
    margin: 0;
    padding: 0;
}

#menu_main a,
#menu_main a:hover,
#menu_main a:active,
#menu_main a:focus,
#menu_main a:visited
{
    display: block;
    border-bottom: 1px solid #eaf5fe;
    height: 18px;
    padding: 10px;
    color: black;
    font-weight: bold;
    font-size: 14px;
    text-decoration:  none;
}

#menu_main li.already a
{
    height: 32px !important;
}

#optionsMenu:checked ~ #menu_main
{
    display: block;
}

.options_bar
{
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 80px;
    background: #eaf5fe;
    text-align: center;
    z-index: 20;
    border-top: 2px solid #2c83db;
    background: linear-gradient(to bottom, #e4f5fc 0%,#c8ddef 100%);
}

    .options_bar a,
    .options_bar a:visited,
    .options_bar a:hover,
    .options_bar a:active,
    .options_bar a:focus
    {
        display: inline-block;
        padding-top: 45px;
        font-weight: bold;
        font-size: 12px;
        width: 75px;
        margin: 0 10px;
        color: #2c83db;
        text-decoration: none !important;
        background-position-x: center;
        background-position-y: top;
        background-repeat: no-repeat;
    }

.options_bar a.checkout
{
    background-image: url('/images/mobile/checkout.png');
}

.options_bar a.shortlist
{
    background-image: url('/images/mobile/shortlist.png');
}

.options_bar a.pdf
{
    background-image: url('/images/mobile/pdf.png');
}

.options_bar a.remove
{
    color: red;
}