/* GENERAL STYLE */
@font-face{
	font-family:NimbusSanNovConD-Bol;
	src:url(../webfonts/29777B_0_0.eot);
	src:url(../webfonts/29777B_0_0.eot?#iefix) format('embedded-opentype'),
		url(../webfonts/29777B_0_0.woff) format('woff'),
		url(../webfonts/29777B_0_0.ttf) format('truetype')
}
@font-face{
	font-family:NimbusSanNovCon-SemBol;
	src:url(../webfonts/29777B_1_0.eot);
	src:url(../webfonts/29777B_1_0.eot?#iefix) format('embedded-opentype'),
		url(../webfonts/29777B_1_0.woff) format('woff'),
		url(../webfonts/29777B_1_0.ttf) format('truetype')
}
@font-face{
	font-family:'NimbusLight';
	src:url('../webfonts/NimbusLightCondensed.eot'); /* IE9 Compat Modes */
	src:url('../webfonts/NimbusLightCondensed.woff') format('woff'), /* Pretty Modern Browsers */
		url('../webfonts/NimbusLightCondensed.ttf') format('truetype'), /* Safari, Android, iOS */
		url('../webfonts/NimbusLightCondensed.svg#NimbusLight') format('svg'); /* Legacy iOS */
}
/* CUSTOM COLORS */
:root {
	--azblue1:#e8edfc;
	--azblue2:#92ace1;
	--azblue3:#1f7cd7;
	--azblue4:#024BA1;
	
	--azgray1:#CCC;
	--azgray2:#BBB;
	--azgray3:#777;
	--azgray4:#555;
	
	--azorange1:#F70;
	--azorange2:#F40;
	
	--azacqua1:#9fc78a;
}
/* UTILS */
.page_center {
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}
.half_page {
	width:auto;
	height:auto;
	max-width:50%;
	max-height:50%;
}
/* MOBILE NAV */
#mobile-login-nav{
	margin:10px 0;
	}
#mobile-login-nav a{
	border:none;
	background:none;
	color:gray;
	font-size:14px;
}
#mobile-login-nav h4{
	margin:10px 10px 0 0;
	float:right;
}
/* CUSTOM BUTTONS */
.btn-orange, .btn-light-blue, .btn-white {
	padding: 10px 30px;
	border-radius: 5px;
	font-size:14px;
	overflow: hidden;
    text-overflow: ellipsis;
}
.btn-orange{
    background:var(--azorange1);
    border: solid 1px var(--azorange2);
	color: white;
}
.btn-light-blue{
	background:var(--azblue1);
	border:solid 1px var(--azblue2);
}

.btn-white{
	background: white;
	color:var(--azgray4);
    border: solid 1px var(--azgray2);
}
.btn-light-blue:hover, .btn-white:hover{
	webkit-box-shadow: 0 0 3px 3px rgba(66,133,244,.3);
	box-shadow: 0 0 3px 3px rgba(66,133,244,.3);
	transition: background-color .218s,border-color .218s,box-shadow .218s;
}
/* CUSTOM INPUT FIELDS */
.custom-input {
    display: block;
    clear: both;
    padding: 10px 0;
	position:relative;
}
.custom-input span, 
.custom-input label{
	text-align: left;
    background-color: white;
    border: none;
	position:absolute;
	top:0;
	left:10px;
	padding:0 5px;
}
.custom-input input, 
.custom-input select, 
.custom-input textarea {
    width: 100%;
    border: solid 1px var(--azgray1);
    padding: 10px 15px;
    border-radius: 5px;
}
.custom-input input:focus, 
.custom-input select:focus, 
.custom-input textarea:focus{
	box-shadow:0px 0px 10px var(--azblue2);
	-moz-box-shadow:0px 0px 10px var(--azblue2);
	-webkit-box-shadow:0px 0px 10px var(--azblue2);
	outline: none;
}
.custom-input table{
	border:none;
	padding:0;
	margin:0;
	width:100%;
}
.custom-input th, .custom-input td{
	border:none;
	padding:0;
	margin:0;
}
.custom-input button{
	
}
/* MOBILE HEADERS */
.mobileHead{
    clear: both;
	text-align:right;
}
.mobileHead span{
	font-weight:bold;
	display:block;
	clear:both;
}
.mobileHead hr{
	clear: both;
    border-top: solid 1px gray;
    margin: 10px 0;
    width: 120px;
	float:right;
}
.mobileHead a{
	margin-top:5px;
	display:inline-block;
	clear:both;
}
#checkoutNewAddress{
	max-width:600px;
	margin:0 auto;
}
/* CHECKOUT TOTAL */
.mobileTotal{
	float:right;
	clear:both;
	text-align:left;
	width:200px;
	margin:8px 0 0 0;
}
.mobileTotal span{
	float:right;
	font-weight:bold;
}
/* OTHER */
fieldset{
	width:100%
}
.tplMobile #contentMainWrapper{
	margin-top:35px;
}
.div-address-book{
	clear:both;
	position:relative;
	margin:10px auto;
	max-width:600px;
}
.div-address-book:hover{
	box-shadow:0px 0px 10px var(--azblue2);
	-moz-box-shadow:0px 0px 10px var(--azblue2);
	-webkit-box-shadow:0px 0px 10px var(--azblue2);
}
.div-address-book a{
	position:absolute;
	top:0;
	right:0;
	padding: 10px;
	font-size:14px;
	font-weight:bold;
}
.mobile-subtitle{
	float:right;
	margin:10px 0 20px 0;
}
.mobile-subtitle hr {
	width:120px;
	border-top:solid 1px gray;
	margin:5px 10px;
}
.mobile-subtitle span {
	display:block;
	text-align: right;
	font-weight:bold;
}

/* START PAGE */
body, html{
	font-family:Verdana, arial, sans-serif;
	font-size:14px;
	margin:0;
	padding:0;
	height:100%;
}
h1, h2, h3, h4{
	margin:20px 0 10px 0;
}
h1, h2, h3{
	color:var(--azorange1);
	font-family:NimbusSanNovCon-SemBol,Helvetica,Tahoma,Geneva,Arial,Verdana;
}
h1{
	font-size:24px;
}
h2{
	font-size:24px;
}
h3{
	font-size:18px;
	font-weight:bold;
}
h4{
	font-size:16px;
	font-weight:bold;
}
a:hover{
	color:#F25603;
	text-decoration:none;
}
input, select, textarea, .form-control{
	background-image: -webkit-linear-gradient(top,White 0,WhiteSmoke 100%);
    background-image: -o-linear-gradient(top,White 0,WhiteSmoke 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(White),to(WhiteSmoke));
    background-image: linear-gradient(to bottom,White 0,WhiteSmoke 100%);
    background-repeat: repeat-x;
}
input[type=radio]{
	height:20px;
	margin-right:10px;
	width:20px;
}

