  /*****************************************/
 /******************General****************/
/*****************************************/

/* not including var or span, so it has not styles applied at all */

html, body, div, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin:	0px;
    padding:	0px;
    border:	0px;
    border-collapse: separate;
    border-spacing:	0px;
    font-family: "proxima-nova", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    color: #131313;

    /**Prevent All unessesary text from being selected**/
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;

    /*-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;*/
}

h1 {
    font-style: normal;
    font-weight: 300;
    font-size: 48px;
}

h2 {
    font-style: normal;
    font-weight: 300;
    font-size: 42px;
}

h3 {
    font-style: normal;
    font-weight: 300;
    font-size: 32px;
}

h4 {
    font-style: normal;
    font-weight: 300;
    font-size: 26px;
}

h5 {
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
}

h6 {
    font-style: normal;
    font-weight: 100;
    font-size: 18px;
}

a {
    text-decoration: none;
    color: #4398d8;
    cursor: pointer;
}

input {
    outline: none;
}

strong {
    font-weight: 700;
}

ul {
    list-style-type: none;
}

html, body { /*for sticky footer*/
    height: 100%;
    background: #ebebeb;
}

input, button {
    /*-webkit-appearance: none;*/
}

.hidden{
    display: none;
}

p, p *, input, textarea, h1, h2, h3, h4, h5, h6, li {
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    -o-user-select: text;
    user-select: text;
}

html body .badge {
    background-color: #439DD1;
    color: #FFFFFF;

    padding: 0 5px 1px 5px;

    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;

    font-size: inherit;
    font-weight: 500;
}

html body .badge-title {
    background-color: #439DD1;
    color: #FFFFFF;

    padding: 0 7px 0px 5px;

    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;

    font-size: inherit;
    /*font-size: 20px; position: relative; top: -2px; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; font-weight: 300;*/
}

.formatted-product-name, .formatted-product-name span.badge, .formatted-product-name a
{
    font-size: 14px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    /*font-weight:300; font-size: 14px;*/
}

  /*****************************************/
 /***************Blue Button***************/
/*****************************************/

a.blue-button,
input.blue-button,
.blue-button a,
.blue-button input {
    display: block;
    padding: 8px 30px 7px 30px;
    font-size: 20px;

    border: solid 1px #1a6d99;

    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;

    -webkit-appearance:none
}

    a.blue-button:hover,
    input.blue-button:hover,
    .blue-button input:hover,
    .blue-button a:hover {
        text-decoration: none;
        background-color: #3389ba;
    }

    a.blue-button:active,
    input.blue-button:active,
    .blue-button input:active,
    .blue-button a:active {
        text-decoration: none;
        background-color: #1a6d99;
    }

    a.blue-button,
    input.blue-button,
    .blue-button a,
    .blue-button input,
    .blue-button form {
        display: inline;
        background-color: #439dd1;
        color: #FFFEFF !important;

        /*text-shadow: 0px 1px 0px #BBBBBB;*/

        -webkit-transition: all,0.15s;
        -moz-transition: all,0.15s;
        -ms-transition: all,0.15s;
        -o-transition: all,0.15s;
        transition: all,0.15s;
        font-weight: 300;

        -webkit-appearance:none
    }

    a.blue-button[disabled="true"],
    input.blue-button[disabled="true"],
    .blue-button a[disabled="true"],
    .blue-button input[disabled="true"]
    {
        border: solid 1px #959595 !important;
        background-color: #c2c2c2 !important;
    }

  /*****************************************/
 /***************Pink Button***************/
/*****************************************/
a.pink-button {
    background-color: #F84B31;
    border-color: #bd5d68;
}

a.pink-button {
    background-color: #000000;
    border-color: #bd5d68;
}

a.pink-button:hover {
    background-color: #ebb3be;
}

  /*****************************************/
 /***************Green Button***************/
/*****************************************/
a.green-button {
    background-color: #66cdcc;
    border-color: #33999b;
}

a.green-button:hover {
    background-color: #54bcbd;
    border-color: #359999;
}

a.green-button:active {
    background-color: #32989a;
    border-color: #32989a;
}




  /*****************************************/
 /***************Grey Button***************/
/*****************************************/

