@charset "utf-8";
/* CSS Document */
.divider{
  width: 651px; 
  padding-top: 25px; 
  padding-bottom: 25px; 
  margin-left: auto; 
  margin-right: auto; 
  background: url(../images/content_border.gif); 
  background-repeat: repeat-x; 
  background-position: center;
}

.commonparts{
width: 650px; 
margin-left: auto; 
margin-right: auto;
}

.columnholder{
	width: 751px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
.leftcolumn{
	width: 363px;
	margin-right: 25px;
	float: left;
}
.rightcolumn{
	width: 363px;
	float: left;
}

.leftcolumn2{
	width: 463px;
	margin-right: 25px;
	float: left;
}
.rightcolumn2{
	width: 263px;
	float: left;
}
.specrow{
	width: 100%;
	height: 16px;
	background-image: url(../images/spacer.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
.specdef{
	text-align: left;
	height: 16px;
	margin-right: 1px;
	float: left;
	background-color: #FFFFFF;
	padding-right: 5px;
}
.specdata{
	text-align: right;
	height: 16px;
	margin-left: 1px;
	float: right;
	background-color: #FFFFFF;
	padding-left: 5px;
}
.machpicdiv{
	margin-left: auto;
	margin-right: auto;
}
.sidebyside{
	width: 363px;
	overflow: hidden;
}
.sbstext{
	width: 188px;
	float: left;
	padding-top: 0px;
	
}
.sbsimg{
	width: 175px;
	float: right;
}
.trborder{
	border-bottom: 1px solid #0099FF; 
}
.trborder2{
	border-bottom: 1px dotted #CCCCCC;
	
}
.trborder3{
	border-bottom: 2px solid #0099FF; 
}
