#hot-deals {
	position: absolute;
	top:10px; left: 0;
	font-family: "source-sans-pro", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-style: normal;
	font-weight: 400;
	display: none;
}
	#hot-deals ul, #hot-deals li { 
		position: relative;	
		list-style: none; 
		background: #fff;
	}
	#hot-deals .hot-deal #hot-deal-text {
		text-decoration: none;
		color: #333;
		font-size: 13px;
		border-bottom: 1px solid #c6c6c6;
		padding-bottom: 4px;
		display: inline-block;
	}
	#hot-deals .hot-deal #hot-deal-text:hover {
		color: #FD3997;
	}
		#hot-deals .hot-deal #hot-deal-text .hot-deal-label {
			color: #1398df;
			font-family: "alternate-gothic-no-3-d", Impact, Charcoal, sans-serif;
			font-style: normal;
			font-weight: 400;
			display: inline-block;
			padding-right: 5px;
		}
		#hot-deals .hot-deal:hover #hot-deal-text .hot-deal-label {
			color: #FD3997;
		}
	.sticky-toggle {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 16px;
		height: 16px;
		z-index: 99999;	
		text-decoration: none;
		cursor: pointer;
		/*border: 1px solid red;*/
	}
		.sticky-toggle span {
			display: none !important;
		}	

		span.hot-deal-label {
			padding-left: 20px;
		}
		
/* 320 + 450 */
@media only screen and (min-width: 320px) and (max-width:767px) {
	#hot-deals {
		position: relative !important;
	}
	#hot-deals .hot-deal.visible #hot-deal-text {
		display: block;
	}
}

/* 720 */
@media only screen and (min-width: 768px) {
	#hot-deals {
		margin-left: 5px;
	}
	#hot-deals ul {
		width: 770px;
		margin: 0 auto;
	}
}

/* 986 */
@media only screen and (min-width: 1024px) {
	#hot-deals {
		margin-left: 0;
	}
	#hot-deals ul {
		width: 980px;
	}
}


/* 1236 */
@media only screen and (min-width: 1120px) {
	#hot-deals {
		margin-left: 30px;
	}
	#hot-deals ul {
		width: 1080px;
	}
		#hot-deals.sticky ul {
			border-left: 1px solid #ccc;
			border-right: 1px solid #ccc;
		}
}







#hot-deals.sticky {
	position: fixed !important;
	top:0 !important; left: 0 !important; right: 0 !important;
	z-index: 100000;
	background: transparent;
	margin: 0 !important;
	text-align: center !important;
}
	#hot-deals.sticky ul li {
		padding: 5px 0 0 0 !important;
	}
		#hot-deals.sticky .hot-deal.visible #hot-deal-text {
			display: block !important;
		}
		#hot-deals.sticky .sticky-toggle {
			top: 5px !important;
			left: 3px !important;
		}





/* 
	
	
icons toggle 

attached
*/
.sticky-toggle {
	background-image: url(../images/hotdeals-icons.png);
	background-repeat: no-repeat;
	background-position-x: 0px;
	background-position-y: -16px;
}
	.sticky-toggle:hover {
		background-position-x: -16px;
	}
.sticky-toggle.user-want {
	background-position-y: 0px;
}
	/* detached */
	#hot-deals.sticky .sticky-toggle {
		background-position-y: -32px;
	}
	#hot-deals.sticky .sticky-toggle.user-want {
		
	}