﻿/*
* Copyright 2013 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

/* MAIN PANEL */

.mega-menu {
	position: relative;
	z-index: 1001;
}
.mega-menu-responsive, .menu-title {
    display: none;
}
.mega-menu li a.manufacturer {
	background: none;
	padding: 0;
	text-align: center;
}

/* DROPDOWN */

.mega-menu .dropdown {
	position: absolute;
	display: none;
	border: 1px solid #ccc;
	border-top: none;
	box-shadow: 0 1px 2px #ccc;
	overflow: hidden;
	background: #f6f6f6 url('images/separator.png') top repeat-x;
	padding: 15px;
}
    .mega-menu .dropdown.fullWidth {
	    left: 0;
	    width: 948px;
    }

/* ROWS AND BOXES */

.mega-menu .row {
	overflow: hidden;
	width: 100%;
	border-spacing: 10px 5px;
}
.mega-menu .box {
	float: left;
	padding: 5px 4px 10px;
	vertical-align: top;
    width: 229px;
}
.mega-menu .manufacturers.fullWidth .box {
    width: 150px;
}
.mega-menu .title {
	display: block;
	margin-bottom: 8px;
	font: normal 14px Sylfaen, sylfaen_ff, serif;
	color: #000;
	text-transform: uppercase;
}
.mega-menu .title strong {
	font-weight: normal;
}
.mega-menu .title a {
	color: #000;
}
.mega-menu .title a:hover {
	color: #8b0;
}
.mega-menu .picture {
	float: left;
	width: 90px;
	height: 90px;
	border: 1px solid #ccc;
	overflow: hidden;
	text-align: center;
}
.mega-menu .picture a {
	display: block;
}
.mega-menu .subcategories {
	margin-left: 100px;
}
.mega-menu .box li {
	margin-top: 10px;
}
    .mega-menu .box .subcategories li:first-child {
        margin-top: -2px;
    }
.mega-menu .box li a {
	display: block;
	background: url('images/arrow.png') left center no-repeat;
	padding-left: 12px;
	font: italic 14px Sylfaen, sylfaen_ff, serif;
	color: #333;
}
.mega-menu .box li a:hover {
	color: #8b0;
}
.mega-menu li a.view-all {
	font-weight: bold;
}
.mega-menu .manufacturers.fullWidth * {
	background: none;
	text-align: left;
}
.mega-menu .topic-wrapper {
	overflow: hidden;
}
.mega-menu .topic-wrapper p {
	font-size: 11px;
	line-height: 20px;
}
.mega-menu .topic-wrapper strong {
	display: block;
	margin-bottom: 8px;
	border-bottom: 1px dotted #999;
	padding: 5px 0 8px;
	font: normal 14px Sylfaen, sylfaen_ff, serif;
	color: #000;
	text-transform: uppercase;
}