﻿/*
* Copyright 2014 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

.back-button {
    display: none;
}

/* MAIN PANEL */

.mega-menu {
	position: relative;
    z-index: 1001;
}
/*
.mega-menu > li {
    position: static;
}
*/

/* DROPDOWN */

.mega-menu .dropdown {
    display: none;
    position: absolute;
    background: #fff url('images/header.png') top repeat-x;
    overflow: hidden;
    margin-top: 0px;
    padding: 15px;
    text-align: left;
    border-width: 1px;
    border-style: solid;
    border-color: #fff #ddd #ccc;
    border-radius: 0 5px 5px;
    box-shadow: 0 1px 0 #bbb;
    z-index: 1001;
}
    .mega-menu .dropdown.fullWidth {
        width: 980px;
        margin-left: -1px;
        border-radius: 5px;
        left: 0;
    }

/* ROWS AND BOXES */

.mega-menu .row {
	overflow: hidden;
	width: 100%;
}
.mega-menu .row .box {
	float:  left;
	padding: 5px 2px 10px;
	vertical-align: top;
}
.mega-menu .categories .box {
    width: 229px;
}
    .mega-menu .categories.fullWidth .box {
        width: 25%;
    }
.mega-menu .manufacturers .box {
    width: 229px;
}
/* NEXTSTEP*/
    .mega-menu .manufacturers.fullWidth .box {
        width: 20%;
    }
.mega-menu .title {
    display: block;
    margin-bottom: 8px;
    padding: 0 0 5px;
    font: normal bold 12px Arial, Helvetica, sans-serif;
    color: #7a9b06;
    text-shadow: 1px 1px 0 #fff;
    text-transform: uppercase;
    border-bottom: 1px dotted #789;
}
    .mega-menu .title a {
        color: #7a9b06;
    }
        .mega-menu .title a:hover {
            text-decoration: underline;
        }
.mega-menu .picture {
    float: left;
}
    .mega-menu .picture a {
        display: block;
        width: 90px;
        height: 90px;
        overflow: hidden;
    }
.mega-menu .subcategories {
    margin-left: 1px;
}
.mega-menu .box li a {
    display: block;
    background: url('images/arrow1.png') left center no-repeat;
    font: normal normal 12px Arial, Helvetica, sans-serif;
    color: #333 !important;
    padding: 5px 0 5px 10px;
}
.mega-menu .box li a:hover {
    text-decoration: underline;
}
.mega-menu .box li a.view-all {
    font-weight: bold !important;
    background: none;
}
.mega-menu .manufacturer span {
    display: block;
    margin-bottom: 5px;
    text-align: center;
}
.mega-menu li a.manufacturer {
    background: none !important;
    text-align: center;
}
    .mega-menu li a.manufacturer:hover {
        background: none;
    }
.mega-menu .topic-wrapper {
    overflow: hidden;
}
    .mega-menu .topic-wrapper p {
        margin: 0 0 10px;
        padding: 0;
        font: normal normal 11px/18px Arial, Helvetica, sans-serif;
        color: #333;
    }
    .mega-menu .topic-wrapper strong {
        display: block;
        padding: 5px 0 10px;
        font: normal bold 12px Arial, Helvetica, sans-serif;
        text-shadow: 1px 1px 0 #fff;
        text-transform: uppercase;
        border-bottom: 1px dotted #ccc;
    }