a.grey-button,
input.grey-button,
.grey-button a,
.grey-button input {
    display: block;
    padding: 8px 30px 7px 30px;
    font-size: 20px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

a.grey-button,
input.grey-button,
.grey-button input,
.grey-button a {
    border: solid 1px #959595;
}

    a.grey-button:hover,
    input.grey-button:hover,
    .grey-button input:hover,
    .grey-button a:hover {
        background-color: #b2b2b2;
    }

    a.grey-button:active,
    input.grey-button:active,
    .grey-button input:active,
    .grey-button a:active {
        background-color: #959595;
    }

    a.grey-button,
    input.grey-button,
    .grey-button input,
    .grey-button form,
    .grey-button a {
        display: inline;
        background-color: #c2c2c2;
        color: #FFFEFF !important;
        text-shadow: 1px 1px 1px #888888;
        -webkit-transition: all,0.15s;
        -moz-transition: all,0.15s;
        -ms-transition: all,0.15s;
        -o-transition: all,0.15s;
        transition: all,0.15s;
        font-weight: 300;
    }

  /*****************************************/
 /*********Tabbed/Sliding Panels***********/
/*****************************************/

.tabbed-panel-wrapper,
.sliding-panel-wrapper {
    margin: 40px auto 0 auto;
    width: 1020px;
    position: relative;
}

    .tabbed-panel-wrapper .tp-tabs,
    .sliding-panel-wrapper .sp-tabs {
        text-align: center;
        width: auto;
        margin: 0 auto;
    }

        .tabbed-panel-wrapper .tp-tabs span,
        .sliding-panel-wrapper .sp-tabs span,
        .tabbed-panel-wrapper .tp-tabs a,
        .sliding-panel-wrapper .sp-tabs a {
            display: inline-block;
            padding: 13px 34px 13px 33px;
            height: 22px;
            margin-left: -1px;

            color: #7d7d7d;
            font-size: 20px;
            
            
            background-image: url("/Content/Images/Downloads/tab-panel_background.png");
            background-repeat:repeat;
            border: solid 1px #d7d7d7;
            cursor: pointer;

            -webkit-box-shadow: 0 1px 0 #e3e3e3;
            -moz-box-shadow: 0 1px 0 #e3e3e3;
            box-shadow: 0 1px 0 #e3e3e3;
        }

            .tabbed-panel-wrapper .tp-tabs img,
            .sliding-panel-wrapper .sp-tabs img {
                margin: -6px 0;
                position: relative;
                top: 2px;
            }

            .tabbed-panel-wrapper .tp-tabs span:first-child,
            .sliding-panel-wrapper .sp-tabs span:first-child {
                -moz-border-radius-topleft: 3px;
                -moz-border-radius-bottomleft: 3px;
                -webkit-border-top-left-radius: 3px;
                -webkit-border-bottom-left-radius: 3px;
                border-top-left-radius: 3px;
                border-bottom-left-radius: 3px;
            }
            .tabbed-panel-wrapper .tp-tabs span:last-child,
            .sliding-panel-wrapper .sp-tabs span:last-child {
                -moz-border-radius-topright: 3px;
                -moz-border-radius-bottomright: 3px;
                -webkit-border-top-right-radius: 3px;
                -webkit-border-bottom-right-radius: 3px;
                border-top-right-radius: 3px;
                border-bottom-right-radius: 3px;
            }

            .tabbed-panel-wrapper .tp-tabs span.selected,
            .sliding-panel-wrapper .sp-tabs span.selected,
            .tabbed-panel-wrapper .tp-tabs a.active,
            .sliding-panel-wrapper .sp-tabs a.active {
                border: solid 1px #c3c3c3;
                background-image: url("/Content/Images/Downloads/tab-panel_background-hover.png");
                background-repeat:repeat;
            }

    .tabbed-panel-wrapper .tp-panel-container,
    .sliding-panel-wrapper .sp-panel-container {
        position: relative;
        overflow: hidden;
        width: inherit;
        height:300px;
        margin-top: 40px;
    }

    .tp-panel {
        margin: 0 auto;
    }


    .tabbed-panel-wrapper .tp-text-block{
        float: right;
        width: 600px;
    }

    .tabbed-panel-wrapper .tp-panel .tp-text-block p{
        margin-bottom: 20px;
    }

    .sliding-panel-wrapper .sp-panel-container .sp-panels, 
    .sliding-panel-wrapper .sp-panel-container .sp-panel {
        position: absolute;
    }


  /******************************/
 /***********Inputs*************/
/******************************/

input[type="text"],
input[type="password"],
input[type="email"],
textarea {
    padding: 0 8px;
    width: 242px;
    height: 38px;
    margin-left: 2px;

    color: #439dd0;

    border: solid 1px #cccccc;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;

    -webkit-box-shadow: inset 0px 1px 5px 0px #eeeeee;
    -moz-box-shadow: inset 0px 1px 5px 0px #eeeeee;
    box-shadow: inset 0px 1px 5px 0px #eeeeee;
}

textarea {
    padding: 8px;
    resize: none;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
    outline: none;
    border: solid 1px #439dd0;
    -webkit-box-shadow: inset 0px 1px 5px 0px #eeeeee, 0px 0px 2px 2px #e2f0f7;
    -moz-box-shadow: inset 0px 1px 5px 0px #eeeeee, 0px 0px 2px 2px #e2f0f7;
    box-shadow: inset 0px 1px 5px 0px #eeeeee, 0px 0px 2px 2px #e2f0f7;
}

  /******************************/
 /*******Custom Checkbox********/
/******************************/

body:not(#foo) input[type='checkbox'] {
    opacity: 0;
    
    float: left;
    width: 0px;
}

body:not(#foo) input[type='checkbox'] ~ label {
    margin: 0;
    clear: none;
    
    min-height: 20px;

    padding-left: 30px;

    cursor: pointer;
    
    background: url("/Content/Images/Account/checkbox_icon.png") left top no-repeat;
}

body:not(#foo) input[type='checkbox']:checked ~ label {
    background-image: url("/Content/Images/Account/checkbox_icon-checked.png");
}


  /*****************************************/
 /*************Letter Tooltip**************/
/*****************************************/
.tip {
    display: inline-block;
    height: 17px;
    width: 16px;
    
    margin-left: 5px;
    margin-bottom: 3px;

    vertical-align: middle;

    position: relative;
    /*background: url('/Content/Images/Tiles/DataSheet/tooltip-i.png') center center no-repeat;*/

     -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border-radius: 16px;

    -webkit-transition: background-image 0.05s;
    -moz-transition: background-image 0.05s;
    -ms-transition: background-image 0.05s;
    -o-transition: background-image 0.05s;
    transition: background-image 0.05s;
}

.tip + .tip {
    margin-left: 0;
}

.tip.i {
    background: url('/Content/Images/Tiles/DataSheet/tooltip-i.png') center center no-repeat;
}
.tip.t {
    background: url('/Content/Images/Tiles/DataSheet/tooltip-t.png') center center no-repeat;
}
.tip.p {
    background: url('/Content/Images/Tiles/DataSheet/tooltip-p.png') center center no-repeat;
    position: relative;
    top: 1px;
}

.tip .tip-bubble {
    position: absolute;
    padding: 14px 8px 14px 11px;
    width: 240px;

    top: -16px;
    left: 30px;
    background-color: #FFFFFF;
    border: solid 1px #c3c3c3;

    color: #7f7f7f;
    line-height: normal;
    text-indent: 0;
    text-align: left;

    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;

    z-index: 3;
    display: none;

    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    -o-user-select: text;
    user-select: text;
}

.tip.i:hover {
    background-image: url('/Content/Images/Tiles/DataSheet/tooltip-i-hover.png')
}
.tip.t:hover {
    background-image: url('/Content/Images/Tiles/DataSheet/tooltip-t-hover.png')
}
.tip.p:hover {
    background-image: url('/Content/Images/Tiles/DataSheet/tooltip-p-hover.png')
}

.tip:hover .tip-bubble, .tip-bubble:hover {
    display: block;
}

.tip-bubble:before, .tip-bubble:after {
        content:'';
        display:block;
        position:absolute;

        width:0;
        height:0;
        border-style: solid;

        z-index: 999;

        border-width: 12px;
    }

    .tip .tip-bubble:before {
        border-color: transparent #c3c3c3 transparent transparent;
        top:12px;
        left:-24px;
    }

    .tip .tip-bubble:after {
        border-color: transparent white transparent transparent;
        top:12px;
        left:-23px;
    }

    .tip .tip-bubble.tip-bubble-bottom-left {
        top: auto;
        bottom: -16px;
    }

    .tip .tip-bubble.tip-bubble-bottom-left:before {
        top: auto;
        bottom:12px;
    }

    .tip .tip-bubble.tip-bubble-bottom-left:after {
        top: auto;
        bottom:12px;
    }



  /*****************************************/
 /***************Main Header***************/
/*****************************************/

.active a {
    background-color: #D7D7D7;
}

#main-container {
    min-height:100%;
    position: relative;
}