/* GENERIC LAYOUT */
#bottomButtons{
	border-top:solid 1px Silver;
	padding:10px 0;
}
.actionBar{
	display:table;
	clear:both;
	width:100%;
	height:50px;
	vertical-align:middle;
	box-shadow: 2px 2px 10px silver;
	padding:10px;
	margin:20px 0;
}
.pull-left input[type=radio]{
	margin-right:10px;
}

/* MESSAGE STACK */
.messageStackCaution img, .messageStackError img, .messageStackSuccess img {
    display: none;
}
.messageStackCaution{
	padding:15px;
	color:#8a6d3b;
    background:#fcf8e3;
    border:solid 1px #faebcc;
	border-radius:4px;
}
.messageStackCaution span{
	display:block;
	font-weight:normal;
}
.messageStackSuccess {
    text-align:center;
    padding: 5px 0;
    color:DarkGreen;
    font-weight:bold;
    font-size: 14px;
}
/* BOOTSTRAP */
.alert-default{
	background-color:GhostWhite;
}
/**************
 *** HEADER ***
 **************/
/* TOP MENU BAR */
.navbar{
	margin-bottom:auto;
	min-height:40px;
}
#top-menu-1{
	min-height:25px;
	z-index:100;
}
#top-menu-1 .navbar-nav{
	width:100%;
}
#top-menu-1 a{
	color:#EEE;
	padding:5px 34px;
	font-family:NimbusSanNovCon-SemBol,HelveticaNeue,"Helvetica Neue",Helvetica,Tahoma,Geneva,"Arial Narrow",Arial,sans-serif;
	font-style: normal;
	font-weight: 400;
}
#top-menu-1 a:hover{
	color:white;
}
#top-menu-2{
	background-image:url('../images/masthead_bg.png');
	background-repeat: no-repeat;
	background-size:cover;
	height:65px;
	margin:0 auto 0 auto;
}
#logoWrapper{
	margin:5px 30px 0 0;
}
#taglineWrapper{
	margin:-2px 0;
}
#navMainSearch{
	margin:15px auto 0 auto;
	max-width:561px;
}
/* KEYWORD SEARCH BOX */
#keyword-search{
    background-image: linear-gradient(to bottom,#fff 0,#e0e0e0 100%);
    color: #999;
	font-size:18px;
	line-height: 15px;
    padding-top: 7px;
    width: 100%;
}
/* PHP LIVE CHAT */
#phplive_btn_1430930231{
	min-width:135px;
	max-height:20px;
	overflow:hidden;
}
#phplive_btn_1430930231 img{
	margin-top:-5px !important;
}
/* BANNERS */
.banners{
	margin:0 auto;
	text-align:center;
}
/* CART WIDGET */
#cartWidgetContainer{
	float:right;
	margin:15px 0 0 30px;
	max-width:213px;
	width:100%;
}
#cartWidget{
	z-index: 95;
}
#cartWidget .dropdown-menu{
	min-width:300px;
	transform:translate3d(-110px, 0px, 0px);
}
#cartTotals{
	background-color:#0E4F9D;
	border:solid 1px White;
	border-bottom-left-radius:5px;
	border-top-left-radius:5px;
	color:White;
	height:40px;
	font-size:12px;
	width:140px;
}
#cartButtonContainer{
	background-color:#0E4F9D;
	border:solid 1px White;
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
	color:White;
	cursor:pointer;
	font-size:12px;
	height:40px;
	width:50px;
	z-index: 95;
}
#cartContentsAction{
	background-color:#F8F8F8;
	border-bottom: 3px solid #DDD;
	height:50px;
	margin:0 0 10px 0;
	overflow:hidden;
	padding:10px;
	width: 100%;
}
#btnViewCart{
	font-weight:bold;
	left:10px;
	position:absolute;
	top:15px;
}
#btnCheckout{
	position:absolute;
	top:15px;
	right:10px;
	color:white;
	font-weight:bold;
}
#btnCheckout:hover{
	background-image:none;
	background-color:DarkGreen;
	color:Yellow;
}
#tblCartContents{
	margin:5px;
	padding:0;
	width:100%;
}
#tblCartContents tr{
	border-bottom:solid 1px #DDD;
}
#tblCartContents td{
	vertical-align:top;
	padding:5px 0;
	line-height:16px;
	font-family:NimbusSanNovCon-SemBol,Helvetica,Tahoma,Geneva,Arial,Verdana;
	font-size:14px;
}
#cartNoItemsMsg{
	text-align:center;
	padding:10px 0 0 0;
}
.img-thumbnail{
	margin-right:10px;
}
/* TOP MENU BAR: EXCLUSIVES */
#exclusivesBar{
	border-bottom:solid 3px #F40;
	z-index:90;
}
#exclusivesBar .dropdown-menu li a{
	font-size:18px;
}

.custom-top-link{
	font-family:NimbusSanNovCon-SemBol,Helvetica,Tahoma,Geneva,Arial,Verdana;
	font-size:18px;
	display: block;
    flex: 0 1 auto;
    list-style-type: none;
	text-align:center;
}
.custom-top-link a{
	display:block;
	padding:10px 48px !important;
	color:black;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.custom-top-link a:hover{
	color:#F40 !important;
}
#shop-by-category a, #shop-by-category p{
	display:block;
	padding:10px 0 0 0 !important;
	min-width:215px;
	color:#BFBFC5;
	text-align:left;
	margin:0;
}
#exclusivesBar ul.navbar-nav{
	display: flex;
    align-items: stretch;
    justify-content:space-between;
    margin: 0;
    padding: 0;
	width:100%;
}
/****************
 *** SIDE BAR ***
 ****************/
.columnLeft{
	width:220px;
	float:left;
	margin-right:20px;
}
.columnRight{
	width:220px;
	float:right;
}
/* CATEGORIES MENU */
#categoriesContent{
	visibility: hidden;
	max-width:220px;
}
.ui-menu-item a, ul a.parent{
	width:210px;
	display:inline-block;
}
.ui-front .ui-menu-item{
	width:220px;
}
.ui-menu-item{
	height:50px;
}
#categoriesBar{
	z-index:90;
}
.top-cat{
	display:block !important;
	padding:14px 15px 10px 0 !important;
}

