﻿/* Global */
body {
	background:#f7f6f5;
	font-family:Helvetica, Arial, sans-serif;
	font-size:13px;
}

a,
a:visited,
a:active {
	/*color:#00e;*/
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

#wrapper {
	min-width:1350px;
}

.bold {
	font-weight:bold;
}

.centered {
	display:block;
	text-align:center;
}

/* Colors */
.red {
	color:#c00;
}
.green {
	color:#090;
}

/* List Fix */
nav > ul,
nav > ol {
	margin:0px;
	padding:0px;
}
ul.horizon > li,
ol.horizon > li {
	float:left;
}

/*nav h1,
nav h2,
nav h3,
nav h4,
nav h5 {
	margin:5px;
	text-align:center;
}*/

nav header {
	padding:3px 0px;
}

nav header > h1,
nav header > h2,
nav header > h3,
nav header > h4,
nav header > h5,
aside header > h1,
aside header > h2,
aside header > h3,
aside header > h4,
aside header > h5 {
	margin:0px;
}

/* Grid */
ul.grid,
ol.grid {
	list-style:none;
	list-style-type:none;
	margin:0px;
	padding:0px;
}
ul.grid > li,
ol.grid > li {
	float:left;
}

.grid1 {
	width:100%;
}
.grid2 {
	width:50%;
}
.grid3 {
	width:33.333333333333336%;
}
.grid4 {
	width:25%;
}
.grid5 {
	width:20%;
}
.grid6 {
	width:16.666666666666668%;
}
.grid7 {
	width:14.285714285714286%;
}
.grid8 {
	width:12.5%;
}
.grid9 {
	width:11.11111111111111%;
}
.grid10 {
	width:10%;
}

/* Top Bar */
#top-bar
{
display:none !important;
	background: #4c4c4c; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRjNGM0YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxOTE5MTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #4c4c4c 0%, #191919 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4c4c4c), color-stop(100%,#191919)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #4c4c4c 0%,#191919 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #4c4c4c 0%,#191919 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #4c4c4c 0%,#191919 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #4c4c4c 0%,#191919 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#191919',GradientType=0 ); /* IE6-8 */
	
	box-shadow:0 1px 2px rgba(0,0,0,.33);
	line-height: 30px;
	/*box-shadow: 0px 0px 5px rgba(0,0,0,1);*/
	position: relative;
}

#spacer {
    background:  #BBB;
    line-height: 1px;
	/*-webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);*/
    position: relative;
}

/* Navigation */
nav#main-nav,
nav#account-nav {
	display:inline-block;
	text-shadow:0px 0px 3px rgba(0,0,0,.8);
}
nav#main-nav {
	float:left;
}
nav#account-nav {
	float:right;
}

nav#main-nav > ul > li > a,
nav#account-nav > ul > li > a {
	color:#fff;
	text-decoration:none;
	display:block;
	padding:0px 15px;
}
nav#main-nav > ul > li > a:hover, nav#account-nav > ul > li > a:hover
{
	color: #0033CC;
}

/* Social Icons */
.social-icons {
	padding:3px 0px;
}
.social-icons a,
.social-icons a > i {
	height:24px;
	width:24px;
	display:block;
	float:left;
	margin-right:4px;
}

.social-icons .facebook {
	background-image:url('../images/social/facebook_32.png');
	background-position:0px 0px;
	background-repeat:no-repeat;
}
.social-icons .google {
	background-image:url('../images/social/google_plus_32.png');
	background-position:-24px;
	background-repeat:no-repeat;
}
.social-icons .instagram {
	background-image:url('../images/social/Dribble.png');
	background-position:-48px;
	background-repeat:no-repeat;
}
.social-icons .twitter {
	background-image:url('../images/social/Twitter.png');
	background-position:-72px;
	background-repeat:no-repeat;
}
.social-icons .youtube {
	background-image:url('../images/social/YouTube.png');
	background-position:-96px;
	background-repeat:no-repeat;
}
#account-nav .social-icons .youtube {
	margin-right:0px;
}
.social-icons .nerd-blog 
{
	background-image:url('../images/social/rss.png');
	background-position:-120px;
	background-repeat:no-repeat;
}

footer#footer .social-icons a {
	float:none;
	line-height:24px;
	width:auto;
}

nav#account-nav > ul > li.phone {
	color:#fff;
	font-size:18px;
	padding:0px 15px;
}

/* Head */

#header
{
	background: #FFFFFF; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */ /*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRjNGM0YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxOTE5MTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #4c4c4c 0%, #191919 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4c4c4c), color-stop(100%,#191919));
	background: -webkit-linear-gradient(top,  #4c4c4c 0%,#191919 100%);
	background: -o-linear-gradient(top,  #4c4c4c 0%,#191919 100%);
	background: -ms-linear-gradient(top,  #4c4c4c 0%,#191919 100%);
	background: linear-gradient(to bottom,  #4c4c4c 0%,#191919 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#191919',GradientType=0 );*/
}

/*#header > form {
	display:table;
	width:100%;
	/*background:url("/App_Themes/Nerd/images/header-metal.png") no-repeat center;*/
	/* background:url('../images/header-metal.png') no-repeat center;
}*/

#header .form {
	background:url('../images/header_bg.jpg');
	  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
	display:table;
	width:100%;
	/*background:url("/App_Themes/Nerd/images/header-metal.png") no-repeat center;*/
	 /*background:url('../images/header_bg.jpg') no-repeat center;*/
	/*background:url('../images/header_bg.jpg');
    background-repeat:no-repeat;
    background-position:fixed;*/

}

#logo,
#search,
.head-btn {
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}

#logo {
	text-align:left;
	background-image:url('../images/logo-wrap-bg.png');
	background-repeat:no-repeat;
	/*height:150px;
	width:419px;*/
	padding-top: 10px;
	padding-bottom: 10px;
}
#logo img {
	margin-left:10px;
}

/* Remove during 3.1 */
#search {
	padding-right:5px;
}
.head-btn {
	padding:0 5px;
}
/* End Temp (3.1) */

