.PageBreak { page-break-after: always; }

.PageBreakBefore{ page-break-before: always;}

body{
	font-family:Arial, Helvetica, sans-serif;
}

.OrderInfoData {
	width:13%;
}
	
#nav{
	display:none;
}

table{
	border:1px solid #000;
}
	
.DataTable{
/*  |-- Styles Data Tables, like Ordering Information, Dimensions, Parts/Acc, etc. */
	font-size:12px;
	width:100%;
	margin-top:20px;
	border:1px solid #FF0000;
		
	}

.AlternatingRowStyle{
	background-color:#eeeeee;
}

.DataTable tr:hover{
	background-color:#c6dff0;
}
.DataTable th{
	background-color:#2A587E;
	font-weight:bold;
	color:#FFFFFF;
}

.DataTable td{
	/*background-image:url(../Pumps/images/DataTableBGodd.jpg);*/
	background-position:bottom;
	border-bottom:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
		/*background-color:#123B5B;*/
}

#news-wrap{
	width:848px;
	float:none;
}

#news-column{
	
	width:100%;  
	padding:7px; 
	float:none; 
	
	margin-right:6px;
}


#news-post {
	margin: 0px;
}

#news-post h3 {
	color: #333333;
	border-bottom: 1px solid #CCCCCC;
	font-size: 1.0em;
	padding-bottom: 0px;
}

ul.aws-events li.aws-events {
	margin-top:0px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

#ProductFeaturesUpper{     /* upper right features for MotorDetail.aspx */
	width:500px;
	float:right;
}

.MotorDimTable{
	width:280px;
}

	#SpecsDataColumn{
		float:right;
		
	}
	
	#SpecsDataColumn table{
		border:1px solid #999999;
	}
	
	#SpecsImageColumn{
		float:left;
		border:1px solid #CCCCCC;
		width:240px;
		margin:0px;
		padding:0px;
		padding:5px;

	
	}
	
	#SpecsTable{
		width:400px;
		/*background-image:url(../business/WaterSystems/Products/images/BGFade_blueLight.jpg);*/
		background-repeat:repeat-x;
		background-position:bottom;
	
	}
	#SpecsTable td{
		/*text-align:left;*/
	}
	
	.SpecsTr{
		font-weight:bold;
		text-align:right;
		padding:2px;
		width:180px;
		background-color:#EEEEEE;
		border-left:1px solid #666666;
		border-right:1px solid #666666;
		
	}