/* Fonts */
@font-face {
    font-family: 'proxima_novalight';
    src: url('../fonts/proximanova-light-webfont.eot');
    src: url('../fonts/proximanova-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/proximanova-light-webfont.woff') format('woff'),
         url('../fonts/proximanova-light-webfont.ttf') format('truetype'),
         url('../fonts/proximanova-light-webfont.svg#proxima_novalight') format('svg');
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

@font-face {
	font-family: 'ProximaNovaRegular';
	src: url('../fonts/proximanova-regular.eot');
	src: url('../fonts/proximanova-regular.eot') format('embedded-opentype'),
	     url('../fonts/proximanova-regular.woff') format('woff'),
	     url('../fonts/proximanova-regular.ttf') format('truetype'),
	     url('../fonts/proximanova-regular.svg#ProximaNovaRegular') format('svg');
		 
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

@font-face {
	font-family: 'ProximaNovaBold';
	src: url('../fonts/proximanova-bold.eot');
	src: url('../fonts/proximanova-bold.eot') format('embedded-opentype'),
	     url('../fonts/proximanova-bold.woff') format('woff'),
	     url('../fonts/proximanova-bold.ttf') format('truetype'),
	     url('../fonts/proximanova-bold.svg#ProximaNovaBold') format('svg');
		 
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

@font-face {
    font-family: 'ProximaNovaThin';
    src: url('../fonts/ProximaNovaThin.eot');
    src: url('../fonts/ProximaNovaThin.eot') format('embedded-opentype'),
         url('../fonts/ProximaNovaThin.woff2') format('woff2'),
         url('../fonts/ProximaNovaThin.woff') format('woff'),
         url('../fonts/ProximaNovaThin.ttf') format('truetype'),
         url('../fonts/ProximaNovaThin.svg#ProximaNovaThin') format('svg');
		 
	 speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body { 
	margin: 0; 
	padding: 0; 
	color: #161D27;
	font-family: "ProximaNovaRegular";
	font-smooth: always;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-webkit-user-select: text;

	font-size: 1em; 

	min-width: 320px;
	padding-bottom: 100px;
}



a { text-decoration: none; color: inherit; }

#site-wrap {
	with: 100%;
	margin: 0 auto;
	will-change: padding-top;
	padding-top: 2em;

	transition: padding-top 1s;
}
#site-wrap.push {
	padding-top: 8em;
}

/* Copied colors */
.blue-light, .blue-light a { color:#94aecb; }
.blue-bold, .blue-bold a { color:#94aecb; font-family: 'ProximaNovaBold'; }

.invisible { visibility: hidden; }
.visible { visibility: visible; }

#pg-header { 
	position: fixed;
	top: 0; 
	left: 0;
	width: 100%;
	background: url(../img/price-guide/bg-fma.png) no-repeat bottom center; 
	background-size: 100% auto;
	background-color: #161D27;

	will-change: height;

	height: 4275px;
	z-index: 2;

	transition: height .5s ease-out;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12) !important;
}

#pg-header.collapsed { 
	top: 0;

	will-change: height;

	height: 95px;
	transition: height .5s ease-out;
}
#pg-header.collapsed #pg-header-nav { padding-top: 1.25em; }

#pg-header-nav { 
	width: 980px; 
	overflow: auto; 
	margin: 0 auto;
	padding-top: 5em;
	padding-bottom: 2em;
	background: url(../img/price-guide/logo-price-guide-ai.png) no-repeat bottom center; 
}

#site-return {
        float: left;
        color: #FFF;
        padding: 17px 50px;
        border: 2px solid #fff;

        border-radius: 50px;
        font-family: 'ProximaNovaBold';
        text-transform: uppercase;
	transition: background-color .2s ease-in;
}
#site-return:hover { color: #111; background-color: #fff; }

#coupon-header {
	float: right; 
	padding: 17px 50px;
	border: 2px solid #93adce;
        background-color:#93adce;
	text-transform: uppercase;

        border-radius: 50px;
        font-family: 'ProximaNovaBold';
        color: #FFF;
}
#coupon-header:hover {
	border-color: #fff;
	color: #93adce;
	background-color: #fff;
	transition: background-color .2s ease-in;
}

#pg-header-text { 
	display: block; 
	clear: both;
	color: #FFF; 
	text-align: center; 
	max-width: 980px;
	margin: 4.5em auto;
}