#search-box {
	background: #000000; /* Old browsers */
	border:1px solid #000000; 
	border-radius:5px; 
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	/*-moz-box-shadow:inset 0 1px #ffff90, inset 0 -2px 5px #ffd05d, 0 0 0 4px rgba(255,255,255,0.65);
	-webkit-box-shadow:inset 0 1px #ffff90, inset 0 -2px 5px #ffd05d, 0 0 0 4px rgba(255,255,255,0.65);*/
	box-shadow:0px 0px 5px rgba(0,0,0,.33);
	padding:2px;
	width:auto;
}

#search-box .wrapper { 
	background:#fff; 
	border:1px solid #000000;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,.3), 0 1px #fc0; 
	-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.3), 0 1px #fc0; 
	height:28px;
	padding-left:7px; 
	padding-right:33px;
	position:relative;
}

#search-box input,
#search-box input:focus { border:none; color:#333; outline:none; font:bold 14px Helvetica, Arial, sans-serif; margin:5px 0; width:100%; text-align:left; }
#search-box button {
	background: #453e26; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ1M2UyNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #453e26 0%, #000000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#453e26), color-stop(100%,#000000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #453e26 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #453e26 0%,#000000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #453e26 0%,#000000 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #453e26 0%,#000000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#453e26', endColorstr='#000000',GradientType=0 ); /* IE6-8 */

	border:1px solid #000;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	-moz-box-shadow:inset 0 -2px 3px #193544, inset 0 1px #907817, 0 1px 1px rgba(0,0,0,4);
	-webkit-box-shadow:inset 0 -2px 3px #193544, inset 0 1px #907817, 0 1px 1px rgba(0,0,0,.4);
	cursor:pointer;
	height:24px; 
	position:absolute; 
	right:2px; 
	top:2px; 
	width:24px;
	padding:0px;
}

#search-box button img {
	width:20px;
}

.searchbutton {
	background: #453e26; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ1M2UyNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #453e26 0%, #000000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#453e26), color-stop(100%,#000000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #453e26 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #453e26 0%,#000000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #453e26 0%,#000000 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #453e26 0%,#000000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#453e26', endColorstr='#000000',GradientType=0 ); /* IE6-8 */

	border:1px solid #000;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	-moz-box-shadow:inset 0 -2px 3px #193544, inset 0 1px #907817, 0 1px 1px rgba(0,0,0,4);
	-webkit-box-shadow:inset 0 -2px 3px #193544, inset 0 1px #907817, 0 1px 1px rgba(0,0,0,.4);
	cursor:pointer;
	height:24px; 
	position:absolute; 
	right:2px; 
	top:-3px; 
	width:24px;
	padding:0px;
}

.searchbutton img {
	width:20px;
}