.ui-state-active{
	background:Transparent !important;
	border:none !important;
}
.ui-state-active *{
	color:#F14924; /*ORANGE FONT WHEN ACTIVE*/
}
.ui-state-active{
	margin:0 !important;
}
#categoriesNav{
	position: relative;
	padding:0;
}
.navbar-default{
	border:none;
}
.ui-menu-item{
	width:100%;
	min-height:50px;
	border-bottom:solid 1px #DDD;
	display:table !important;
}
.ui-menu-item a{
	font-size:17px;
	font-family:NimbusLight;
	font-weight:normal;
	vertical-align:middle;
	line-height:normal;
	width:100%;
	margin:auto 5px !important;
	padding:5px 0 5px 5px !important;
	display:table-cell !important;
	min-height:49px;
	
}
.ui-menu-icon{
	margin:15px 5px 0 0 !important;
}
.ui-widget-content{
	background:transparent;
}
.ui-front{
	background-color:White;
	background-image:linear-gradient(to bottom, WhiteSmoke 0, White 50%, Gainsboro 100%);
	box-shadow: 3px 3px 6px;
	width:220px;
}
.ui-front .ui-menu-item{
	width:100%;
}
.ui-widget{
	font-family:inherit;
}
.ui-menu-item-wrapper{
	font-weight:600 !important;
}
nav.leftNav .nav li ul li a{
	height:auto;
}
ul a.parent{
	height:39px!important;
	width:189px;
	padding:0 !important;
	display:table-cell !important;
	vertical-align:middle;
}
.ui-state-active .ui-icon, .ui-button:active .ui-icon { /*Fix: White Caret*/
    background-image: url("../jquery/images/ui-icons_cc0000_256x240.png");
}
/********************
 *** MAIN SECTION ***
 ********************/
.centerColumn{
	margin-top:10px;
}
.clearBoth{
	clear:both;
}
#col-main-0{
	width:100%;
}
#col-main-1{
	width:900px;
	float:left;
}
#col-main-2{
	width:660px;
	float:left;
}
/* COLUMN LAYOUT WIDTH */
.navbar-header h3{
	display:none;
	font-weight:bold;
	padding:0;
	margin:15px 0 0 20px;
	font-family: NimbusSanNovCon-SemBol,HelveticaNeue-Condensed,HelveticaNeueBoldCondensed,HelveticaNeue-Bold-Condensed,"Helvetica Neue Bold Condensed",HelveticaNeueBold,HelveticaNeue-Bold,"Helvetica Neue Bold",HelveticaNeue,"Helvetica Neue",TeXGyreHerosCnBold,Helvetica,Tahoma,Geneva,"Arial Narrow",Arial,sans-serif;
	font-size: 16px;
	font-weight: 700;
	color:White;
}
.navbar-inverse .navbar-header h3, .navbar-header a{
	color:white;
}
#navbar .dropdown-menu{
	background-color:var(--azgray4);
}
#navbar .dropdown-menu a:hover{
	color:var(--azgray4);
	background-color:WhiteSmoke;
}
#topNav li li a {
    border: none;
}
.cat_level_1 > a, .cat_level_2 > a, .cat_level_3 > a, .cat_level_4 > a, .cat_level_5 > a, .cat_level_6 > a, .cat_level_7 > a{
	width:220px;
	display:block;
	text-decoration:none;
	font-family:Arial,Helvetica,sans-serif;
    font-size: 12px;
	font-weight:normal;
}
.cat_level_1 > a{
	background:url('../images/left_nav_top.png') right;
	height:39px;
	line-height:35px;
}
.cat_level_1 > .ui-state-active{
	color:#F14924;
	background:url('../images/left_nav_top_sub_over.png') right;
}
/* SUB CATEGORIES */
.cat_level_2 > a, .cat_level_3 > a, .cat_level_4 > a, .cat_level_5 > a, .cat_level_6 > a, .cat_level_7 > a{
	padding:5% !important;
	background-image:url('../images/left_nav.png') !important;
}
.cat_level_2.subcats > a{
	background-image:url('../images/left_nav_arrow.png') !important;
	background-position:right;
}
.cat_level_2.subcats > .ui-state-active{
	background-image:url('../images/left_nav_arrow_over.png') !important;
	background-position:right !important;
}
.cat_level_2 > .ui-state-active, .cat_level_3 > .ui-state-active, .cat_level_4 > .ui-state-active, .cat_level_5 > .ui-state-active, .cat_level_6 > .ui-state-active, .cat_level_7 > .ui-state-active{
	color:#F14924;
}
#navColumnOne{
	padding:0;
}
/**************
 *** FOOTER ***
 **************/
/* METAL MASHUP */
.ctct-embed-signup {
	background-color: #D4CDBF;
	margin: 20px auto 0 auto;
	padding:10px 0;
	border-top: 1px solid #C1A579;
	border-bottom: 1px solid #C1A579;
	text-align: center;
	font-size:18px;
}
.ctct-embed-signup img {
	height: 60px;
	margin-bottom: 5px;
	margin-right: 20px;
	display: inline-block;
}
#az_signup_container {
	display: inline-block;
	margin:0;
	vertical-align:middle;
	max-width: 500px;
}
#az_signup_container input{
    
}
/* LEGACY STYLES */
a.genericButtonSprite, button.genericButtonSprite {
    background: url(../images/Btn_Generic_Sprite_right.png) right top no-repeat;
    display: inline-block;
    padding: 0 19px 0 0;
    color: #024ba1;
    border: 0;
    font-size: 12px;
    position: relative;
    overflow: visible;
}
a.genericButtonSprite span, button.genericButtonSprite span {
    background: url(../images/Btn_Generic_Sprite_left.png) left top no-repeat;
    display: inline-block;
    white-space: nowrap;
    line-height: 31px;
    height: 32px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 19px;
    position: relative;
    font-weight: 700;
}
/* FOOTER LAST TWO ROWS */
#azfooter{
	width:100%;
	margin:0;
	padding:0;
}
#siteseal{
	cursor:pointer;
	margin-top:35px;
}
#azFooterRowOneBg{
	background:url(../images/footer_bg_one.png) repeat-x;
}
#azFooterRowOne{
	text-align: center;
	font-family: HelveticaNeue,"Helvetica Neue",Helvetica,Lucida,Arial,sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 11px;
	clear: both;
	color: var(--azgray3);
}
#azFooterRowOne .foot-c1, #azFooterRowOne .foot-c2, #azFooterRowOne .foot-c3{
	float:left;
}
#azFooterRowOne .foot-c1, #azFooterRowOne .foot-c3{
	text-align:left;
}
#azFooterRowOne .foot-c2{
	text-align:center;
}
#azFooterRowOne .foot-c1{
	width:15%;
}
#azFooterRowOne .foot-c2{
	width:70%;
	padding:10px 0;
}
#azFooterRowOne .foot-c3{
	width:15%;
	min-width:140px;
}
#azFooterRowOne .foot-c1 img{
	border:none;
}

