@charset "utf-8";
/* CSS Document */

#leftCol ul#mnu_sub1 li.clicked.jsNoClick, #leftCol ul#mnu_sub1 li.clicked.jsNoClick a{
	background:none;
	color:#464F57;
	}

ul.jsNoClick, .jsNoClick  ul{
	display:none;
	}
/* Styles for the Homepage */
	/* Layout */

	#spotlight {
	width: 720px;
	/*position: relative;*/
	height: 223px;
	overflow: hidden;
	/*float: right;*/
	display: block;
	margin: auto;
	padding: 0px;
	}
	#spotlight_bg {
	background-image: url(../media/spotlight_bg.jpg);
	background-repeat: repeat-x;
	display: block;
	width: 100%;
	margin: 0px;
	padding: 0px;
		}
	#spotlight img {
	border: 0;
	padding:0px;
	margin: 0px;
	}	
	#spotlight ul#spotlight_tabs {
	list-style-type: none;
	position: absolute;
	margin: 0px 0px 0px 450px;
	z-index: 6;
	list-style-type: none;
	float: right;
	top: 345px;	/*top: 19px;*/
		}
		
	#spotlight ul#spotlight_tabs li {
		text-align: center;
		height: 23px;
		width: 26px;
		float: left;
		line-height: 23px;
		font-size: 1.1em;
		background: url(/media/rotator_tab_off.png) bottom no-repeat;
		font-weight: bold;
		}
		
	#spotlight ul#spotlight_tabs li a {
		color: #555;
		text-decoration: none;
		/*display: block;*/
		height: 23px;
		padding-top: 3px;
		}
		
	#spotlight ul#spotlight_images {
		position: relative;
		z-index: 5;
		}
		
	#spotlight ul#spotlight_images li {
		height: 200px;
		position: absolute;
		overflow: hidden;
		}
		
	#spotlight ul#spotlight_images img {
		display: block;
		border: 0;
		}
		
	#spotlight ul#spotlight_tabs li.selected {
		background: url(/media/rotator_tab_on.png) bottom no-repeat;
		}
		
	#spotlight ul#spotlight_tabs li.selected a {
		color: #fff;
		padding-top: 0;
		}
	
	/* content swapper */
#newProds, #topSellers, #customProds, #specialOffers {
	display: none;
	}
	
#customProds td {
	padding: 0 0 20px;
	padding: 0px;
	}