button {
	font-size:13px;
	font-weight:bold;
	cursor:pointer;
	text-shadow: 0px 0px 4px rgba(0,0,0,.33);
	box-shadow:0px 0px 5px rgba(0,0,0,.33);
}
button.round {
	border-radius:5px;
}
button.green {
	background:#7fb50d url(/images/theme/cart-btn-bg.jpg) repeat-x center;
	color:#fff;
	border:none;
}
button.red {
	background:#7fb50d url(/images/theme/checkout-btn-bg.jpg) repeat-x center;
	color:#fff;
	border:none;
}
button.orange {
background: #45484d;
background: -moz-linear-gradient(top,  #45484d 0%, #000000 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#45484d), color-stop(100%,#000000));
background: -webkit-linear-gradient(top,  #45484d 0%,#000000 100%);
background: -o-linear-gradient(top,  #45484d 0%,#000000 100%);
background: -ms-linear-gradient(top,  #45484d 0%,#000000 100%);
background: linear-gradient(to bottom,  #45484d 0%,#000000 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 );



	
	color:#fff;
	border:#000000 1px solid;
}

/* Nav Bar */
nav.TopMainNav {
	background:url('../images/menu-bg.jpg') repeat-x center;
	background-size:auto 100%;
	border-top:#222 1px solid;
	border-bottom:#222 1px solid;
	box-shadow:0px 0px 5px rgba(0,0,0,1);
}

/* Nav Bar */
#nav-bar { margin:0px; padding:5px 0px; position:relative; z-index:9994; }
#nav-bar > li { width:9.090909090909091%; min-width:85px; display:block; position:relative; float:left; list-style:none; list-style-type:none; background:url('../images/seperator.png') no-repeat right center; }
#nav-bar > li > a { display:block; padding:6px 1px; font-weight:normal; color:#fff; text-decoration:none; text-align:center; position:relative; z-index:9995; font-family:Helvetica, Arial, sans-serif; font-size:12px; text-transform:uppercase; text-shadow: 0px 0px 5px rgba(0,0,0,1); }
#nav-bar > li:last-child { background:none; }

/* Hover Classes */
#nav-bar > li > a.hover { padding:5px 0px; background:#fff; color:#333; font-weight:bold; border:#dedede 1px solid; border-bottom:none; text-shadow:none; /* border-radius:7px 7px 0px 0px; */ }
div.show { display:block; }

/* Drop-Downs */
.drop-wrap {
	position:relative;
	top:-1px;
	display:none;
	/* border-radius: 0px 7px 7px 7px; */
}
.drop-down {
	position:absolute;
	top:0px; left:0px;
	display:table;
	width:100%;
	padding:20px;
	background:#fff;
	color:#000;
	border:#dedede 1px solid;
	min-width:800px;
	font-family:Helvetica, Arial, sans-serif;
	font-size:13px;
	-moz-box-shadow:3px 3px 3px #3f3f3f;
	-webkit-box-shadow:3px 3px 3px #3f3f3f;
	box-shadow:3px 3px 3px #3f3f3f;
}
div.drop-right {
	left:auto; right:0px;
}
.drop-down ul {
	display:table-cell;
	vertical-align:top;
	width:150px;
	margin:0;
	padding:0;
	padding-left:12px;
	padding-right:12px;
	text-align:left;
	list-style:none;
	list-style-type:none;
	border-right:#ccc 1px dashed;
}
.drop-down ul:first-child {
	padding-left:0;
}
.drop-down > ul.alpha {  }
.drop-down > ul.omega {
	padding-right:0px;
	margin-right:0px;
	border-right:none;
}
.drop-down ul li {
	margin-left:7px;
	padding-bottom:4px;
}
.drop-down ul li a {
	color:#494949;
	text-decoration:none;
	font-family:Helvetica, Arial, sans-serif;
	font-size:13px;
}
.drop-down ul li a:hover {
	color:#ff0000 !important;
	text-decoration:underline !important;
}
.drop-down ul li h3 {
	margin:0px;
	margin-left:-7px;
	font-weight:bold;
}
.drop-down ul li h3 a {
	font-size:13px;
	color:#000;
	font-weight:bold;
}

#nav-bar > li > a.hover-b {
	padding:5px 0px;
	background:#fff;
	color:#333;
	font-weight:bold;
	border:#dedede 1px solid;
	border-bottom:none;
	/* border-radius:7px 7px 0px 0px; */
}

/* Crumbs */
nav#crumbs {
	line-height:50px;
	position:relative;
	z-index:1;
}
nav#crumbs > ol > li {
	margin:2.5px;
}
nav#crumbs > ol > li:first-child {
	padding-left:10px;
}
nav#crumbs > ol > li.active {
	font-weight:bold;
}
nav#crumbs > ol > li > a {
	color:#000;
	text-decoration:none;
}
nav#crumbs > ol > li > a:hover {
	color:#ff0000;
}
nav#crumbs > ol > li > span {
	font-size:18px;
	color:#a7a7a7;
}

/* Left Navigation */
#new-select-wrap {
	display:block;
	position:relative;
	border-bottom:#999 1px solid;
	background:#ddd url(/images/theme/shop-by-panel-bg.jpg) no-repeat center;
}
#new-select-wrap a {
	text-decoration:none;
}
#new-select-wrap .select-input {
	margin:3px 0px;
	margin-left:16px;
}
#new-select {
	margin:0px auto;
}

#filters-wrap {
	padding:1px;
}
.filter-list {
	margin:10px;
	font-size:13px;
	font-family:Helvetica, Arial, sans-serif;
}
.filter-list ul {
	margin:0px;
	padding:0px;
	list-style:none;
	list-style-type:none;
	padding-left:10px;
}
.filter-list ul li {
	margin:3px 0px;
}
.filter-list > h3 {
	margin:0px;
	font-size:14px;
	font-family:Helvetica, Arial, sans-serif;
}
.filter-list a {
	color:#4f4f4f;
	font-family:Helvetica, Arial, sans-serif;
	font-size:13px;
	text-decoration:none;
}
.filter-list a:hover {
	text-decoration:underline;
}

.text-controller li.active a {
	font-weight:bold;
	padding-left:20px;
	background:url('../images/filter-check.png') no-repeat left;
}

.brands-expand a {
	font-weight:bold;
	padding-left:10px;
}

.brands-expand i {
	display: inline-block;
	height: 3px;
	width: 6px;
	margin-bottom: 2px;
	line-height:10px;
	text-align:center;
	background:url('../images/more_less_arrow_sprite.png') no-repeat 0 bottom;
}

.brands-expand i.less{
	background-position:0 top;
}

.filter-status {
	position:absolute;
	top:10px;
	right:10px;
	width:40px;
	height:40px;
}

.active .filter-status {
	background:url('../images/filter-check-box.png') no-repeat center;
}

#filters-hud a {
	padding-left:18px;
	background:url('../images/icons/close-sm.png') no-repeat left;
	margin-right:15px;
	color:#666;
	text-decoration:none;
	font-weight:bold;
	cursor:pointer;
}