#azFooterRowOne .foot-c2 p{
	font-size: 18px;
	color: #fff;
	margin: 0 0 2px 0;
	padding: 0;
}
#azFooterRowOne .foot-c2 a, #azFooterRowOne .foot-c2 span{
	font-size:14px;
	color:var(--azgray3);
}
#azFooterRowOne .foot-c2 a{
	text-decoration:underline;
}
#azFooterRowOne .foot-c2 a:hover{
	color:#F40;
}
#azFooterRowOne .foot-c3 ul{
	list-style-type:none;
	margin:10px 0 0 0;
	padding:0;
}
#azFooterRowOne .foot-c3 a{
	color:var(--azgray3);
	font-style: normal;
    font-weight: 400;
    font-size: 14px;
	line-height: 22px;
	text-decoration:none;
}
#azFooterRowOne .foot-c3 a:hover{
	color:#F40;
}

#azFooterRowTwoBg{
	background:url(../images/footer_bg_two.png) repeat-x;
}
#azFooterRowTwo{
	padding:5px 0 0 0;
	background:url(../images/footer_bg_two.png) repeat-x;
	height:40px;
}
#azFooterRowTwo .foot-c1{
	width:280px;
	float:left;
}
#azFooterRowTwo .foot-c1 img{
	margin:0 4px 0 0;
	height:30px;
}
#azFooterRowTwo .foot-c1 img:hover{
	box-shadow: 0 0 5px White;
}
#azFooterRowTwo .foot-c2{
	width:600px;
	float:left;
	text-align:center;
	padding-top:10px;
	font-size:12px !important;
	color:var(--azgray3);
	margin:0 auto;
}
#azFooterRowTwo .foot-c3{
	width:280px;
	float:right;
	text-align:right;
}
#azFooterRowTwo .foot-c3 img{
	margin:-2px 0 0 0;
	height:35px;
	padding:0;
}

/***************
 *** WIDGETS ***
 ***************/
/* ALSO PURCHASED WIDGET */
#alsoPurchased{
	margin:30px 0 0 0;
	position:relative;
}
#alsoPurchasedMask{
	overflow:hidden;
	border:solid 1px WhiteSmoke;
	display:block;
	margin:0 auto;
}
#alsoPurchasedItems{
	transition:transform 1s ease 0s;
}
#alsoPurchasedItems h3{
	margin:5px;
	font-size:12px;
	white-space: normal;
	color:black;
}
#alsoPurchasedItems .item{
	display:block;
	float:left;
	text-align:center;
	padding:10px;
}
#alsoPurchasedItems .item:hover{
	-moz-box-shadow: 0 0 15px Gray;
	-webkit-box-shadow: 0 0 15px Gray;
	box-shadow: 0px 0px 15px Gray;
}
#alsoPurchasedItems .item a{
	text-decoration:none;
}
#alsoPurchasedItems .item img{
	max-width:100%;
	height:auto;
}
#btnAlsoPurchasedLeft, #btnAlsoPurchasedRight{
	text-align:center;
	display:inline-block;
	font-size:24px;
	width:30px;
	height:30px;
	padding:0;
	top:90px;
	color:DarkGray;
	cursor:pointer;
}
#btnAlsoPurchasedLeft{
	position:absolute;
	left:0;
}
#btnAlsoPurchasedLeft:hover, #btnAlsoPurchasedRight:hover{
	color:#F25603;
}
#btnAlsoPurchasedRight{
	position:absolute;
	right:0;
}
#alsoPurchasedDots{
	text-align:center;
}
#alsoPurchasedDots span{
	margin:10px;
	font-size:28px;
	color:LightGray;
}
#alsoPurchasedHeader{
	border-top:solid 1px Gainsboro;
}
#alsoPurchasedHeader #linkToTop{
	margin-top:20px;
}

/* CROSS-SELL WIDGET */
#crossSell{
	margin:30px 0 0 0;
	position:relative;
}
#crossSellMask{
	overflow:hidden;
	border:solid 1px WhiteSmoke;
	display:block;
	margin:0 auto;
}
#crossSellItems{
	transition:transform 1s ease 0s;
}
#crossSellItems h3{
	margin:5px;
	font-size:12px;
	white-space: normal;
	color:black;
}
#crossSellItems .item{
	display:block;
	float:left;
	text-align:center;
	padding:10px;
}
#crossSellItems .item:hover{
	-moz-box-shadow: 0 0 15px Gray;
	-webkit-box-shadow: 0 0 15px Gray;
	box-shadow: 0px 0px 15px Gray;
}
#crossSellItems .item a{
	text-decoration:none;
}
#crossSellItems .item img{
	max-width:100%;
	height:auto;
}
#btnCrossSellLeft, #btnCrossSellRight{
	text-align:center;
	display:inline-block;
	font-size:24px;
	border:solid 1px DarkGray;
	border-radius:15px;
	width:30px;
	height:30px;
	padding:0;
	top:90px;
	color:DarkGray;
	cursor:pointer;
}
#btnCrossSellLeft{
	position:absolute;
	left:0;
}
#btnCrossSellLeft:hover, #btnCrossSellRight:hover{
	color:#F25603;
	border:solid 1px #F25603;
	background-color:WhiteSmoke;
}
#btnCrossSellRight{
	position:absolute;
	right:0;
}
#crossSellDots{
	text-align:center;
}
#crossSellDots span{
	margin:10px;
	font-size:28px;
	color:LightGray;
}
#crossSellHeader{
	border-top:solid 1px Gainsboro;
}
#crossSellHeader #linkToTop{
	margin-top:20px;
}

/* RATINGS AND REVIEWS SUMMARY WIDGET */
#ReviewSummary{
	font-size: 13px;
	border: 1px solid #ddd;
	background-color: #f8f8f8;
	border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 20px;
	margin: 20px 0 0 0;
	clear: both;
}
.piReview{
	margin:40px 0;
}
#ReviewSummary h4, .piReview h4 {
	margin: 5px 0 10px 0;
	font-size:14px;
	font-weight:bold;
}
#reviewBreakdown{
	float:right;
}
#reviewBreakdown ul{
	margin: 0;
	padding: 0;
}
#reviewBreakdown li {
	line-height: 18px;
	vertical-align: middle;
	margin-bottom: 2px;
}
.review_breakdown_outer {
    background-color: #ddd;
    height: 18px;
    line-height: 18px;
    vertical-align: middle;
    width: 100px;
    display: inline-block;
    margin: 0 5px;
}
.review_breakdown_inner {
    height: 18px;
    background-color: #ea8900;
    display: inline-block;
}
#linkToTop{
	font-weight:bold;
}
#linkToTop:hover{
	color:#F25603;
}

