#preview{
	position:absolute;
	border:1px solid #000;
	background:#333;
	padding:10px;
	font-size: 12px;
	text-align: center;
	width: 300px;
	display:none;
	color:#fff;
	z-index: 10;
	}
	
	
	/*** Paypal/Express/Review **/
	#review-buttons-container {
		margin-bottom:50px !important;
		display:block;
		text-align:center;
		overflow:hidden;
	}
	
	#review_button {
    /* margin-bottom: 52px;*/
    padding: 15px;
    background-color: #ff0000;
    color: #fff;
    border: 0;
    font-size: 20px;
    font-weight: bold;
    float: right;
	/******* End ***/
	}
/* Fancybox Image Gallery */

#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 90;
}
div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url('../images/fancybox/fancy_progress.png') no-repeat;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 20px 20px 40px 20px;
    margin: 0;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	background: #FFF;
}

div#fancy_content {
	margin: 0;
	z-index: 100;
	position: absolute;
}

div#fancy_div {
	background: #000;
	color: #FFF;
	height: 100%;
	width: 100%;
	z-index: 100;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -15px;
	height: 30px;
	width: 30px;
	background: url('../images/fancybox/fancy_closebox.png') top left no-repeat;
	cursor: pointer;
	z-index: 181;
	display: none;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

#fancy_ajax {
	width: 100%;
	height: 100%;
	overflow: auto;
}

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 0px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	z-index: 111; 
	display: none;
	background-image: url("data:image/gif;base64,AAAA");
	outline: none;
	overflow: hidden;
}

a#fancy_left {
	left: 0px; 
}

a#fancy_right {
	right: 0px; 
}

span.fancy_ico {
	position: absolute; 
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	z-index: 112; 
	cursor: pointer;
	display: block;
}

span#fancy_left_ico {
	left: -9999px;
	background: transparent url('../images/fancybox/fancy_left.png') no-repeat;
}

span#fancy_right_ico {
	right: -9999px;
	background: transparent url('../images/fancybox/fancy_right.png') no-repeat;
}

a#fancy_left:hover, a#fancy_right:hover {
	visibility: visible;
	background-color: transparent;
}

a#fancy_left:hover span {
	left: 20px; 
}

a#fancy_right:hover span {
	right: 20px; 
}

#fancy_bigIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

div#fancy_bg {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}

div#fancy_bg_n {
	top: -20px;
	left: 0;
	width: 100%;
	height: 20px;
	background: transparent url('../images/fancybox/fancy_shadow_n.png') repeat-x;
}

div#fancy_bg_ne {
	top: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('../images/fancybox/fancy_shadow_ne.png') no-repeat;
}

div#fancy_bg_e {
	right: -20px;
	height: 100%;
	width: 20px;
	background: transparent url('../images/fancybox/fancy_shadow_e.png') repeat-y;
}

div#fancy_bg_se {
	bottom: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('../images/fancybox/fancy_shadow_se.png') no-repeat;
}

div#fancy_bg_s {
	bottom: -20px;
	left: 0;
	width: 100%;
	height: 20px;
	background: transparent url('../images/fancybox/fancy_shadow_s.png') repeat-x;
}

div#fancy_bg_sw {
	bottom: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('../images/fancybox/fancy_shadow_sw.png') no-repeat;
}

div#fancy_bg_w {
	left: -20px;
	height: 100%;
	width: 20px;
	background: transparent url('../images/fancybox/fancy_shadow_w.png') repeat-y;
}

div#fancy_bg_nw {
	top: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('../images/fancybox/fancy_shadow_nw.png') no-repeat;
}

div#fancy_title {
	position: absolute;
	z-index: 100;
	display: none;
}

div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 3px;
	white-space: nowrap;
}

div#fancy_title table {
	margin: 0 auto;
}

div#fancy_title table td {
	padding: 0;
	vertical-align: middle;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url('../images/fancybox/fancy_title_left.png') repeat-x;
}

td#fancy_title_main {
	height: 32px;
	background: transparent url('../images/fancybox/fancy_title_main.png') repeat-x;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url('../images/fancybox/fancy_title_right.png') repeat-x;
}
.pop {
  position: absolute;
  display: inline;
  }