#filter-notify {
	opacity:.85;
}

/* Display Region */
#content-wrap {
	display:table;
	border-spacing:10px;
	position:relative;
	top:-20px;
}

.container {
	background:#fff;
	border:#bbb 1px solid;
}

aside#leftsidebar,
section#content,
aside#right-sidebar {
	display:table-cell;
	vertical-align:top;
}

section#content {
	position:relative;
}

/* Head Notifications */
#head-alert {
	font-size:14px;
	font-weight:bold;
	padding:3px;
	border:#bbb 1px solid;
	border-bottom:none;
	text-align:center;
}

#head-alert a {
	color:#fff;
	font-size:11px;
	text-decoration:underline;
}
#head-alert a:hover {
	color:#000;
}

#head-alert.head-error {
	background: #a90329; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E5MDMyOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ0JSIgc3RvcC1jb2xvcj0iIzhmMDIyMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2ZDAwMTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #a90329 0%, #8f0222 44%, #6d0019 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a90329), color-stop(44%,#8f0222), color-stop(100%,#6d0019)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #a90329 0%,#8f0222 44%,#6d0019 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #a90329 0%,#8f0222 44%,#6d0019 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #a90329 0%,#8f0222 44%,#6d0019 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #a90329 0%,#8f0222 44%,#6d0019 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 ); /* IE6-8 */
}
#head-alert > span {
	color:#fff;
	text-shadow:0px 0px 3px rgba(0,0,0,.33);
	background-position:left;
	background-repeat:no-repeat;
}
#head-alert.head-error span {	
	background-image:url(/images/theme/icons/no.png);
	padding-left:23px;
}

#head-alert > div span i {
	font-size:10px;
}

#head-alert.head-success {	
	background: #b3d310; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2IzZDMxMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyOTlhMGIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #b3d310 0%, #299a0b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b3d310), color-stop(100%,#299a0b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #b3d310 0%,#299a0b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #b3d310 0%,#299a0b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #b3d310 0%,#299a0b 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #b3d310 0%,#299a0b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3d310', endColorstr='#299a0b',GradientType=0 ); /* IE6-8 */
}
#head-alert.head-success span {
	background-image:url(/images/theme/icons/tick.png);
	padding-left:21px;
}

#head-alert.head-notify {
	background: #3d3d3d; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNkM2QzZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1NTU1NTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #3d3d3d 0%, #555555 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3d3d3d), color-stop(100%,#555555)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #3d3d3d 0%,#555555 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #3d3d3d 0%,#555555 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #3d3d3d 0%,#555555 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #3d3d3d 0%,#555555 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d3d3d', endColorstr='#555555',GradientType=0 ); /* IE6-8 */
}

/* Left Sidebar */
aside#leftsidebar {
	width:215px;
}

aside#leftsidebar .menu-headXXXXXXXXXXXXX {
	color:#fff;
	text-align:center;
	
	background: #393939; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM5MzkzOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxZTFlMWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #393939 0%, #1e1e1e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#393939), color-stop(100%,#1e1e1e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #393939 0%,#1e1e1e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #393939 0%,#1e1e1e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #393939 0%,#1e1e1e 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #393939 0%,#1e1e1e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#393939', endColorstr='#1e1e1e',GradientType=0 ); /* IE6-8 */
}

aside#leftsidebar nav.nav {
	border-top:#ddd 1px dashed;
}

nav.nav {
	padding:10px;
}

nav.nav header > h3 {
	font-size:14px;
}

nav.nav ul.vertical {
	margin:0px;
	padding-left:10px;
}

nav.nav a {
	color:#4f4f4f;
	text-decoration:none;
}

nav.nav a:hover {
	text-decoration:underline;
}

/* Right Sidebar */
aside#right-sidebar {
	width:310px;
	border-spacing:0px;
}

aside#right-sidebar div.block {
	margin:5px;
}

aside#right-sidebar div.ad {
	margin:5px;
}

figure.ad {
	margin:5px;
}

figure.ad.special {
	background: #ffffff; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ3JSIgc3RvcC1jb2xvcj0iI2Y2ZjZmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZGVkZWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-8 */
	
	border:#eee 1px solid;
	font-family: 'Myriad Web Pro', Helvetica, Arial, sans-serif;
	font-size:13px;
	position:relative;
}

figure.ad.special span {
	cursor:pointer;
}

figure.ad.special.med-rect {
	width:300px;
	height:250px;
}

figure.ad.special figure {
	width:100%;
	height:100%;
	background-size:260px;
	background-position:center;
	background-repeat:no-repeat;
}

figure.ad.special span.expires {
	font-size:10px;
	font-style:italic;
	color:#999;
	padding:7px;
	position:absolute;
	top:0;
	right:0;
}

figure.ad.special span.discount {
	background: #ff3019; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmMzAxOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjZjA0MDQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ff3019 0%, #cf0404 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff3019), color-stop(100%,#cf0404)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ff3019 0%,#cf0404 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ff3019 0%,#cf0404 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ff3019 0%,#cf0404 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ff3019 0%,#cf0404 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 ); /* IE6-8 */
	
	border:#cf0404 1px solid;
	border-radius:0px 5px 5px 0px;
	box-shadow:0px 1px 2px rgba(0,0,0,.33);
	color:#fff;
	font-size:22px;
	font-weight:bold;
	left:0px;
	padding:5px;
	position:absolute;
	top:15px;
}

