
/* ORIGINAL
/* #product_boards {
	position: absolute;
	left: 650px;
	top: 24px;
	width: 346px;
	height: 760px;
	z-index: 1; /* must be on bottom layer */

#product_boards {
	position: absolute;
	left: 760px;
	top: 173px;
	height: 600px;
	width: 120px;
	z-index: 1; /* must be on bottom layer */
	cursor: pointer;
}

#product_nonboards {
	position: absolute;
	left: 620px;
	top: 379px;
	height: 350px;
	z-index: 1;
	cursor: pointer;
}

#product_boards #zoom {
	margin-top: 5px;
}
#product_boards_zoom {
	position: absolute;
	left: 750px;
	top: 158px;
	height: 600px;
	display: none;
	width: 240px;
	z-index: 1; /* must be on bottom layer */
}

#product_nonboards_zoom {
	position: absolute;
	left: 616px;
	top: 358px;
	height: 400px;
	display: none;
	width: 378px;
	z-index: 1; /* must be on bottom layer */
}

#product_boards_zoom_close {
	position: absolute;
	left: 965px;
	top: 731px;
	z-index: 20;
	display: none;
	cursor: pointer;
}

#zoom_swap_btn {
	position: absolute;
	left: 235px;
	top: 151px;
	z-index: 5;
	cursor: pointer;
}

#product_nonboards_zoom_close {
	position: absolute;
	left: 962px;
	top: 731px;
	z-index: 20;
	display: none;
	cursor: pointer;
}

#product_image_footer {
	position: absolute;
	left: 750px;
	top:755px;
	width:240px;
	text-align:center;
	z-index:10;	
}

/* ORIGINAL
#boot-binding_flash {
	position: absolute;
	left: 575px;
	top: 410px;
	width: 375px;
	height: 375px;
	z-index: 5;
}
#product_boots {
	position: absolute;
	left: 650px;
	top: 24px;
	width: 346px;
	height: 800px;
	z-index: 1; /* must be on bottom layer */
	/*background-color: #021a22;
	
	#product_binders {
	position: absolute;
	left: 467px;
	top: 330px;
	width: 346px;
	height: 760px;
	z-index: 1; /* must be on bottom layer */
	/*background-color: #021a22;*/

#product_info {
	position: absolute;
	z-index: 10;
	left: 130px;
	top: 400px;
}

#spoon_video_thumb {
	position: absolute;
	z-index: 11;
	left: 658px;
	top: 415px;
}

#product_specbox {
	position: absolute;
	z-index: 10;
	left: 130px;
	top: 500px;
	width: 300px;
	height: 200px;
	border: 3px solid #000;
	background: #fff url('../images/product_specbox_bg.jpg') repeat-y top left;
	color: #000;
	overflow: auto;
	padding: 10px 5px;
}
#product_specbox_footer {
	position: absolute;
	z-index: 10;
	left: 130px;
	top: 728px;
	width: 310px;
	text-align: right;
}
#product_specbox_footer div {
	float: right;
	margin-left: 8px;
}

#product_combo {
	position: absolute;
	z-index: 10;
	left: 455px;
	top: 500px;
	width: 145px;
	height: 220px;
	border: 3px solid #000;
	background-color: #fff;
	color: #000;
	text-align: center;
	overflow: hidden;
	text-transform:capitalize;
	text-transform:uppercase;
}
#product_combo_footer {
	position: absolute;
	z-index: 10;
	left: 455px;
	top: 728px;
	padding-top: 6px;
	width: 145px;
	text-align: center;
}

#product_boardbase {
	position: absolute;
	z-index: 10;
	left: 614px;
	top: 500px;
	width: 125px;
	height: 215px;
	border: 3px solid #000;
	background-color: #fff;
	color: #000;
	text-align: center;
	overflow: hidden;
	padding-top: 5px;
}
#product_boardbase_footer {
	position: absolute;
	z-index: 10;
	left: 614px;
	top: 728px;
	padding-top: 6px;
	width: 125px;
	text-align: center;
}


.product_sizes {
	color: #000;
	font-weight: bold;
	font: bold 20px Arial;
}
.product_tagline {
	color: #000;
	font-weight: bold;
	font: normal 16px Arial;
}
.product_teaser {
	font-weight: bold;
	margin-bottom: 10px;
}
.product_description {}
