body {
	font-family: Verdana, Arial, sans-serif;
}

#productdetail_thumbs {
	margin: 0px;
	padding: 0px;
	margin-left: 15px;
}


#productdetail_thumbs li {
	display: inline;
	float: left;
	list-style-type: none;
}

#productdetail_thumbs img {
	border: 1px solid #ffffff;
	padding: 2px;
	opacity: 0.75;
	-moz-opacity:0.5;
	filter:alpha(opacity=75);
}


#productdetail_thumbs img:hover {
	opacity: 1.00;
	-moz-opacity:1.0;
	filter:alpha(opacity=100);
}

#productdetail_thumbs img:active {
	border: 1px solid #ff0000;
	opacity: 1.00;
	-moz-opacity:1.0;
	filter:alpha(opacity=100);
}

#product_image_container {
	width: 300px;
	height: 300px;
	text-align: center;
}

#large_product_image_toptext {
	border: 0px;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	text-align: center;
}

#thumblist {
	text-align: center;
}

#product_image {
	vertical-align: middle;
}

#colortext, #thumbtext, #clicktoenlarge {
	text-align: left;
	font-size: 11px;
	background: #e2e2e2;
	width: 286px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 2px; padding-bottom: 2px; padding-left: 5px;
	margin-bottom: 2px;
}

#clicktoenlarge {
	background: #ffffff;
	text-align: center;
	padding-bottom: 3px;
}

.infohead {
	text-align: left;
	font-size: 11px;
	background: #e2e2e2;
	padding-top: 2px; padding-bottom: 2px; padding-left: 5px;
	margin-bottom: 2px;
	margin-top: 0px;
}

.infotext, .infotext_large {
	font-size: 11px;
	padding-left: 8px;
	padding-right: 3px;
	margin-bottom: 6px;
	margin-top: 5px;
}

.infotext_large {
	font-size: 12px;
	padding-bottom: 15px;
}




#pn_box {
	border: 1px solid #e2e2e2;
	width: 593px;
}

.pn_image {
	height: 100px;
	width: 100px;
}

#pn_box_content {
	padding-bottom: 5px;
}

.pn_prod_name {
	width: 100px;
	font-size: 11px;
	text-align: center;
}

.pn_product {
	padding-left: 10px;
	padding-right: 10px;
	height: 200px;
}

.pn_nav {
	padding-left: 5px;
	padding-right: 5px;
	width: 20px;
	height: 100px;
}