#header-panel {
    position: fixed;
    z-index: 1000;
    height: 109px;
    width: 100%;
    background-color: #fafafc;
    background: url('/Content/Images/Layout/header_background.png') 0 0 repeat-x;
    background-repeat:repeat;
}

#header-content {
    margin: 0 auto;
    padding: 26px 50px;
    min-width: 720px;
    max-width: 1140px;
    overflow: auto;
}


#header-logo {
    float: left;
    margin-top: 6px;
    margin-left: 10px;
}

#header-navbar {
    margin-top: 12px;
    float: right;
    display:table-row;
    border-spacing: 7px 0px;
}

    #header-navbar a {
        padding: 6px 10px 6px 10px;
        display: table-cell;
        vertical-align: middle;

        color: #131313;
        font-size: 20px;
        font-weight: 300;
        text-decoration: none;

        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
    }
        #header-navbar a:hover,
        #header-navbar a:active {
            background-color: #D7D7D7;
        }

a#cart-button {
    padding: 6px 18px 5px 18px;
    display: table-cell;
    vertical-align: middle;

    border: solid 1px #1a6d99;
    background-color: #439dd1;

    -webkit-transition: all,0.15s;
    -moz-transition: all,0.15s;
    -ms-transition: all,0.15s;
    -o-transition: all,0.15s;
    transition: all,0.15s;
}

    a#cart-button:hover {
        text-decoration: none;
        background-color: #3389ba;
    }

    a#cart-button:active {
        text-decoration: none;
        background-color: #1a6d99;
    }

a#products-button,
input[type="submit"]{
    cursor: pointer;
}

#header-panel-buffer {
  width: 100%;
  height: 106px;
}

  /******************************/
 /******Products Dropdown*******/
/******************************/

#dropdown-products-panel {
    position: fixed;
    top: 106px;
    display: none;
    width: 100%;
    /*min-width: 1140px;*/
    /*height: 515px;*/
    background-color: #f5f5f7;
    background-color: rgba(250,250,250,0.9);

    -webkit-box-shadow: 0px 2px 3px #afafaf;
    -moz-box-shadow: 0px 2px 3px #afafaf;
    box-shadow: 0px 2px 3px #afafaf;

    z-index: 900;
}

#dropdown-products-panel > div {
    /*overflow-x: auto;*/
}

.products-table {
    width: 940px;
    margin: 0 auto;
}

.products-table .product-column {
    display: block;
    float: left;
    margin: 0 10px 0 0;
}

.products-table table {
    border-collapse: separate;

    transition-duration: 0.15s;
    -webkit-transition-duration: 0.15s;
}

.products-table td {
    width: 163px;
    height: 40px;

    text-align: center;
    font-weight: 500;

    background: #ebebeb;

    border-right: 1px solid #d7d7d7;
    border-top: 1px solid #d7d7d7;
    border-left: 1px solid #d7d7d7;

    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    -o-user-select: text;
    user-select: text;
}

.products-table tr th.row-header {
    width: 220px;
    height: 40px;

    font-size: 14px;
    font-weight: 700;

    text-align: left;
    text-indent: 10px;

    background: #ebebeb;

    border-top: 1px solid #d7d7d7;
    border-left: 1px solid #d7d7d7;

    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    -o-user-select: text;
    user-select: text;
}

.products-table .header-column {
    height: 150px;
}

.products-table .header-row {
    height: 150px;
}

.products-table tr:nth-of-type(2) th.row-header {
    -moz-top-left-border-radius: 5px;
    -webkit-border-top-left-radius: 5px;
     border-top-left-radius: 5px;
}

.products-table tr:nth-last-of-type(2) th.row-header {
    -moz-bottom-left-border-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
     border-bottom-left-radius: 5px;

     border-bottom: 1px solid #d7d7d7;
}

.dropdown-products-panel th.product-header {
    cursor: pointer;
}

.products-table th.product-header {
    position: relative;
    padding-bottom: 25px;
    vertical-align: bottom;

    background-color: #f4f4f4;

    border-right: 1px solid #d7d7d7;
    border-top: 1px solid #d7d7d7;
    border-left: 1px solid #d7d7d7;

    font-size: 16px;
    font-weight: 700;
}

.products-table th.product-header div {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background-color: #66add7;
}

.products-table tr.gap th,
.products-table tr.gap td {
    height: 10px;

}

.products-table tr.gap td {
    background-color: #f4f4f4;
}

.products-table tr.gap th {
    border: none;
    background: none;
}


.products-table div.pre-order-color-select {
    padding-top: 20px;
    display: inline-block;
    border-top: 1px solid #d7d7d7;
    vertical-align: middle;
}

.product-color-selected {
    cursor: pointer;
}

.current-product-color-option {
    font-weight: 500;
    text-align: left;

    background: url(/Content/Images/Layout/product-color-down-arrow.png) right 20px center no-repeat, #ebebeb;
}

.product-color-options {
    position: relative;
}

.product-color-option {
    display: none;

    position: absolute;
    top: 40px;
    left: -1px;

    width: 163px;
    line-height: 40px;

    text-align: left;
    font-weight: 500;

    background: #f8f6f7;


    border: 1px solid #d7d7d7;
    border-top: 2px solid #d7d7d7;
}

.current-product-color-option img,
.product-color-option img {
    margin: 0 20px 0 40px;
    vertical-align: middle;
}

.products-table div.purchase-row {
    padding: 20px 0 18px 0;
    text-align: center;
    border-top: 1px solid #d7d7d7;
    
    
}

div.purchase-row a,
div.purchase-row input {
    display: inline-block;
    width: 140px;
    padding: 8px 10px 7px 10px;
}

div.purchase-row a:last-child {
    margin-top: 13px;
    margin-bottom: 13px;
}

.yellow-outline {
    -webkit-box-shadow: 0 2px 1px 2px #97c4dd;
    -moz-box-shadow: 0 2px 1px 2px #97c4dd;
    box-shadow: 0 2px 1px 2px #97c4dd;
}

  /*****************************************/
 /***************Main Page*****************/
