/* ************
 * Shared
 */

#AWCMinColorboxContent, #AWCMinColorboxOverlay
{
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 9999;
}

/* ************
 * Overlay
 */

#AWCMinColorboxOverlay
{
    height: 100%;
    width: 100%;
    position: fixed;

    opacity: 0.85;
    background: url(/media/image/hss-overlay-bg.png) repeat 0 0;
}

/* ************
 * Content
 */

#AWCMinColorboxContent
{
    background: #fff;
    outline: 0;

    box-sizing: content-box;
    moz-box-sizing: content-box;
    webkit-box-sizing: content-box;
}

#AWCMinColorboxContent .lightbox-content
{
    padding: 50px 60px;
    position: relative;
    border: solid 2px #afafaf;
    color: #354553;
}

#AWCMinColorboxContent .lightbox-content h1,
#AWCMinColorboxContent .lightbox-content .title
{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 8px;
}

#AWCMinColorboxContent .lightbox-content  a.close-button {
    background: url(/media/image/hss-sprites-icons.png) no-repeat 100% -500px;
    position: absolute;
    width: 14px;
    height: 14px;
    display: block;
    font-size: 0px;
    top: 4px;
    right: 6px;
}

#AWCMinColorboxContent .lightbox-content .confirm {
    width: 170px;
    border-radius: 3px;
    border: solid 1px #333;
    padding: 0px;
    line-height: 38px;
    color: #fff;
    font-family: 'Lato', Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: normal;
    background: url(/media/image/hss-sprites-icons.png) no-repeat left -124px;
    cursor:pointer;
    margin: 40px auto 0px;
    display: block;
}

#AWCMinColorboxContent #TermsOfUseDetails {
    font-size: 14px;
    line-height: 20px;
}

#AWCMinColorboxContent #TermsOfUseDetails h2,
#AWCMinColorboxContent #TermsOfUseDetails p,
#AWCMinColorboxContent #TermsOfUseDetails li {
    margin-bottom: 10px;
}

#AWCMinColorboxContent #TermsOfUseDetails li {
    padding-left: 20px;
}

#AWCMinColorboxContent #TermsOfUseDetails .terms {
    padding-bottom: 40px;
    overflow-y: scroll;
    height: 380px;
  -webkit-overflow-scrolling: touch;
}
