@charset "utf-8";
/* CSS Document */

#bigpicgradient {
	_position: relative;
	_height: 480px;
	float:left;
	width:800px;
	margin: 0px;
	padding: 0px;
	background: -moz-linear-gradient(top,  rgba(0,0,0,1) 7%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(7%,rgba(0,0,0,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 7%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,1) 7%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,1) 7%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,1) 7%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}
#ProductBigPicBox2 {
	width:650px;
	_position: relative;
	float: left;
	_margin-left:33px;
	_margin-right:33px;
	margin-top:30px;
}
#WideColummnContentContainer2 {
	_position: relative;
	float: left;
	width: 800px;
	_min-height:580px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	_border: 1px solid #999999;
	background-color: #FFFFFF;
	z-index:0;
}
.ProductAtaGlanceHEAD {
	width:250px;
	background: rgb(65,94,122); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(65,94,122,1) 0%, rgba(16,32,52,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(65,94,122,1)), color-stop(100%,rgba(16,32,52,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(65,94,122,1) 0%,rgba(16,32,52,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(65,94,122,1) 0%,rgba(16,32,52,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(65,94,122,1) 0%,rgba(16,32,52,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(65,94,122,1) 0%,rgba(16,32,52,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#415e7a', endColorstr='#102034',GradientType=0 ); /* IE6-9 */
	color:#FFFFFF;
	text-align:center;
	padding:8px 40px 8px 10px;
}