/*****************************************/

#page
{
	margin-left: auto;
	margin-right: auto;
    padding-bottom:326px; /*for sticky footer use --> Height of the footer */

    min-width: 1290px;
    overflow: hidden;
}


.page-content {
    min-width: 960px;
    max-width: 1140px;
    margin: 0 auto;
}

.page-title {
    text-align: center;
}

.page-title h2 {
    font-weight: 100;
}

  /******************************/
 /*********Cart Panel***********/
/******************************/

.cartPanel {
    width: 941px;
    margin: 0 auto;
    margin-bottom: 30px;

    background: #f4f4f4;

    border: solid 1px #d7d7d7;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
     border-radius: 5px;

    -webkit-box-shadow: 0 1px 0 #e3e3e3;
    -moz-box-shadow: 0 1px 0 #e3e3e3;
    box-shadow: 0 1px 0 #e3e3e3;
}

    .cartPanel label {
        display: block;
        min-height: 20px;
    }

    .cartPanel .cartPanelTitle {
        height: 50px;

        background: url("/Content/Images/Cart/cart-items-title_background.png");
        background-size: 100% 100%;

        border-bottom: solid 1px #d7d7d7;
        -moz-border-radius-topleft: 5px;
        -moz-border-radius-topright: 5px;
        -webkit-border-top-left-radius: 5px;
        -webkit-border-top-right-radius: 5px;
         -moz-border-radius-topleft: 5px;
         -moz-border-radius-topright: 5px;
    }

        .cartPanel .cartPanelTitle span {
            display: block;
            float: left;

            text-align: center;
            font-weight: 400;

            margin-top: 15px;
            margin-bottom: 19px;

        }

            .cartPanel .cartPanelTitle span:first-child {
                margin-left: 19px;
                text-align: left;
                width: 535px;
            }

            .cartPanelTitle .titlePrice {
                width: 108px;
            }

            .cartPanelTitle .titleQuantity {
                width: 170px;
            }

#PrivacyPolicyPanel h4 {
    font-weight: 700;
    text-decoration: underline;
    font-size: 19px;
    margin-bottom: 8px;
}

#PrivacyPolicyPanel h5 {
    font-weight: 500;
    text-decoration: underline;
    font-size: 18px;
    margin: 0 0 8px 7px;
}

#PrivacyPolicyPanel p {
    margin: 0 0 20px 8px;
}

#PrivacyPolicyPanel ul {
    margin: 0 0 20px 40px;
    list-style: initial;
}

  /*****************************************/
 /*****************Footer******************/
/*****************************************/

#footer-panel {
    position:absolute;
    bottom:0;
    width:100%;
    min-width:1290px;
    height: 326px;    /*Height of the footer */
    border-top: solid 1px #31779f;
    background-color: #439DD1;
}

#footer-content {
    margin: 0 auto;
    height: 280px;
    width: 1125px;
    position: relative;
    display: table;
}

#footer-content a {
    color: #FFFFFF;
    font-weight: 300;
    font-size: 16px;
    /*text-shadow: 1px 1px 1px #888888;*/
    -webkit-transition: all,0.15s;
    -moz-transition: all,0.15s;
    -ms-transition: all,0.15s;
    -o-transition: all,0.15s;
    transition: all,0.15s;
}

#footer-content a:hover,
#footer-content a:hover {
    /*Glow Effect*/
    text-shadow: 0px 0px 1px #FFFFFF;
}

#footer-content a:not([href]):hover,
#footer-content a:not([href]):hover {
    text-shadow: none;
}

#footer-navbar {
    margin-top: 25px;
    margin-bottom: 25px;
    float: left;
    display: table-row;
}

.footer-links-column {
    display: table-cell;
    width: 220px;
}

    .footer-links-column li {
        list-style-type:none;
        padding: 0px 0px 12px 2px;
    }

        .footer-links-column li:first-child {
            padding-bottom: 19px;
            padding-left: 0px;
        }

        .footer-links-column li:first-child a {
            font-size: 20px !important;  /*Needed because of conflict with #footer-content id; could add that we need to be under #footer-content, that would be better*/
            cursor: default;
        }

        .footer-links-column:last-child {
            padding-right: 0;
            max-width: 190px;
            overflow-x: hidden;
        }

#footer-media {
    padding-top: 38px;
    float: right;
    width: 275px;
}

#footer-logo {
    float: right;
    padding-bottom: 10px;
}

#footer-media-links {
    float: right;
    padding-bottom: 17px;
    overflow: visible;

    color: #e9e9e9;
    text-align: right;
    white-space: nowrap;
}

#footer-media-link-apis {
    float: right;  
    /*display: table-row;
    border-spacing: 14px 0px;*/
}

.footer-media-link-apis-cells {
    display: inline-block;
    vertical-align: top;
    margin-left: 4px;
    /*
    display: table-cell;
    vertical-align: top;*/
}


.fb-like.fb_iframe_widget iframe {
    width: 0;
    height: 0;
}

#disclaimer {
    background-image: url("/Content/Images/Layout/disclaimer_background.png");
    background-repeat:repeat;
    height: 46px;
    border-bottom: solid 1px #31779f;
}
    #disclaimer p,
    #disclaimer a {
        text-align: center;
        padding-top: 15px;
        color: #FFFEFF;
        font-size: 16px;
        font-weight: 700;
    }

    #disclaimer a:hover {
        text-shadow: 0px 0px 1px #FFFFFF;
    }

#disclaimer p a {
    font-weight: 500;
}

  /*****************************************/
 /**************Login Partial**************/
/*****************************************/

/*#login * {
    color: #439DD1 !important;
}*/

/*#login:hover > * {
    color: #FFFFFF !important;
}*/

  /*****************************************/
 /******************MISC*******************/
/*****************************************/

.hr {
    height: 1px;
    background: #000000;
    width: 100%;
    font-size: 1px; /* IE 6 */
}

.fancybox-close {

        background-image: url("/Content/Images/TestImages/CloseButton.png");
        background-repeat: no-repeat;
        background-color: rgba(0, 0, 0, 0);
}

.quote {
    padding-top: 51px;
    text-align: center;
}

