﻿/*-----GENERAL-----*/
body
{
    color: #777777;
    background: #f9f9f9;
}
.nikkenMasterWrap
{
    background: #ffffff;
    padding: 15px;
}
.clear
{
    clear: both;
}

.floatLeft
{
    float: left;
}

.floatRight
{
    float: right;
}

.verticalAlignMiddle
{
    vertical-align: middle;
}

.numberToggleWrap
{
    margin-right: 20px;
    display: inline;
}

.contentTextWithImageRight
{
    margin: 0 0 15px 15px;
}

.contentTextWithImageLeft
{
    margin: 0 15px 15px 0;
}

.icon
{
    vertical-align: middle;
    margin-right: 5px;
}
/*-----END GENERAL-----*/
.linkButton
{
    padding: 10px 15px;
    background: #eeeeee;
    border-radius: 5px;
    border: 1px solid #cccccc;
    text-decoration: none;
    color: #444444;
    background: -webkit-linear-gradient(top, #eeeeee, #d0d0d0); /* For Safari */
    background: -o-linear-gradient(top, #eeeeee, #d0d0d0); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(top, #eeeeee, #d0d0d0); /* For Firefox 3.6 to 15 */
    background: linear-gradient(top, #eeeeee, #d0d0d0); /* Standard syntax */
    text-shadow: 1px 1px 0px #ffffff;
}

    .linkButton:hover
    {
        color: #ffffff;
        background: #11a36a;
        border: 1px solid #126e49;
        background: -webkit-linear-gradient(top, #11a36a, #0d8a58); /* For Safari */
        background: -o-linear-gradient(top, #11a36a, #0d8a58); /* For Opera 11.1 to 12.0 */
        background: -moz-linear-gradient(top, #11a36a, #0d8a58); /* For Firefox 3.6 to 15 */
        background: linear-gradient(top, #11a36a, #0d8a58); /* Standard syntax */
        text-shadow: 1px 1px 0px #000;
        cursor: pointer;
    }

.linkButtonFullWidth
{
    padding: 10px 15px;
    background: #eeeeee;
    border-radius: 5px;
    border: 1px solid #cccccc;
    text-decoration: none;
    color: #444444;
    background: -webkit-linear-gradient(top, #eeeeee, #d0d0d0); /* For Safari */
    background: -o-linear-gradient(top, #eeeeee, #d0d0d0); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(top, #eeeeee, #d0d0d0); /* For Firefox 3.6 to 15 */
    background: linear-gradient(top, #eeeeee, #d0d0d0); /* Standard syntax */
    text-shadow: 1px 1px 0px #ffffff;
    width: 100%;
}

    .linkButtonFullWidth:hover
    {
        color: #ffffff;
        background: #11a36a;
        border: 1px solid #126e49;
        background: -webkit-linear-gradient(top, #11a36a, #0d8a58); /* For Safari */
        background: -o-linear-gradient(top, #11a36a, #0d8a58); /* For Opera 11.1 to 12.0 */
        background: -moz-linear-gradient(top, #11a36a, #0d8a58); /* For Firefox 3.6 to 15 */
        background: linear-gradient(top, #11a36a, #0d8a58); /* Standard syntax */
        text-shadow: 1px 1px 0px #000;
        cursor: pointer;
    }
/*-----HEADER-----*/
.cookieInfoWrap
{
    background: #000000;
    color: #dddddd;
}

.cookieInfoInner
{
    width: 1000px;
    min-width: 1000px;
    margin: 0 auto;
    padding: 15px;
}

.accountMenuSeperator
{
    margin: 0 5px;
}

.accountMenuWrap
{
    padding: 5px 0;
    background: #ffffff;
    color: #888888;
    margin-bottom: 5px;
}

.accountMenuInner
{
    width: 1000px;
    margin: 0 auto;
}

ul.accountMenu
{
    list-style-type: none;
    margin: 0;
    padding: 0;
    float: right;
}

    ul.accountMenu li
    {
        display: inline-block;
        margin-right: 20px;
    }

        ul.accountMenu li:last-child
        {
            margin-right: 0;
        }

        ul.accountMenu li a
        {
            text-decoration: none;
            color: #888888;
        }

            ul.accountMenu li a:hover
            {
                text-decoration: underline;
            }

.cultureSelect
{
    display: inline-block; /*fix for chrome and safari to show the padding*/
    padding-right: 10px;
    background: url(../../Images_UI/Live/arrowDown.png) no-repeat right;
}

    .cultureSelect:hover
    {
        /*text-decoration: none !important;*/
    }

ul.cultureSelect li
{
    display: inline;
}

a.loginButton
{
    background: url(../../Images_UI/Live/login.png) no-repeat left;
    padding: 2px 0 2px 20px;
}

/*a.shoppingBasketButton
{
    background: url(../../Images_UI/Live/basket.png) no-repeat left;
    padding: 2px 0 2px 20px;
}*/

.headerWrap
{
    padding: 30px 0 10px 0;
    min-width: 1000px;
    background: #ffffff;
}

.headerInner
{
    margin: 0 auto;
    width: 1000px;
}

.logoWrap
{
    padding: 0 0 10px 0;
    float: left;
}

    .logoWrap img
    {
        padding: 0 0 5px 0;
    }

.searchWrap
{
    float: right;
    position: relative;
}

.searchBox
{
    margin-right: 10px;
    height: 24px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    padding: 0 30px 0 5px !important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset;
    width: 250px;
    outline: none;
}

    .searchBox:hover
    {
        border-color: #a5a5a5;
    }

.spanSearchButton
{
    position: absolute;
    right: 0;
    top: -2px;
}
/*MENU*/
.mainMenu
{
    text-align: left;
    display: inline;
    float: left;
    margin: 0;
    list-style: none;
    border-right: #000;
    border-left: #000;
}

    .mainMenu li
    {
        display: inline-block;
        float: left;
        position: relative;
        top: 1px;
        cursor: pointer; /*border-right: 1px solid #000; 	border-left: 1px solid #a5a5a5;*/
    }

        .mainMenu li a
        {
            color: #00AE9E;
            font-weight: normal;
            font-style: normal;
            text-decoration: none;
            display: block;
            padding: 8px 12px;
        }

        .mainMenu li.parent
        {
            /*+++background: url(../../Images_UI/Live/arrowDown.png) center right no-repeat;*/
        }

            .mainMenu li.parent:hover /*only on first li of first ul under primaryMenuWrap*/
            {
                background: url(../../Images_UI/Live/arrow.png) no-repeat bottom center;
            }

        .mainMenu li ul
        {
            background: #ffffff;
            opacity: 0.9;
            padding: 0;
            position: absolute;
            top: 32px;
            left: -10px;
            width: 200px;
            display: none;
            visibility: hidden;
            z-index: 400;
            box-shadow: 0px 0px 5px #afafaf;
            border-radius: 0 0 3px 3px;
        }

            .mainMenu li ul li
            {
                display: block;
                float: none;
            }

        .mainMenu li:hover ul
        {
            display: block;
            visibility: visible;
            border-top: 2px solid #0e8e5b;
        }

/*-----HEADER END-----*/

/*-----BODY-----*/
.bodyWrap
{
    padding: 30px 0;
    background: #f9f9f9;
    min-width: 1000px;
}

.bodyInner
{
    margin: 0 auto;
    width: 1000px;
}

/*-----BODY END-----*/

/*-----FOOTER-----*/

.footerWrap
{
    border-top: 1px solid white;
    min-width: 1000px;
    background: #ffffff;
}

.footerInner
{
    margin: 0 auto;
    width: 1000px;
}

.footerWrap td
{
    padding: 0px !important;
    vertical-align: middle !important;
}

.footerSeparator
{
    background: url(../../Images_UI/Live/footerSeparator.png) no-repeat center center;
    width: 40px;
    float: right;
}

.footerTable
{
    width: 100%;
}

    .footerTable td
    {
        min-height: 165px;
        height: 165px;
        padding: 40px;
    }

.footerLinkWrap
{
    line-height: 20px;
    padding: 0 0 0 20px;
}

    .footerLinkWrap a
    {
        text-decoration: none;
        color: #777777;
    }

        .footerLinkWrap a:hover
        {
            text-decoration: underline;
        }

.footerSocialMediaIcon
{
    margin: 0 5px;
    text-decoration: none;
}

.footerCopyrightWrap
{
    background: url(../../Images_UI/Live/footerSeparatorBottom.png) no-repeat top;
    padding: 10px 0;
    text-align: center;
}

/*-----FOOTER END-----*/