/**************************
 *** IMPORTANT SECTIONS ***
 **************************/
/* CATEGORY LISTING PAGES */
#navBreadCrumb{
	margin:10px 0 0 0;
}
#navBreadCrumb a{
	color:DarkGray;
	text-decoration:none;
}
#navBreadCrumb a:hover{
	color:#F40;
}
.landingPageHeading, #indexProductListCatDescription h2{
	font-family:NimbusSanNovCon-SemBol,Helvetica,Tahoma,Geneva,Arial,Verdana;
	font-size:20px;
}
.categoryListBoxContents:hover, .gridLayout:hover{
	-moz-box-shadow: 0 0 15px LightGray;
	-webkit-box-shadow: 0 0 15px LightGray;
	box-shadow: 0px 0px 15px LightGray;
}
.categoryListBoxContents{
	text-align:center;
	height:270px;
	overflow:hidden;
	width: 33% !important;
}
.categoryListBoxContents a{
	vertical-align:middle;
}
.categoryListBoxContents a:hover{
 	text-decoration:none;
}
.categoryListBoxContents a h3{
	font-size:18px;
	font-family:NimbusSanNovCon-SemBol,Helvetica,Tahoma,Geneva,Arial,Verdana;
    color: #024BA1;
	height:40px;
}
.categoryListBoxContents a h3:hover{
    color:#F25603;
}
.categoryListBoxContents img{
	margin:0 auto 10px auto;
	display:block;
}
/* PRODUCT LISTING PAGES */
#lineAboveListing, #lineBelowListing{
	display:table;
	clear: both;
	width:100%;
	height: 50px;
	vertical-align: middle;
	background-image: linear-gradient(to bottom,white 0,WhiteSmoke 100%);
	font-size: 12px;
}
#productsListingTopNumber, #productsListingBottomNumber, #specialsListingTopNumber, #specialsListingBottomNumber{
	display:table-cell;
    margin-top: 15px;
    margin-left: 20px;
	vertical-align:middle;
}
#productsListingListingTopLinks{
	display: inline-block;
    margin-top: 15px;
    margin-left: 20px;
}
#specialsListingTopLinks, #specialsListingTopNumber{
	display: inline-block;
    margin:15px 10px;
}
#productsListingListingBottomLinks, #specialsListingBottomLinks{
	float:right;
	margin:15px 15px 0 0;
}
#productsListingListingTopLinks .current, #productsListingListingBottomLinks .current, #specialsListingTopLinks .current, #specialsListingBottomLinks .current{
	border: 1px solid black;
    border-radius: 4px;
    color:black;
    padding: 5px 10px;
	margin-left: 15px;
    font-size: 13px;
}
#productsListingListingTopLinks a, #productsListingListingBottomLinks a, #specialsListingTopLinks a, #specialsListingBottomLinks a{
	color:gray;
    margin-left: 15px;
    font-size: 13px;
	text-decoration: none;
	font-weight:bold;
}
#productsListingListingTopLinks a:hover, #productsListingListingBottomLinks a:hover, #specialsListingTopLinks a:hover, #specialsListingBottomLinks a:hover{
	color: #F25603;
}
#lineAboveListing .dropdown{
	float:right;
	margin:10px;
}
#lineAboveListing .dropdown label{
	margin:5px 10px 0 0;
}
#productName, #productDescriptionTitle{
	font-family:NimbusSanNovCon-SemBol,Helvetica,Tahoma,Geneva,Arial,Verdana;
	font-size: 26px;
	color:#F25603;
	margin:10px 0 20px 0;
    padding: 0 20px 0 0;
}
#productIdentifiers{
	font-family:HelveticaNeue,"Helvetica Neue",Helvetica,Lucida,Arial,sans-serif;
    font-size:16px;
	margin:15px 0 0 0;
}
#productIdentifiers span{
	color:DarkGray;
}
#productPrices{
	font-family:HelveticaNeue,"Helvetica Neue",Helvetica,Lucida,Arial,sans-serif;
    font-size:20px;
}
#productDetailsList{
	color:DarkGray;
	font-size:14px;
	list-style-type:none;
	margin:0;
	padding:0;
}
#cartAdd{
	width:230px;
	background-color:#f8f8f8;
	text-align:center;
	border:1px solid LightGray;
	border-radius:5px;
	padding:20px 0;
	margin:20px 0;
}
#cartAdd input[type=text] {
	padding:5px;
	margin:0 10px;
	width: 40px;
	text-align:center;
	border: 1px solid LightGray;
	border-radius: 5px;
}
.wrapperAttribsOptions label{
	font-weight:normal;
	margin:10px 5px 0 5px;
}
.wrapperAttribsOptions .optionName, .attribsSelect{
	font-size:16px;
	font-weight:bold !important;
	margin:10px 0 5px 0;
	color:black;
}
.wrapperAttribsOptions select{
	width:100%;
	max-width:350px;
	border:solid 1px LightGray;
	border-radius:4px;
	padding:5px 10px;
	font-size:16px;
}
#productAdditionalImages{
	margin:20px 0;
}
.additionalImages{
	cursor:pointer;
	display:inline-block;
	margin:2px;
	border:solid 1px WhiteSmoke;
}
.additionalImages:hover{
	-moz-box-shadow: 0 0 15px LightGray;
	-webkit-box-shadow: 0 0 15px LightGray;
	box-shadow: 0px 0px 15px LightGray;
}
#productReviewLink{
	margin:40px 0 0 0;
}
#productActionBlock{
	display:table;
	float:right;
}

/* PRODUCT LISTING PAGE: RATINGS */
.listingReviews{
	white-space:nowrap;
}
.listingReviews img {
	vertical-align: middle;
}
.listingReviews span {
	font-weight: 700;
	font-size: 12px;
	line-height: 14px;
	color:Navy;
	display:none;
}
.listingReviews a:hover span {
	display:inline-block;
}
.listingReviews a:hover img {
	display:none;
}

