/* Welcome to Insite Commerce 3.5! */

/*@font-face {font-family: 'Swiss721BT-RomanCd';src: url('webfonts/Swiss721BT-RomanCondensed.eot');src: url('webfonts/Swiss721BT-RomanCondensed.eot?#iefix') format('embedded-opentype'),url('webfonts/Swiss721BT-RomanCondensed.woff') format('woff'),url('webfonts/Swiss721BT-RomanCondensed.ttf') format('truetype');}
@font-face {font-family: 'Swiss721BT-BoldCd';src: url('webfonts/Swiss721BT-BoldCondensed.eot');src: url('webfonts/Swiss721BT-BoldCondensed.eot?#iefix') format('embedded-opentype'),url('webfonts/Swiss721BT-BoldCondensed.woff') format('woff'),url('webfonts/Swiss721BT-BoldCondensed.ttf') format('truetype');}
@font-face {font-family: 'Swiss721BT-ItalicCd';src: url('webfonts/Swiss721BT-ItalicCondensed.eot');src: url('webfonts/Swiss721BT-ItalicCondensed.eot?#iefix') format('embedded-opentype'),url('webfonts/Swiss721BT-ItalicCondensed.woff') format('woff'),url('webfonts/Swiss721BT-ItalicCondensed.ttf') format('truetype');}
@font-face {font-family: 'Swiss721BT-BoldCdItalic';src: url('webfonts/Swiss721BT-BoldCondensedItalic.eot');src: url('webfonts/Swiss721BT-BoldCondensedItalic.eot?#iefix') format('embedded-opentype'),url('webfonts/Swiss721BT-BoldCondensedItalic.woff') format('woff'),url('webfonts/Swiss721BT-BoldCondensedItalic.ttf') format('truetype');}*/

/* Foundation */

body {
	font: 13px/1.5em Helvetica, Arial, sans-serif;
	color: #4c3e32;
	/*background:url(../Images/bg-noise-3.jpg) repeat top center #fff;*/
	/*border-bottom:8px solid #4a4846;*/
	position:relative;
    background: #d9d9d6;
	}
			
.masterC {
	position:relative;
	margin: 0 auto 0 auto;
	padding:0 30px;
	z-index: 10;
	width: 960px;
	background:#fff;
	-webkit-box-shadow: 0 0 15px 0 rgba(25,25,25,0.2);
	box-shadow: 0 -7px 15px 0 rgba(25,25,25,0.2);
	}
	
	.masterC:after { content: ""; display: table; clear: both; } /* IE8 + clear fix */

.midwrapper, .midwrapper2 {
	float:left;
	position:static;  /* Required for Tooltip positioning */
	z-index:20;
	padding:0 0 45px 0;
	min-height:350px;
	}

.contentArea, .contentAreai, .contentArea2 {
	float: left;
	width: 960px;
	}

.contentWrapper {
	float:left;
	width: 960px;
	}
	
	.content {
		float:left;
		width: 920px;
		margin:0 20px;
		}

.contentWrapper2 {
	float:right;
	width:678px;
	margin-right:20px;
	}
	
	.content2 {
		width:100%;
		}

.content-idx { /* Homepages */
	float:left;
	width: 960px;
	}


/* The Basics */
						
a {
	color: #00467f;
	text-decoration: none;
	font-weight:bold;
	}

a:hover, a:focus {
	color: #00467f; 
	text-decoration: underline;
	}

h1 a, h2 a, h3 a {
	font-weight:normal; }

h1 {
	font-size:40px;
	line-height:1.2em;
	font-weight:normal;
	margin-top: .25em;
	margin-bottom: 0.5em;
	font-family: 'Arial';font-weight:bold;
	text-transform:uppercase;
	letter-spacing:-0.025em;
	word-spacing:0.025em;
	}
	
	h1 p, h2 p, h3 p, h4 p {
		margin:0; }

h2 {
	font-size:19px;
	line-height:24px;
	font-weight:normal;
	margin-top: 1em;
	margin-bottom: 0.75em;
	color:#94908c;
	font-family: 'Arial';font-weight:bold;
	text-transform:uppercase;
	}

h3 {
	font-size:14px;
	line-height:1.5em;
	font-weight:normal;
	margin-top: 1em;
	margin-bottom: 0.75em;
	font-family: 'Arial';font-weight:bold;
	text-transform:uppercase;
	}

h4, h5, h6 {
	font-size:11px;
	font-weight:bold;
	margin-top: 1em;
	margin-bottom: 0.75em;
	color:#94908c;
	text-transform:uppercase;
	}
	
p {
	margin-bottom: 1.5em; 
	}

em {
	font-style:italic;
	}
	
strong {
	font-weight:bold;
	}

table, table th, table td {
	text-align:left; 
	}

/* Buttons */

	a.btn  {
		display:inline-block;
		font:inherit;
		line-height:100%;
		font-weight:normal;
		text-align:center;
		padding:8px 16px;
		text-decoration:none;
		border-radius:5px;
		font-family:'Arial';font-weight:bold;
		font-size:15px;
		line-height:16px;
		text-transform:uppercase;
		}	
	
		a.btn:hover, a.btn:focus {
			text-decoration:none;
			}
		
	/* Button Style A */
	
	a.btnStyleA {
		background: #ac1a2f;
		color:#fff;
		}	
		
		a.btnStyleA:hover, a.btnStyleA:focus {
			background:#00467f;
			color:#fff;
			}	
		
	/* Button Style B */
	
	a.btnStyleB {
		background:#7f7f7f;
		color:#fff;
		}	
		
		a.btnStyleB:hover, a.btnStyleB:focus {
			background:#565656;
			color:#fff;
			}	
	
	/* Button Style C */
	
	a.btnStyleC {
		background:none;
		padding:7px 15px;
		border:1px solid #D4D4D4;
		}	
		
		a.btnStyleC:hover, a.btnStyleC:focus {
			background:#f6f6f6;
			border:1px solid #D4D4D4;
			}

	/* Sitewide Buttons */
	
	a.btn-add-cart { 
		}
	
	a.btn-add-wishlist { 
		}
	
	a.btn-add-list { 
		border-radius:0;
		background:url(../Images/icon-plus-blue.png) no-repeat left center transparent;
		padding-left:16px;
		padding-right:0;
		color:#00467f;
		font-size:11px;
		text-transform:uppercase;
		font-family:Helvetica, Arial, sans-serif;
		font-weight:bold;
		}
	
	a.btn-add-list:hover,a.btn-add-list:focus { 
		background:url(../Images/icon-plus-red.png) no-repeat left center transparent;
		color:#ac1a2f;
		text-decoration:none;
		}
		
	body #fancybox-close {
		position:absolute;
		right:0;
		top:0;
		width:30px;
		height:30px;
		z-index:1103;
		cursor: pointer;
		display: none;
		border:0;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		background:url(../Images/Default/icon-close-light.png) no-repeat center center #333333;
		}		
	
		body #fancybox-close:hover, body #fancybox-close:focus {
			background-color:#6A6A6A;
			}
			
							
/* Forms */

input[type='text'], input[type='password'], input[type='file'] {
	font-family:inherit;
	font-size:inherit;
	text-indent:.75em;
	color:inherit;
	width:97%;
	height:30px;
	/* line-height:30px; */
	background:#f4f4f4;
	border:1px solid #c9c5c2;
	border-radius:5px;
	margin:0;
	padding:0;
}

input[type='file'] {
	text-indent: 0;
	padding-left: 0.75em;
	padding-top: 0.75em;
	padding-bottom: 0.75em;
}
			
textarea {
	resize:none;
	font:inherit;
	color:#333;
	width:95%;
	padding:4px;
	margin:0;
	background:#f4f4f4;
	border:1px solid #c9c5c2;
	border-radius:5px;
	}

select {
	font:inherit;
	color:#333;
	width:99.5%;
	margin:0;
	background:#f4f4f4;
	border:1px solid #c9c5c2;
	border-radius:5px;
	outline: 0 !important;
	/* This was causing Chrome to cutoff .5em on right of option, replaced with padding-left */
	/* text-indent:.5em; */
	padding-left: .5em;
	padding-top:5px;
	padding-bottom:5px;
	}	
	
	/* Firefox misbehavin' */
	@-moz-document url-prefix() {
		select {
			height:auto;
			padding:6px 3px 6px 5px;
			text-indent:0;
			width:98.2%;
			}
	}
					
	input[type='text']:focus, input[type='password']:focus,
	select:focus,
	textarea:focus {
		background:#fff;
		border-color:#95908c;
		}
			
input.qty[type='text'] {
	}


/* Sitewide - Misc. */

ol {
	list-style:decimal;
	margin: 20px 0 15px 20px;
	}
		
	ol li {
		margin:8px 0;
		}
	
.content ul, .content2 ul {
	list-style-type:disc;
	margin-bottom:1.5em;
	margin-left:15px;
	}
		
	.content ul li, .content2 ul li {
		margin-bottom:0.5em;
		}		

.messaging {
	font-weight:bold;
	font-style:italic;
	}
	
.redTxt {
	color: #ac1a2f;
	}	

.error, .field-validation-error {
	color:#ac1a2f;
	font-weight:bold;
	font-style:italic;
	}

.price { 
	}

.price-sale {
	font-weight:bold;
	color: #ac1a2f;
	}

.price-old {
	text-decoration:line-through;
	opacity:0.5;
	}

.contact-branch {
	font-weight:bold; }
	
ul.doclinks {
	list-style-type:none;
	margin:0; }	
	
	ul.doclinks li {
		display:inline-block; 
		margin-right:1.5em;}	

/* Custom Headings */

.cust-heading { 
	width:100%;
	position:relative;
	}
	
	.cust-heading h2 { 
		width:100%;
		font-weight:normal;
		text-align:center;
		font-family: 'Arial';font-weight:bold;
		color:#94908c;
		text-transform:uppercase;
		font-size:19px;
		line-height:1.2em;
		padding-bottom:24px;
		background:url(../Images/sectionHeaderBracket.png) no-repeat bottom center;
		}
	
	.cust-heading h2 em { 
		display:block;
		font-family:"Times New Roman", Times, serif;
		font-size:16px;
		line-height:1.4em;
		margin-bottom:0.25em;
		font-style:italic;
		color:#4c3e32;
		text-transform:none;
		}
	
	.cust-heading:before { 
		content:'';
		display:inline-block;
		width:320px;
		position:absolute;
		top:50%;
		left:0;
		border-bottom:1px dotted #918F8F;
		}
	
	.cust-heading:after { 
		content:'';
		display:inline-block;
		width:320px;
		position:absolute;
		top:50%;
		right:0;
		border-bottom:1px dotted #918F8F;
		}
	
		/*.content2 .cust-heading:before, .content2 .cust-heading:after {
			width:190px; } */
			
/* Sitewide - Item Numbers */

