﻿/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

    MEGA MENU

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.mega-menu 
{
    position:relative;
	z-index: 1001;
	height:35px;
	background: #fff;
	margin: 0 0 15px;
	padding:0;
	list-style:none;
}

.mega-menu > li {
	float:left;
	height:35px;
}

.mega-menu > li:first-child 
{
}

.mega-menu > li:hover {
}

.mega-menu > li > a 
{
    display:block;
	height: 35px;
    padding: 0 15px;
	font: bold 11px/25px Arial,Helvetica,sans-serif;
	color: #000;
	text-decoration:none;
	text-transform: uppercase;
}

.mega-menu > li:hover > a {
	background: #cc1c81;
    color: #fff;
}

/*.mega-menu li .drop {
	background:url("images/drop.png") no-repeat right center;
}
.mega-menu li:hover .drop {
	background:url("images/drop.png") no-repeat right center;
}*/

.mega-menu .dropdown 
{
    display: none;
	position:absolute;
	background-image: url('images/header.png') ;
	overflow:hidden;
    background-position: right;
    
	margin-top: 0px;
	padding:15px;
	text-align: left;
	border: 1px solid #f4e2de;
	xbackground: rgba(255,255,255,0.95)
}

.mega-menu .dropdown.fullWidth {
	left: 0;
	width: auto;
	margin-left: 0px;
}

.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 11px 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 .box li a 
{
    display: block;
	background: url('images/arrow1.png') left center no-repeat;
    padding: 5px 11px;
    font: normal normal 11px Arial, Helvetica, sans-serif;
    color: #000 !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 11px Arial, Helvetica, sans-serif;
	color: #000;
	text-shadow: 1px 1px 0 #fff;
	text-transform: uppercase;
    border-bottom: 1px dotted #ccc;
}

.mega-menu > li > a
{
    line-height: 35px
}