.quote h3{
    padding-bottom: 10px;
}
#logic-subheader-panel {
    position: fixed;
    top: 106px;
    height: 60px;
    width: 100%;
    margin: 0 auto;
    box-shadow: 0px 2px 3px #afafaf;
    background-image: url("/Content/Images/Subheader/subheader_background.png");
    background-repeat:repeat;
    z-index: 800;
}

#logic-subheader-content {
    margin: 0 auto;
    padding: 0 50px;
    min-width: 820px;
    max-width: 1140px;
    height: inherit;
}

#product-name {
    float:left;
    margin-top: 14px;
    margin-left: 8px;
}


#sub-navbar {
    margin-top: 10px;
    float: right;
}

    #sub-navbar ul {
        clear: both;
        margin-top: 10px; 
    }

        #sub-navbar ul li {
	        display:inline;
            
        }

        #sub-navbar ul li:last-child {
	        display:inline;
            margin-left: 5px; 
        }

        /*first-child is here to prevent styling the 'newer versions' link*/
        #sub-navbar ul li:not(:first-child) :hover,
        #sub-navbar ul li:not(:first-child) :active {
            background-color: #D7D7D7;
        }

            #sub-navbar ul li:not(:first-child) a,
            #sub-navbar input {
                color: #131313;
                padding: 7px 11px 6px 10px;
                -moz-border-radius: 3px;
                -webkit-border-radius: 3px;
                border-radius: 3px;
            }


  /*****************************************/
 /***************Blue Buttons**************/
/*****************************************/

.purchase-button form {
    display: inline;
}

.purchase-button input,
a.try-free-button {
    padding: 6px 18px 5px 18px !important;

    background-color: #439DD1;

    font-weight: 300;
    font-size: 16px;
    color: #FFFEFF !important;
    text-shadow: 1px 1px 1px #888888;

    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: solid 1px #31779f;

    -webkit-transition: all,0.15s;
    -moz-transition: all,0.15s;
    -ms-transition: all,0.15s;
    -o-transition: all,0.15s;
    transition: all,0.15s;
}

    .purchase-button input:hover,
    a.try-free-button:hover {
        background-color: #a8c2d0;
    }

.preorder-button {
    display: inline-block;
    padding: 6px 18px 5px 18px !important;

    font-weight: 300;
    font-size: 16px;
    color: #FFFEFF !important;
    text-shadow: 1px 1px 1px #888888;

    border: 1px solid #bd5d68;

    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;

    -webkit-transition: all,0.15s;
    -moz-transition: all,0.15s;
    -ms-transition: all,0.15s;
    -o-transition: all,0.15s;
    transition: all,0.15s;
}

a.preorder-button:hover {
    background-color: #ebb3be !important;
}
.fancybox-auth-wrap .fancybox-skin {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.fancybox-auth-wrap .fancybox-close {
    background: url("/Content/Images/Account/fancybox-close_icon.png") 1px 4px no-repeat !important;
}

#auth-box.static-login {
    margin: 40px auto;
}

#auth-box {
    width: 598px;
    background: url("/Content/Images/Account/auth-box_background.png");
    background-repeat: repeat;

    border: 1px solid #c2c2c2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;

    margin: 0 auto;
}

    #auth-box #auth-box {
        border: none;
    }

    #auth-box h3,
    #survey-box h3 {
        padding-top: 23px;
        padding-bottom: 5px;
    }

    #auth-box a,
    #survey-box a {
        font-size: 14px;
        font-weight: 700;
    }

    #auth-box p,
    #survey-box p {
        line-height: 140%;
    }

.authorization-panel {
    padding-left: 27px;
}

#registration-panel {
    height: 610px;
}

#logoff-panel p {
    font-size: 20px;
    margin: 20px 0;
}

#logoff-panel {
    height: 270px;
}

#forgot-password-panel {
    /*height: 287px;*/
}

#success-panel {
    width: 598px;
    height: 136px;
}

#success-panel > * {
    float: left;
}

#success-panel h3 {
    width: 460px;
}

    #success-panel p {
        width: 460px;
        margin-left: 1px;
        margin-top: 2px;
    }

.success-image {
    padding: 31px 14px 41px 30px; 
    height: 64px;
}

/***** Preorder Success Fancy Box *****/
#preorder-success-panel
{
    width: 544px; 
    padding: 35px 28px 44px 28px;
}

#preorder-success-title
{
    margin-top: 3px;
   line-height: 48px;
}
 #preorder-success-title h3 {
     padding: 0;
 }

#preorder-success-image
{
    margin-bottom: 20px;
}

#preorder-success-shirt-image
{
    float:left;
    margin-top: 32px;
}

#preorder-success-shirt-copy
{
    margin-left:231px;
    margin-top:62px;

}

#preorder-success-shirt-copy h4 
{
    font-size: 24px;
    line-height: 34px;
    position: relative;
}

#preorder-success-shirt-copy h4 img
{
    position: absolute;
    top: 7px;
}

#preorder-success-shirt-copy h5
{
    font-size: 16px;
    line-height: 24px;
    margin-top: 15px;
}

#preorder-success-actions-container 
{
    margin-top: 20px;
    line-height: 26px;
    margin-bottom: 25px;
}

.preorder-success-actions
{
    margin-top: 24px;
}

.preorder-success-actions li
{
    margin-bottom: 10px;
}

.preorder-success-actions label
{
    padding-bottom: 2px;
}

#preorder-success-bottom
{
    margin-top: 20px;
    
}

#preorder-success-bottom #Size_msdd {
    margin: 0;
}

#preorder-success-bottom .dd .ddTitle {
    width: 100%;
}

#preorder-success-bottom .dd .ddChild {
    width: calc(100% - 2px);
}


#preorder-success-bottom div
{
    margin-right: 11px;
}

#preorder-success-bottom .blue-button input, #preorder-success-bottom a
{
    padding-left: 20px;
    padding-right: 20px;
    display: block;
}

#preorder-success-bottom div img
{
    margin-left: 1px;
    margin-right: 0px;
    margin-top: 2px;
}

#preorder-success-bottom .t-form-success-image {
    display: none;
}

#Size
{
    width: 94px;
}

.preorder-success-hline
{
    clear:both;
    border-bottom: 1px solid #cbcbcb;
}

#login-panel {
    height: 479px;
}

#loginForm {
    padding-left: 27px;
    height: 249px;
}

#signup-section {
    padding-left: 27px;
    height: 225px;
    background: url("/Content/Images/Account/signup_background.png");
    background-repeat: repeat;
}