.item-num, .item-num-mfg, .item-num-my, .item-num-sep, .mfg-num, .part-num {
	color:#7b7773; }

.item-num-sep { padding: 0 4px; }
		
		
/* Sitewide - Breadcrumbs */

.bcbar {
	float:left;
	clear:both;
	width:100%;
	margin-top:10px;
	margin-bottom: 2.5em;
	font-size:12px;
	}
			
	.bcbar ul {
		list-style-type:none;
		margin:0; }
	
	.contentArea2 .bcbar ul {
		margin:0 20px; }
		
		.bcbar ul li {
			display:inline-block;	
			}
		
		.bcbar .bc-separator {
			margin:0 .5em;
			color:#94908c;
			}
	
	.bcbar a {
		} 
		
	.bcbar a:hover, .bcbar a:focus {
		}
	
	.bc-current {
		font-weight:bold;
		color:#AC1A2F;
		}


/* Sitewide - Search Autocomplete */

body .ui-autocomplete {
	z-index:100 !important;
	border-radius:0;
	font:inherit;
	color:inherit;
	}
	
	body .ui-autocomplete a.ui-state-hover {
		background:#EEE;
		border-radius:0; }
			
	
/* Sitewide - 3.3 Paginator */

.paginator {
	clear:both;
	width: 100%;
	float:left;
	text-align:right;
	margin-bottom:1.5em;
	}
	
	.ptop {
		}
			
	.pbtm {
		}
	
	.paginator ul {
		list-style-type:none;
		margin:0;
		padding:7px 10px;
		height:25px;
		line-height:25px;
		}
		
		.paginator ul li {
			display:inline;
			}
				
	.paginator .sort-list{
		float:left;
		text-align:left;
		margin-right:15px;
		}
		
		.paginator .sort-list select, .paginator .results-list select {
			width:120px;
			vertical-align:middle;
			}
		
		.paginator .sort-list label {
			font-weight:bold;
			vertical-align:middle;
			margin-right:5px;
			}		
		
	.paginator .results-list {
		float:left;
		text-align:left;
		margin-right:15px;
		}
		
		 .paginator .results-list label {
			font-weight:bold;
			vertical-align:middle;
			margin-right:5px;
			 }	
		
		.paginator .results-list select {
			width: 50px;
			}
					
	.paginator ul li a {
		text-decoration:none;
		vertical-align:middle;
		}	
					
	.paginator a.p-num {
		font-weight:bold;
		margin:0 3px;
		}
	
		.paginator a.p-num:hover, .paginator a.p-num:focus {
			text-decoration:underline; }
	
	.paginator .page-current {
		vertical-align:middle;
		background:#fff;
		padding:3px 6px;
		font-weight:bold;
		}
				
	.paginator a.next-prev {
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		display:inline-block;
		width:20px;
		height:20px;
		}
		
		.paginator a.next-prev:hover, .paginator a.next-prev:focus { background-position: center bottom; }
	
	.paginator a.p-next {
		background:url(../Images/Default/icon-arrow-right-1.png) no-repeat center top;
		}
		
	.paginator a.p-prev {
		background:url(../Images/Default/icon-arrow-left-1.png) no-repeat center top;
		}


/* Sitewide - 3.4 Paginator */
	
.paginator-34 {
	clear:both;
	width: 100%;
	float:left;
	text-align:right;
	margin-bottom:1.5em;
	}

.ptop {
	border-bottom:1px dotted #918F8F;
	padding-bottom:0.25em;
	}
		
.pbtm {
	border-top:1px dotted #918F8F;
	padding-top:0.25em;
	}

	.paginator-34 ul {
		list-style-type:none;
		margin:0;
		padding:5px 0;
		}
		
		.paginator-34 ul li {
			display:inline;
			}
				
			.paginator-34 ul li a {
				vertical-align:middle;
				}	

			.paginator-34 ul li label {
				font-weight:bold;
				vertical-align:middle;
				margin-right:5px;
				}	
						
		.paginator-34 .remove-all {
			float:left;
			line-height:31px;
			}
		
		.paginator-34 ul li.results-count {
			float:left;
			display:block;
			margin-right:1.5em;
			padding-right:1.5em;
			border-right:1px dotted #918F8F;
			line-height:31px;
			}
			
			.paginator-34 ul li.results-count .result-num {
				font-size:16px;
				font-weight:bold;
				}
			
			.paginator-34 ul li.results-count .result-lbl {
				padding-left:5px;
				text-transform:uppercase;
				font-size:12px;
				letter-spacing:0.05em;
				}
							
		.paginator-34 .sort-list {
			float:left;
			margin-right:20px;
			}
			
			.paginator-34 .sort-list select, .paginator-34 .results-list select {
				max-width:200px;
				width:auto;
				vertical-align:middle;
				}
			
		.paginator-34 .results-list {
			float:left;
			margin-right:20px;
			}
			
			.paginator-34 .results-list select {
				width: auto;
}		
					
		.paginator-34 .page-current {
			}	
		
			.paginator-34 .page-current .enter-page {
				width:35px !important;
				margin-right:5px;
				}

		.paginator-34 .page-prev {
			}	

		.paginator-34 .page-next {
			}	
									
			.paginator-34 a.next-prev {
				text-indent:100%;
				white-space:nowrap;
				overflow:hidden;
				display:inline-block;
				width:20px;
				height:20px;
				text-align:left !important;
				}
				
				.paginator-34 a.next-prev:hover, .paginator-34 a.next-prev:focus {}
			
			.paginator-34 a.p-next {
				background:url(../Images/page-next-gray.png) no-repeat center right;
				}
				
				.paginator-34 a.p-next:hover, .paginator-34 a.p-next:focus {
					background:url(../Images/page-next-red.png) no-repeat center right;
					}
								
			.paginator-34 a.p-prev {
				background:url(../Images/page-prev-gray.png) no-repeat center left;
				}			
				
				.paginator-34 a.p-prev:hover, .paginator-34 a.p-prev:focus {
					background:url(../Images/page-prev-red.png) no-repeat center left;
					}		

/* Sitewide - Product Items */

.product-item {
	position:relative;
	display:block;
	float:left;
	width: 145px;
	text-align:center;
	}
		
	.product-item .product-info {
		}
		
		.product-item  .product-img {
			width: 145px;
			min-height: 145px;
			margin-bottom:5px;
			}
	
			.product-item  .product-img a {
				}	
				
			.product-item .product-img img {
				}
					
		.product-item ul {
			list-style-type:none;
			text-align:left;
			margin:0;
			padding:0;
			}
			
			.product-item ul li {
				margin-bottom:10px;
				}
					
				.product-item .product-name {
					min-height:105px;
					}
					
					.product-item .product-name a {
						text-decoration:none;
						}
		
					.product-item .product-name a:hover, .product-item .product-name a:focus {
						text-decoration:underline;
						}	
							
				.product-item .product-price {
					min-height:20px;
					}
	
					.product-item .product-price span {
						margin-right:8px;
						}
												
				.product-item .product-qty {
					min-height:30px;
					}
												
					.product-item .product-qty label {
						display:inline-block;
						margin-right:5px;
						}							
												
					.product-item .product-qty input.qty {
						width:40px;
						}					
			
			.product-item a.btn {
				padding-left:0 !important;
				padding-right:0 !important;
				width:100%;
				}
	
.product-separator {
	float:left;
	margin:10px 16px;
	}
	
	.content .product-separator { /* full width pages */
		margin:10px 16px;
		}
		
.product-item-spacer {
	float:left;
	clear:left;
	width:100%;
	height:1.5em;
	margin-bottom:1.5em;
	border-bottom:1px dotted #918F8F;
	}


/* Sitewide - Tables */

.info-tbl {
	width:100%;
	text-align:left;
	clear:left;
	margin-bottom:1em;
	}
	
	.info-tbl thead {
		}
		
	.info-tbl tbody {
		}
					
	.info-tbl th {
		background: #E0E0E0;
		font-weight:bold;
		color:#4c3e32;
		padding:10px;
		vertical-align:bottom;
		line-height:120%;
		}
					
	.info-tbl th a {	
		color:#00467f;
		background:url(../Images/icon-sort.png) no-repeat right 55%;
		padding-right:1.25em; }	
		
	.info-tbl td {
		padding:10px;
		border-bottom:1px dotted #918F8F;
		vertical-align:top;
		}


/* Sitewide - 3.4 Subtotal Table */

.subtotal-tbl {
	margin-bottom:15px;
	font-size:120%;
	}

	.subtotal-tbl td  {
		padding-left:0;
		}

		.subtotal-tbl .col-2  {
			text-align:right;
			padding-right:0;
			}
			
	.subtotal-tbl .s-total  {
		font-weight:bold;
		font-size:125%;
		}

	.subtotal-tbl .s-promo {
		font-style:italic;
		}
			
	.subtotal-tbl .s-ship strong {
		display:block;
		margin-top:0.5em; }


/* Sitewide - Tooltips */

.tooltip-content {
	display: none; /* required */
	position: absolute; /* required */
	z-index:9999;
	padding-bottom:10px;
	background:url(../Images/Default/icon-tooltip-arrow.png) no-repeat bottom center;
	}
	
	.tooltip-content .tt-wrap {
		padding: 2px;
		border:1px solid #C7C7C7;
		background-color: #FFF;
		-moz-box-shadow: 0 2px 7px rgba(38, 38, 38, .15);
		-webkit-box-shadow: 0 2px 7px rgba(38, 38, 38, .15);
		box-shadow: 0 2px 7px rgba(38, 38, 38, .15);
		}
		
	.tooltip-target a:hover, .tooltip-target a:focus {
		cursor:default; }

	/* QTY Pricing Tooltips */
	
	.tooltip-content table {
		font-size:11px !important; }
	
	.tooltip-content table thead {
		display:none; } /* Hide table headings in tooltip */
			
	.tooltip-content table td {
		padding:4px 10px !important;
		border:1px solid #EFEFEF !important;
		width:auto !important;
		font-weight:normal !important; }	
			
	.item-list div.tooltip-content { display:none; } /* fix from displaying inline-block within item list divs */


/* Sitewide - Box Holder */

.box-hdr {
	float:left;
	width:100%;
	margin-bottom:1.5em;
	border-bottom:1px dotted #918F8F;
	}
	
	.box-hdr h2 {
		}
	
body .ui-autocomplete .ui-menu-item a {
	color:#333; }
	
	body .ui-autocomplete .ui-menu-item a:hover, body .ui-autocomplete .ui-menu-item a:focus, body .ui-autocomplete .ui-state-hover, body .ui-autocomplete .ui-state-focus {
		background:none;
		background:#F6F6F6;
		border-color:#D4D4D4;
		border-radius:0; }


/* Chosen Select Styles */

body .chzn-container {
	font-size:inherit; }

body .chzn-container-single .chzn-single,
body .chzn-container-single .chzn-drop {
	border-radius:0;
	background:#FFF;
	color:inherit;
	box-shadow:none;
	border-color:#D4D4D4;
	}
	
body .chzn-container .chzn-results .highlighted {
  background: #F6F6F6;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#F6F6F6, endColorstr=#F6F6F6);
  color:inherit;
  }
  
body .chzn-container-single .chzn-search input {
	height:auto; }		

body .chzn-container-single .chzn-single	 {
	height:30px;
	line-height:30px; }	

body .chzn-container-single .chzn-single div b {
	height:85%;
	margin-top:15%; }
			
/*Checkout Breadcrumbs */

.checkout-head {
	clear:left;
	float:left;
	width:100%;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px dotted #918F8F;
	 }
		
	.checkout-head h1 {
		width:auto;
		float:left;
		border:0;
		padding:0;
		margin:0;
		height:30px;
		line-height:30px;}

	.checkout-head .bcbar {
		display:inline-block;
		width:auto;
		float:left;
		clear:none;
		padding:0;
		margin:0;
		font-size:14px;
		height:30px;
		line-height:30px;
		}
	
		.checkout-head .bcbar ul {
			padding:0;
			margin:0 0 0 100px; }

		.checkout-head .bcbar ul li {
			margin:0;
			padding:0; }
	
			.checkout-head .bcbar ul li.bc-current {
				font-weight:bold;  }
	
			.checkout-head .bcbar ul li.bc-separator {
				margin:0 4px; }


/* Sitewide - Product Carousel*/	

.feat-products { 
	clear:left;
	}
	
	.feat-products h2 p { 
		margin:0; 
		}

.cs-wrapper {
	clear:left;
	}
	
.cs-slide-wrap {
	position: relative;/* necessary for slider control positioning */
	padding:15px 0;
	width:844px;
	margin-left:54px;
	}
	
	.cs-slide-wrap li + li {
		margin-left:50px;
		}
			
	.cs-wrapper .flex-viewport {
		width:794px; }
							
.item-wrap { 
	width:160px;
	float:left;
	position:relative;
	}
	
	.thumb-wrap { 
		position:relative;
		margin-bottom:10px;} 
	
		.item-wrap div.qv {
			height:25px;
			top:130px;
			left:0;
			position:absolute;
			width:100%;
			text-align:center;
			display:none;
			}
			
			.item-wrap:hover div.qv {
				display:inline-block;
				}
		
			.item-wrap div.qv a.btn {
				height:22px;
				line-height:22px;
				padding-top:0;
				padding-bottom:0;
				font-size:90%;
				}
						
	.item-wrap a.remove-item { 
		position:absolute;
		top:0;
		right:0;
		z-index:21;
		width:15px;
		height:15px;
		text-indent:-99999px;
		background:url(../../Images/Default/icon-remove-1.png) no-repeat top right;
		}
		
	.item-wrap .item-thumb { 
		width:160px;
		height:160px;
		overflow:hidden;
		text-align:center;
		}
		
		.item-wrap .item-thumb img { 
			max-width:160px;
			height:auto;
			max-height:160px;
			}
					
		.item-wrap .quantity-pricing {
			width:100%;
			}	
	
	.item-wrap .item-name { 
		min-height:75px;
		margin-bottom:10px;
		}
	
	.item-wrap .icon-ph { 
		min-height:20px;
		margin-bottom:10px;
		}
			
	.item-wrap .item-num { 
		min-height:40px;
		margin-bottom:10px;
		}
	
	.item-wrap .ratings { 
		min-height:20px;
		margin-bottom:10px;
		font-size:11px;
		display:none; /* yet to implement */
		}
		
	.item-wrap .price { 
		min-height:20px;
		margin-bottom:10px;
		}
			
	.item-wrap .quantity-pricing { 
		display:none;
		min-height:20px;
		margin-bottom:10px;
		}
	
	.item-wrap .um-pack { 
		min-height:30px;
		margin-bottom:10px;
		font-size:90%;
		color:#7b7773;
		}
	
		.item-wrap .um-pack span { 
			}
			
		.item-wrap .um-pack .um { 
			display:table-cell;
			vertical-align:middle;
			}
			
		.item-wrap .um-pack .um-sep { 
			display:table-cell;
			vertical-align:middle;
			padding:0 3px;
			}
					
		.item-wrap .um-pack .pack-size { 
			display:table-cell;
			vertical-align:middle;
			}
					
		.item-wrap .um-pack select { 
			width:auto;
			max-width:100px;
			padding:3px 2px;
			}
			
	.item-wrap .action { 
		min-height:60px;
		text-align:center;
		}
				
		.item-wrap .action input { 
			float:left;
			width:40px;
			}	
	
		.item-wrap .action a.btn-view-details { 
			width:100%;
			float:right;
			padding-left:0;
			padding-right:0;
			}	
						
		.item-wrap .action a.btn-add-cart { 
			width:112px;
			float:right;
			padding-left:0;
			padding-right:0;
			}	
				
		.item-wrap .action a.btn-add-list { 
			margin-top:.75em;
			clear:left;
			}		

	
/* checkout - UoM */

.uom {
	margin-top:10px;
	color:#7b7773;
	}
	
.uom .um-sep {
	
	}
	
.uom .base-uom {
	
	font-size:.9em;
	font-style:italic;
	}
	
.selected-uom {
	
	font-size:.9em;
	}	
	
.uom .selected-uom {
	
	font-style:italic;
	}	
	
	
	
	
/* Product Cross-Sell Flexslider Classes */

/* Browser Resets */
.cs-wrapper .flex-container a:active,
.cs-slide-wrap a:active,
.cs-wrapper .flex-container a:focus,
.cs-slide-wrap a:focus  {outline: none;}
.slides,
.cs-wrapper .flex-control-nav,
.cs-wrapper ul.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 
.cs-wrapper ul.flex-direction-nav li { padding: 0; margin:0;}

/* FlexSlider Necessary Styles
*********************************/ 
.cs-slide-wrap .slides > li {padding:0; margin-bottom:0; display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.cs-wrapper .flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after { content: ""; display: table; clear: both; } /* IE8 + clear fix */
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.cs-wrapper .flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.cs-wrapper .loading .flex-viewport {max-height: 300px;}
.cs-slide-wrap .slides {margin:0; padding:0; list-style-type:none;}

/* Direction Nav */
.cs-wrapper .flex-direction-nav a {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	width: 30px; 
	height: 60px; 
	margin: -30px 0 0; 
	display: block; 
	position: absolute; 
	top: 50%; 
	cursor: pointer; }
	
.cs-wrapper .flex-direction-nav .flex-next {
	background:url(../Images/slide-arrow-right-gray.png) no-repeat center center;
	right: 0px; }
	
.cs-wrapper .flex-direction-nav .flex-prev {
	background:url(../Images/slide-arrow-left-gray.png) no-repeat center center;
	left:-54px;}
	
.cs-slide-wrap:hover .flex-next:hover, .cs-slide-wrap:hover .flex-prev:hover {
	}
	
	.cs-slide-wrap:hover .flex-next:hover {
		background:url(../Images/slide-arrow-right-red.png) no-repeat center center; }
			
	.cs-slide-wrap:hover .flex-prev:hover {
		background:url(../Images/slide-arrow-left-red.png) no-repeat center center; }
		
.cs-wrapper .flex-direction-nav .flex-disabled, .cs-wrapper .flex-disabled {opacity: 0!important; filter:alpha(opacity=0); cursor: default;display:none;}


/* 3.3 Subtotal Table */		
	
.tbl-total {
	margin:30px 0; 
	width:35%;
	float:right;}
	
	.tbl-total .col-1 {
		font-weight:bold;
		padding:0 10px 5px 0; }
	
	.tbl-total .col-2 {
		padding:0 0 5px;
		text-align:right; }

		.tbl-total .total {
			border-top:1px dotted #918F8F; }

		 .tbl-total .total th, 
		 .tbl-total .total td {
			padding-top:10px;
			font-weight:bold; 
			font-size:120%;}	


/* Content Editor */

.isc-content-block {
	display:inline;
	margin:0; }
	
	.isc-edit-on .isc-content-block {
		display: block; }
		
#isc-content-menu {
	position:fixed;
	z-index:999;
	top:0;
	left:15px;
	width:auto;
	border-radius:0 0 6px 6px;
	-webkit-box-shadow:  0px 0px 3px 1px rgba(0, 0, 0, 0.1);
	box-shadow:  0px 0px 3px 1px rgba(0, 0, 0, 0.1);
	background:#fff;
	border:1px solid #d3d3d3;
	border-top:0;
	overflow:hidden;
	}

#isc-content-menu button {
	color:#222;
	font-weight:bold;
	font-size:14px;
	font-family: Helvetica, Arial, sans-serif;
	padding:0 15px;
	border-radius:0;
	margin:0;
	background:#fff;
	height:36px;
	cursor:pointer;
	border: 0;
	border-top:0;
	opacity:0.9;
	background:url(../Images/Default/icon-checkbox.png) no-repeat 15px 46%;
	padding-left:34px;
	}
					
	#isc-content-menu button.btn-review {
		border-right:1px solid #d2d2d2;
		}
		
		#isc-content-menu button.btn-review:hover, #isc-content-menu button.btn-review:focus {
			color:#ee720e;
			}
					
		#isc-content-menu button.btn-review.btn-active {
			color:#ee720e;
			background:url(../Images/Default/icon-review-on.png) no-repeat 15px 46%;
			}
							
	#isc-content-menu button.btn-edit {
		margin-left:-4px;
		}
							
		#isc-content-menu button.btn-edit:hover, #isc-content-menu button.btn-edit:focus {
			color:#0898e2;
			}
				
		#isc-content-menu button.btn-edit.btn-active {
			color:#0898e2;
			background:url(../Images/Default/icon-edit-on.png) no-repeat 15px 46%;
			}
			
	#isc-content-menu button:hover {
		opacity:1;
		}
		
