﻿/*
* Copyright 2013 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

.mega-menu {
    position: relative;
	z-index: 1001;
}
.mega-menu-responsive, .mega-menu-title {
    display: none;
}

/* DROPDOWN */

.mega-menu .dropdown {
    display: none;
	position:absolute;
	background: #fff url('images/header.png') top repeat-x;
	overflow:hidden;
	margin-top: -1px;
	padding:15px;
	text-align: left;
	border: 1px solid #666;
}
.mega-menu .dropdown.fullWidth {
	left: 0;
	width: 918px;
	margin-left: 0px;
}

/* ROWS AND BOXES */

.mega-menu .row {
    width: 100%;
    overflow: hidden;
}
.mega-menu .box {
	float: left;	
	margin: 0 5px;
}
.mega-menu .categories .box {
    width: 217px;
}
.mega-menu .manufacturers .box {
    width: 217px;
}
.mega-menu .manufacturers.fullWidth .box {
    width: 141px;
}
.mega-menu .title {
    display: block;
    margin-bottom: 10px;
    padding: 0 0 5px;
    font: normal bold 12px Arial, Helvetica, sans-serif;
	color: #000;
	text-transform: uppercase;
    border-bottom: 1px dotted #789;
}
.mega-menu .title a {
	color: #000;
}
.mega-menu .title a:hover {
	text-decoration: underline;
}
.mega-menu .picture {
    float: left;
}
.mega-menu .picture img {
    border-width: 0px;
}
.mega-menu .picture a {
    display: block;
    width: 90px;
    height: 90px;
    overflow: hidden;
}
.mega-menu .box .subcategories {
    margin: 0 0 0 100px;
}
.mega-menu .box li a {
    display: block;
	background: url('images/arrow1.png') left center no-repeat;
    padding: 5px 12px;
    font: normal normal 12px Arial, Helvetica, sans-serif;
}
.mega-menu .box li a:hover {
	text-decoration: underline;
}
.mega-menu a.view-all {
    font-weight:bold !important;
}
.mega-menu .row .box li a {
    padding: 5px 0 5px 10px;
    font-size: 12px;
}
.mega-menu li:hover .dropdown {
    display: block;
}
.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;
	font: normal normal 11px/18px Arial, Helvetica, sans-serif;
	color: #333;
}
.mega-menu .topic-wrapper strong {
	display: block;
    padding: 5px 0;
    font: normal bold 12px Arial, Helvetica, sans-serif;
	color: #000;
	text-shadow: 1px 1px 0 #fff;
	text-transform: uppercase;
    border-bottom: 1px dotted #ccc;
}