.entry-fields .entry-field {
    padding-top: 12px;
    float: left;
    width: 280px;
    height: 79px;
}

.entry-fields .remember-me-field {
    padding-top: 6px;
    padding-left: 2px;
    float: left;
    width: 280px;
    height: 79px;
}

    .entry-fields .entry-field label,
    .entry-fields .long-email-field label {
        margin-left: 1px;
        margin-bottom: 6px;
        display: block;
    }



.entry-fields .checkbox-entry {
    float: left;
    padding: 17px 0 13px 2px;
    width: 560px;
    /*max-height: 20px;*/
}

.entry-fields .short-checkbox-field {
    float: left;
    padding: 6px 0 0px 2px;
    width: 280px;
    height: 79px;
}

    .entry-fields .checkbox-entry label,
    .entry-fields .short-checkbox-field label {
        display: inline-block;
        padding-left: 15px;
        min-height: 20px;
    }

    .entry-fields .short-checkbox-field label {
        padding-bottom: 15px;
    }

.entry-fields .textbox-field {
    float: left;
    padding: 2px 0 13px 2px;
    width: 560px;
}

.entry-fields .long-email-field {
    padding-top: 12px;
    float: left;
    width: 550px;
    height: 79px;
}

    #auth-box .entry-fields .long-email-field input[type="email"] {
        width: 520px;
    }

.entry-fields .entry-field .blue-button {
    padding-top: 4px;
}

.entry-fields .submit-field {
    display: block;
    margin-top: 8px;
    margin-left: 3px;
    width: 560px;
    float: left;
}

    .entry-fields .submit-field * {
        float: left;
        margin-right: 5px;
    }

  /******************************/
 /********Submit Buttons********/
/******************************/
#auth-box input[type="submit"],
#auth-box a.blue-button
{
    cursor: pointer;
    padding: 7px 31px;

    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

#auth-box input[type="submit"],
#auth-box .cancel-button,
#auth-box a.blue-button,
#auth-box a.grey-button,
#auth-box a.blue-button {
    font-size: 20px;
    font-weight: 300;

}

#auth-box .cancel-button {
    color: #ffffff;
    font-weight: 300;

    cursor: pointer;
    padding: 8px 28px;

    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;

}

label[for="WillBeNice"] {
    position: relative;
}

  /******************************/
 /*******Tooltip Bubbles********/
/******************************/

.tooltip {
    position: relative;
    vertical-align: middle;
}
    .tooltip img {

    }

label:hover + #agreement-tooltip.tooltip .tooltip-bubble,
.tooltip:hover .tooltip-bubble,
.tooltip-bubble:hover {
    display: block;
}

.tooltip-bubble {
    width: 220px;
    padding: 14px 11px 14px 11px;
    position: absolute;
    top: -18px;
    right: -260px;

    color: #429cd0;

    background: white;
    border: solid #429cd0 1px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;

    z-index: 2;

    display: none;
}
    /*:not(#foo) so old browsers ignore*/
    .tooltip-bubble:before,
    .tooltip-bubble:after {
        content:'';
        display:block;
        position:absolute;

        width:0;
        height:0;
        border-style: solid;

        z-index: 999;

        border-width: 12px;
    }

    .tooltip .tooltip-bubble:before {
        border-color: transparent #429cd0 transparent transparent;
        left:-24px;
        top:12px;
    }

    .tooltip .tooltip-bubble:after {
        border-color: transparent white transparent transparent;
        left:-23px;
        top:12px;
    }

  /******************************/
 /********Misc Validation*******/
/******************************/

    .validation-summary-errors li {
        color: #f66c50;
    }

  /******************************/
 /******Validation Bubbles******/
/******************************/

input[type="text"].input-validation-error,
input[type="password"].input-validation-error,
input[type="email"].input-validation-error,
textarea.input-validation-error {
    color: #f66c50 !important;

    border: solid 1px #f66c50 !important;

    -webkit-box-shadow: inset 0px 0px 1px 0px #f66c50 !important;
    -moz-box-shadow: inset 0px 0px 1px 0px #f66c50 !important;
    box-shadow: inset 0px 0px 1px 0px #f66c50 !important;
}

input[type="text"].input-validation-error:focus,
input[type="password"].input-validation-error:focus,
input[type="email"].input-validation-error:focus,
textarea.input-validation-error:focus {
    -webkit-box-shadow: inset 0px 1px 2px 0px #f66c50 !important;
    -moz-box-shadow: inset 0px 1px 2px 0px #f66c50 !important;
    box-shadow: inset 0px 1px 2px 0px #f66c50 !important;
}

    input[type="text"].input-validation-error + .validation-popup .field-validation-error,
    input[type="password"].input-validation-error + .validation-popup .field-validation-error,
    input[type="email"].input-validation-error + .validation-popup .field-validation-error,
    textarea.input-validation-error + .validation-popup .field-validation-error {
        display: none;
    }

    input[type="text"].input-validation-error:focus + .validation-popup .field-validation-error,
    input[type="password"].input-validation-error:focus + .validation-popup .field-validation-error,
    input[type="email"].input-validation-error:focus + .validation-popup .field-validation-error,
    textarea.input-validation-error:focus + .validation-popup .field-validation-error {
        display: block;
    }

.validation-popup {
    height: 0px;
    position: absolute;
}

.field-validation-error,
.field-validation-error * {
    color: #f66c50;
}

