@charset "utf-8";
/* CSS Document */

#container {
	float: right;
	width: 846px;
	margin-bottom: 15px;
}

* html #container { /*IE 6 Only */
	margin-bottom: 0px;
}

*+ html #container { /*IE 7 Only */
	margin-bottom: 0px;
}

#container #flashBanner {
	height: 248px;
	color: #f00;
	text-align: center;
	font-size: 15px;
	clear: both;
	margin-top: -7px;
	position: relative;
}

*+ html #container #flashBanner {
	z-index: -1;
}

#container #flashBanner #theFlash {
	position: absolute;
	top: 8px;
	left: 0px;
	text-align: right;
	height: 240px;
	width: 848px;
}

#featuredItemsBox {
	height: 10px;
	margin:0px;
	padding:0px;
}

#scrollProducts {
	height: 1px;
	color: #000033;
	position: relative;
}

*+ html #scrollProducts { 
	z-index: -1
}

#buttons{
	width: 100%;
}
	
#buttons a {
	margin:0px;
}

#buttons .prev{
	float:left;
	display: block;
	width: 34px;
	height: 168px;
	text-indent: -9999px;
	background: url(../_images/scroll-prev.png) top left no-repeat;
	behavior: url(../_css/iepngfix.htc); 
	outline: 0;
}

#buttons .next{
	float:right;
	display: block;
	width: 34px;
	height: 168px;
	text-indent: -9999px;
	background: url(../_images/scroll-next.png) top right no-repeat;
	behavior: url(../_css/iepngfix.htc); 
	outline: 0;
}

#slideshow{
	overflow:hidden;
	width:778px;
	margin: 0px;
	padding: 0px;
	float: left;
	background: #fff url(../_images/scroll-bg.png) top left repeat-x;
}

* html #slideshow { /* IE6 Only */
	width: 745px;
}

#slideshow ul{
	width:2470px;   /* Fits 20 products */
	padding: 13px 0px 0px 200px;
	margin: 0px;
	list-style-type: none;
}

#slideshow li{
	float:left;
	margin: 0px;
	padding: 0px 12px;
	height: 154px;
	cursor:pointer;
	width: 105px;
	text-align: center;
	color: #666666;
}

* html #slideshow li{
	padding: 0px 9px;
}

#slideshow ul li h1 {
	font-size: 11.15px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	height: 31px;
	margin: 0px;
	padding: 0px;
	color: #666666;
	line-height: 90%;
}

#slideshow ul li h1 .red {
	color: #B70000;
}

#slideshow ul li h2 {
	font: 9px Arial, Helvetica, sans-serif;
	color: #666666;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
}

#slideshow ul li h3 {
	font: 11px Arial, Helvetica, sans-serif;
	color: #990000;
	font-weight: bold;
	margin: 0px;
	padding: 1px 0px 0px 0px;
}

#promoButton {
	z-index:5;
	position:absolute;
	right:20px;
	margin-top:40px;
}

#promoButton img {border:0;}