@charset "utf-8";
/* CSS Document */




div#productLargeDetails {
	width:100%;


}

div#productImage {
	width:100%;

}

.productPricing {
	width:100%;
	margin-top:20px;

}


.productDetailsTitle {
	color:#003388;
	font-weight:normal;
	font-size:12px;
}
.productDetailsDescription {
	color:#000000;
	font-weight:normal;
	font-size:12px
}



.priceChartTable {
	color:#333333;
	font-weight:normal;
	font-size:12px;
	border:solid;
	border-width:1px;
	border-color:#cadbed;
	text-align:center;

}
.priceChartBottomBorder {
	background-color:#cadbed;

}

.priceChartColumnTitles {
	color:#000000;
	font-weight:normal;
	font-size:12px;
	border:solid;
	border-width:1px;
	border-color:#cadbed;
	background-color:#cadbed;
	text-align:center;

}


