#product_info_box {
	background: url(/graphics/00000001/site/product_image_bg.png) no-repeat;
	float: left;
	height: 389px;
	width: 563px;
}
#product_image {
	top: 60px;
	left: 0px;
	position: relative;
}
#product_info {
	width: 210px;
	float: left;
}
#product_price {
	color: #003e78;
	font-size: 16pt;
	font-weight: bold;
	margin: 15px 0px 8px 15px;
}
p.product_info {
	margin: 8px 15px;
	color: 003e78;
}

.section_heading {
	background: url(/graphics/00000001/site/product_section_head_bg.png) repeat-x;
	padding: 15px 10px;
	height: 26px;
}
.section_heading h2 {
	margin: 0px;
}

.special_option {
	padding: 10px 10px;
	border-bottom: 1px solid #cccccc;
	background-color: #d1d1d1;
}
.option {
	padding: 10px 20px;
	border-bottom: 1px solid #cccccc;
	background-color: #ffffff;
}
.option_choices {
	float: right;
	width: 240px;
	font-weight: bold;
}
.option_description {
	float: left;
	width: 420px;
}
#attrProdTotal2 {
	background: url(/graphics/00000001/site/price_box_bg.png) no-repeat;
	height: 24px;
	width: 270px;
	font-size: 14pt;
	color: #FFFFFF;
	padding: 14px 10px;
	text-align: center;
}
#related_items_heading {
	font-weight: bold;
	padding: 0px 8px;
}
#related_items {
	background-color: #d1d1d1;
	text-align: left;
}

#main_content_bottom {
	background: url(/graphics/00000001/site/related_items_bottom_bg.png) no-repeat;
	height: 10px;
}

#cornerPriceDiv {
	position: fixed;
	right: 0px;
	bottom: 0px;
	height: 140px;
	width: 115px;
	text-align: left;
	font: Arial, Helvetica, sans-serif bold 12pt;
	background-color: #FFFFFF;
	border-top: outset 3px #003975;
	border-left: outset 3px #003975;
	padding-left: 5px;
	opacity: 0.4;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	filter:alpha(opacity=40);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
}
#cornerPriceDiv:hover {
	opacity: 1.0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	-khtml-opacity: 1.0;
}
#attrProdTotal3 {
	color: #003975;
}
#cornerPriceToggle {
	display: none;
	position: fixed;
	right: 0px;
	bottom: 0px;
	height: 15px;
	width: 15px;
	background: #FFFFFF url(/graphics/00000001/site/expand_arrow.png) no-repeat;
	opacity: 0.4;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	filter:alpha(opacity=40);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
}
#cornerPriceToggle:hover {
	opacity: 1.0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	-khtml-opacity: 1.0;
}