figure.ad.special span.discount > span {
	font-size:13px;
	position:relative;
	top:-2.5px;
}

figure.ad.special span.promo-code {
	position:absolute;
	bottom:30px;
	width:100%;
	text-align:center;
	padding:10px 0px;
	font-weight:bold;
	color:#000;
	font-size:18px;
}

figure.ad.special span.promo-code > span {
	color:#666;
	font-size:14px;
	font-style:italic;
	position:relative;
	top:8px;
}

figure.ad.special figcaption {
	background:rgba(0,0,0,.8);
	text-align:center;
	position:absolute;
	bottom:0px;
	width:100%;
}
figure.ad.special figcaption > span {
	display:block;
	padding:5px;
	color:#fff;
	font-weight:bold;
	font-size:14px;
}

div.ad-label {
	position:relative;
	text-align:center;
}

div.ad-label i {
	height:0px;
	border-top:#bbb 1px solid;
	display:block;
	position:absolute;
	top:50%;
	width:100%;
}

div.ad-label span {
	display:inline-block;
	padding:4px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#666;
	background-color:#fff;
	position:relative;
}

div.ad-seperator {
	height:0px;
	border-top:#bbb 1px solid;
}

/* Model Header */
#model-header {
}
#model-header > header {
	display:table;
	width:100%;
}
#model-header > header figure,
#model-header > header a {
	display:table-cell;
	vertical-align:middle;
}
#model-header > header figure {
	width:60px;
	text-align:center;
}
#model-header > header a {
	font-size:18px;
	font-weight:bold;
	color:#666;
	text-decoration:none;
}
#model-header > header a:hover {
	color:#333;
	text-decoration:underline;
}

.table {
	display:table;
	width:100%;
}
#mh-links,
#mh-images {
	display:table-cell;
	vertical-align:top;
}
#mh-links {
	width:500px;
}

#mh-links a {
	color:#666;
	font-weight:bold;
	text-decoration:none;
}

#mh-links ul {
	margin:0;
	padding:0;
}
#mh-links > div > ul {
	display:table-cell;
	width:33.33333333333333%;
}
#mh-links li {
	display:block;
	position:relative;
	padding:4px;
}
#mh-links li:hover {
	color:#333;
	background-color:#d7d7d7;
}

#mh-links > div ul ul {
	display:none;
	position:absolute;
	margin-top:-.1em;
	margin-left:3em;
	width:300px;
	
	background-color:#fff;
	border:#333 1px solid;
}
#mh-links > div > ul > li:hover ul {
	display:block;
	z-index:1;
	box-shadow:1px 1px 4px rgba(0,0,0,1);
}

/* Content */
section#content {
	padding:10px;
	border-spacing:0px;
}
section#content > nav.container {
	margin-bottom:20px;
}

header.page-title {
}
header.page-title h1 {
	background-color:#666;
	color:#fff;
	font-weight:normal;
	font-size:28px;
	margin:0px;
	padding:10px 15px;
}
header.page-title h2 {
	background-color:#ccc;
	color:#222;
	font-size:12px;
	font-style:italic;
	margin:0px;
	padding:7px 15px;
}

h1, h2, h3, h4, h5 {
	margin-bottom:.33em;
}

/* Footer */
footer#footer {
	color:#fff;
	
	background: #0e0e0e; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBlMGUwZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzMzMzMzMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #0e0e0e 0%, #333333 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0e0e0e), color-stop(100%,#333333)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #0e0e0e 0%,#333333 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #0e0e0e 0%,#333333 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #0e0e0e 0%,#333333 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #0e0e0e 0%,#333333 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e0e0e', endColorstr='#333333',GradientType=0 ); /* IE6-8 */
	
	box-shadow:0px 0px 5px rgba(0,0,0,1);
}

aside#banners {
	display:table;
	width:100%;
}

aside#banners > div {
	display:table-cell;
	vertical-align:top;
	width:33%;
}

aside#banners > div > div.banner {
	background:#666 url('../images/header-metal-dark.png') no-repeat center;
	/*border:#999 1px solid;*/
	box-shadow: 0 0 10px rgba(0,0,0,.25) inset, 0px 1px 1px rgba(0,0,0,.33);
	
	position:relative;
	height:45px;
	margin:10px;
	padding-left:7px;
}

aside#banners div.banner#f-2 {
	min-width:305px;
}

div.banner > img,
div.banner > a > img {
	padding-top:6px;
}

div.banner > div {
	padding-top:8.5px;
}

aside#banners i {
	display:block;
	float:left;
	position:relative;
	top:-6px;
	margin-right:7px;
	height:57px;
}

aside#banners i.card {
	width:83px;
	background:url('../images/nerd-icon.png') no-repeat center;
}

aside#banners i.car {
	width:101px;
	background:url('../images/custom-pc.png') no-repeat center;
}

aside#banners i.email {
	width:88px;
	background:url('../images/mail.png') no-repeat center;
}

div#email-signup input {
	font-size:14px;
	font-weight:bold;
	padding:5px 5px;
	border:#ccc 1px solid;
	box-shadow: inset 0px 0px 7px rgba(0,0,0,.5);
	border-radius:5px;
	width:40%;
}
div#email-signup button {
	padding:4px;
}