/* PRODUCT LISTING PAGES: GRID/LIST LAYOUTS */
.itemTitle a{
	font-size:16px;
}
.gridLayout{
	height:420px;
	overflow:hidden;
	text-align:center;
}
.listLayout{
	min-height: 180px;
	position:relative;
	border-bottom:solid 1px Gainsboro;
	clear:both;
}
.gridLayout .itemTitle{
	height:60px;
	overflow:hidden;
	text-align:left;
}
.gridLayout .listingProductImage{
	height:auto;
}
.gridLayout .listingProductImageLink{
	display:block;
	text-align:center;
	margin:10px 0;
}
.listLayout h3, .listLayout .listingReviews{
	margin:0;
}
.listLayout .productListing-data{
	margin:5px 0;
}
.listLayout .btnBuyNow, .listLayout .btnMoreInfo{
	margin:10px 0 0 0;
}
.listLayout .listingProductImageLink{
	margin:0 0 0 5px;
	padding:0 0 0 5px;
	
}
.listLayout .listingProductImageLink img{
	max-height:100%;
}
.listLayout .listImage{
	float:left;
	margin:10px 15px 0 0;
	border:solid 1px WhiteSmoke;
}
.btnMoreInfo{
	color:#0E4F9D;
	font-weight:bold;
}
.btnBuyNow{
	color:Green;
	font-weight:bold;
}
.gridLayout .actionButtonBox{
	text-align:center;
	margin-top:20px;
}



/* PRODUCT SPECIALS PRICING */
.normalprice {
    text-decoration: line-through;
    font-weight:normal;
	font-size:18px;
	color:DarkGray;
}
.productSpecialPrice {
	color:DarkGreen;
    margin-left: 2px;
}
.productPriceDiscount {
    font-weight: 700;
    margin-left: 10px;
    color: #F25603!important;
    font-size: 14px;
}

/* PRODUCT REVIEWS PAGES */
#productInfoReviews{
	margin-top:20px;
	border-top:solid 1px Gainsboro;
}
#productInfoReviews h3{
	color:#F25603;
}
.ReviewSummary{
	font-size: 13px;
	border: 1px solid #ddd;
	background-color: #f8f8f8;
	border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 20px;
	clear: both;
	margin-top:10px;
	cursor:pointer;
}
.ReviewSummary p{
	margin:0 0 5px 0;
}
.ReviewSummary:hover{
	background-color:#EEE;
}
.review-item-image{
	max-width:80px;
	float:left;
	margin:0 10px 10px 0;
}
.rating-stars-img{
	width:127px;
	height:20px;
}
#reviewProductName{
	margin-bottom:0;
	font-size:24px;
}
#reviewProductModel{
	margin:5px 0 10px 0;
	color:DarkGray;
	font-size:16px;
}
#reviewProductPrices{
	font-size:16px;
}
#noReviewsLinks a{
	font-weight:bold;
}

/* EZ PAGES */
#ezPageDefault h3{
	margin:20px 0;
	padding:0;
}
a.lnkTop{
	float:right;
}

/* DEFINES PAGES */
#contactUs{
	margin:0 20px;
}
#tblContactUsInfo{
	width:100%;
	color:Gray;
	line-height:25px;
	margin:20px 0;
}
#tblContactUsInfo .glyphicon{
	font-size:30px;
	margin:10px;
}
#tblContactUsInfo span{
	font-weight:bold;
}
#tblContactUsInfo .addressLabel{
	display:inline-block;
	width:100px;
	font-weight:normal;
}
#addressMap{
	width:100%;
	min-height:300px;
}
label.inputLabel {
    min-width: 150px;
    margin: 10px 0;
    display: inline-block;
	font-size:14px;
	font-weight:normal;
	white-space:nowrap;
}
.inputLabel .required{
	color:Red;
	margin:0 10px;
}
#contactUsForm .input-group-addon{
	min-width:150px;
	text-align:left;
	vertical-align:top;
	background-color:White;
	border:none;
}
#contactUsForm input, #contactUsForm select{
	max-width:300px;
}

/* SHIPPING ESTIMATOR */
#shippingEstimatorContent{
	padding:20px;
}
/* CHECKOUT PAGES */
.totalBox{
	font-weight:bold;
	min-width:60px;
	text-align:right;
}
/* CHECKOUT PAGES: STEPS BOX */
#accountOrderSteps{
	width:100%;
	background-color:#F8F8F8;
	border:solid 1px Silver;
	height:120px;
}
.orderStepNumber {
    display:block;
    border-radius:50%;
    width:35px;
    height:35px;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    padding-top:7px;
    line-height:18px;
    border:1px solid Silver;
    position:relative;
    background-color:White;
    text-align:center;
	margin:0 auto;
	color:Silver;
}
.orderStepCaption{
	text-align:center;
	vertical-align:top;
	color:Silver;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}
.activeStepCaption, .activeStepNumber{
	color:#F25603;
	border-color:#F25603;
	font-weight:bold;
}
.completeStepCaption, .completeStepNumber{
	color:DarkBlue;
	border-color:DarkBlue;
	font-weight:bold;
}
.activeStepNumber, .completeStepNumber{
	border:solid 2px;
}
.stepLineLeft, .stepLineRight{
	position:absolute;
	top:0;
	width:50%;
	height:100%;
    background-image: url(../images/coStepsOffBg.png);
	background-position-y:-1px;
	background-repeat:repeat-x;
	z-index:0;
	vertical-align:bottom;
}
.stepLineLeft{
	left:0;
}
.stepLineRight{
	right:0;
}
.coLineBg{
	background-image: url(../images/coStepsOffBg.png);
}
.coLineBgOn{
	background-image: url(../images/coStepsOnBg.png);
}
#orderStepOne, #orderStepTwo, #orderStepThree, #orderStepFour{
	width:33%;
	position:relative;
	vertical-align:bottom;
}
#orderStepOne span, #orderStepTwo span, #orderStepThree span, #orderStepFour span{
	z-index:1;
}
/* CHECKOUT PAGES: HELP */
#helpLink{
	float:right;
	cursor:pointer;
	color:DarkBlue;
	font-weight:bold;
}
#helpLink:hover{
	color:#F25603;
}
#helpContent{
	width:50%;
	margin:30px auto;
	padding:20px;
	background-color:WhiteSmoke;
}

/************************
 *** ADD-ONS/PLUG-INS ***
 ************************/