.pop .pop_menu {
    display: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
	z-index: 80;}
.pop .pop_toggle {
    background-image: url(../images/cart/arrow_down.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 20px;
    height: 20px;
    overflow: hidden;
    cursor: pointer; }

.active .pop_menu {
  display: block;
  background-color: #ebebeb;
  color: #fff;
  position: absolute;
  padding: .6em;
  width: 12em;
  z-index: 80;}
.active .pop_menu a {
    color: #fff; }
.active .pop_toggle {
  z-index: 2000;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/cart/arrow_up.png); }
  
#slider-wrapper { 
	position: relative;
	margin-bottom: 15px;
}
	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:740px;
		height:300px;
		float:right;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:696px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(../images/slider/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../images/slider/btn_next.gif) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	#pager{
		float: right;
		
		height: 25px;
		padding: 10px;
		position: relative;
		top: 295px;
		z-index: 9;
		}
	#pager a{
		float:left;
		height:20px;
		line-height:20px;
		border:1px solid #151515;
		background:#242424;
		color:#fff;
		padding:0 8px;
	    margin-right: 10px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		text-decoration:none;
		}
	#pager a.activeSlide{
		background:#4c4c4c;
		color:#fff;
		}

/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 150px;
    height: 150px;
	border: 1px solid #cdcdcd;
}
.jcarousel-list li:hover,
.jcarousel-item:hover {
	border: 1px solid #a9a9a9;
}


/**
	jCarousel - Product Image Slider
	
*/
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}
.jcarousel-skin-tango .jcarousel-container {
    background: #f8f8f8 url(../images/misc/bg_carousel.gif) repeat-x;
    border: 1px solid #e9e9e9;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 595px;
    padding: 20px 60px;
}

.jcarousel-skin-tango .jcarousel-container-vertical {
    width: 75px;
    height: 245px;
    padding: 40px 20px;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  595px;
    height: 108px;
}

.jcarousel-skin-tango .jcarousel-clip-vertical {
    width:  75px;
    height: 245px;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 105px;
    height: 105px;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-right: 15px;
}