.isc-edit-on .isc-content-block {
	display:inline-block;
	min-height:25px;
	min-width:25px;
	position:relative;
	}
	
	.isc-edit-on .isc-content-block:after {
		display:block;
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
		content:"";
		border:1px dashed #15a2eb;
		cursor:pointer;
		z-index:900;
		background:url(../Images/Default/isc-edit-overlay.png) repeat 0 0 transparent;
		}
		
.isc-edit-on .isc-unapprovedcontent-block {
	display:inline-block;
	min-height:25px;
	min-width:25px;
	position:relative;
	}
	
	.isc-edit-on .isc-unapprovedcontent-block:after {
		display:block;
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
		content:"";
		border:1px dashed #ed7515;
		cursor:pointer;
		z-index:900;
		background:url(../Images/Default/isc-review-overlay.png) repeat 0 0 transparent;
		}	
										
#isc-content-approval-toolbar {
	margin-bottom: 5px; 
	float: right;
	}

#isc-content-publish-date {
	width: 150px;
	}
	
/* puts content editor on top of fancy box windows */
.ui-dialog {
	z-index : 9020 !important;
	}												
			
	/* Content Edit popup */
	#isc-content-info {
		margin-bottom:0.25em;
		}
		
		#isc-content-info select {
			width:auto;
			max-width:90%;
			margin-right:1em;
			}
		
	#isc-content-info tr:first-child {
		border-bottom:1px solid #ccc;
		}	

	#isc-content-info th, #isc-content-info td {
		padding-bottom:.5em;
		padding-top:.75em;
		}		
		
		#isc-content-info tr:first-child th, #isc-content-info tr:first-child td {
			padding-top:.5em;
			}	
					
		#isc-content-info th {
			font-style:italic;
			text-align:left;
			padding-right:0.5em;
			}

		#isc-content-info td {
			font-weight:bold;
			padding-right:0.5em; }
		
													
/* Product Attributes */

ul.attribute-list {
	list-style-type:none;
	margin-left:0; }
		
ul.attribute-list li {
	padding:0;
	margin:0 0 0.5em 0;
	}
	
	ul.attribute-list li ul, ul.attribute-list li li  {
		display:inline-block;
		margin:0;
		padding:0; }
				
	ul.attribute-list li span {
		display:inline-block;
		}	
		
		ul.attribute-list .attrib-name {			
			font-weight:bold;
			}
			
		ul.attribute-list .attrib-value {
			margin-left:1em;
			}

			ul.attribute-list .attrib-value ul { 
				list-style-type:none;
				padding:0;
				margin:0;	
				}
															

/*----  Header 5  ----*/	
	
.header5 {
	float:left;
	width:100%;
	position:relative;
	z-index:500;
	}

	.header5 .logo {
		display:inline-block;
		margin:2em 2em 2em 0;
		max-width:252px;
		overflow:hidden;
		line-height:inherit;
		float:left;
		}

	.header5 .logo a {
		display:inline-block;
		}		
			
		.header5 .logo h1 {
			display:none;
			}

/* Header Cart */

.header5 .viewcart-wrapper {
	position:absolute;
	top:0;
	right:126px;
	}
			
/* Standard Cart */