/* KEYWORD SUGGEST PLUG-IN */
#suggestbx {
	max-width:560px;
    z-index: 95;
    position: absolute;
    top: -500px;
    left: -500px;
    background-color: White;
    border: 1px solid Gray;
}
.pline {
    height: 42px;
    cursor: pointer;
	border-bottom:dotted 1px Silver;
	background-color:white;
	width:100%;
	display:table;
	clear:both;
}
.pline_on{
    height: 42px;
    cursor: pointer;
	border-bottom:dotted 1px Silver;
	background-color:Gainsboro;
}
.pimg{
	height:38px;
	width:38px;
	overflow: hidden;
	float:left;
	margin:1px;
	background-color:White;
	border:solid 1px Gainsboro;
	border-radius:3px;
	display:table-cell;
}
.pimg img{
    margin: auto; 
    max-height:100%;
    max-width:100%;
}
.pname{
	float:left;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	font-size:14px;
	font-weight:bold;
	color:SlateGray; /* #F25603 */
	margin:3px 0 0 5px;
	padding:0;
	display:table-cell;
	width:500px;
}
.pdesc{
	float:left;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	font-size:11px;
	font-weight:normal;
	color:gray;
	margin:0 0 0 5px;
	padding:0;
	display:table-cell;
	width:500px;
}
#cs {
    text-align: right;
    font-size: 14px;
    height: 20px;
	line-height:20px;
    cursor: pointer;
    position: relative;
	margin-right:5px;
    z-index: 6
}

/* SHIP ON CUSTOMER'S ACCOUNT PLUG-IN */
#ShipCustAccountInfo th{
	text-align:right;
	padding-right:10px;
	white-space:nowrap;
	vertical-align:top;
}
/* PRODUCTS FILTERS PLUG-IN */
#filtersNav .collapsed{
	background:url("../images/downArrow.png") no-repeat 98% 50%;
	cursor:pointer;
}
#filtersNav .collapsible{
	background:url("../images/rightArrow.png") no-repeat 98% 50%;
	cursor:pointer;
}
#filterTitle{ 
	color:#F25603;
	font-weight:bold;
	margin:20px 10px 10px 10px;
	width:90%;
}
#filters-master{
	margin-bottom:20px;
}
.filter-name{
	font-weight:bold;
	margin:20px 5px 5px 5px;
	padding:2px;
}
ul.filter-value-list{
	margin:0;
	padding:0;
	display:block;
	clear:both;
}
li.filter-value{
	display:block;
	padding:0 5px;
	margin:0;
	cursor:pointer;
	width:auto !important;
}
li.filter-value:hover{
	background-color:WhiteSmoke;
}
li.filter-value-disabled{
	display:block;
	padding:0 5px;
	margin:1px;
	width:auto !important;
	color:LightGray;
}
li.filter-value-disabled .lblFilters{
	cursor:inherit;
}

.filter-value span{
	color:Gray;
}
.filter-value span, .filter-value-disabled span{
	letter-spacing: 1px;
	margin-left:5px;
}
.filter-name span::before, .filter-value span::before, .filter-value-disabled span::before{
	content:"(";
}
.filter-name span::after, .filter-value span::after, .filter-value-disabled span::after{
	content:")";
}

.cbxFilters{
	height:16px!important;
	width:16px!important;
	cursor:pointer;
	vertical-align:baseline !important;
}
.selectFilter{
	font-weight:bold;
	color:#F25603 !important;
}
.lblFilters{
	font-family: NimbusLight;
	font-weight:normal;
	font-size:17px;
	display:inline-block;
	max-width:190px !important;
	margin-left:5px;
	cursor:pointer;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	vertical-align:middle;
}
.lblFilters img{
	max-width:130px !important;
}
#selected_filters{
	margin:10px 0;
	padding-bottom:10px;
	border-bottom:solid 1px LightGray;
}
#selected_filters h4{
	margin:10px 5px;
}
#selected_filters button{
	width:100%;
	text-align:left;
	margin:5px 0;
}
.navbar-collapse{
	padding:0;
}
#back_to_filter{
	margin:20px 0 20px 40px;
}

/* User Greeting */
#CustomerGreetingMenu .caret, #Greeting{
	color:#F70;
	vertical-align:super;
}
#Greeting{
	font-family:NimbusLight;
	font-style:italic;
}
#CustomerName{
	display:inline-block;
	max-width:200px;
	overflow:hidden;
	text-overflow:ellipsis;
	margin:0 3px;
}

.glyphicon-user{
	color:#1266CC !important;
	vertical-align:super;
}

#navbar .navbar-nav a{
	white-space:nowrap;
}
#navbar .navbar-nav{
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}
/***********************************
 ********** MEDIA QUERIES **********
 ***********************************/