.jcarousel-skin-tango .jcarousel-item-vertical {
    margin-bottom: 15px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 60px;
    right: 17px;
    width: 27px;
    height: 27px;
    cursor: pointer;
    background: transparent url(../images/buttons/next-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
    background-position: -27px 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
    background-position: -27px 0;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -54px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 60px;
    left: 17px;
    width: 27px;
    height: 27px;
    cursor: pointer;
    background: transparent url(../images/buttons/prev-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
    background-position: -27px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    background-position: -27px 0;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -54px 0;
}

/**
 *  Vertical Buttons
 */
.jcarousel-skin-tango .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(../images/buttons/next-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-next-disabled-vertical,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(../images/buttons/prev-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-vertical,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.toplinks { display: none;}
#navigation { position: relative;}
.left-nav .head  { position: relative;}
.nabar-toggle,.toglle-bar { background: none; border: #fff solid 1px; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; width: 30px; height: 30px;  z-index: 1; display: none; top: 9px; cursor: pointer;}
.toglle-bar { position:relative; float: left; top:auto; }
.nabar-toggle span,.toglle-bar span{ background: #fff; height: 3px; margin-bottom: 3px; margin-top: 3px; display: block;}
#navigation-wrap { position: relative; }
.mobile-only { display: none; }

#mapopen { width:  auto; position: fixed; left: 0; top: 0; width: 100vw; height: 100vh; z-index: 99999; }
#mapopen.hide { display:  none; }
#mapopen .overlay { background: rgba(0,0,0,.7); z-index: 1; width: 100vw; height: 100vh; position: absolute; left: 0; top: 0; z-index: 0 }
#mapopen .mapcontainer { z-index: 2; background: #fff; width: 90%; min-width: 240px; max-width: 450px; margin: 10vh auto 0;	position: relative; }
.closepopup { display: block; position: absolute; z-index: 99999; right: -10px; top: -10px; font-size: 14px; width: 20px; background: #fff; border: 1px solid #000; border-radius: 50%; color:  #000 !important; }
.closepopup:hover { background: #000; color: #fff !important; border-color: #fff; text-decoration: none; }
#mapopen .mapcontainer iframe { width: 100%; height:  300px; }
#mapopen .mapcontainer img { float:  left; max-width: 100%; }


.customer-account-login .col-1.new-users .button-set { display: none !important; }

@media (min-width: 992px){
	#left-nav,#nav { display: block !important;}
}
@media (max-width: 992px){
	#col-left > a, #col-left > .mini-compare-products, #col-left > p { display: none; }
	.left-nav .head h2 { display: inline-block; margin-left: 10px; line-height: 32px; }
	.col-left .mini-related-items { display: none !important; }
	#product-list-table td { border-bottom: 1px solid #eee; padding: 10px 0px 0px; }
	.listing-type-grid .padder { margin-bottom: 10px; }
	#left-nav { display: none;}
	.mainLinks .headerLinks > h1, .mainLinks .headerLinks > a, .mainLinks .headerLinks > div { display: block; width: 30%; position: relative; padding:0 !important; float: left !important; }
	.header .mainLinks:nth-child(3) { display: none !important; }
	.layout-2columns #main .std > br { display: none; }
	#introhomepage { height:auto !important; }
	#introhomepage #slide1 { position:relative !important; }
	
	.mainLinks .headerLinks img { max-width: 100%; }
	.mainLinks .headerLinks > a { margin: 0px 5%; }
	.promotional img,#slide1 img { width: 100%;} 
	#navigation-wrap { padding: 8px; background: #0055ad;}
	.wrapper { width: 750px;}
	.col-left,.col-main { float: none; width: auto;}
	.mini-search .input-text { width: 260px;}
	#navigation,#nav { float: none; height: auto;}
	#nav { padding-top: 47px;}
	#nav li { float: none; display: block;}
	#nav li  a { display: block; float: none;}
	.nabar-toggle,.toglle-bar { display: block;}
	#nav { display: none;}
	h1#logo ,.side-logo-promo{ float: none; display: block; text-align: center; padding-left: 0px;}
	.side-logo-promo { display: block; text-align: center;}
	.headerLinks,.mainLinks { float: none;}
	.mainLinks .headerLinks a { display: block; text-align: center;}
	.footer .footer-right { float: none;}
		.footer .footer-left { width: auto; float: none; text-align: center; }
	.footer ul, .footer li { float: none; width: auto; display: block;}
	.footer ul { margin-left: 0px;}
	.footer-info { text-align: center;}
	.footer-left table{ width: 100%;}
	.footer-left table td { width: 100%; display: block; text-align: center;}
    .cart-collateral-block { float: none; width: auto;}
	.cross-sell-blank { width: auto; float: none; text-align: center;}
	 .checkout-cart-index .cart-shipping-block div:first-child,.checkout-cart-index .cart-shipping-block div:nth-child(2) { float: none !important; width: auto !important;}
	 .checkout-cart-index .cart-shipping-block div:nth-child(2) { margin-left: 0px !important;}
	}
@media (max-width: 767px) {
	.wrapper { width: auto; padding: 0px 10px;}
	.generic-product-grid td { display: inline-block; width: 49% !important;}
	.catalog-listing h5 { width: 95% !important;}
	.listing-type-grid .product-image img { width: auto !important; float: none; display: inline-block; }
	.form-button { display: block;}
	.product-image { width: auto; float: none; text-align: center;}
	.mini-search { display: block; position: relative; float: none; width: auto;}
	.searchbar .useraccess { width: auto; float: none; text-align: center; display: block;}

	.catalog-listing .description,.product-shop ,.product-store{ width: auto; float: none; text-align: center;}
	.catalog-listing .product-image img { display: inline-block;}
	.product-store { float: none;}
	.shopping-cart th, .shopping-cart td { padding: 0px 0px;}
	.shopping-cart td:first-child img { width: 40px;} 
     .col2-set .col-1,.col2-set .col-2 { width: 100%; margin-bottom: 10px; float: none;}
	 .col2-set .col-2 { margin-bottom: 0px;}
	 .field { width: 100%; float: none;}
	 .field .input-box input,.form-list li .input-box .input-text, .form-list li .input-box textarea,.customer-name-middlename .name-firstname input,.customer-name-middlename .name-firstname { width: 100% !important;}
	 .form-list li .input-box select { width: 50% !important;}
	 #checkout-step-billing { width: 100% !important; padding: 20px; box-sizing: border-box;}
	 #checkout-step-billing .form-list li .input-box select,#checkout-step-shipping .form-list li .input-box select  { width: 100% !important;}
	 #billing-new-address-form td { width: 100%; display: block; padding-bottom: 10px; text-align: center;}
	  .checkout-onepage-success  table { width: 100%;}
	 .cms-contact-us  td { width: 100% !important; display: block;}
	 .cms-contact-us iframe,#map,.cms-contact-us table { width: 100% !important;}
	 .cms-about-elliott-electronic-supply .page-title img { width: 100%;}
	 .cms-request-a-quote table td,.cms-request-a-quote table th { width: 25% !important;}
	 .cms-request-a-quote table td input,.group-select li .input-text, .group-select li select, .group-select li textarea { width: 100% !important;}
	 .group-select li .input-box { float: none; width: 100%;}
	 .group-select li { width: 100%; box-sizing: border-box; padding-right: 10px;}
	 .cms-request-a-quote table { width: 95%;}
	 .cross-sell-blank p:last-child { display: none; }
	 .useraccess { display: none; }
	 #nav > div { display:block; padding: 14px 10px 15px 12px; color: #fff; }
	 #nav > div > a { display: inline; float: none; padding:0; }
	 #nav > div > a:hover { display: inline; float: none; padding:0; text-decoration: underline; color: #000; }
	 .checkout-onepage-index #checkout-step-login .buttons-set a:last-child { margin-left:  23px; }
	 
	 
	 
}	
@media (max-width: 479px) {
	.wrapper { padding: 0px; margin: 10px auto; }
	.generic-product-grid td { width: 100% !important; display: block; text-align: center;}
	.mini-search .input-text { width: 160px;}
	.mini-search .search { margin-top: 10px; background-size: 100%; width: 50px;}
	.mini-search .input-text { width: 142px;}
	.footer .footer-callout { max-width: 100%;}
	.cart-totals tfoot td { font-size: 12px;}
	.atc { max-width: 180px; margin: 0 auto; }
	#logo img { width: 150px; height:auto; }

	.header > div { float: left !important; position:relative; margin-top: 0 !important; display:block; box-sizing: border-box; }
	
	.header > div:nth-child(2) { width: 33% !important; }
	.header > div:nth-child(3) { width: 66% !important; padding-top: 10px; }
	.header > div img { max-width: 100%; height:auto; }
	.header > div:nth-child(3) > * { width: 50%; padding: 0px 3%; float: left !important; box-sizing: border-box; }
	.header > div:nth-child(3) > .side-logo-promo { margin-top: 6px; }
	
	
	.bannerslide-caborno-slider > div > div:nth-child(2), .searchbar .useraccess, 
	.header .mainLinks, .header > div > h1 { display: none !important; }
	.container > div:nth-child(2) { font-size: 13px !important; text-align:center; float: none !important; }
	
	.jquery-slider-slide img { max-width: 100vw !important; height:auto !important; float: left; }
	.bannerslide-caborno-slider { margin-bottom: 0 !important; }
}


@media (max-width: 400px) {
	.pager { font-size: 9px;}
	.pager .pages { margin: 0px 20px;}
	.pager .pages { margin: 0px;}
	.cms-request-a-quote table { width: 55%;}
}		


@media print { 

.catalog-product-view #product_tabs_upsell_products_contents { display: none !important;}
.catalog-product-view h1#logo { text-align: left;}
.catalog-product-view h1#logo img { max-width: 100%;}
.catalog-product-view .searchbar,.catalog-product-view #col-left,.catalog-product-view .tabs { display: none;}
.catalog-product-view #footer { display: none;}

.catalog-product-view h1#logo { width: 20%; float: left;}
.catalog-product-view .header div.side-logo-promo { float: right !important; width: auto !important;}
.catalog-product-view .header div { margin: 0px !important; float: left !important; width: 38% !important; text-align: center;}
.catalog-product-view .header h1 { margin-right: 0px !important; text-align: center;}
.catalog-product-view .header + div,.catalog-product-view .cartMenu { display: none;}

}

