.dp { float: left; display: inline; }
#main { 
	padding: 24px;
	background: #fff;
	color: #fff;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: .9em;
}
#main h3 {
	margin-bottom: 8px;
	color: #fff;
	font-size: 1.66em;
	font-weight: normal;
}

#image_showcase_container {
	width: 265px;
	margin-right: 40px;
}
#image_showcase {
	width: 260px;
	height: 395px;
	margin: 0 auto;
}
#image_showcase img { cursor: pointer; }
#larger_image_btn {
	display: block;
	margin: 6px auto;
	cursor: pointer;
}

#product_feature {
	width: 362px;
	height: 447px;
	margin-right: 24px;
	background: url(../image/product_feature_bg.png) no-repeat;
}
#product_feature .padding {
	height: 340px;
	padding: 45px 30px 45px 20px;
}
#product_feature .scroller {
	height: 340px;
	overflow: auto;
}
#product_feature p { margin-bottom: 12px; }

#product_details { background: url(../image/product_details_bg.png) 168px 0 repeat-y; }
#product_details_info {
	float: left;
	width: 160px;
}
#product_feature_list {
	float: left;
	width: 130px;
}
#product_details label {
	font-size: 1.2em;
	font-weight: bold;
	padding-right: 12px;
}
#product_weight_size, #product_colors {	margin-bottom: 10px; }

#product_colors { width: 165px; }

#product_colors_value span {
	padding: 4px 12px;
	margin-right: 4px;
}
#product_feature_list ul {
	margin: 0 0 0 12px;
	list-style-image: url(../image/product_feature_list_bullet.png);
	font-size: .9em;
}
#product_thumbs { margin: 16px 0 0 16px; }

#product_thumbs img {
	display: block;
	float: left;
/*
	width: 60px;
	height: 60px;
*/
	margin: 4px;
	cursor: pointer;
}

#product_extra {
	width: 220px;
	height: 447px;
}
#product_extra h3 { font-size: 1.4em; }

#product_tech {
	height: 285px;
	background: url(../image/product_tech_bg.png) no-repeat;
}

#product_extra .padding {
	padding: 12px 26px 20px 14px;
}

#product_tech_showcase { height: 180px; }

#product_tech_showcase img {
/*
	width: 180px;
	height: 72px;
*/
}
#product_tech_showcase p {
	height: 100px;
	margin: 8px 0;
	overflow: auto;
}

#product_tech_thumbnails img {
	float: left;
	display: block;
/*
	width: 35px;
	height: 35px;
*/
	margin: 3px 5px;
	cursor: pointer;
}
#product_tech_thumbnails p { display: none; }

#product_related {
	height: 155px;
	background: url(../image/product_related_bg.png) no-repeat;
}

#product_related a {
	display: block;
	float: left;
	width: 50px;
	height: 50px;
	margin: 5px;
}
#product_related img {
/*
	width: 50px;
	height: 50px;
*/
}

#product_related h3 { text-align: center; }

#product_lightbox_container {
	position: absolute;
		top: 0;
		left: 0;
	display: none;
	width: 100%;
	height: 100%;
	z-index: 750;
}
#product_lightbox_backdrop {
	position: absolute;
		top: 0;
		left: 0;
	width: 100%;
	height: 100%;
	background: #000;
}
#product_lightbox_image {
	position: absolute;
}
#product_lightbox_image img {
	display: block;
	margin: 40px auto 0;
	border: 8px solid #eee;
}

#product_lightbox_close {
	position: absolute;
		top: 20px;
		right: 20px;
	padding: 6px 10px;
	background: #eee;
	color: #757575;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
}