/* Foot Menus */
section#foot-menus {
	display:table;
	width:100%;
	padding:10px 0px 20px 0px;
}

section#foot-menus > section {
	display:table-cell;
	width:20%;
	border-right:#666 1px dashed;
	padding-left:20px;
}
section#foot-menus > section:last-child {
	border-right:none;
}

section#foot-menus > section > h4 {
	font-size:15px;
	margin:0px;
}

section#foot-menus > section > ul {
	margin:0px;
	padding:0px;
	list-style:none;
	list-style-type:none;
}

section#foot-menus > section > ul > li {
	margin:8px 0px;
}

section#foot-menus > section > ul > li > a {
	color:#ccc;
	text-decoration:none;
	font-weight:normal;
}
section#foot-menus > section > ul > li > a:hover {
	text-decoration:underline;
}

/* Badges */
#mcafee {
	display:inline-block;
	background-color:#fff;
	margin:0px;
	border-radius:10px;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
	border:#999 1px solid;
	padding:7px 15px;
	
	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, .7), inset 0px 0px 15px rgba(0, 0, 0, .1); /* Firefox */
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, .7), inset 0px 0px 15px rgba(0, 0, 0, .1); /* Safari, Chrome */
	box-shadow: 0px 0px 5px rgba(0, 0, 0, .7), inset 0px 0px 15px rgba(0, 0, 0, .1); /* CSS3 */
}

/* Copyright Bar */
footer#footer aside#copyright {
	text-align:center;
	font-weight:bold;
	padding:10px;
	box-shadow:0px 0px 5px rgba(0,0,0,1);
	
	background: #1d1d1d; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFkMWQxZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwNTA1MDUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #1d1d1d 0%, #050505 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1d1d1d), color-stop(100%,#050505)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #1d1d1d 0%,#050505 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #1d1d1d 0%,#050505 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #1d1d1d 0%,#050505 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #1d1d1d 0%,#050505 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d1d1d', endColorstr='#050505',GradientType=0 ); /* IE6-8 */
}

footer#footer aside#copyright a {
	color:#ff0000;
	text-decoration:none;
}
footer#footer aside#copyright a:hover {
	text-decoration:underline;
}

.typekit-badge {
	display:none !important;
}

#debug-panel {
	position:fixed;
	bottom:0px;
	right:0px;
	display:inline-block;
	background:#06f;
	opacity:.66;
	font-size:20px;
	font-weight:bold;
	color:#999;
	line-height:26px;
	z-index:99999;
}

#debug-panel ul {
	margin:0px;
	padding:0px;
	list-style:none;
	list-style-type:none;
}

#debug-panel ul li {
	margin:4px;
	border-bottom:#999 1px dashed;
}

#debug-panel ul li strong {
	font-weight:bold;
	font-size:26px;
	color:#fff;
}

#debug-panel ul li:last-child {
	border-bottom:none;
}


/*------------------------------------------------------------------*
 *--- Formats ------------------------------------------------------*
 *------------------------------------------------------------------*/

/* Parts FAQ */
#content.help .wrapper {
	display:table;
	width:100%;
	margin-top:20px;
}
#content.help figure#product,
#content.help section#help {
	display:table-cell;
	vertical-align:top;
}
#content.help figure#product {
	text-align:center;
	width:300px;
}
#content.help figure#product figcaption {
	padding:5px 0;
}
#content.help figure#product figcaption a {
	color:#666;
	font-weight:bold;
	font-size:16px;
}
#content.help section#help {
	text-align:left;
	padding-left:20px;
}
#content.help section#help article {
	border-bottom:#bbb 1px dashed;
}
#content.help section#help article:last-child {
	border-bottom:none;
}
#content.help section#help h2,
#content.help section#help h3,
#content.help section#help p {
	margin:10px 0;
}
#content.help section#help h2,
#content.help section#help h3 {
	line-height:1;
}
#content.help section#help article:first-child h2 {
	margin-top:0;
}
#content.help section#help h3 {
	font-style:italic;
	color:#f60;
}
#content.help section#help ul li {
	font-size:14px;
	margin:4px 0;
}
#content.help section#help ul:not(.steps) li a {
	color:#333;
	font-weight:bold;
}

/* Brands Page (ViewBrands.asp) */
section#content.brand section#featured-brands {
	margin-bottom:20px;
}
section#content.brand section#featured-brands > ul.brands {
	margin-top:20px;
}

ul.grid.border > .grid1 {
	width:99.75%;
}
ul.grid.border > .grid2 {
	width:49.75%;
}
ul.grid.border > .grid3 {
	width:33.08333333333333%;
}
ul.grid.border > .grid4 {
	width:24.75%;
}
ul.grid.border > .grid5 {
	width:19.75%;
}
ul.grid.border > .grid6 {
	width:16.41666666666667%;
}
ul.grid.border > .grid7 {
	width:14.03571428571429%;
}
ul.grid.border > .grid8 {
	width:12.25%;
}
ul.grid.border > .grid9 {
	width:10.86111111111111%;
}
ul.grid.border > .grid10 {
	width:9.75%;
}