.header5 ul.viewcart {
	color:#FFF;
	display:inline-block;
	}
	
	.header5 .viewcart li {
		display:inline-block;
		float:left;
		}
		
		.header5 .viewcart li.cart-items {
			background:url("../Images/Default/icon-cart-2-light.png") no-repeat scroll left center transparent;
			padding-left:24px;
			margin-right:15px;
			height:25px;
			line-height:25px;
			}
		
			.header5 .viewcart li.cart-items .cart-lbl {
				}
		
			.header5 .viewcart li.cart-items .cart-total {
				}
		
			.header5 .viewcart li.cart-items .item-count {
				}
															
		.header5 .viewcart li.vc-li {	
			}
						
			.header5 .viewcart li a.btn-checkout {
				background:#7b7773;
				color:#fff;
				padding-top:0;
				padding-bottom:0;
				height:25px;
				line-height:25px;
				}
				
				.header5 .viewcart li a.btn-checkout:hover, .header5 .viewcart li a.btn-checkout:focus {
					background: #6a6a6a;
					color:#fff;
					}
		
/* Dropdown Cart */

.header5 ul.mCart {
	display:inline-block;
	float:left;
	}

.header5 .cart-checkout {
	display:none;
	float:left;
	}
	
	.header5 .cart-checkout a.btn-checkout {
		background:#7b7773;
		color:#fff;
		padding-top:0;
		padding-bottom:0;
		height:25px;
		line-height:25px;
		}
		
		.header5 .cart-checkout a.btn-checkout:hover, .header5 .viewcart li a.btn-checkout:focus {
			background: #6a6a6a;
			color:#fff;
			}
				
 .header5 ul.mCart ul {
	right: 0; /* CHANGE ORIENTATION OF MINI-CART: LEFT/RIGHT */
	top: 35px;
	}
	
 .header5 ul.minicart li.cart-items {
	display:inline-block;
	margin:0 15px 0 0;
	background:url("../Images/icon-arrow-down-blue.png") no-repeat scroll 100% 51% transparent;
	}
	
	 .header5 ul.minicart li.cart-items:hover,  .header5 ul.minicart li.cart-items:focus  {
		 background:url("../Images/icon-arrow-down-red.png") no-repeat scroll 100% 51% transparent;
		}
	
	.header5 ul.minicart li.cart-items a.viewcart-link {
		color:#00467f;
		font-size:15px;
		font-family: 'Arial';font-weight:bold;
		text-transform:uppercase;
		font-weight:normal;
		padding-left:25px;
		padding-right:20px;
		height:32px;
		line-height:32px;
		background:url("../Images/icon-cart-blue.png") no-repeat scroll 0 49% transparent;
		}
	
	 .header5 ul.minicart li.cart-items:hover a.viewcart-link,  .header5 ul.minicart li.cart-items:focus a.viewcart-link  {
		 background:url("../Images/icon-cart-red.png") no-repeat scroll 0 49% transparent;
		 color:#ac1a2f;
		 text-decoration:none;
		}
		
/* Dropdown Cart Style */

.header5 ul.minicart ul.minicart-ul {
	text-align:left;
	padding-top:3px;
	background: #f4f4f4;
	border-radius:5px;
	border:2px solid #dcdad8;
	margin-right:-15px;
	}

.header5 .mCart .cart-empty {
	text-align:center;
	font-family: 'Arial';font-weight:bold;
	text-transform:uppercase;
	padding:15px;
	font-size:120%; }
	
	.header5 .mCart .cart-empty * {
		margin:0; }
	
.header5 .mCart .cart-list {
	margin:auto;
	max-height:300px;
	min-height:100px;
	overflow:auto;
	padding:0;
	width:auto; }

.header5 .mCart .cart-wrap {
	padding:0 3px; }
	
.header5 .mCart .cart-item {
	position:relative;
	padding:10px 10px 10px 5px;
	border-bottom:1px dotted #918F8F
	}
	
	.header5 .mCart .cart-item:after { content: ""; display: table; clear: both; } /* IE8 + clear fix */
		
	.header5 .mCart .cart-item .item-img {
		position:absolute;
		top:10px;
		left:5px;
		width:60px;
	 	}	

	.header5 .mCart .cart-item .item-info {
		margin-left:70px;
		}	
	
		.header5 .mCart .cart-item .item-info .item-name {
			margin-bottom:5px;
			}			
		
			.header5 .mCart .cart-item .item-info .item-name a {
				}			
		
			.header5 .mCart .cart-item .item-info .item-name a:hover, .header5 .mCart .cart-item .item-info .item-name a:focus {
				}			
								
		.header5 .mCart .cart-item .item-info .item-num {
			margin-bottom:5px;
			}			

		.header5 .mCart .cart-item .item-info .item-qty {
			display:inline-block;
			float:left;
			width:48%;
			}	

		.header5 .mCart .cart-item .item-info .item-price {
			display:inline-block;
			float:right;
			width:48%;
			text-align:right;
			}	

.header5 .mCart .cart-subtotal {
	padding:8px 15px 8px 15px;
	text-align:right; }	

.header5 .mCart .cart-checkout-2 {
	padding: 0 10px 10px 10px;
	 }	
	
	.header5 .mCart .cart-checkout-2 a.btn-checkout {
		width:100%;
		padding:8px 0;		 }	
		 						
/* Account Links */

.header5 .account-wrap {
	width:648px;
	float:right;
	margin:15px 15px 15px 0;
	}	

	.header5 .account-wrap .acc-user {
		display:inline-block;
		float:left;
		margin:8px 15px 0 0;
		vertical-align:top;
		}	
	
		.header5 .account-wrap .acc-user .acc-user-name { 
			}	
	
		.header5 .account-wrap .acc-user .acc-user-role { 
			display:none;
			}	

	.header5 .account-wrap .acc-links {
		display:inline-block;
		}	
		
		.header5 .account-wrap .acc-links .acc-link-sign {
			display:inline-block;
			vertical-align:top;
			margin-top:8px;
			}	

			 /* Pre Sign In link */
		 
			.header5 .aw-sign-in {
				min-height: 40px;
				}
			
			.header5 .aw-sign-in .acc-links {
				float: right;
				position: relative;
				z-index: 12;
				}
						
		.header5 .account-wrap .acc-links .acc-link-msg {
			}	
				
		.header5 .account-wrap .acc-links .acc-sep {
			padding:0 5px;
			}	

	.header5 .account-wrap .acc-cust-ship {
		float:left;
		clear:left;
		width:100%;
		border-top:1px dotted #918F8F;
		margin-top:.75em;
		padding-top:.75em;
		}	
	
		.header5 .account-wrap .acc-cust-ship a {
			float:left;
			display:inline-block;
			margin-right:1.25em;
			}	

		.header5 .account-wrap .acc-cust-ship em {
			font-style:normal;
			font-weight:bold;
			margin-right:0.25em;
			}	
								
		.header5 .account-wrap .acc-cust-ship .acc-acct-num {
			float:left;
			display:inline-block;
			margin-right:1.25em;
			}	
			
		.header5 .account-wrap .acc-cust-ship .acc-payer-num {
			float:left;
			display:inline-block;
			margin-right:1.25em;
			}	
			
		.header5 .account-wrap .acc-cust-ship .acc-ship-to {
			float:left;
			display:inline-block;
		    width: 100%;
			}	

/* Sub nav */

.header5 .sub-nav {
	float:right;
	margin:0 0 1em 0;
	width:425px; /* keeps from flowing over Search/QO tabs in default layout */
	text-align:right;
	text-transform:uppercase;
	font-weight:bold;
	font-size:11px; 
	padding-top: 15px;
}
	
	.header5 .sub-nav > span {
		display:inline-block;
		margin-left:1.5em;
		 }
	
	.header5 .sub-nav a {
		color:#4C3E32;
		 }
			
						
	.header5 .sub-nav .sn-sep {
		display:none;}

	/* Multi Language Menu */
		
	.header5 .sub-nav .sn-lang {
		display:inline-block;
		}	
		
		.header5 .sn-lang > ul {
			list-style:inside none; 
			padding:0; 
			margin:0;} 
			
		.header5 .sn-lang > ul > li {
			list-style:inside none; 
			padding:0 0 5px 0; 
			margin:0; 
			display:inline-block; 
			position:relative; } 
		
		.header5 .sn-lang > ul > li > a { 
			outline:none; 
			display:block; 
			position:relative; 
			text-decoration:none; } 
				
			.header5 .sn-lang li a img { 
				display:inline-block;
				width:auto;
				max-width:16px;
				height:auto;
				max-height:16px;
				margin-right:7px;
				vertical-align:middle; 
				} 
						
			.header5 .sn-lang > ul > li > a:after { 
				content:"";
				display:inline-block;
				width:10px;
				height:10px;
				padding:0 0 0 5px;
				background:url(../Images/Default/icon-nav-arrow-down-dark.png) no-repeat right center; } 
		
		.header5 .sn-lang ul li.has-sub:hover > a,
		.header5 .sn-lang ul li.has-sub:focus > a {
			} 
		
		.header5 .sn-lang ul li.has-sub:hover > ul, 
		.header5 .sn-lang ul li.has-sub:focus > ul, 
		.header5 .sn-lang ul li.has-sub:hover > div,
		.header5 .sn-lang ul li.has-sub:focus > div {display:block;} 
		
		.header5 .sn-lang ul li.has-sub > a:hover,
		.header5 .sn-lang ul li.has-sub > a:focus  {
			} 
			
		.header5 .sn-lang ul li > ul, .header5 .sn-lang ul li > div { 
			display:none; 
			width:auto; 
			position:absolute; 
			top:23px; 
			z-index:999;
			text-align:left; 
			background:#fff;
			border:1px solid #D4D4D4; } 
			
		.header5 .sn-lang ul li > ul {
			width: 200px;
			overflow:auto;
			min-height:1px;
			max-height:360px;} 
			
		.header5 .sn-lang ul li > ul li {
			display:block; 
			list-style:inside none;
			padding:0; 
			margin:0; 
			position:relative;
			border-top:1px solid #D4D4D4;} 
				
			.header5 .sn-lang ul li > ul li.lang-current {
				background:#F6F6F6;
				font-weight:bold; } 
								
			.header5 .sn-lang ul li > ul li:first-child {
				border:0; } 
						
		.header5 .sn-lang ul li > ul li a { 
			outline:none; 
			display:block; 
			position:relative; 
			margin:0; 
			padding:8px 10px;
			text-decoration:none; } 
		
		.header5 .sn-lang > ul > li > ul > li a:hover,
		.header5 .sn-lang > ul > li > ul > li a:focus {
			 text-decoration:underline;
			 } 
		.header5 .sn-lang > ul > li > a{ } 
		.header5 .sn-lang > ul > li > a:hover,
		.header5 .sn-lang > ul > li > a:focus { }
		.header5 .sn-lang ul ul a:hover,
		.header5 .sn-lang ul ul a:focus { }


/* Tabs */

.header5 .tab-wrap {
	position:relative; /* required */
	z-index:1; /* required */
	float:right;
	width:500px;
	margin:.25em 0 0 0;}

.header5 .h5-tabs, .header5 .h5-tabs > * {
	background:none;
	border:0;
	border-radius:0;
	font-family:inherit;
	font-size:inherit;
	color:inherit; 
	padding:0;}
	
	.header5 .h5-tabs ul.ui-tabs-nav {
		padding:0;
		border-bottom:1px dotted #918F8F;}
		
	.header5 .ui-tabs .ui-tabs-nav li.ui-state-active {
		background:#ededed;
		padding:0;
		}
	
	.header5 .ui-tabs .ui-tabs-nav li {
		background:#e0e0e0;
		border:0; 
		border-radius:5px 5px 0 0;
		padding: 0;
		margin: 0 3px 0 0; }

		.header5 .ui-tabs .ui-tabs-nav li:hover {
			background:#ededed;
			 }
					
	.header5 .ui-tabs .ui-tabs-nav li a {
		font-weight:normal; 
		color:#484848;
		border:0;
		padding:6px 12px;
		margin:0;
		font-family: 'Arial';font-weight:bold;
		text-transform:uppercase;
		font-size:13px; }
				
		.header5 .ui-tabs .ui-tabs-nav li.ui-state-active a,
		.header5 .ui-tabs .ui-tabs-nav li a:hover  {
			color:#ac1a2f; }

	.header5 .h5-tabs .ui-tabs-panel {
		padding: 10px 0 5px 0;
		min-height:64px;  }		
		
		.header5 .h5-tabs .ui-tabs-panel:after { content: ""; display: table; clear: both; } /* IE8 + clear fix */
	
	/* Quick Order Tab */
	
	.header5 .h5-tabs .qo-wrap {
		position:relative;
		display:inline-block;
		float:left;
		width:100%; }
							
/* Search */

.header5 .search {
	display:inline-block;
	float:left;
	width:100%;
	}	

	.header5 .searchbox {
		display:inline;
		float:left;
		width: 305px;
		margin-right:5px;
		}	
		
		.header5 .search-filter {
			width:150px;
			float:left;
			display:inline-block;
			margin-right:3px;
			}
			
		.header5 .search-filter select {
			}
							 				
		.header5 a.btn-search:link, .header5 a.btn-search:active, .header5 a.btn-search:visited  {
			text-indent: 100%;
			white-space: nowrap;
			overflow: hidden;
			display:inline-block;
			float:left;
			padding:0;
			border:none;
			border-radius:0;
			background:url(../Images/icon-search-blue.png) no-repeat center center;
			width:32px;
			height:32px;
			}
		
			.header5 a.btn-search:hover, .header5 a.btn-search:focus {
				background:url(../Images/icon-search-red.png) no-repeat center center;
				}	

/* Google Search */

.header5 .h5-tabs #gsearch {
	}
				
	.header5 .h5-tabs #gsearch input[type="text"] {
		line-height:1em;
		text-indent:0;
		height:auto;
		}			
	
		.header5 .h5-tabs #gsearch input[type="text"]::-ms-clear { display: none; }	
			
	.header5 .h5-tabs #gsearch .gsc-control-cse	{
		background:none !important;
		padding:0 !important;
		border:0 !important; }
		
	.header5 .h5-tabs #gsearch input.gsc-search-button, .header5 .h5-tabs #gsearch input.gsc-search-button:hover, .header5 .h5-tabs #gsearch input.gsc-search-button:focus {
		background:#AC1A2F !important;
		border:0 !important;
		}
					
