﻿.lightbox,
.lightboxA
{
    font-size: 80%;
    line-height: 150%;
    width: 700px;
    background: white;
}

    .lightbox .close,
    .lightboxA .close
    {
        display: block;
        text-align: right;
        font-size: 11px;
        background-color: #efefef;
        padding: 2px 5px;
        color: #575757;
    }

        .lightbox .close:hover,
        .lightboxA .close:hover
        {
            font-weight: bold;
            color: #5E7B99;
        }

    .lightbox .banner,
    .lightboxA .banner
    {
        display: block;
        background: url('http://www.mixedinkey.com/cloud/shoppingCartBackground.png') repeat-x;
        font-family: Verdana, sans-serif;
        font-weight: normal;
        font-size: 24px;
        padding: 16px;
        color: #333;
        text-align: left;
    }

    .lightbox .right-align,
    .lightboxA .right-align
    {
        text-align: right;
        padding: 7px;
    }

    .lightbox .bundle,
    .lightboxA .bundle
    {
        padding-top: 1.0em;
    }


/* Button styles */
.buyButton, .payButton
{
    height: 52px;
    line-height: 52px;
    color: #FFF;
    outline: 0;
   
    margin-left: 10px;
    margin-bottom: 18px;
    margin-right: 10px;
    padding-right: 20px;
    padding-left: 14px;
    text-decoration: none;
    text-align: left;
    font-family: "Arial Rounded", ArialRound, ArialRounded, Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap;
    text-wrap: none;
    text-shadow: 0 1px 0 rgba(0,0,0,.25);
    border-style: solid;
    border-width: 2px;
    border-color: #0095f4 #008df0;
    cursor: pointer;
    background: #0083eb url('http://www.mixedinkey.com/cloud/buttonBackground.gif') repeat-x;
    background-size: 100% 100%;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
    display: inline-block;
    zoom: 1;
    *display: inline;
}





.logo
{
    width: 64px;
    height: 52px;
    vertical-align: middle;
    margin: -12px 4px 0 -4px;
    padding-bottom: 12px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.windows .logo
{
    background: url('http://www.mixedinkey.com/cloud/windowsLogo.png') no-repeat;
}

.mac .logo
{
    background: url('http://www.mixedinkey.com/cloud/appleLogo.png') no-repeat;
}

.buyButton:hover
{
    text-decoration: underline;
}

.simpleButton
{
    height: 48px;
    text-align: center;
    margin-top: 1em;
    list-style: none;
    display: -moz-box;
    display: -webkit-box;
    display: box;
    min-width: 200px;
    float: right;
    padding-bottom: 12px;
}

    .simpleButton > li
    {
        -moz-box-flex: 1;
        -webkit-box-flex: 1;
        box-flex: 1;
        margin: 0;
        padding-left: 12px;
        padding-right: 12px;
        border-top: 1px solid #dedede;
        border-bottom: 1px solid #dedede;
        border-right: 2px solid #dedede;
        background-color: #f1f1f1;
        background-image: -o-linear-gradient(bottom, rgb(227,227,227) 0%, rgb(255,255,255) 100%);
        background-image: -moz-linear-gradient(bottom, rgb(227,227,227) 0%, rgb(255,255,255) 100%);
        background-image: -webkit-linear-gradient(bottom, rgb(227,227,227) 0%, rgb(255,255,255) 100%);
        background-image: -ms-linear-gradient(bottom, rgb(227,227,227) 0%, rgb(255,255,255) 100%);
        color: #858585;
        text-decoration: none;
        text-shadow: 0px 0px 6px #ffffff;
        -webkit-box-shadow: 0px 2px 2px rgba(255, 255, 255, 0.15);
        -moz-box-shadow: 0px 2px 2px rgba(255, 255, 255, 0.15);
        box-shadow: 0px 2px 2px rgba(255, 255, 255, 0.15);
        border-left: 2px solid #dedede;
        -webkit-border-top-left-radius: 6px;
        -webkit-border-bottom-left-radius: 6px;
        -moz-border-radius-topleft: 6px;
        -moz-border-radius-bottomleft: 6px;
        border-top-left-radius: 6px;
        border-bottom-left-radius: 6px;
        border-right: 2px solid #dedede;
        -webkit-border-top-right-radius: 6px;
        -webkit-border-bottom-right-radius: 6px;
        -moz-border-radius-topright: 6px;
        -moz-border-radius-bottomright: 6px;
        border-top-right-radius: 6px;
        border-bottom-right-radius: 6px;
    }

    .simpleButton a
    {
        font-family: "Arial Rounded", ArialRound, ArialRounded, Arial, sans-serif;
        display: inline-block;
        white-space: nowrap;
        width: 100%;
        padding: 14px 0;
        color: #858585;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 15px;
        font-weight: bold;
    }

        .simpleButton a:hover
        {
            text-decoration: underline;
        }

/* Fallback styles */
.no-cssgradients .simpleButton > li
{
    background: url('http://www.mixedinkey.com/cloud/menuBackground.gif') repeat-x;
    border-top: 0;
    border-bottom: 0;
    padding-top: 4px;
}

.no-borderradius .simpleButton
{
    background: url('http://www.mixedinkey.com/cloud/menuBackground.gif') repeat-x;
}

    .no-borderradius .simpleButton > li:first-child
    {
        background: url('http://www.mixedinkey.com/cloud/menuLeft.gif') no-repeat;
        border-top: 0;
        border-bottom: 0;
        border-left: 0;
    }

    .no-borderradius .simpleButton > li:last-child
    {
        background: url('http://www.mixedinkey.com/cloud/menuRight.gif') top right no-repeat;
        margin-right: -6px;
        border: 0;
    }