ul.brands {
	border:#bbb 0 solid;
	border-width: 0 0 1px 1px;
}
ul.brands > li {
	border:#bbb 0 solid;
	border-width: 1px 1px 0 0;
	height:100px;
}
ul.brands > li > div {
	display:table;
	width:100%;
	height:100%;
}
ul.brands > li > div > div {
	display:table-cell;
	height:100%;
	text-align:center;
	vertical-align:middle;
}
ul.brands > li > div > div > a {
	display:block;
	color:#666;
	margin:8px;
}
ul.brands > li > div > div > a:hover {
	color:#f60;
}
ul.brands > li > div > div > a:first-child {
	font-family:"Black Ops One";
	font-size:19px;
	color:#333;
}
ul.brands > li > div > div > a:first-child:hover {
	color:#f60;
	text-decoration:none;
}
ul.brands > li > div > div > a:nth-child(2) {
}
ul.brands > li > div > div > a > img {
	max-height:60px;
	max-width:150px;
}

/* Product Coverage */
#content.productcoverage figure {
	margin:15px;
}
#content.productcoverage figure img {
	width:100%;
}
#content.productcoverage figure figcaption {
	text-align:center;
}
#content.productcoverage figure figcaption a {
	text-decoration:none;
}
#content.productcoverage figure figcaption a h2 {
	font-size:13px;
	color:#666;
}
#content.productcoverage figure:hover figcaption h2 {
	color:#f60;
}

/* Hide Sidebar and Feature Lists if page is too narrow */
@media only screen
and (min-width: 0px)
and (max-width: 1780px) {
	nav#tertiary-suggestions {
		display:none !important;
	}
}

@media only screen
and (min-width: 0px)
and (max-width: 1000px) {
	nav#secondary-suggestions {
		display:none !important;
	}
}

@media only screen
and (min-width: 1250px)
and (max-width: 1480px) {
	nav#secondary-suggestions {
		display:none !important;
	}
}

@media only screen and (max-width: 1250px) {
	
	aside#right-sidebar {
		display:none !important;
	}
	
	div.banner i {
		background-size:contain !important;
		height:37.62px !important;
		top:3px !important;
	}
	
	div.banner i.card {
		width:54.78px !important;
	}
	
	div.banner i.car {
		width:66.66px !important;
	}
	
	div.banner i.email {
		width:58.08px !important;
	}
}

@media only screen and (max-width: 1435px) {
	body#cart aside#right-sidebar,
	body#login aside#right-sidebar {
		display:none !important;
	}
}

.inner-content
{
width:100%;
text-align:center;
padding-top:20px;
}

table.center {
margin-left:auto;
margin-right:auto;
text-align:left;
overflow: hidden;
table-layout:fixed;
}
 
  table#master {
	width: 1298px;
	height: 100%;
	padding: 0px;
	border: 0;
	border-collapse: collapse;
}

 .GlobalLabelCell
 {
    vertical-align:middle;
    text-align:right; 
    padding-left:10px;
    padding-right:5px;
    overflow: hidden;
    white-space: nowrap;
 }
 
  .GlobalLabelCell2
 {
    vertical-align:top;
    text-align:right; 
    padding-left:10px;
    padding-right:5px;
    overflow: hidden;
    white-space: nowrap;
 }
 
  .GlobalTextBoxCell
 {
    vertical-align:middle;
    text-align:left; 
    overflow: hidden;
    white-space: nowrap;
 }
 
   .GlobalValidationCell
 {
    vertical-align:middle;
    text-align:left; 
    overflow: hidden;
    white-space: nowrap;
 }
 
 .search_button
{
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	height: 40px;
	width: 98px;
	border: 5px Solid #333333;
	background-color: #333333;
	background: #333333 url('../images/folder-search.png') no-repeat center left;
	cursor: pointer;
	color: #FFFFFF;
	padding-left:30px;
	border-radius:8px; 
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px; 
}

.email_button {
    font-family: Verdana;
    font-size: 10pt;
    font-weight: bold;
    height: 40px;
    width: 185px;
    border: 5px solid #333;
    background: url("../images/mail_message_new.png") no-repeat scroll left center #333;
    cursor: pointer;
    color: #FFF;
    padding-left: 30px;
    border-radius: 8px;
}