.field-validation-error {
    display: block;
    width: 220px;
    padding: 14px 6px 14px 11px;
    position: relative;

    background: white;
    border: solid #f7c5be 1px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: none;
}
    /*:not(#foo) so old browsers ignore*/
    body:not(#foo) .field-validation-error:before,
    .field-validation-error:after {
        content:'';
        display:block;
        position:absolute;

        width:0;
        height:0;
        border-style: solid;

        z-index: 999;
    }

.field-validation-error:before,
.field-validation-error:after {
    border-width: 12px;
}

.right-bubble .field-validation-error {
    top: -70px;
    left: 278px;
}

    .right-bubble .field-validation-error:before {
        border-color: transparent #f7c5be transparent transparent;
        left:-24px;
        top:12px;
    }

    .right-bubble .field-validation-error:after {
        border-color: transparent white transparent transparent;
        left:-23px;
        top:12px;
    }


.left-bubble .field-validation-error {
    top: -70px;
    left: -260px;
}
    .left-bubble .field-validation-error:before {
        border-color: transparent transparent transparent #f7c5be;
        left:238px;
        top:12px;
    }

    .left-bubble .field-validation-error:after {
        border-color: transparent transparent transparent white;
        left: 237px;
        top:12px;
    }

.top-bubble .field-validation-error {
    top: -130px;
    min-width: 10px;
    width: auto;
}
    .top-bubble .field-validation-error:before {
        border-color: #f7c5be transparent transparent transparent;
        top:48px;
        left: 20px;
    }

    .top-bubble .field-validation-error:after {
        border-color: white transparent transparent transparent;
        top: 47px;
        left: 20px;
    }

.bottom-bubble .field-validation-error {
    top: -10px;
    min-width: 10px;
    width: auto;
}
    .bottom-bubble .field-validation-error:before {
        border-color: transparent transparent #f7c5be transparent;
        top: -24px;
        left: 20px;
    }

    .bottom-bubble .field-validation-error:after {
        border-color: transparent transparent white transparent;
        top: -23px;
        left: 20px;
    }


.entry-field .field-validation-error {
    top: -45px;
}
#preorder-form legend div,
#preorder-form legend h3,
#preorder-form legend h6 {
    display: inline-block;
    vertical-align: top;
}
#preorder-form legend h3 {
    padding-top: 23px;
    padding-bottom: 5px;
}


#preorder-form legend h6 {
    font-size: 16px;
    
    padding-bottom: 0;
}

#current-items {
    position: relative;
    left: -12px;
    min-height: 84px;
    padding-bottom: 20px
}

#current-items li {
    padding: 16px 0;
    margin: 0 10px;
    border-bottom: 1px solid #cbcbcb;
    height: 40px;
}

#current-items p {
    float: left;
    display: inline;
    width: 196px;
    padding-top: 9px;
    font-weight: 400;
}

#current-items .image-container {
    float: left;
    width: 76px;

    text-align: center;
}

#current-items .itemImage {
    float: left;
    height: 40px;
    padding-right: 10px;
}

#current-items .itemQuantity {
    float: left;
    width: 130px;
    text-align: center;
    padding-top: 8px;
}

    #current-items .itemQuantity span {
        cursor: pointer;

        display: block;
        float: left;

        height: 22px;
        width: 22px;

        background: url("/Content/Images/Cart/quantity-button_background.png") repeat;

        border: solid 1px #d7d7d7;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
         border-radius: 3px;

         box-shadow: 0 0px 3px 1px #d7d7d7;
    }

    #current-items .itemQuantity quantityPlus {
        
    }

    #current-items .itemQuantity quantityMinus {

    }

    #current-items .itemQuantity  input.quantityNumber {
        display: block;
        float: left;

        height: 12px;
        width: 32px;
        padding: 5px 0;
        margin: 0 10px;

        text-align: center;
        font-size: 14px;
        font-weight: 700;
        color: #ffffff;

        background: #909090;
        box-shadow: none;

        border: solid 1px #707070;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
         border-radius: 3px; 
    }

#current-items .itemPrice {
    float: left;
    width: 60px;
    padding-top: 10px;
    font-weight: 400;
}

#current-items .itemPriceTotal {
    width: 62px;
    float: left;
    padding-top: 10px;
    font-weight: 400;
}

#current-items .itemRemove {
    float: right;
    width: 24px;
    height: 24px;

    background: url("/Content/Images/Cart/remove_button.png") no-repeat;
    margin-top: 8px;
    cursor: pointer;

    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px; 
}

#add-items {
    display: none;
    width: 550px;
    padding-bottom: 10px;
    border-bottom: 1px solid #cbcbcb;

}

#add-items li {
    font-weight: 400;
    padding: 10px 0 0 0;
}

#add-items li > span {
    display: inline-block;
    width: 120px;
    font-weight: 400;
}

#auth-box #add-items li a {
    display: inline-block;

    width: auto;
    font-size: 16px;
    font-weight: 400;
    padding: 3px 6px;
    margin: 0 20px 0 10px;
}

.disabled {
    color: lightgrey;
    cursor: default;
}

#total-price-field,
#tax-cost-field,
#shipping-cost-field {
    position: relative;
    padding: 10px 0 10px 0;
    font-weight: 400;
}

#total-price,
#shipping-cost,
#tax-cost {
    position: absolute;
    left: 160px;
    font-weight: 400;
}

.submit-field {
    padding-bottom: 40px
}

.submit-field input[type="submit"] {
    background-position: right 10px center;
    background-repeat: no-repeat;
}