.guide-content.collapsed { display: none; }
.guide-content { display: block; z-index: 0; }
.guide-header { border-bottom: 1px solid #e0e0e0; background-color: #fff; width: 100%; overflow: hidden; }
.guide-header i { position: relative; top: -2.5em; }
.guide-header:hover { cursor: pointer; }
.guide-header.expanded { position: fixed; top: 51px; height: 110px; z-index: 3 !important; }

.guide-header.expanded i { visibility: visible; transition: visibility .5s ease-in; }
.guide-header h1 { display: inline-block; margin-top: -0.05em; }
.guide-header.expanded h1 { margin-top: .15em; } 

.guide-header i { 
	font-size: .75em;
	display: inline-block;
	visibility: hidden;

	top: -0.3em; 
	padding: .5em; 
	margin: 0 1em;

	background-color: #94abcd;  
	border-radius: 50%; 
	color: #fff;

	transition: display .2s ease-in;
}

#pg-header-text h1 { font-size: 3.5em; font-family: 'ProximaNovaThin'; font-weight: 100; margin: 0; padding: .5em 0 .1em 0; }
#sub-header { font-size: 1em; font-family: 'ProximaNovaRegular'; font-weight: normal; margin: 0; padding: 0; padding-bottom: 2.5em; }
#scroll-down {  border-radius: 50%; border: 2px solid #fff; padding: .5em; }
#scroll-down:hover { background-color: #fff; color: #111; border-color: #fff; transition: background-color .2s ease-in; }

.guide-header { height: 97px; }
.guide-header h1 {
	font-family: "proxima_novalight";
	font-size: 30px;
	color: #161d27;
	font-weight: normal;
	padding-top: 33px;
	margin-left: 50px;
}

.guide-header-img { float: right; padding-right: 2.5em; width: 120px; min-height: 70px; height: 100px; }
.guide-header.expanded .guide-header-img { min-height: 110px; min-width: 50px; height: 100%; }

.guide-icon-1 { background: url('../img/price-guide/icon-slider1.png') no-repeat center left; }
.guide-icon-2 { background: url('../img/price-guide/icon-slider5.png') no-repeat center left; }
.guide-icon-3 { background: url('../img/price-guide/icon-slider3.png') no-repeat center left; }
.guide-icon-4 { background: url('../img/price-guide/icon-slider4.png') no-repeat center left; }
.guide-icon-5 { background: url('../img/price-guide/icon-slider2.png') no-repeat center left; }
.guide-icon-6 { background: url('../img/price-guide/icon-slider6.png') no-repeat center left; }
.guide-icon-7 { background: url('../img/price-guide/icon-slider7.png') no-repeat center left; }
.guide-icon-8 { background: url('../img/price-guide/icon-slider8.png') no-repeat center left; }
.guide-icon-9 { background: url('../img/price-guide/icon-slider9.png') no-repeat center left; }

.guide-header-img-1 { background: url('../img/price-guide/slider1.png') no-repeat top center; }
.guide-header-img-2 { background: url('../img/price-guide/slider2.png') no-repeat top center; }
.guide-header-img-3 { background: url('../img/price-guide/slider3.png') no-repeat top center; }
.guide-header-img-4 { background: url('../img/price-guide/slider4.png') no-repeat top center; }
.guide-header-img-5 { background: url('../img/price-guide/slider5.png') no-repeat top center; }
.guide-header-img-6 { background: url('../img/price-guide/slider6.png') no-repeat top center; }
.guide-header-img-7 { background: url('../img/price-guide/slider7.png') no-repeat top center; }
.guide-header-img-8 { background: url('../img/price-guide/slider8.png') no-repeat top center; }
.guide-header-img-9 { background: url('../img/price-guide/slider9.png') no-repeat top center; }

.product-header { 
	font-size: 2em; 
	text-align: left;
	font-family: 'proxima_novalight'; 
	padding: .5em 0; border-top: 1px solid #e0e0e0; 
} 

/* Anchors Carousel */
.guide-anchors { /*border-top: 1px solid #e0e0e0;*/ overflow-y: hidden; text-align: center; padding: .5em; }
.anchor-scroll { position: relative; top: 2em; margin: 0; padding: 0; overflow: auto; color: #e0e0e0;}
.anchor-down { height: 100%; }
.anchor-scroll-left, .anchor-scroll-right { float: left; padding: .75em 1em; color: #fff !important; background-color: #94aecb; border-radius: 50%; transition: background-color .2s ease-in;}
 .anchor-scroll-right { float: right; }

.guide-anchors { padding-top: 1.5em; }
.guide-anchors ul { margin: 0 3em; padding: 0; white-space: nowrap; overflow-y: hidden; overflow-x: hidden; margin-top: -1em; }
.guide-anchors ul li { display: table-cell; text-align: center; padding: 0 1em; }
.guide-anchors ul li img { max-width: 125px; z-index: 2; }
.guide-anchors ul li a:hover { border-bottom: 4px solid #94aecb; }
.guide-anchors ul a { padding: 0; margin: 0; }

/* Table Header (vendor) CSS */
.vendor-abt-electronics { background-image: url( '../img/price-guide/pg-abt.png'); background-repeat: no-repeat; background-position: center; }
.vendor-apple 	{ background-image: url('../img/price-guide/pg-apple.png'); background-repeat: no-repeat; background-position: center; }
.vendor-macmall { background-image: url('../img/price-guide/pg-macmall.png'); background-repeat: no-repeat; background-position: center; }
.vendor-bh 	{ background-image: url('../img/price-guide/pg-bh.png'); background-repeat: no-repeat; background-position: center; }
.vendor-adorama { background-image: url('../img/price-guide/pg-adorama.png'); background-repeat: no-repeat; background-position: center; }
.vendor-amazon { background-image: url( '../img/price-guide/pg-amazon.png'); background-repeat: no-repeat; background-position: center;}
.vendor-b-h-photo { background-image: url('../img/price-guide/pg-bh.png'); background-repeat: no-repeat; background-position: center;}
.vendor-best-buy { background-image: url('../img/price-guide/pg-bestbuy.png'); background-repeat: no-repeat; background-position: center;}
.vendor-ebay { background-image: url('../img/price-guide/pg-ebay.jpg'); background-repeat: no-repeat; background-position: center;}
.vendor-staples { background-image: url('../img/price-guide/pg-staples.png'); background-repeat: no-repeat; background-position: center;}
.vendor-walmart { background-image: url( '../img/price-guide/pg-walmart.png'); background-repeat: no-repeat; background-position: center;}

table.price-guide { width: 100%; border-collapse: collapse; }

.vendor-col{ text-align: center; line-height: 45px; vertical-align: bottom; min-width: 60px; }
.vendor-col img { width: 45%; padding: .5em 0; }
.vendor-col.product-image img { padding: .5em; margin: 0; max-width: 80px; vertical-align: middle; }
.item-row { border: 0; }
.item-desc { width: 300px; border-bottom: 1px solid #e0e0e0; line-height: 1.5em; white-space: nowrap; }
.item-desc img { max-width: 49px; }
.item-price { color: #666; text-align: center; line-height: 1.5em; border: 1px solid #e0e0e0; padding: .4em; }
.item-discount { color: #FF0000; text-align: center; border-bottom: 1px solid #e0e0e0; }
.price-guide tr:last-child td { border-bottom: 0; }
.price-guide tr:first-child { border-top: 1px solid #e0e0e0; }

.acnhor-wrap { max-width: 33%; }

.tool-tip { display: inline; float: right;  }
.tool-tip p { display: none; }
.tool-tip .symbol { color: #A6CE95; }
.no-touch .tool-tip .symbol:hover { color: #94abcd; }
.no-touch .tool-tip .symbol:hover + p { 
	display: inline;
	position: absolute;
	background-color: rgba( 255, 255, 255, .95 ); 
	color: #111;
	padding: 1.5em 1em;

	width: 20em;

	border: 2px dashed #e0e0e0;
	font-weight: normal; 
	line-height: 1.5em;
	font-family: "ProximaNovaRegular";
}

#scroll-top { position: fixed; right: 0; bottom: 0; padding: 1em; margin: 1em; border-radius: 50%; color: #000; color: #e0e0e0; }
#scroll-top:hover { background-color: #94abcd; color: #fff; }

#pg-footer { 
	min-height: 67px; 
	padding: 2em 0; 

	background: url('../img/price-guide/logo-footer.png') no-repeat center center;
}

#pg-load { min-height: 300px; text-align: center; padding-top: 10%; font-size: 5em; color: #e0e0e0; }

#pg-coupon-overlay { 
	font-family: ProximaNovaRegular; 
	padding: 1em;
	padding-bottom: 2em; 
	border: 2px dashed #e0e0e0; 
	background-color: #fff;
	overflow: show;
}
#pg-coupon-overlay p { margin: 1em 0; }

#coupon-overlay-icon { font-size: 3em; color: #111; float: left; margin-right: 1em; color: #A6CE95; }

.guide-header.expanded .guide-header-inner-wrap { min-height: 110px; }
.guide-header-inner-wrap { text-align: left; width: 100%; min-height: 70px; overflow: hidden; }

#pg-coupon-overlay h2 { text-align: center; vertical-align: middle; border-bottom: 1px solid #e0e0e0; font-size: 1.2em; line-height: 1.3em; }
#pg-coupon-overlay img { margin-right: .5em; vertical-align: middle; max-height: 100px; }
#coupon-overlay-buy { background-color:#94aecb; color: #fff; font-family: 'ProximaNovaBold'; border-radius: 15px; padding: 10px; border: 1px solid #94aecb; }
#coupon-overlay-buy:hover { background-color:#fff; color: #94aecb; border-radius: 15px; padding: 10px; 	transition: background-color .2s ease-in; }


/* Gazelle Trade-ins */
table.gazelle-tradein th.vendor-col img { width: auto; } 
span.cond-good { color: #f88f00; }
span.cond-like-new { color: #58B12C; }
.vendor-col.gazelle-tradein { vertical-align: bottom; }


/* Mobile Styling */
.grp-back { border: 1px solid #000; padding: 1em; position: absolute; background-color: #fff; }
.pg-group-head { font-family: 'proxima_novalight'; text-align: center; font-weight: lighter; }
.pg-group-head img { height: 150px; padding-top: 1.5em; }
.pg-group-head h1, .pg-group-head h2 { padding: .5em 0; font-family: 'proxima_novalight'; font-weight: normal; font-size: 1.6em; }
.mobile-group { margin-bottom: 1em; }
.item-desc { vertical-align: middle; }
.item-desc img { max-width: 42px; display: inline-block;  margin: 0 .5em; } 
.item-desc div { display: inline-block; margin-bottom: -20px; }
#pg-content, .guide-content { margin-bottom: 2em; min-height: 679px; }

.product-header { font-size: 1.4em; text-align: center; }
.guide-selector { height: 100px; background-color: white; width: 100%; text-align: center; cursor: pointer; }
#pg-nav { overflow: hidden; float: left; min-height: 110px; width: 100%; background-color: #fff; }
#pg-footer, #pg-content { clear: both; }
.shadowed {  box-shadow: 0 4px 2px -2px rgba(0,0,0,0.16); }

.anchor-scroll a { color: #e0e0e0; }
.pg-article-wrap .anchor-down { color: #161D27 !important; }

/* Hide search as per Jeff's Req. */
.header-search { display: none; }

ul.guide-anchors-list { padding-top: 1em; }

/* iPhone 5s anb below */ 
@media (max-width: 320px) {
	body, .pg-article-wrap > * {
		font-size: .7em;
	}

	#pg-nav { min-height: 120px; }

	.guide-header-img { display: none; }
	.guide-arrow { display: none; }

	.guide-anchors ul { margin-top: -5em; }

	.anchor-scroll-left, .anchor-scroll-right { padding: .5em 1em; }

	.pg-article-wrap .item-desc { max-width: 110px; }

	.item-desc { width: auto; max-width: 200px; overflow: hidden; }
	.item-discount { margin-right: .5em; }

	.guide-header h1 { padding-top: 20px; }
	.guide-header.expanded { height: 120px; }

	.guide-header.expanded h1 { white-space: nowrap; padding: 0; padding-top: 1.25em; }

	.guide-selector { height: 70px; }
	.guide-header.expanded .guide-header-inner-wrap { min-height: 120px; }

	.guide-anchors-list li img { max-width: 60px; }
	.vendor-col.product-image img { max-width: 50px; }

	.guide-icon-1 { background-size: 10%; margin-left: 1em; margin: 0; padding: 0; }
	.guide-icon-2 { background-size: 10%; margin-left: 1em; margin: 0; padding: 0; }
	.guide-icon-3 { background-size: 10%; margin-left: 1em; margin: 0; padding: 0; }
	.guide-icon-4 { background-size: 10%; margin-left: 1em; margin: 0; padding: 0; }
	.guide-icon-5 { background-size: 10%; margin-left: 1em; margin: 0; padding: 0; }
	.guide-icon-6 { background-size: 10%; margin-left: 1em; margin: 0; padding: 0; }
	.guide-icon-7 { background-size: 10%; margin-left: 1em; margin: 0; padding: 0; }
	.guide-icon-8 { background-size: 10%; margin-left: 1em; margin: 0; padding: 0; }
	.guide-icon-9 { background-size: 10%; margin-left: 1em; margin: 0; padding: 0; }

	.pg-group-head h1 { margin-left: 1.5em; }
}

/* iPhone 6 */ 
@media (max-width: 375px) {
	body, .pg-article-wrap > * {
		font-size: .7em;
	}

	#pg-nav { min-height: 120px; }

	.guide-header-img { display: none; }
	.guide-arrow { display: none; }

	.guide-content { padding-top: 2.5em; }

	.guide-anchors ul { margin-top: -5em; }

	.anchor-scroll-left, .anchor-scroll-right { padding: .9em 1em; }

	.pg-article-wrap .item-desc { max-width: 110px; }

	.item-desc { width: auto; max-width: 200px; overflow: hidden; }
	.item-discount { margin-right: .5em; }

	.guide-header h1 { padding-top: 20px; }
	.guide-header.expanded { height: 120px; }

	.guide-anchors-list { margin-top: -3em; }

	.guide-header.expanded h1 { white-space: nowrap; padding-top: 1.25em; }

	.guide-selector { height: 70px; }
	.guide-header.expanded .guide-header-inner-wrap { min-height: 120px; }

	.guide-anchors-list li img { max-width: 60px; }
	.vendor-col.product-image img { max-width: 50px; }

	.guide-icon-1 { background-size: 10%; margin-left: 1em; margin: 0; padding: 0; }
	.guide-icon-2 { background-size: 10%; margin-left: 1em; margin: 0; padding: 0; }
	.guide-icon-3 { background-size: 10%; margin-left: 1em; margin: 0; padding: 0; }
	.guide-icon-4 { background-size: 10%; margin-left: 1em; margin: 0; padding: 0; }
	.guide-icon-5 { background-size: 10%; margin-left: 1em; margin: 0; padding: 0; }
	.guide-icon-6 { background-size: 10%; margin-left: 1em; margin: 0; padding: 0; }
	.guide-icon-7 { background-size: 10%; margin-left: 1em; margin: 0; padding: 0; }
	.guide-icon-8 { background-size: 10%; margin-left: 1em; margin: 0; padding: 0; }
	.guide-icon-9 { background-size: 10%; margin-left: 1em; margin: 0; padding: 0; }

	.pg-group-head h1 { margin-left: 1.5em; }
}

/* iPhone 6+ */ 
@media (max-width: 414px) {
	.guide-header-img { display: none; }

	body, .pg-article-wrap > * {
		font-size: .8em;
	}

	.anchor-scroll-left, .anchor-scroll-right { padding: .8em; }
	.guide-content { padding-top: .5em; }
}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden; -webkit-transform: translate3d(0,0,0);}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:url(images/overlay.png) repeat 0 0; opacity: 0.9; filter: alpha(opacity = 90); background-color: #fff; }
#colorbox{outline:0;}
    #cboxTopLeft{width:21px; height:21px; background:url(images/controls.png) no-repeat -101px 0;}
    #cboxTopRight{width:21px; height:21px; background:url(images/controls.png) no-repeat -130px 0;}
    #cboxBottomLeft{width:21px; height:21px; background:url(images/controls.png) no-repeat -101px -29px;}
    #cboxBottomRight{width:21px; height:21px; background:url(images/controls.png) no-repeat -130px -29px;}
    #cboxMiddleLeft{width:21px; background:url(images/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(images/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(images/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(images/border.png) 0 -29px repeat-x;}
    #cboxContent{overflow:show;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxLoadingOverlay{background:url(images/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(images/loading.gif) no-repeat center center;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0; background:url(images/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(images/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext:hover{background-position:-50px -25px;}
        #cboxClose{position:absolute; bottom:0; right:0; background:url(images/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose:hover{background-position:-25px -25px;}
*/
/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}


/* Disable select while scrolling */ 
.guide-anchors-list { 
	  -webkit-touch-callout: none; /* iOS Safari */
	  -webkit-user-select: none;   /* Chrome/Safari/Opera */
	  -khtml-user-select: none;    /* Konqueror */
	  -moz-user-select: none;      /* Firefox */
	  -ms-user-select: none;       /* IE/Edge */
	  user-select: none;           /* non-prefixed version, currently
					  not supported by any browser */
}

a:hover img { border-bottom: 0; }
.anchor-scroll-left { position: relative; left: .5em; top: 40px;}
.anchor-scroll-right { position: relative; right: .5em; top: 40px; }

table.gazelle-tradein .item-desc { white-space: normal !important; width: auto !important; }