﻿/*
* Copyright 2012 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

    MEGA MENU

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.mega-menu 
{
    position: relative;
	z-index: 1001;
    height: 43px;
	background: url('images/nav_bg.png') repeat-x;
	margin: 0 0 12px;
	padding: 0;
	border: 1px solid #d8d8d8;
	border-radius: 5px;
}

.mega-menu > li {
	float: left;
	height: 45px;
	background: url('images/spacer_nav.gif') right center no-repeat;
	margin: -1px -2px 0 0;
}

.mega-menu > li:first-child 
{
	margin-left: 4px;
}

.mega-menu > li > a 
{
    display: block;
    padding: 0 24px 0 22px;
    font-size: 14px;
    color: #333;
    text-decoration: none;
    text-transform: capitalize;
    font-weight: bold;
	text-shadow: 1px 1px 0 #fff;
    line-height: 43px;
	border-top: 1px solid transparent;
}

.mega-menu > li:hover > a {
	background: url('images/nav-pad.png') repeat-x;
	color: #fff;
	text-shadow: none;
	border-top: 1px solid #bc0;
	border-bottom: 1px solid #890;
	box-shadow: inset 0 1px 0 #efc;
}

/*.mega-menu li .drop {
	background:url("http://solteccorp.com/Plugins/SevenSpikes.Nop.Plugins.MegaMenu/Themes/Electronics/Content/images/drop.png") no-repeat right center;
}
.mega-menu li:hover .drop {
	background:url("http://solteccorp.com/Plugins/SevenSpikes.Nop.Plugins.MegaMenu/Themes/Electronics/Content/images/drop.png") no-repeat right center;
}*/

.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 0 5px 5px;
    box-shadow: 0 1px 0 #bbb;
}

.mega-menu .dropdown.fullWidth {
	left: 0;
	width: 950px;
	margin-left: -1px;
	border-radius: 5px;
}

.mega-menu .box {
	float: left;
	width: 200px;
	margin: 0 5px;
}

.mega-menu .box ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.mega-menu .box li 
{
}

.mega-menu .title 
{
    display: block;
	margin-bottom: 8px;
	padding: 5px 0 8px;
    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 .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;
    color: #333 !important;
}
.mega-menu .box li a:hover 
{
	text-decoration: underline;
}
.mega-menu a.view-all 
{
    font-weight:bold !important;
}


.mega-menu .row 
{
    display: table;
    width: 100%;
    border-spacing: 10px 5px;
    overflow: hidden;
}
.mega-menu .row:first-child 
{
    margin-top: 0;
}
.mega-menu .row .box 
{
    display: table-cell;
    float: none;
	vertical-align: top;
}
.mega-menu .row .box:first-child 
{
}
.mega-menu .row .title 
{
	margin-bottom: 10px;
	padding: 0 0 5px;
}
.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 .row .box li a 
{
    padding: 5px 0 5px 10px;
    font-size: 11px;
}

.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;
	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;
	color: #7a9b06;
	text-shadow: 1px 1px 0 #fff;
	text-transform: uppercase;
    border-bottom: 1px dotted #ccc;
}