/* Quick Order */

	.header5 .qo-form {
		width:100%;
		float:left;
		display:inline-block;}
	
		.header5 .qo-form input {
			width:195px;
			margin-right:5px;
		}

			.header5 .qo-form input.qo-search {
				font-size:11px;
			}
	
		.header5 .qo-form label {
			display:inline-block;
			margin-right:.25em; }
			
		.header5 .qo-form input.qty {
			width: 40px;
			padding-right:0.5em;
			}
	
		.header5 .qo-form select {
			width: 85px;
			margin-right:5px;
			}
	
		.header5 .qo-link {
			display:inline-block;
			float:right;
			height:28px;
			line-height:28px;
			font-size:11px;
			}
	
		.header5 .qo-form a.btn {
			height:32px;
			line-height:32px;
			padding:0 12px;
			float:right;
			}							

		.header5 .qo-form .qo-msg {
			position:absolute;
			display:block;
			max-width:260px;
			top:37px;
			left:0;
			font-size:11px;
			}
					
/* Content Managed */

.header5 .head-cm {
	}

/* Navigation */	

.header5 .navigation-bar {
    float:left;
	clear:both;
	width:440px;
	height:45px;
	margin-top:3em;
	}

	.header5 .cartNavWrapper {
		float:left;
		width:100%;
		}
						
		.header5 .navigation {
			display:inline;
			float:left;
			width:auto;
			}

/* Navigation Menu */	
	
	.header5 .navigation-bar .dropNav {
		position:relative;
		z-index:2;
		float:left;
		list-style-type:none;
		}
		
		.header5 .navigation-bar .dropNav li.topLvl {
			position:relative;
			display:inline-block;
			background: #e0e0e0;
			border-top-right-radius:20px 15px;
			margin-right:0.25em;
			border-bottom:2px solid #f9f9f9;
			}
				
			.header5 .navigation-bar .dropNav li.topLvl:hover, .header5 .navigation-bar .dropNav li.topLvl:focus {
				background: #07467F;
				}
				
			.header5 .navigation-bar .dropNav li.topLvl:hover:after, .header5 .navigation-bar .dropNav li.topLvl:focus:after {
				content:'';
				width:21px;
				height:14px;
				position:absolute;
				bottom:-14px;
				left:50%;
				margin-left:-10.5px;
				background:url(../Images/nav-arrow-down-blue.png) no-repeat;
				}
										
			.header5 .navigation-bar a.nav-tab {
				display: block;
				text-align: center;
				text-decoration:none;
				color:#4c3e32;
				font-weight:normal;
				font-family: 'Arial';font-weight:bold;
				font-size: 16px;
				text-transform:uppercase;
				height: 40px;
				line-height: 40px;
				padding: 0 20px;
				background:none;
				}
				
			.header5 .navigation-bar .dropNav li.topLvl:hover a.nav-tab, .header5 .navigation-bar .dropNav li.topLvl:focus a.nav-tab {
				color: #fff;
				}

/* Dropdown Menu */
		
	.header5 .dropNav .nav-items {
		padding-bottom:30px;
		}

	.header5 .navigation .nav-items {
		padding-bottom:45px !important;
		}
					
		.header5 .navigation .nav-items .browse-brands {
			position:absolute;
			bottom:15px;
			left:0;
			width:100%;
			text-align:center;
			}
		
	.header5 .nav-items .browse-brands a {
		color:#fff;
		}

	.header5 .navigation .t1 {
		
		}

	.header5 .subnav-1 .t2 {
		
		}
					
		.header5 .subnav-1 .t2 > ul {
			margin-left:-115px;
			}

	.header5 .subnav-1 .t3 {
		
		}
					
		.header5 .subnav-1 .t3 > ul {
			margin-left:-318px;
			}
			
						
	/* Menu Width */

	.header5 ul.dropNav ul { /* First-tier */
		width:620px;
		}
			
	.header5 ul.dropNav ul li { /* First-tier */
		width:100%;
		}
		
	.header5 ul.dropNav ul ul { /* Second-tier UL */
		margin:0 0 0 680px;
		width:auto;
		}
		
	.header5 ul.dropNav ul ul li { /* Second-tier LI */
		}

	/* Menu Arrows */
	
	.header5 span.ins-arrow {
		overflow:hidden; /* making sure IE6 doesn't overflow and expand the box */
		font-size:1px;
		position:absolute;
		display:block;
		background:url("../Images/icon-menu-right.png") no-repeat top center transparent;
		width:6px;
		height:13px;
		top:7px;
		right:-12px;
		display:none !important;
		}
		
		.header5 ul.dropNav ul li:hover span.ins-arrow, .header5 ul.dropNav ul li:focus span.ins-arrow {
			background-position:bottom center;
			}

	/* Menu Theme */
	
	.header5 ul.dropNav ul { /* First-tier Menu Background */
		background: #07467F;
		border-radius:5px;
		padding:1em 0 1em 0;
		margin-top:2px;
		}
	
	.header5 ul.dropNav ul ul { /* Second-tier Menu Background */
		padding:.5em 0 .5em 0 !important;
		display:none !important;
		}
	
	.header5 ul.dropNav ul li { /* First-tier LI */
		
		}
	
	.header5 ul.dropNav ul ul li { /* Second-tier LI */
		
		}

	.header5 ul.dropNav ul li:hover, .header5 ul.dropNav ul li:focus { /* LI hover background */	
		
		}

	.header5 ul.dropNav ul ul li:hover, .header5 ul.dropNav ul ul li:focus { /* Second Tier LI hover background */	
		
		}
				
	.header5 ul.dropNav ul li a { /* Links */
		text-decoration:none;
		text-align:left;
		line-height:1.5em;
		padding: 5px 0;
		margin:0 20px;
		color:#fff;
		font-weight:bold;
		}
		
	.header5 ul.dropNav ul ul a { /* Second-tier Links */
		color:#4c3e32 !important;
		text-decoration:none !important;
		}
			
		.header5 ul.dropNav ul ul a:hover, .header5 ul.dropNav ul ul a:focus { /* Second-tier Link Hover */
			
			}
		
	/* Color for links within LI in hovered/focus state */
	.header5 ul.dropNav ul li:hover a, .header5 ul.dropNav ul li:focus a {
		text-decoration:underline;
		color:#fff;
		}
	
	/* Keeps the base color of the links locked when the LI of a higher tier is hovered/focused to activate a lower tier */
	.header5 ul.dropNav ul li:hover li a:link, .header5 ul.dropNav ul li:hover li a:active, .header5 ul.dropNav ul li:hover li a:visited, 
	.header5 ul.dropNav ul li:focus li a:link, .header5 ul.dropNav ul li:focus li a:active, .header5 ul.dropNav ul li:focus li a:visited  {
		}	
	
	/* Sets the color of the links within second-tier hovered LIs - Add to this for tiers beyond two levels */	
	.header5 ul.dropNav ul li:hover li:hover a:link, .header5 ul.dropNav ul li:hover li:hover a:active, .header5 ul.dropNav ul li:hover li:hover a:visited, .header5 ul.dropNav ul li:focus li:hover a:link, .header5 ul.dropNav ul li:focus li:hover a:active, .header5 ul.dropNav ul li:focus li:hover a:visited, .header5 ul.dropNav ul li:focus li:focus a:link, .header5 ul.dropNav ul li:focus li:focus a:active, .header5 ul.dropNav ul li:focus li:focus a:visited {
		}
	
	/* Overrides global base hover color of links so they don't hover separately from the lis  */
	.header5 ul.dropNav li a:hover, .header5 ul.dropNav li a:focus {
		}
	
	/* Framework for proper showing/hiding/positioning - DO NOT EDIT */
	.header5 ul.dropNav li {
		display:block;
		list-style:none;
		float:left;
		position:relative;
		}
	.header5 ul.dropNav li:hover, .header5 ul.dropNav li:focus {
		visibility:inherit; /* fixes IE7 'sticky bug' */
		}
	.header5 ul.dropNav a {
		display:block;
		position:relative;
		}
	.header5 ul.dropNav ul {
		position:absolute;
		left:0;
		top:auto;
		left:-999999px;
		}
	.header5 ul.dropNav ul li {
		float:left; /* Must always be floated otherwise there will be a rogue 1px margin-bottom in IE6/7 */
		}
	.header5 ul.dropNav ul ul {
		top:-15px;
		}
	.header5 ul.dropNav li:hover ul,.header5 ul.dropNav li:focus ul,.header5ul.dropNav li.ins-hover ul, /*first level*/
	.header5 ul.dropNav ul li:hover ul,.header5 ul.dropNav ul li:focus ul,.header5 ul.dropNav ul li.ins-hover ul /*second level*/ { 
		left:auto;
		}
	.header5 ul.dropNav li:hover ul ul,.header5 ul.dropNav li:focus ul ul,.header5 ul.dropNav li.ins-hover ul ul, /*first level*/
	.header5 ul.dropNav ul li:hover ul ul,.header5ul.dropNav ul li:focus ul ul,.header5 ul.dropNav ul li.ins-hover ul ul /*second level*/ {
		left:-999999px;
		}
	/* END Framework, DO NOT EDIT ABOVE */

	/* Featured Categories */
	
	.header5 ul.dropNav>li>ul>li>ul.main-lst {
		left:auto;
		display:block;
		padding:0;
		}
		
	.header5 ul.dropNav ul ul div.ftd-wrapper {
		float:left;
		width:100%;
		display:inline-block;
		}	
		
	.header5 ul.dropNav li ul ul.ftd-list {
		position:relative;
		left:auto !important;
		float:left;
		width:100% !important;
		clear:both;
		margin:0 !important;
		padding:0 !important;
		top:0 !important;
		left:0!important;
		right:auto !important;
		border:0;
		background:none;
		}
		
		.header5 ul.dropNav li ul ul.ftd-list li {
			display:-moz-inline-stack;
			display:inline-block;
			margin:0 !important;
			border:0 !important;
			padding:0 !important;
			width:192px;
			}	
			
			.header5 ul.dropNav li ul ul.ftd-list li a {
				border:0 !important;
				}
				
			.header5 ul.dropNav li ul ul.ftd-list li img {
				padding:12px 15px 0 15px;
				width:100px;
				}	
				
	.header5 div.column, .header5 ul.dropNav li ul ul.ftd-list li { /*THIS SETS THE WIDTH OF THE COLUMNS IN HEADER 4 NAV  -- Must be the same for both */
		float:left;
		width:276px;
		background:none;
		}	
		
	.header5 ul.dropNav ul li ul.ftd-list:hover, .header5 ul.dropNav ul li ul.ftd-list:focus, 
	.header5 ul.dropNav ul li ul.ftd-list:active, 
	.header5 ul.dropNav ul li ul.ftd-list:visited {
		left:auto;
		display:block;
		float: left;
		}

	/* Category Styles */
	
	.header5 ul.dropNav ul ul div.main-wrapper{
		float:left;
		width:100%;
		}
		
	.header5 ul.dropNav ul ul .column {
		padding:12px 0;
		}
			
	.header5 ul.dropNav ul ul li.subcat1 {
		}
		
		.header5 ul.dropNav ul ul li.subcat1 a {
			font-weight:bold;
			}
	
	.header5 ul.dropNav ul ul li.subcat2 {
		}
		
		.header5 ul.dropNav ul ul li.subcat2 a {
			}

