@CHARSET "UTF-8";

.highlights_slider {
	background: #f0f0f0;
}

.daily_highlights_heading {
	background:#ccc;
	border-bottom:1px solid #fff;
}

.daily_highlights_heading > div {
	background: #0e93cf;
	margin:0px 17px;
	border-left:1px solid #fff;
}

.daily_highlights_buttons {
	width:100%;
	
}

.daily_highlights_buttons td {
	height:29px;
	padding-top:3px;
	text-align:center;
	cursor: pointer;
	color:#fff;
	text-decoration:none;
	font-size:11px;
	line-height: 13px;
	border-right:1px solid #fff;
}

.daily_highlights_buttons td.active {
	background: #ec0f8c;
}

.slider_container {
	width:100%;
	overflow:hidden;
}

.slider_content div.day_container {
	float:left;
}

.slider_product_link {
	padding:0px 10px;
	float:left;
	height:20px;
	line-height:20px;
}

.slider_product {
	height: 110px;
	margin: 20px 0;	
	overflow: hidden;
}

.slider_product table {
	width:100%;
}

.slider_product td {
	vertical-align:top;
}

.slider_product_thumb {
	height: 110px;
	width: 140px;
	padding:0px 10px 0px 17px;
}

.slider_product_text {
	padding-right:17px;
}

.slider_product_thumb a img {
	opacity:1;
	transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-webkit-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
}

.slider_product_thumb a:hover img {
	opacity:0.8;
	filter:alpha(opacity=80);
}
.slider_product_text h2 {
	margin-bottom: 5px;	
}

.slider_product_text h2 a {
	font-weight: normal !important;
}

.hidden {
	display:none;
}
