@charset "UTF-8";
/* GearNuts Homepage */

/* homepage styling 
----------------------------*/
#homepage h2 {
	color:#666666;
	padding-top:15px;
}

#homepage h2 #date {
	color:#000;
}


#homepage .name {
	font-size:12px;
	padding-bottom:5px;
}
#homepage .price {
	font-size:12px;
}
#homepage .deal {
	color:#FF0000;
	font-size:14px;
	line-height:1.0em;
	text-align:center;
	width:100%;
}
#homepage .desc {
	text-align:center;
}
#features {
	width:880px;
	height:276px;
	margin: 0 0 20px 0;
	position:relative;
}
#fTiles {
	border-radius: 8px 8px 0 0;
	-moz-border-radius: 8px 8px 0 0;
	-webkit-border-bottom-right-radius:0px;
	width:880px;
	height:242px;
	margin:0;
	padding:0;
	position:absolute;
	top:0px;
	left:0px;
	list-style:none;
}
#fTiles li {
	position:absolute;
	top:0px;
	left:0px;
	z-index:0;
}
#fTiles li a img { border:none; display:none; }
#fTabs {
	float:left;
	clear:left;
	width:880px;
	margin:-20px 0;
	padding:0;
	position:absolute;
	top:240px;
	right:0px;
	list-style:none;
	z-index:100;
	border-radius: 0 0 8px 8px;
	-moz-border-radius: 0 0 8px 8px;
	-webkit-border-bottom-right-radius:0px;
}
#fTabs li {
	width:176px;
	float:left;
	line-height:59px;
	margin:0;
	margin:0;
}
#fTabs li.selected {
	background:url(/include/homepage/images/selected.png) no-repeat 0 0;
	background-position: center 10px;
}
#fTabs li a {
	background:#000;
	border-left:1px solid #666;
	display:block;
	padding:5px 10px 5px 10px;
	margin-top:20px;
	min-height:26px;
	color:#C6C6C6;
	font-size:11px;
	font-weight:bold;
	line-height:1.2em;
	text-align:center;
	text-decoration:none;
	outline:none;
	overflow:hidden;
	xwidth: 176px;
}
#fTabs li a:hover {
	background:#333;
	color:#FFF;
	
}
#fTabs li.selected a {
	color:#FFF;
	background-color:red;
	background-position:0 0 ;
}
#fTabs li.last, #fTabs li.last a {
	border-radius: 0px 0px 8px 0px;
	-moz-border-radius: 0px 0px 8px 0px;
	-webkit-border-bottom-right-radius:8px;
}
#fTabs li.first, #fTabs li.first a {
	border:none;
	border-radius: 0px 0px 0px 8px;
	-moz-border-radius: 0px 0px 0px 8px;
	-webkit-border-bottom-left-radius:8px;
}

/*  homepage product slider 
--------------------------*/

#slider {
	height:262px;
	margin:0;
	padding:0;
	position:relative;
	width:880px;
	}
#wHMenu {
	height:257px;
	list-style:none;
	margin:0 auto;
	padding:0;
	position:absolute;
		left:0;
	text-align:center;
	width:880px;
}
#wHMenu li {
	background:#1DB7F7 url(/include/homepage/images/slider-controls.gif) no-repeat;
	cursor:pointer;
	display:block;
	height:184px;
	position:absolute;
		 top:25px;
	text-indent:-9999px;
	width:20px;
}
#wHMenu #wHPrev { background-position:0 0; left:0; }
	#wHMenu #wHPrev.hover { background-position:0 -184px; }
#wHMenu #wHNext { background-position:-20px 0; right:0; }
	#wHMenu #wHNext.hover { background-position:-20px -184px !important; }
#slider #wHMask {
	width:840px;
	height:257px;
	overflow:hidden;
	position:relative;
	margin:0 auto;
	
}
#slider #wHTrack { width:840px; height:257px; position:relative; float:left; overflow:hidden; }
#slider #wHTrack .wHSlide { width:840px; height:257px; text-align:center; float:left; overflow:hidden; }
#slider #wHTrack .wHSlide table {
	height:225px;
}

/* GearNuts Ad tiles
------------------------- */
#tiles {
	height:200px;
	margin-bottom:10px;
}
#tiles ul {
	display:block;
	margin:0 auto;
	list-style:none outside none;
	width:870px;
	text-align:center;
}
#tiles li {
	background:#F80000;
	font-size:8px;
	float:left;
	clear:right;
	list-style:none;
	margin:0 5px;
	width:280px;
	text-align:center;
	text-indent:-999999;
}
#tiles a {
	text-indent:-999999;
	border: none;
}
#tiles li img {
	display:block;
}
