/* Navigation */

body {
    margin-top: 0;
    padding-top: 0;
    z-index: 2;
    background-color: #fff;
}

.IKEA_searchBarInput {
    margin-top: 2px;
    margin-left: 26px;
    padding-left: 15px;
    font-size: 13px;
    height: 33px;
    width: 252px;
    padding-right: 20px;
}

.IKEA_header {
    font-family: Verdana;
    z-index: 3;
    margin: 0 auto 20px;
    padding-top: 10px;
    width: 1060px;
}

    .IKEA_header a:link {
        color: #000000;
        text-decoration: none;
    }

    .IKEA_header a:visited {
        color: #000000;
        text-decoration: none;
    }

    .IKEA_header a:hover {
        color: #000000;
        text-decoration: none;
    }

    .IKEA_header a:active {
        color: #000000;
        text-decoration: none;
    }

.IKEA_topHeader {
    font-size: 9.6px;
    color: #d3d3d3;
}

.IKEA_welcome,
.IKEA_topNav {
    float: left;
}

.IKEA_login,
.IKEA_icons {
    text-align: right;
    color: #000000;
}

.IKEA_topNav {
    text-align: center;
    width: 750px;
}

.IKEA_welcome {
    width: 15%;
    float: left;
    visibility: hidden;
}

.IKEA_topNavItems {
    padding: 9px;
    text-decoration: none;
    color: #000000;
}

.IKEA_loginItem {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
    font-size: 8.5px;
}

.IKEA_logo,
.IKEA_menu,
.IKEA_searchbar,
.IKEA_myShoppingList {
    float: left;
}

.IKEA_secondHeader {
    height: 31px;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
}

.IKEA_logo {
    width: 10%;
}

.IKEA_menu {
    width: 50%;
    margin-top: 4px;
}

.IKEA_icons {
    width: 11%;
    float: left;
    margin-top: 3px;
}

.IKEA_myShoppingList {
    margin-left: 44px;
}

.IKEA_mainNavItems {
    padding: 9px;
    text-decoration: none;
    color: #000000;
    font-size: 12px;
    font-weight: 600;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    padding: 0;
}

.hr {
    padding-top: 48px;
    border: none;
    height: 20px;
    width: 102%;
    height: 49px;
    box-shadow: 0 22px 14px -24px #c7c7c7;
    margin: -49px -10px 6px;
}

i {
    border: solid #000000;
    border-width: 0 1.5px 1.5px 0;
    display: inline-block;
    padding: 3px;
}

.down {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.IKEA_dropbtn {
    font-size: 12px;
    font-weight: 600;
    height: 38px;
    padding-right: 9px;
}

.IKEA_dropdown {
    position: relative;
    display: inline-block;
}

.IKEA_dropdown-content {
    display: none;
    position: absolute;
    background-color: #ffffff;
    min-width: 1062px;
    width: 100%;
    z-index: 1;
    margin-left: -108px;
    height: 235px;
}

    .IKEA_dropdown-content a {
        color: #000000;
        padding: 8px 8px;
        text-decoration: none;
        display: block;
        font-size: 12px;
        z-index: 3;
    }

.IKEA_dropdown:hover .IKEA_dropdown-content {
    display: block;
}

.IKEA_newSearchbar {
    position: relative;
    padding: 0;
    margin: 0;
    width: 29%;
    float: left;
}

.IKEA_columnlist {
    width: 15%;
    float: left;
}

.IKEA-searchForm {
    position: relative;
}

.IKEA_search-btn {
    position: absolute;
    width: 21px;
    top: 8px;
    left: 280px;
    border:0;
}

/* Formatting */
*:focus {
    outline: none !important
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

* html .clearfix {
    zoom: 1;
}

*:first-child + html .clearfix {
    zoom: 1;
}

/* Overrides*/
#allContent {
    width: 1085px;
    margin-top: 0;
}

    #allContent #mainPadding {
        padding: 0 10px 10px;
        width: 1065px;
    }

        #allContent #mainPadding #main {
            padding-left: 10px;
            padding-right: 10px;
        }