#agreement-tooltip {

}


    #agreement-tooltip.tooltip .tooltip-bubble:before {
        border-color: transparent #429cd0 transparent transparent;
        left:-24px;
        top:44px;
    }

    #agreement-tooltip.tooltip .tooltip-bubble:after {
        border-color: transparent white transparent transparent;
        left:-23px;
        top:44px;
    }
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('/Content/Images/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('/Content/Images/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('/Content/Images/fancybox/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

a.fancybox-nav:hover , a.fancybox-close:hover
{
    background-color: transparent;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('/Content/Images/fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('/Content/Images/fancybox/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('/Content/Images/fancybox/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
.borderRadius{-moz-border-radius:5px; border-radius:5px; }
.borderRadiusTp{-moz-border-radius:5px 5px 0 0; border-radius:5px 5px 0 0;}
.borderRadiusBtm{-moz-border-radius:0 0 5px 5px ; border-radius:0 0 5px 5px;}

.ddcommon {position:relative;display:-moz-inline-stack; zoom:1; display:inline-block; *display:inline; cursor:default;}
.ddcommon ul{padding:0;margin:0;}
.ddcommon ul li{list-style-type:none;}
.borderRadiusTp ul li:last-child{-moz-border-radius:0 0 5px 5px ; border-radius:0 0 5px 5px;border-bottom:0 none #c3c3c3; }
.borderRadiusBtm ul li:first-child{-moz-border-radius:5px 5px 0 0; border-radius:5px 5px 0 0 ;border-bottom:1 solid #c3c3c3; }

.ddcommon .disabled img, .ddcommon .disabled span, .ddcommon.disabledAll{
opacity: .5; /* standard: ff gt 1.5, opera, safari */
-ms-filter:"alpha(opacity=50)"; /* ie 8 */
filter:alpha(opacity=50); /* ie lt 7 */
-khtml-opacity:.5; /* safari 1.x */
-moz-opacity:.5; /* ff lt 1.5, netscape */
color:#999999;
}
.ddcommon .clear{clear:both}
.ddcommon .shadow{-moz-box-shadow:5px 5px 5px -5px #888888;-webkit-box-shadow:5px 5px 5px -5px #888888;box-shadow: 5px 5px 5px -5px #888888;}
.ddcommon input.text{color:#7e7e7e;padding:0 0 0 0; position:absolute; background:#fff; display:block; width:101%; height:100%; left:0; top:0; border:none;}
.ddOutOfVision{position:relative; display:-moz-inline-stack; display:inline-block; zoom:1; *display:inline;}
.borderRadius .shadow{-moz-box-shadow:5px 5px 5px -5px #888888;-webkit-box-shadow:5px 5px 5px -5px #888888;box-shadow: 5px 5px 5px -5px #888888;}
.borderRadiusBtm .shadow{-moz-box-shadow:-5px -5px 5px -5px #888888;-webkit-box-shadow:-5px -5px 5px -5px #888888;box-shadow: -5px -5px 5px -5px #888888}
.borderRadiusTp .border, .borderRadius .border{-moz-border-radius:0 0 5px 5px ; border-radius:0 0 5px 5px;}
.borderRadiusBtm .border{-moz-border-radius:5px 5px 0 0; border-radius:5px 5px 0 0;}
img.fnone{float:none !important}
.ddcommon .divider{width:0; height:100%; position:absolute;}
.ddcommon .ddArrow{display:inline-block; position:absolute; top:50%; right:4px;}
.ddcommon .ddArrow:hover{background-position:0 100%;}
.ddcommon .ddTitle{padding:0; position:relative; display:inline-block; width:100%}
.ddcommon .ddTitle .ddTitleText{display:block;}
.ddcommon .ddTitle .ddTitleText .ddTitleText{padding:0;}
.ddcommon .ddTitle .description{display:block;}
.ddcommon .ddTitle .ddTitleText img{position:relative; vertical-align:middle; float:left}
.ddcommon .ddChild{position:absolute;display:none;width:100%;overflow-y:auto; overflow-x:hidden; zoom:1; z-index:9999}
.ddcommon .ddChild li{clear:both;}
.ddcommon .ddChild li .description{display:block;}
.ddcommon .ddChild li img{border:0 none; position:relative;vertical-align:middle;float:left}
.ddcommon .ddChild li.optgroup{padding:0;}
.ddcommon .ddChild li.optgroup .optgroupTitle{padding:0 5px; font-weight:bold; font-style:italic}
.ddcommon .ddChild li.optgroup ul li{padding:5px 5px 5px 15px}
.ddcommon .noBorderTop{border-top:none 0  !important; padding:0; margin:0;}

/*************** default theme **********************/
.dd:focus{ outline: none;}
/*.dd .ddArrow{width:16px;height:16px; margin-top:-8px; background:url(..//Content/Images/msdropdown/skin1/dd_arrow.gif) no-repeat;}
.dd .ddArrow:hover{background-position:0 100%;}*/
.dd .ddcommon {
    margin-left: 2px;
}
.dd .ddTitle{ width: 260px; height: 39px; color:#131313; font-weight: 400;}
.dd .ddTitle .ddTitleText{
    padding: 8px 8px;
    height: 21px;

    background: url(/Content/Images/Account/dropdown_icon.png) no-repeat, url(/Content/Images/Account/dropdown_background.png) repeat;
    background-position: right 20px center;

    border: solid 1px #cccccc;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;

    -webkit-box-shadow: 0px 1px 5px 0px #eeeeee;
    -moz-box-shadow: 0px 1px 5px 0px #eeeeee;
    box-shadow: 0px 1px 5px 0px #eeeeee;
}
.dd .ddTitle .ddTitleText .ddTitleText{padding:0;}
.dd .ddTitle .description{font-size:12px; color:#666}
.dd .ddTitle .ddTitleText img{padding-right:5px;}
.dd .ddChild{border:1px solid #c3c3c3; background-color:#fff; width: 258px;}
.dd .ddChild li{padding:5px; background-color:#fff; border-bottom:1px solid #c3c3c3;}
.dd .ddChild li .description{color:#666;}
.dd .ddChild li .ddlabel{color:#333;}
.dd .ddChild li.hover{background-color:#f2f2f2}
.dd .ddChild li img{padding:0 6px 0 0;}
.dd .ddChild li.optgroup{padding:0;}
.dd .ddChild li.optgroup .optgroupTitle{padding:0 5px; font-weight:bold; font-style:italic}
.dd .ddChild li.optgroup ul li{padding:5px 5px 5px 15px}
.dd .ddChild li.selected{background-color:#d5d5d5; color:#000;}

/*ORIGINAL THEME*/

/*.dd{border:1px solid #c3c3c3;}
.dd .divider{border-left:1px solid #c3c3c3; border-right:1px solid #fff;; right:24px;}
.dd .ddArrow{width:16px;height:16px; margin-top:-8px; background:url(..//Content/Images/msdropdown/skin1/dd_arrow.gif) no-repeat;}
.dd .ddArrow:hover{background-position:0 100%;}
.dd .ddTitle{color:#000;background:#e2e2e4 url(..//Content/Images/msdropdown/skin1/title-bg.gif) repeat-x left top;}
.dd .ddTitle .ddTitleText{padding:5px 20px 5px 5px;}
.dd .ddTitle .ddTitleText .ddTitleText{padding:0;}
.dd .ddTitle .description{font-size:12px; color:#666}
.dd .ddTitle .ddTitleText img{padding-right:5px;}
.dd .ddChild{border:1px solid #c3c3c3; background-color:#fff; left:-1px;}
.dd .ddChild li{padding:5px; background-color:#fff; border-bottom:1px solid #c3c3c3;}
.dd .ddChild li .description{color:#666;}
.dd .ddChild li .ddlabel{color:#333;}
.dd .ddChild li.hover{background-color:#f2f2f2}
.dd .ddChild li img{padding:0 6px 0 0;}
.dd .ddChild li.optgroup{padding:0;}
.dd .ddChild li.optgroup .optgroupTitle{padding:0 5px; font-weight:bold; font-style:italic}
.dd .ddChild li.optgroup ul li{padding:5px 5px 5px 15px}
.dd .ddChild li.selected{background-color:#d5d5d5; color:#000;}*/