/* Custom - Sign In */

.header5 .h5-sign-in {
	float:right;
	text-align:right;
	width:600px;
	margin:2em 0 0 0; }
				
	.header5 .h5-sign-in iframe {
		display:inline-block;
		text-align:left;
		max-width:415px;
		overflow:hidden;
		max-height:70px;
		margin-right:1em;}
						
	.header5 .h5-sign-in .acc-links {
		display:inline-block;
		float:right;
		vertical-align:top;
		}
						
	.header5 .h5-sign-in a.btn {
		font-size:16px;
		}					

/* Custom - Sign In */

.header5 .si-custom {
	display:inline-block;
	text-align:right;
	width:415px;
	margin-right:1em; }
	
	.header5 .si-custom input {
		font-family:inherit;
		font-size:inherit;
		text-indent:.75em;
		color:inherit;
		width:174px;
		height:26px;
		line-height:26px;
		background:#f4f4f4;
		border:1px solid #c9c5c2;
		border-radius:5px;
		margin:0;
		padding:0; }
		
		.header5 .si-custom input:focus {
			background:#fff;
			border-color:#95908c;
			}
	
	.header5 .si-custom a {
		font-size:11px;
		margin:.25em 0;
		display:inline-block; }
	
	.header5 .si-custom .error {
		font-size:11px;
		position:absolute;
		top:8px;
		right:0;
		width:451px;
		text-align:left; }
						
.header5 .h5-sign-in {
	float:right;
	text-align:right;
	width:600px;
	height:53px;
	margin:2.5em 0 .75em 0; }
						
	.header5 .h5-sign-in .acc-links {
		display:inline-block;
		float:right;
		vertical-align:top;
		}
						
	.header5 .h5-sign-in a.btn {
		font-size:16px;
		padding:6px 16px;
		}	
		
/* Custom MA menu */

.header5 .account-wrap {
	position:relative;
	float:right;
	width:650px;
	margin:2em 0 1em 0;
	font-size:12px;
	line-height:1.5em; }
	
.header5 .account-wrap .dropNav {
		position:absolute;
		z-index:2;
		top:0;
		right:0;
		display:inline-block;
		list-style-type:none;
		margin-left:2em;
		text-align:left;
		float:right;
		}
		.header5 .account-wrap ul.dropNav ul {
            background: #AC1A2F;
		}

		.header5 .account-wrap .dropNav li.topLvl {
			position:relative;
			display:inline-block;
			background: #ac1a2f;
			border-radius:5px 5px;
			border-bottom:2px solid #F9F9F9;
			}
				
			.header5 .account-wrap .dropNav li.topLvl:hover, .header5 .account-wrap .dropNav li.topLvl:focus {
				}
				
			.header5 .account-wrap .dropNav li.topLvl:hover:after, .header5 .account-wrap .dropNav li.topLvl:focus:after {
				content:'';
				width:21px;
				height:14px;
				position:absolute;
				bottom:-14px;
				left:50%;
				margin-left:-10.5px;
				background:url(../Images/nav-arrow-down.png) no-repeat;
				}
										
			.header5 .account-wrap a.nav-tab {
				display: block;
				text-align: center;
				text-decoration:none;
				color:#fff;
				font-weight:normal;
				font-family: 'Arial';font-weight:bold;
				font-size: 16px;
				text-transform:uppercase;
				padding:5px 12px;
				background:none;
				}
				
			.header5 .account-wrap .dropNav li.topLvl:hover a.nav-tab, .header5 .account-wrap .dropNav li.topLvl:focus a.nav-tab {
				color: #fff;
				}
		
	.header5 .account-wrap ul.dropNav li:hover ul, .header5 .account-wrap ul.dropNav li:focus ul, .header5 .account-wrap ul.dropNav li.ins-hover ul { 
		right:0 !important; 
		}
		
.header5 .account-wrap ul.dropNav ul, .header5 .account-wrap ul.dropNav ul li {
	width:192px;
	}
																	
/*----  END Header 5  ----*/


/* Mini Dropdown Cart */

.mCart li.cart-items {
	display:inline-block;
	margin-left: 15px;
	}
	
	 .mCart li.cart-items:hover, .mCart li.cart-items:focus  {
		}
	
	.mCart li.cart-items a.viewcart-link {
		background:url("../Images/Default/icon-cart.png") no-repeat left center;
		padding-left: 25px;
		}

	.mCart li.cart-items a.viewcart-link:hover, .mCart li.cart-items a.viewcart-link:focus {
		text-decoration: underline;
		}
		
/* Framework for proper showing/hiding/positioning */

.mCart {
	float:right;
	display:inline-block;
	position:relative;
	z-index:1000;
	}

.mCart li {
	display:block;
	list-style:none;
	float:left;
	position:relative;
	}

.mCart a {
	display:block;
	position:relative;
	}

.mCart ul {
	position:absolute;
	left:-999999px;
	z-index:10000;
	text-align:left;
	width:150px; 
	top:31px;
	right: 0; /* CHANGE ORIENTATION OF mini-CART: LEFT/RIGHT */
	}

.mCart ul ul {
	margin: 0;
	position:static;	
	}

.mCart ul.minicart-ul {
	width: 260px;
	background: #fff;
	border: 1px solid #d4d4d4;
	}

.mCart li.minicart-li {
	width:100%;
	}

/* No Items Message */

.mCart .no-items {
	margin:0;
	padding:15px 10px;
	font-weight:bold;
	text-align:center;
	}

/* Items Added */

.mCart .recently-added {
	display:none;
	}
	
	.mCart li.minicart-li li.items-added {
		}

.mCart li.minicart-li li.added-item, .mCart li.minicart-li li.items-added {
	border-bottom: 1px dotted #918F8F;
	padding:10px 0 5px 0;
	}
	
.mCart li.minicart-li .cart-list {
	float:left;
	width: 250px;
	margin-left:10px;
	margin-bottom:10px;
	}

.mCart .mini-cart-container {
	width:100%;
	float:left;
	display:inline-block;
	}

.mCart .mini-cart-container .product-image {
	float:left;
	width:75px;
	padding-top:2px;
	}

.mCart .mini-cart-container a.product-name {
	display:inline;
	}

	.mCart .mini-cart-container a.product-name:hover,  .mCart .mini-cart-container a.product-name:focus {
		}

.mCart .mini-cart-container .product-info-list {
	float:left;
	width: 155px;
	margin-left:10px;
	}

	.mCart .mini-cart-container ul.product-info-list li {
		width: 100%;
		margin-bottom:5px;
		}
	
	.mCart .mini-cart-container ul.product-info-list li.product-price {
		}
	
	.mCart .mini-cart-container ul.product-info-list li.product-qty {
		text-transform:uppercase;
		}
	
	.mCart .mini-cart-container ul.product-info-list li.item-number {
		font-style:italic;
		}

.mCart .mini-cart-container ul li {
	width:240px;
	}

.mCart li.minicart-li li.view-all-items {
	border-bottom:1px dotted #918F8F;
	}

	.mCart li.minicart-li li.view-all-items a {
		display:block;
		width: 100%;
		text-align:center;
		padding: 4px 0;
		}
		
		.mCart li.minicart-li li.view-all-items a:hover,  .mCart li.minicart-li li.view-all-items a:focus {
			}

.mCart li.minicart-li li.edit-checkout {
	padding: 10px 0 0 0;
	}
	
	.mCart li.minicart-li li.edit-checkout a.btn-checkout {
		float:right; 
		}
	
	.mCart li.minicart-li li.edit-checkout ul.option-list {
		width: auto;
		display:inline-block;
		float:left;
		padding-top:7px;
		padding-right:10px;
		}
		
		.mCart li.minicart-li li.edit-checkout ul.option-list li {
			float:none;
			display:inline;
			}
				
			.mCart li.minicart-li li.edit-checkout ul.option-list li.mini-items {
				padding-right:5px; 
				}
			
			.mCart li.minicart-li li.edit-checkout ul.option-list li.mini-subtotal {
				font-weight:bold;
				}

/* END Mini Dropdown Cart */	


/* Left Nav 1 */

.left-nav {
	float:left;
	width:190px;
	margin-left:20px;
	}
	
	.left-nav .navHdBlock {
		}
					
		.left-nav h2 {
			margin-top: 0;
			}
		
	.left-nav .search {
		margin:1.5em 0;
		}
		
		.left-nav .search:after { content: ""; display: table; clear: both; } /* IE8 + clear fix */

		.left-nav input.searchbox {
			width:165px;
			float:left;
			}
			
		.left-nav a.btn-search  {
			text-indent: 100%;
			white-space: nowrap;
			overflow: hidden;
			display:inline-block;
			float:left;
			padding:0;
			border:none;
			background:url(../Images/Default/icon-search-light.png) no-repeat center center #323232;
			width:27px;
			height:27px;
			}
			
			.left-nav a.btn-search:hover, .left-nav a.btn-search:focus {
				background:url(../Images/Default/icon-search-light.png) no-repeat center center #7c7c7c;
				}	

	.left-nav ul {
		margin:0 0 1.5em 0;
		}
		
		.left-nav ul li {
			}

		.left-nav ul a {
			display:block;
			border-bottom: 1px dotted #918F8F;
			padding:8px 0;
			}
				
			.left-nav ul a:hover, .left-nav ul a:focus {
				}

		.left-nav ul li a.nav-selected {
			font-weight:bold;
			}
	
		.left-nav ul ul {
			margin:0;
			margin-left:8px;
			}
			
			.left-nav ul li ul li {
				}
				
				.left-nav ul li ul li a {
					}
					
					.left-nav ul li ul li a:hover, .left-nav ul li ul li a:focus {
						}

				.left-nav ul li ul li a.nav-selected {
					font-weight:bold;
					}
	
	/* Left Nav 1: Advanced Filtering */
	
	.left-nav ul.panel-expander {
		margin:0;
		}
	
	.left-nav ul.panel-expander li.ex-panel {
		margin:0;
		padding:0;
		background:none;
		}
	
	.left-nav ul.filter {
		clear:left;
		list-style-type:none;
		margin:9px 0 !important;
		}
		
		.left-nav .adv-filter ul a {
			background:none;
			padding:0; }
		
		.left-nav ul.filter li {
			background:none;
			}
			
			.left-nav ul.filter li { 
				padding-left:20px; }
	
			.left-nav ul.filter li input { 
				margin-left:-20px;
				vertical-align:baseline; }
						
			.left-nav .filter a {
				margin-left:0;
				}
	
	/* END Left Nav 1: Advanced Filtering  */