@media only screen and (max-width: 1200px) {
	#col-main-1{
		width:700px;
	}
	#top-menu-1 a{
		padding:5px 22px;
	}
	#exclusivesBar .navbar-nav{
		width:750px;
	}
	.custom-top-link a{
		padding:10px 20px !important;
		
	}
	/* FOOTER */
	.ctct-embed-signup img{
		height:50px;
	}
	.ctct-embed-signup{
		font-size:14px;
	}
	#azFooterRowTwo .foot-c2{
		width:410px;
	}
	/* KEYWORDS SUGGEST */
	#suggestbx {
    	max-width:445px;
    }
	.pline {
    	width:440px;
	}
	.pname, .pdesc {
    	width:390px;
	}
}
@media only screen and (max-width: 992px) {
	#col-main-1{
		width:480px;
	}
	#top-menu-1 .navbar-nav{
		display:inline-block!important;
	}
	#top-menu-1 .navbar-nav li{
		min-width:25%;
		min-height:30px;
	}
	.custom-top-link a{
		padding:5px 10px !important;
		
	}
	
	#azLearningCtr h3{
		margin:5px 0;
		font-size:14px
	}
	/* FOOTER */
	#azFooterRowOne .foot-c1, #azFooterRowOne .foot-c3{
	width:140px;
	}
	#azFooterRowOne .foot-c2{
		width:470px;
	}
	#azFooterRowTwo .foot-c1, #azFooterRowTwo .foot-c3{
		width:200px;
	}
	#azFooterRowTwo .foot-c1 img{
		height:24px;
		margin:5px 0;
	}
	#azFooterRowTwo .foot-c2{
		width:350px;
		padding:0;
	}
	#azFooterRowTwo .foot-c3 img{
		height:30px;
		width:auto;
		margin:0;
	}
	/* PRODUCT LISTING */
	#productsListingListingTopLinks{
		display:none;
	}
	#productsListingTopNumber{
		display:none;
	}
	#productDescription{
		margin:20px 0 0 0;
	}
	#productActionBlock{
		float:none;
	}
	/* CHECKOUT */
	.checkoutStepLine{
		width:90px;
	}
}
@media only screen and (max-width: 767px) {
	#logo img{
		height:50px;
		width:auto;
	}
	#navBreadCrumb{
		visibility:hidden;
		max-height:20px;
		overflow:hidden;
	}
	.navbar-header h3{
		display:inline-block;
	}
	#cartTotals{
		display:none;
	}
	#cartWidgetContainer{
		width:auto;
	}
	#top-navigation{
		clear:both;
		width:100%;
	}
	#navMainSearch{
		margin:17px 0 0 0;
	}
	ul.navbar-nav{
		width:100%;
		display:block;
	}
	#top-menu-1 .navbar-nav{
		display:block!important;
	}
	#top-menu-1 .navbar-nav li{
		width:100%;
		padding:5px 15px;
	}
	#top-menu-1 .navbar-collapse{
		max-height:none;
	}
	#col-main-0, #col-main-1, #col-main-2{
		margin-top:40px;
		width:100%;
	}
	#exclusivesBar h3{
		color:Black;
	}
	#categories h3{
		color:White;
	}
	#exclusivesBar li{
		text-align:left;
	}
	#exclusivesBar ul.navbar-nav{
		display:block;
	}
	
	/* LAYOUT */
	.gridLayout{
		text-align:center;
	}
	/* CATEGORIES HAMBURGER */
	#categoriesBar{
		top:auto;
		background-color:#419641;
		background-image: -webkit-linear-gradient(top,#5cb85c 0,#419641 100%);
		background-image: -o-linear-gradient(top,#5cb85c 0,#419641 100%);
		background-image: -webkit-gradient(linear,left top,left bottom,from(#5cb85c),to(#419641));
		background-image: linear-gradient(to bottom,#5cb85c 0,#419641 100%);
		color:white;
	}
	#categoriesBar .icon-bar, #filters-master .icon-bar{
		background-color:white;
	}
	#categoriesBar .navbar-toggle:hover, #filters-master .navbar-toggle:hover{
		background-color:Green;
	}
	.columnLeft{
		position:absolute;
		width:100%;
		margin-left:-15px;
	}
	.cat_level_1 > a{
		background-image:none;
	}
	.cat_level_1 .ui-state-active{
		background-image:none;
		background-color:WhiteSmoke !important;
		width:100%;
	}
	.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse{
		max-height:none;
	}
	/* CART WIDGET */
	#cartWidget .dropdown-menu{
		transform:translate3d(-250px, 0px, 0px);
	}
	/* JQUERY MENU */
	ul a.parent{
		display:block !important;
		width:100% !important;
	}
	.ui-icon-caret-1-e{
		display:none !important;
	}
	.ui-menu-item > ul{
		display:none !important;
	}
	.navbar-collapse {
		padding-right:0;
		padding-left:0;
	}
	.ui-menu-item{
		padding:5px 10px;
		font-size:16px;
		border-bottom:solid 1px Gainsboro;
	}
	/* FOOTER: ROW 1 */
	#azFooterRowOne .foot-c2{
		position:absolute;
		width:100%;
	}
	#azFooterRowOne .foot-c3{
		float:right;
	}
	/* FOOTER: ROW 2 */
	#azFooterRowTwo .foot-c2{
		width:100%;
		margin:10px 0 0 0;
	}
	#azFooterRowTwo .foot-c3{
		position:absolute;
		right:5px;
	}
	/* CATEGORY LISTING */
	.categoryListBoxContents{
		width:100%;
		border-bottom:solid 1px WhiteSmoke;
	}
	/* CHECKOUT PAGE */
	#AuthorizeNetSeal{
		margin-left:370px;
	}
	/* CHECKOUT PAGE: HELP */
	#helpContent{
		width:100%;
		margin:0;
	}
	/* PRODUCTS FILTERS */
	#lineAboveListing{
		display:none;
	}
	#filtersBar{
		top: auto;
		background-color:#419641;
		background-image: -webkit-linear-gradient(top,#5cb85c 0,#419641 100%);
		background-image: -o-linear-gradient(top,#5cb85c 0,#419641 100%);
		background-image: -webkit-gradient(linear,left top,left bottom,from(#5cb85c),to(#419641));
		background-image: linear-gradient(to bottom,#5cb85c 0,#419641 100%);
		color: white;
	}
	#filtersBar .icon-bar {
		background-color: white;
	}
	#filtersNav{
		background-color:White;
		position:absolute;
		z-index:95;
		width:100%;
		padding-bottom: 19px;
		border-bottom: double 8px LightGray !important;
	}
	.lblFilters{
		color:Black;
	}
	.filter-name{
		color:Black;
		border-bottom:solid 1px Gainsboro;
	}
	#selected_filters button{
		width:auto;
		margin:5px;
	}
	#selected_filters button:hover{
		color:#F25603;
	}
	#selected_filters button span{
		margin:2px 0 0 10px;
	}
	#filterTitle{
		font-size:18px;
		margin:20px 0 10px 5px;
	}
	#shop-by-category{
		display:none;
	}
	/* CATEGORIES SIDE MENU */
	#categoriesContent{
		background-color:White;
		max-width:99%;
	}
	.ui-menu-item{
		min-height:auto;
		padding:0;
	}
	.ui-menu-item a{
		min-height:auto;
	}
	/* PRODUCT DESCRIPTION PAGE: SOCIAL NETWORK SHARING */
	#social-sharing{
		width:100%;
		float:none;
		margin:0;
	}
}
@media only screen and (max-width: 650px) {
	#azFooterRowOne .foot-c1{ display:none; }
	#azFooterRowOne .foot-c2{
		position:relative;
		width:250px;
		text-align:left;
		margin:0 0 0 20px;
	}
	.blogHead{
		height:40px;
	}
	.blogHead img{
		display:none;
	}
	.checkoutStepLine{
		width:50px;
	}
	/* KEYWORD SUGGEST */
	.pimg{
		display:none;
	}
	.pimg img{
		display:none;
	}
	.btn-orange, .btn-light-blue, .btn-white{
		padding: 7px 12px;
	}
}

/* RANGE RESTRICTION */
@media only screen and (max-width:992px) and (min-width:768px) {
	/* TOP LINKS BAR */
	.custom-top-link{
		font-size:1em;
	}
	#shop-by-category a, #shop-by-category p{
		margin:0;
		padding:5px 0 !important;
		min-width:215px;
	}
	.btn-shop-now{
		width:80px;
		height:30px;
		padding:5px 0;
	}
	.navbar{
		min-height:auto;
	}
	
	/* SHOPPING CART */
	#cartButtons a{
		display:inline-block;
		float:none !important;
		margin:2px;
	}
	#cartButtons{
		text-align:center;
		padding:5px;
	}
}