.save_button {
    font-family: Verdana;
    font-size: 10pt;
    font-weight: bold;
    height: 40px;
    width: 98px;
    border: 5px solid #333;
    background: url("../images/Save-icon.png") no-repeat scroll left center #333;
    cursor: pointer;
    color: #FFF;
    padding-left: 30px;
    border-radius: 8px;
}

 .print_button_long
{
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	height: 40px;
	width: 130px;
	border: 5px Solid #333333;
	background-color: #333333;
	background: #333333 url('../images/printer-icon.png') no-repeat center left;
	cursor: pointer;
	color: #FFFFFF;
	padding-left: 30px;
	border-radius: 8px; 
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px; 
}

 .print_button_long
{
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	height: 40px;
	width: 130px;
	border: 5px Solid #333333;
	background-color: #333333;
	background: #333333 url('../images/printer-icon.png') no-repeat center left;
	cursor: pointer;
	color: #FFFFFF;
	padding-left: 30px;
	border-radius: 8px; 
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px; 
}

 .login_button
{
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	height: 40px;
	width: 98px;
	border: 5px Solid #333333;
	background-color: #333333;
	background: #333333 url('../images/user-login-icon.png') no-repeat center left;
	cursor: pointer;
	color: #FFFFFF;
	padding-left:30px;
	border-radius:8px; 
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px; 
}

 .login_button
{
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	height: 40px;
	width: 98px;
	border: 5px Solid #333333;
	background-color: #333333;
	background: #333333 url('../images/user-login-icon.png') no-repeat center left;
	cursor: pointer;
	color: #FFFFFF;
	padding-left:30px;
	border-radius:8px; 
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px; 
}

 .register_button
{
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	height: 40px;
	width: 158px;
	border: 5px Solid #333333;
	background-color: #333333;
	background: #333333 url('../images/user-login-icon.png') no-repeat center left;
	cursor: pointer;
	color: #FFFFFF;
	padding-left:30px;
	border-radius:8px; 
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px; 
}

 .upload_button
{
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	height: 40px;
	width: 98px;
	border: 5px Solid #333333;
	background-color: #333333;
	background: #333333 url('../images/Upload-icon.png') no-repeat center left;
	cursor: pointer;
	color: #FFFFFF;
	padding-left:30px;
	border-radius:8px; 
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px; 
}
 .print_button
{
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	height: 40px;
	width: 98px;
	border: 5px Solid #333333;
	background-color: #333333;
	background: #333333 url('../images/printer-icon.png') no-repeat center left;
	cursor: pointer;
	color: #FFFFFF;
	padding-left:30px;
	border-radius:8px; 
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px; 
}

 .refresh_button
{
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	height: 40px;
	width: 98px;
	border: 5px Solid #333333;
	background-color: #333333;
	background: #333333 url('../images/refresh-icon.png') no-repeat center left;
	cursor: pointer;
	color: #FFFFFF;
	padding-left:30px;
	border-radius:8px; 
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px; 
}

 .generate_invoice_button
{
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	height: 40px;
	width: 230px;
	border: 5px Solid #333333;
	background-color: #333333;
	background: #333333 url('../images/invoice-icon.png') no-repeat center left;
	cursor: pointer;
	color: #FFFFFF;
	padding-left:30px;
	border-radius:8px; 
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px; 
}

 .generate_release_fee_invoice_button
{
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	height: 40px;
	width: 240px;
	border: 5px Solid #333333;
	background-color: #333333;
	background: #333333 url('../images/invoice-icon.png') no-repeat center left;
	cursor: pointer;
	color: #FFFFFF;
	padding-left:30px;
	border-radius:8px; 
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px; 
}

 .allocate_payment_button
{
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	height: 40px;
	width: 190px;
	border: 5px Solid #333333;
	background-color: #333333;
	background: #333333 url('../images/payment-icon24.png') no-repeat center left;
	cursor: pointer;
	color: #FFFFFF;
	padding-left:30px;
	border-radius:8px; 
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px; 
}

/*REPORT LAYOUT SETTINGS*/
.report-content
{
width:100%;
text-align:center;
padding-top:20px;
background-color:#FFFFFF;
}

.divide {
	width: 0;
	float: left;
	position: absolute;
	/*left:-30px;*/
	border-right: #bbb 1px solid;
	height: 275px;
	margin: 0 30px;
}
.divide img {
	/*display: block;*/
	position: absolute;
	top: 50%;
	right: -15px;
	margin-top: -15px;
	max-width:none !important;
}

.hide-universal-products {
    text-align: right;
    line-height: 20px;
    margin-bottom: 1em;
    clear: both;
    overflow: hidden;
    margin-right: 2px;
}

.hide-universal-products .amount {
    display: inline;
}

.pager {
    padding: 4px 0px;
    text-align: center;
    font-size: 12px;
    float: right;
    line-height: 24px;
}

.pager .pages {
    float: left;
    width: 100%;
    text-align: left;
}

.pager .pages a
{
    text-decoration: none;
}
.page_disabled {
    background-color: #6C6C6C;
    color: #fff !important;
}
.page_enabled, .page_disabled {
    display: inline-block;
    height: 20px;
    min-width: 20px;
    line-height: 20px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #ccc;
}

.normal {
    /*display: block;*/
    /*width: 92%;*/
    border-bottom: 1px solid #cccfd0;
    padding: 9px 4%;
    /*text-align: left;*/
    line-height: 1.2em;
    background: #fff;
    color: #3f4b56;
    font-size: 13px;
    font-weight: bold;
}

.normallast {
    /*display: block;*/
    /*width: 92%;*/
    padding: 9px 4%;
    /*text-align: left;*/
    line-height: 1.2em;
    background: #fff;
    color: #3f4b56;
    font-size: 13px;
    font-weight: bold;
}

.even
{
background: #e0e4e7;
}

.odd
{
    background: #FFFFFF;
}

.offer_price {
    margin-bottom: 15px;
    padding-bottom:10px;
    position: relative;
    border-bottom: 1px solid #dbdee0;
    width:400px;
}

.offer_price strong
{
    font-size: 29px;
    color: #0000FF;
    text-transform:uppercase;
}

strong {
    font-weight: bold;
}

.offer_price em {
    color: #3f4b56;
    font-style: italic;
}

.spec_value {
    color: #3fb6ed;
}