@charset "UTF-8";

/* ========================================== PRODUCT PAGE === */
#product #subMenu {width:657px;}

/* ========================================== PRODUCT CATEGORY === */

#productCategoryList {border-top:1px solid #c5c0ce;}
#productCategoryList ul {
	margin:10px 0;
	height:250px;
	display:block;
}
#productCategoryList ul li {
	float:left;
	width:22%;
	padding-right:3%;
}
#productCategoryList ul img {margin-top:10px;}
#productCategoryList ul a {font-size:10px;}
#productCategoryList ul a:hover {color:#ffa517;}

/* ========================================== PRODUCT DETAILS === */
#productShotLarge {float:right;}
#productDetails {height:363px;}
#productDetails dl {
	font-family:Arial, Helvetica, sans-serif;
}
#productDetails dl dt {
	font-size:12px;
	font-weight:bold;
	text-transform:capitalize;
	padding-top:10px;
}
#productDetails dl dd {
	font-size:11px;
	padding:5px 0 10px 0;
}
#productDetails dl dd ul {
	padding-left:15px;
	list-style:disc;
}

#productHeadline, #categoryHeadline {
	position:absolute;
	top:95px;
	left:10px;
}