/* END Left Nav 1 */


/* Left Navigation 2 */

.left-nav-2 {
	position:relative;
	float:left;
	width:202px;
	margin-left:20px;
	}

.ln2-wrap { }

	.ln2-wrap .nav-head { }

		.ln2-wrap .nav-head h2 {
			margin-top:0; }

	.ln2-wrap .nav-crumbs { 
		margin:1.5em 0;
		}
	
		.ln2-wrap .nav-crumbs ul { 
			}
		
			.ln2-wrap .nav-crumbs ul li { 
				margin-bottom:5px;
				}
	
				.ln2-wrap .nav-crumbs ul li a { 
					background:url("../Images/Default/icon-left-arrow-60.png") no-repeat scroll 0 6px transparent;
					padding-left:12px;
					display:inline-block;
					}
	
				.ln2-wrap .nav-crumbs ul li a:hover, .ln2-wrap .nav-crumbs ul li a:focus { 
					}
																				
	.ln2-wrap .nav-cats { 
		 }

		.ln2-wrap .nav-cats ul { }
		
			.ln2-wrap .nav-cats li { 
				margin-bottom:5px; }
			
				.ln2-wrap .nav-cats li a { }	
			
					.ln2-wrap .nav-cats a:hover, .ln2-wrap .nav-cats a:focus { }		


	/* LN2 - Advanced Filtering */
	
	.n-filter {
		margin:1.5em 0; }
		
		.nav-head-2 {
			border-bottom:1px dotted #918F8F;
			margin-bottom:10px; }
		
		.nav-head-2 h3 {
			margin:5px 0; }
					
		.n-filtered {
			margin-bottom:1.5em; }
			
			.n-filtered ul { 
				margin-bottom:10px; }
				
				.n-filtered li { 
					margin-bottom:10px;
					background:url(../Images/Default/icon-x-dark.png) no-repeat left 5px;
					}
					
					.n-filtered li a {
						display:inline-block;
						padding-left:15px; }
				
						.n-filtered li a:hover, .n-filtered li a:focus { }
					
					.n-filtered li em { }
				
					.n-filtered li span { }	
				
					.n-filtered .clear-all { }

	
	/* LN2 - Accordion Panels */
	
	.left-nav-2 ul.accordion { 
		}
		
		.left-nav-2 ul.accordion:after { content: ""; display: table; clear: both; } /* IE8 + clear fix */
				
			.left-nav-2 .accordion>li { 
				cursor: pointer; 
				margin:0 0 10px 0; 
				float: left; 
				display: block; 
				width: 100%;
				}	
				
			.left-nav-2 .accordion>li>a { 
				text-decoration: none; 
				padding: 9px 0;
				display: block; 
				cursor: pointer; 
				font-weight:bold;
				font-size:14px;
				border-bottom:1px dotted #918F8F;
				background:url(../Images/Default/icon-filter-show-60.png) no-repeat right 50%;
				font-size:14px;
				line-height:1.5em;
				font-weight:normal;
				margin-top: 1em;
				margin-bottom: 0.75em;
				font-family: 'Arial';font-weight:bold;
				text-transform:uppercase;
				}
						
				.left-nav-2 .accordion>li.active>a {
					background:url(../Images/Default/icon-filter-hide-60.png) no-repeat right 50%; 
					}
					
					.left-nav-2 .accordion>li>a:hover, .left-nav-2 .accordion>li>a:focus {
						color:#333;
						}
				
			.left-nav-2 .accordion li>div {
				width:100%;
				display: block; 
				clear: both; 
				float: left; 
				cursor:auto;
				}
				
			.left-nav-2 .accordion li .f-wrap {
				margin:auto;
				padding:0;
				max-height:300px;
				min-height:10px;
				overflow:auto;
				}	
			
			/* LN2 - Filter Sections */

			.n-filter .f-cat {
				}
							
			.n-filter .accordion ul {
				padding:10px 0 0 0; }
			
			
			.n-filter .accordion ul li {
				background:url(../Images/Default/icon-checkbox-off.png) no-repeat left 3px;
				margin-bottom:5px;
				}
			
				.n-filter .accordion ul li a {	
					padding-left:20px;
					display:inline-block;
					}
								
			.n-filter .f-name {
				}
								
				.n-filter .accordion ul li.f-selected {
					background:url(../Images/Default/icon-checkbox-on.png) no-repeat left 3px;
					}
				
					.n-filter .accordion ul li.f-selected .f-name {
						font-weight:bold;
						}
								
			.n-filter .f-count {
				color:#999;
				}
			
				/* Price Slider */
			
				.n-filter .f-price-slider {
					margin-top:10px;
					margin-bottom:10px;
					}
			
					.n-filter .f-price-slider input {
						border:0;
						height:auto;
						padding:0;
						text-indent:0;
						margin-bottom:5px;
						background:none;
						}
					
					.n-filter #slider-range {
						background:#fff;
						border:1px solid #ccc;
						border-radius:0;
						margin: 0 0.6em;}
						
						.n-filter .ui-slider-horizontal .ui-slider-range {
							background: #f5f5f5; }
						
						.n-filter #slider-range a {
							background:url(../Images/Default/icon-slider-arrow-left.png) no-repeat center center #5d5d5d;
							width:15px;
							height:14px;
							border:0;
							border-radius:0;
							top:-2px; }
			
							.n-filter #slider-range a:hover, .n-filter #slider-range a:focus {
								cursor:pointer;
								background-color: #000 !important; }
								
							.n-filter #slider-range a:last-child {
								background:url(../Images/Default/icon-slider-arrow-right.png) no-repeat center center #5d5d5d; }				

	/* My Account - Left Navigation 2 */
	
	.ma-ln-2 { }
		
/* END Left Navigation 2 */


/* Footer  1 */

.footer1 {
	background:#fff;
	clear:left;
	width: 960px;
    margin: 0 auto;
	padding:15px 0;
	}
	
	.footer1:after { content: ""; display: table; clear: both; } /* IE8 + clear fix */
	
	.footer1 a {
		}

		.footer1 a:hover, .footer2 a:focus {
		   }
				
	.footer1 .copyright-wrapper {
		float:left;
		width: 220px;
		margin:0 0 0 30px;
		}
		
		.footer1 .powered {
			}
	
		.footer1 .copyright {
			margin:0;
			}
	
	.footer1 .footer-linkwrapper {
		float:right;
		width: 660px;
		margin:0 30px 0 0;
		}
	
	.footer1 .footer-subscribe {
		float:right;
		width: 660px;
		margin:0 30px 0 0;
		}
				
		.footer1 .footer-subscribe label {
			display:block;
			font-weight:bold;
			margin-bottom:5px;
			}
	
		.footer1 input.subscribe-box {
			width:200px;
			}
			
		.footer1 a.btn-subscribe {
			margin-left:5px;
			}
					
/* End Footer 1 */


/* Footer 2 */

.footer2 {
	position:relative;
	background:#fff;
	clear:left;
	width: 960px;
    margin: 0 auto;
	padding:15px 0 60px 0;
	}
	
	.footer2:after { content: ""; display: table; clear: both; } /* IE8 + clear fix */
	
	.footer2 a {
		}

		.footer2 a:hover, .footer2 a:focus {
		   }
				
	.footer2 .copyright-wrapper {
		position:absolute;
		bottom: 0;
		left: 0;
		width:100%;
		background:#F6F6F6;
		padding:10px 0;
		}
		
		.footer2 .powered {
			display:inline-block;
			margin:0 0 0 20px;
			}
	
		.footer2 .copyright {
			display:inline-block;
			margin:0 0 0 20px;
			}
	
	.footer2 .footer-linkwrapper {
		float:right;
		width: 920px;
		margin:0 20px;
		}
					
/* End Footer 2 */


/* Footer 3 */

.footer3 {
	position:relative;
	border-top:1px dotted #918F8F;
	clear:left;
	width: 960px;
    margin: 0 auto;
	padding:0 30px 30px 30px;
	background:#fff;
	-webkit-box-shadow: 0 0 15px 0 rgba(25,25,25,0.2);
	box-shadow: 0 -7px 15px 0 rgba(25,25,25,0.2);
	}
	
	.footer3:after { content: ""; display: table; clear: both; } /* IE8 + clear fix */

	.footer3 a {
		}

		.footer3 a:hover, .footer2 a:focus {
		   }
		   	
	.footer3 .footer-boxes {
		margin: 30px 20px;
		}
	
	.footer3 .footer-boxes:after { content: ""; display: table; clear: both; } /* IE8 + clear fix */
	
	.footer3 .footer-box {
		width:215px;
		float:left;
		}
	
		.footer3 .fb-1, .footer3 .fb-2, .footer3 .fb-3 {
			margin-right:20px;
			}
	
	.footer3 .copyright-wrapper {
		width:440px;
		display:inline-block;
		float:left;
		margin-left:20px;
		}

		.footer3 .copyright-wrapper p {
			margin-bottom:0.5em;
			}
	
	.footer3 .footer-subscribe {
		margin:0 20px;
		float:right;
		max-width:440px;
		}
				
		.footer3 .footer-subscribe label {
			font-family: 'Arial';font-weight:bold;
			text-transform:uppercase;
			display:block;
			margin-bottom:0.5em;
			}
	
		.footer3 input.subscribe-box {
			width:200px;
			float:left;
			}
			
		.footer3 a.btn-subscribe {
			margin-left:.25em;
			float:left;
			}
			
/* End Footer 3 */


/* Reverse Footer */

.reverse-footer {
	display:none;
	}
	
/* Custom styles for client */

.fullWidthLinkLists {
	width: 960px;
	float: left;
	display: block;
	padding: 0px 0px 0px 36px;
	margin: 0px 0px 56px;
	}

.blueLinkLists {
	float: left;
	display: block;
	width: 462px;
	margin: 5px 0px 0px;
	}
 
.callouts {
	margin: 0px 0px 50px -15px;
	float: left;
	width: 922px;
	}
 
.calloutHeading {
	color: rgb(172, 26, 47);
	text-transform: uppercase;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 3px;
	font-family: "Swiss721BT-BoldCondensed",helvetica,sans-serif;
	line-height: 17px;
	display: block;
	}

.callouts a {
    float: left;
    color: rgb(172, 26, 47);
    text-transform: uppercase;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 3px;
    font-family: "Swiss721BT-BoldCondensed",helvetica,sans-serif;
    line-height: 17px;
    display: block;
	}

.callouts .details {
	color: rgb(76, 62, 50);
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
	float: left;
	display: block;
	}

.callouts2 {
	float: left;
	background: url("/UserFiles/Images/generic/callout.png ") no-repeat scroll left top transparent;
	margin-left: 51px;
	display: block;
	padding: 20px 10px 0px 20px;
	width: 226px;
	height: 79px;
	}
	
