@charset "utf-8";

/* PRODUCT SUBNAVS */
#nav_sub_products ul { 
	list-style-type:none; 
	display:block; 
	height:16px; 
	margin-top:2px;
}
#nav_sub_products ul li { list-style:disc; margin-left:.2em; }
#nav_sub_products li { display:inline; }
#nav_sub_products .category { font-weight:bolder; color:#ff3333; }
#nav_sub_products a:link, #nav_sub_products a:visited { 
	color:#fff; 
	font:normal normal .9em/.5 arial, helvetica, sans-serif; 
	letter-spacing:-.02em;
	font-weight:bolder;
}
#nav_sub_products a:hover { 
	color:#e0df1d; 
	font:normal normal .9em/.5 arial, helvetica, sans-serif; 
	letter-spacing:-.02em;
	font-weight:bolder;
}
#nav_sub_products ul li.nav_sub_active a { 
	color:#e0df1d; 	
}

/* ALL PRODUCTS */
ul {
	color:#e2e219;
	margin-left:10px;
}

/* BOARDS */
#boardfinder {
	position:absolute;
	width:935px;
	top:150px;
}
#product_boards {
	position:absolute;
	top:60px;
	left:180px;
	width:170px;
	height:540px;
	cursor:pointer;
}

#product_boards #main_image {
	top:40px;
	position:absolute;
}
#product_boards #zoom_btn {
	position:absolute;
	top:515px;
	left:100px;
}
#product_boards_zoom {
	position:absolute;
	top:75px;
	left:8px;
	width:340px;
	height:550px;
	display:none;
}
#product_boards_zoom_close {
	position:absolute;
	top:526px;
	left:312px;
	z-index:10;
	cursor: pointer;
}
#boards_info {
	position:absolute;
	background:url(../images/infobox_bg.png) repeat;
	border:1px #e2e219 solid;
	top:145px;
	left:355px;
	width:310px;
	height:425px;
	font-size:10px;
	padding:10px;
}
#boards_combos {
	position:relative;
	float:left;
	width:80px;
	height:170px;
	border:1px #e2e219 solid;
	background:#666;
	text-align:center;
}
#boards_bases {
	position:relative;
	float:left;
	width:105px;
	height:170px;
	/* background:#666; */
	text-align:center;
	margin-left:5px;
}
#boards_graphs {
	position:relative;
	float:left;
	width:100px;
	height:170px;
	border:1px #e2e219 solid;
	background:#666;
	text-align:center;
	margin-left:5px;
	margin-bottom:8px;
}
#boards_copy {
	height:183px;
	overflow:auto;
	padding-right:2px;
}
#boards_info_links {
	position:absolute;
	top:425px;
}
#boards_info_links div {
	float:left;
	margin-right:15px;
}
#boardfinder_icon {
	position:absolute;
	top:485px;
	left:695px;
}

/* BOOTS/BINDERS */
#product_boots, #product_bindings, #product_helmets {
	position:absolute;
	top:130px;
	left:30px;
	width:454px;
	height:490px;
}
#helmet_detail1, #helmet_detail2, #helmet_detail3 {
	display:none;
	position:absolute;
	top:138px;
	left:30px;
	width:454px;
	height:490px;
}
#boots_info, #bindings_info, #helmets_info {
	position:absolute;
	background:url(../images/infobox_bg.png) repeat;
	border:1px #e2e219 solid;
	top:245px;
	left:525px;
	width:340px;
	height:295px;
	font-size:10px;
	padding:10px;
}
#boots_copy, #bindings_copy {
	height:230px;
	overflow:auto;
	padding-right:2px;
}
#boots_info_links, #bindings_info_links {
	position:absolute;
	top:295px;
}

#boots_info_links div, #bindings_info_links div {
	float:left;
	margin-right:15px;
}

/* HELMET D.I.Y. */
#helmets_diy_small {
	position:absolute;
	top:565px;
	left:525px;
	width:362px;
	cursor:pointer;
}
#helmet_diy_enlarge{
	float:right;
	position:relative;
}
#helmets_diy {
	display:none;
	position:absolute;
	top:525px;
	left:288px;
	width:599px;
	cursor:pointer;
}
#helmet_diy_close {
	float:right;
	position:relative;
}

/* HELMET DETAIL SWAPS */
#helmet_details_small {
	position:absolute;
	top:125px;
	left:525px;
	width: 362px;
}
#helmet_detail1_small, #helmet_detail2_small, #helmet_detail3_small {
	float:left;
	height:95px;
	margin-right:20px;
	cursor:pointer;
}
#helmet_details_close {
	display: none;
	cursor: pointer;
	position: absolute;
	top: 611px;
	left: 490px;
}