﻿/*
* Copyright 2012 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 .dropdown {
	display: none;
	position: absolute;
	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;
}
.mega-menu .box {
	float: left;
	width: 200px;
	margin: 0 5px;
}
.mega-menu .title {
	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;
}
.mega-menu .title strong {
	font-weight: normal;
}
.mega-menu .title a {
	color: #000;
}
.mega-menu .title a:hover {
	color: #8b0;
}
.mega-menu .box li {
	margin-top: 10px;
}
.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 .row {
	display: table;
	width: 100%;
	border-spacing: 10px 5px;
	overflow: hidden;
}
.mega-menu .row .box {
	display: table-cell;
	float: none;
	padding: 5px 4px 10px;
	vertical-align: top;
}
.mega-menu .row .title {
	border: none;
}
.mega-menu .row .picture {
	float: left;
	border: 1px solid #ccc;
	width: 90px;
	height: 90px;
	overflow: hidden;
	text-align: center;
}
.mega-menu .row .picture a {
	display: block;
}
.mega-menu .row .subcategories {
	margin-left: 100px;
}

.mega-menu li a.manufacturer {
	background: none;
	padding: 0;
	text-align: center;
}

.mega-menu .topic-wrapper {
	overflow: hidden;
}
.mega-menu .topic-wrapper p {
	line-height: 20px;
	font-size: 11px;
}
.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;
}

.mega-menu li:hover .dropdown {
	display: block;
}