/* Custom Section styles */

 .topSection {
	}
	
	 .topSection:after { content: ""; display: table; clear: both; } /* IE8 + clear fix */
		
	 .topSection h1 {
		width:415px;
		margin-left:25px;
		line-height:1em;
		margin-bottom:0.25em;
		}
		
	 .topSection p, .topSection h2 {
		width:415px;
		margin-left:25px;
		margin-bottom:0.25em;
		}
		
	 .topSection h2 {
		color:#AC1A2F;
		font-family:Helvetica, Arial, sans-serif;
		font-size:13px;
		line-height:1.5em;
		font-weight:bold;
		}
		
	 .topSection img {
		float:right;
		max-width:440px;
		height:auto;
		}
		
	 .topSection p.top-img {
		float:right;
		display:inline-block;
		}

 .midSection {
	margin-top:-1em;
	margin-bottom:4em;
	}
	
	 .midSection:after { content: ""; display: table; clear: both; } /* IE8 + clear fix */
			
	 .midSection .column {
		width:49%;
		float:left;
		}
			
	 .midSection .column + .column {
		float:right;
		}
					
	 .midSection ul {
		width:43%;
		float:left;
		}
					
	 .midSection .column > ul {
		margin-right:15px;
		}		

	 .midSection h3 {
		text-transform:none;
		font-size:15px;
		}
				
 .bottomSection {
	margin-top:-1em;
	margin-bottom:4em;
	padding:0 2em;
	}
	
	 .bottomSection:after { content: ""; display: table; clear: both; } /* IE8 + clear fix */
			
	 .bottomSection .column {
		width:47%;
		float:left;
		}
			
	 .bottomSection .column + .column {
		float:right;
		}

	 .bottomSection h3 {
		text-transform:none;
		font-size:15px;
		}

	 .bottomSection ul {
		list-style-type:none;
		margin:2em 0 0 0;
		float:left;
		width:100%;
		clear:both;
		}
	
		 .bottomSection li {
			margin:0;
			float:left;
			width:20%;
			margin-left:6.6%;
			}
	
		 .bottomSection ul li:first-child {
			margin-left:0;
			}						

	 .bottomSection .callouts {
		margin:5em 0 0 0;
		float:left;
		width:100%;
		clear:both;
		}

		 .bottomSection .callouts div {
			float:left;
			width:226px;
			padding:20px 10px 0 20px;
			background:url(../Images/callout_arrow.png) no-repeat top right #f4f4f4;
			margin-left:40px;
			}

		 .bottomSection .callouts div a {
			font-family: 'Arial';font-weight:bold;
			font-size:16px;
			color:#AC1A2F;
			float:none;
			}

		 .bottomSection .callouts div p {
			margin-top:0.25em;
			}
						
		 .bottomSection .callouts div:first-child {
			margin-left:0;
			}
	.item-select .qty-add .availability{color:#7b7773;font:12px/1.5em Helvetica,Arial,sans-serif;text-align: right;display: block;clear: both;padding-top: 5px;font-weight: bold;}
    #displayQuantityInput .qty-avail {display: inline-block;vertical-align: top;width: 185px;word-wrap: break-word;font:13px/1.5em Helvetica,Arial,sans-serif;font-weight: bold;}
    .cart-items-2 .ReqQuntDilivery{float: left;padding-right: 10px;width: 300px;}
    .cart-items-2 .availability { float: left;width: 238px;line-height: 15px;}
    table.cart-items-2 .item-notes .note-wrap .add-notes {clear: both;display: block;width: 100%;}
    #productChildGrid .pc-qty{ text-align: right;}


    #PleaseWait {position:fixed; top:0; left:0; z-index:99999 !important;}
#PleaseWait_cart {position:fixed; top:0; left:0; z-index:99999 !important;}
.preloader {
display: block;
width: 40px;
height: 40px;
position: absolute;
top:0;
left:0;
border: solid 3px;
border-color: #555555 white;
-webkit-border-radius: 1000px;
border-radius: 1000px;
-webkit-animation-name: rotate;
-webkit-animation-duration: 1.5s;
-webkit-animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
-moz-animation-name: rotate;
-moz-animation-duration: 1.5s;
-moz-animation-iteration-count: infinite;
-moz-animation-timing-function: linear;
-o-animation-name: rotate;
-o-animation-duration: 1.5s;
-o-animation-iteration-count: infinite;
-o-animation-timing-function: linear;
animation-name: rotate;
animation-duration: 1.5s;
animation-iteration-count: infinite;
animation-timing-function: linear;
}
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);}

  to {
    -webkit-transform: rotate(360deg);}}

@-moz-keyframes rotate {
  from {
    -moz-transform: rotate(0deg);}

  to {
    -moz-transform: rotate(360deg);}}

@-o-keyframes rotate {
  from {
    -o-transform: rotate(0deg);}

  to {
    -o-transform: rotate(360deg);}}

@keyframes rotate {
  from {
    transform: rotate(0deg);}

  to {
    transform: rotate(360deg);}}

.header5 .subnav-1 .t2 > ul {margin-left:-96px;}
.header5 .subnav-1 .t3 > ul {margin-left:-279px;}
@media screen and (-webkit-min-device-pixel-ratio:0)
{ 
   .header5 .subnav-1 .t2 > ul {margin-left:-96px;}
   .header5 .subnav-1 .t3 > ul {margin-left:-279px;} 
}
 
@-moz-document url-prefix() { 
  .header5 .subnav-1 .t2 > ul {margin-left: -113px;}
  .header5 .subnav-1 .t3 > ul {margin-left: -330px;} 
}
.so-status {
    clear: left;
}

.header5 .si-custom .errormsg {
    color: #ac1a2f;
    font-size: 11px;
    font-style: italic;
    font-weight: bold;
    clear: both;
    display: inline-block;
    position: inherit !important;
    text-align: left;
    width: 413px;
}
.usernameerrormsg {
    display: inline-block;
    padding-left: 65px;
    width: 170px;
}
.passworderrormsg {
    display: inline-block;
    padding-left: 10px;
    width: 135px;
}
/*From BSE*/
/* 2015-04-10 | BM | Change color of part numbers based of customer feedback*/ 
.pd3-wrapper .num .erp-num,
.pd3-wrapper .num .mfg-num,
.pd3-wrapper .num .part-num,
.pd3-wrapper .num .erp-label,
.pd3-wrapper .num .mfg-label
{ color:#000000; } 
/* END | Changing color of part numbers based of customer feedback*/

/* 2015-04-24 | BM | styles for locations list*/
.wait
{ display: none; } 
.OFFICEINFO
{vertical-align:top; height:160px; list-style-type: none;} 
/* END| styles for locations list */

/*---- Additional CSS ----*/
.header5 .navigation-bar a.nav-tab{ padding: 0 10px;}
h1{font-size:38px}
.header5 .viewcart-wrapper{right:145px}
.cart-item-list .btn-block.left{width:31%}
a.btn{font-size:13px}
.item-wrap .action a.btn-add-cart{font-size:13px}
a.btn-add-list{font-size:11px}
.pop-header h1{font-size:32px}
#displayQuantityInput .qty-avail{width:160px}
.zoom a.zoom-link,.share a.share-link{font-size:13px}
.part-num{ display: block;width: 60%;word-wrap: break-word;white-space: normal}
.info-tbl.wl-table.hasWL{table-layout: fixed}
.info-tbl.wl-table.hasWL tr td{}
.wl-avail{width:10%}
/*.info-tbl.wl-table.hasWL tr{ display: block;width: 700px;table-layout: fixed}*/
.info-tbl.wl-table.hasWL tr th,.info-tbl.wl-table.hasWL tr td{box-sizing:border-box}
.header5 .navigation-bar .dropNav li.topLvl a{font-family: "Arial Narrow", Arial, sans-serif;}
.wl-avail span {padding-right: 15px;white-space: normal; display: inline-block; word-break:break-all;}
.withWishLists h2 {clear: both;}
.footer-subscribe-form input.feedblitzSignup_txt{width: 200px;float: left;}
.footer-subscribe-form input.feedblitzSignup_btn{background: #ac1a2f;color: #fff;display: inline-block;font: inherit;padding: 7px 12px;border-radius: 5px;font-family: 'Arial';font-weight: bold;
line-height: 16px;text-transform: uppercase;margin-left: .25em;float: left;border: 0;cursor: pointer;}
.footer-subscribe-form input.feedblitzSignup_btn:hover{background: #00467f;color: #fff;}

.divcreditcardinfo label {font-weight: bold;margin-right: 10px;width: 200px !important;display: inline-block;}
.divcreditcardinfo li {margin-bottom: 5px;}

.divcreditcardinfo ul {margin-bottom: 20px;}
.btns.btn-right{text-align:right;display: block;}
.btn-section a{text-align:right;margin-left: 15px;}
.btn-section div {float: right;width: auto;}
.btn.btnStyleA{ cursor: pointer;}
.zipcode-row .zipcode-wrapper .qty{ width: 50%;}
.paginator-34.ptop .zip-value{ line-height: 31px;float: left;margin-right: 20px;}
.pd-top .popup-title{ font-size: 18px;border-bottom: 1px black dotted;padding-bottom: 5px;margin-bottom: 15px;}
.item-warehouse .availability-warehouse{background-color: #00467f;color: white;padding: 2px 4px;border-radius: 4px;clear: both;}
.ware-house-popup .zipcode-row {margin-top: 10px;}
.ware-house-popup .pop-content tr:nth-child(even){ background:#f2f2f2;}
.ware-house-popup .pop-content .info-tbl td, .ware-house-popup.pd3-wrapper .pd-rc-wrap .pd-header, .ware-house-popup .ptop{border:0;}
.ware-house-popup .info-tbl{ margin-bottom:0;}
.ware-house-popup .warehouse-grid{height: 235px;overflow-y: auto;}
.pl4-wrapper .item-list div.availability-link{clear: both;display: block;}
.grid-loader{left: 50% !important;position: relative;}
.header5 .account-wrap .acc-cust-ship .left-section {float: left;width: 60%;}
.header5 .account-wrap .acc-cust-ship .right-section {float: left;}
.header5 .account-wrap .acc-cust-ship .right-section a {padding: 4px 15px;font-size: 12px;text-decoration: underline;margin-top: 21px;border: 1px solid #D4D4D4;}
.customerSelection{float: left;width: 100%;margin-bottom: 20px;}
.customerSelection .continuebtns{float: right;width: 50%;text-align: right;}
.search-customers h2{ clear: both;}

.access-container h2{ margin-top: 0;color: #4c3e32;font-size:21px;}
.access-container .cust-heading:before, .access-container .cust-heading:after{display:none}
.access-container .permission-message{color: #4c3e32;font-size: 16px;font-weight: bold;margin-bottom: 15px;} 
.access-container .access-mid{background: #e0e0e0;padding: 15px;margin-bottom:20px;width:622px;}
.access-container .access-footer{width:622px;}
.access-container .access-mid ul{ margin: 0 auto;text-align: center;}
.access-container .access-mid p{ text-align: center;}
.access-container ul{ margin:0;}
.access-container li{list-style-type: none;display: inline-block;}
.access-container .btTxt{padding:6px 15px;border:2px solid #a6192e;background-color:#a6192e;color: #fafafa;border-radius:5px;text-transform: uppercase;margin:0 20px;}
.access-container .btTxt:hover, .access-container .btTxt:focus {background:#00467f;text-decoration: none;border: 2px solid #00467f;}
.access-container .access-footer p{margin-bottom:5px}
.access-container .access-footer .message{font-style:italic} 
.access-container .acc-links a{ color:#00467f;text-decoration:underline}
.access-container .acc-links li{width:23%;}
.access-container .acc-links ul{text-align: center;margin: 30px 0;}
.pd-rc-wrap div.availability-link{clear: both;display: block; padding-top: 10px;}