﻿/*
* Copyright 2013 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

/* DO NOT REMOVE. The default autocomplete should appear above the Mega Menu */
.ui-autocomplete {
    z-index: 1002 !important;
}

/* RESETS */

.header-menu{
    display: none;
}
.mega-menu a, .mega-menu a:hover {
    text-decoration: none;
}

/* MAIN PANEL */

.mega-menu {
    position: relative;
	z-index: 1001;
	margin: 5px auto 0;
	padding: 0;
    /*border: 1px solid #aaa;
	border-radius: 5px;
    background: rgb(252,252,252);
    background: url("images/bg-menu.jpg") repeat-x left top;
    background: -moz-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(224,224,224,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,252,252,1)), color-stop(100%,rgba(224,224,224,1)));
    background: -webkit-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(224,224,224,1) 100%);
    background: -o-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(224,224,224,1) 100%);
    background: -ms-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(224,224,224,1) 100%);
    background: linear-gradient(to bottom, rgba(252,252,252,1) 0%,rgba(224,224,224,1) 100%);*/
	list-style: none;
}
.mega-menu:after {
    background: url("images/separator.png") repeat-x scroll center top rgba(0, 0, 0, 0);
    display: block;
	/*visibility: hidden;*/
	clear: both;
	height: 20px;
    content: " ";
	line-height: 0;
    margin: 0 0 10px;
}
.mega-menu > li {
	float: left;
	height: 32px;
}
.mega-menu > li > a:after {
    content: "|";
    display: inline-block;
    margin: 0 7px;
}
.mega-menu > li:last-child > a:after {
    display: none;
}
.mega-menu > li:first-child {
    border-radius: 5px 0 0 5px;
}
.mega-menu > li:last-child {
	border-right: none;
}
.mega-menu > li:hover{
    text-decoration:underline;
    /*background: rgb(224,224,224); 
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UwZTBlMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmY2ZjZmMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(224,224,224,1) 0%, rgba(252,252,252,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(224,224,224,1)), color-stop(100%,rgba(252,252,252,1)));
    background: -webkit-linear-gradient(top, rgba(224,224,224,1) 0%,rgba(252,252,252,1) 100%);
    background: -o-linear-gradient(top, rgba(224,224,224,1) 0%,rgba(252,252,252,1) 100%);
    background: -ms-linear-gradient(top, rgba(224,224,224,1) 0%,rgba(252,252,252,1) 100%);
    background: linear-gradient(to bottom, rgba(224,224,224,1) 0%,rgba(252,252,252,1) 100%);*/
}
.mega-menu > li > a {
    display: block;
    /*padding: 0 6px;*/
	color: #333;
	text-transform: uppercase;
	text-shadow: 1px 1px 0 #fff;
	font: normal bold 14px/32px "Times New Roman", Georgia, Serif;
}
.mega-menu a.view-all {
    font-weight:bold !important;
}

/* DROPDOWN */

.mega-menu .dropdown {
    overflow: hidden;
    opacity: 0.95;
}
.mega-menu .dropdown,
.mega-menu .sublist {
    display: none;
    position: absolute;
    top: 32px;
    border: 1px solid #aaa;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	background: #fafafa;
    box-shadow: 0 1px 1px 0 #555;
	list-style: none;
}
.mega-menu .sublist.active {
    display: block;
}
.mega-menu .sublist .sublist {
    top: -1px;
    left: 100%;
}
.mega-menu .sublist li {
    position: relative;
}
.mega-menu .sublist li a {
    display: block;
    padding: 10px 20px;
}

.mega-menu .dropdown.fullWidth {
    left: -1px;
    width: 928px;
    border-radius: 0 0 5px 5px;
}

/* ROWS AND BOXES */

.mega-menu .row {
    overflow: hidden;
    min-height: 188px;
    width: 100%;
    border-spacing: 10px 5px;
}
.mega-menu .box {
	float: left;
	margin: 0 6px;
	padding: 10px;
}
.mega-menu .categories .box
{
    width: 200px;
}
.mega-menu .manufacturers .box
{
    width: 200px;
}
.mega-menu .manufacturers.fullWidth .box
{
    width: 122px;
}
.mega-menu .box ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.mega-menu .picture {
    float: left;
	box-shadow: 0 0 2px #999;
}
.mega-menu .picture img{
    border-width: 0px;
}
.mega-menu .picture a {
    display: block;
    overflow: hidden;
    width: 90px;
    height: 90px;
}
.mega-menu .box .subcategories {
    float: right;
    margin: 0;
    margin-top: -8px;
    width: 95px;
}
.mega-menu .box strong {
    display: block;
	margin-bottom: 5px;
    padding: 5px 0 10px;
	color: #333;
	text-transform: uppercase;
    font: normal bold 14px Arial, Helvetica, sans-serif;
}
.mega-menu .box strong a {
	color: #333;
    letter-spacing: 0.5px;
    font-weight: bold;
}
.mega-menu .box strong a:hover {
    color: #AF0304;
    text-decoration: none;
}
.mega-menu .box li a {
    display: block;
    padding: 5px 0 5px 10px;
	background: url('images/arrow1.png') left center no-repeat;
    color: #111 !important;
    text-decoration: none;
    font: normal normal 12px "Times New Roman", Georgia, Serif;
    font-size: 13px;
}
.mega-menu .box li a:hover {
	background: url('images/arrow2.png') left center no-repeat;
    color: #AF0304 !important;
}
.mega-menu .box li:last-child:hover a {
    border-bottom: none;
}

/* MANUFACTURER DROPDOWN */

.mega-menu .manufacturer {
    display: block;
	background: none !important;
}
.mega-menu .manufacturer span {
    display: block;
    overflow: hidden;
    width: 90px;
    height: 90px;
    margin-bottom: 5px;
}
.mega-menu li a.manufacturer,
.mega-menu li a.manufacturer:hover {
    font: normal bold 13px Arial, Helvetica, sans-serif !important;
    background: none !important;
}
.mega-menu .topic-wrapper p {
	margin: 0;
	padding: 10px;
	color: #333;
}