/*Main Pages*/
div .Type{
	width: 90%;
	padding: 1em 1ex;
	margin: 0;
}
.SecondaryTable{
	width: 100%;
	border-collapse: collapse;
	margin: 0 0 10px 0;
}
.SecondaryTable th{
	text-align: left;
	padding: 0;
}
.SecondaryTable td{
	background-color: #bdcfec;
	border-top: 1px solid #d90720;
}
.SecondaryTable h2 {
	background-position: right top;
	background-image: url(/homepageimages/tri.gif);
	width: 85%;
	color: #ffffff;
	background-repeat: no-repeat;
	white-space: nowrap;
	background-color: #000000
}
.SecondaryTable p{
	margin: 1ex;
}
.SecondaryTable #fullwidth{
	text-align: center;
}
.SecondaryTable #ImageCell{
	width: 215px;
}

/*Img Controls*/
.leftPad{
	padding: 1ex;
	float: left;
	border: 0;
	margin: 0;
}
.centered{
	margin: 0 auto;
	border: 0;
}

/*Body Text*/
#bodytext{
	margin: 0;
	padding: 0;
}
.headbody{
	margin: 2ex;
	width: 80%;
}
.headbody p{
	margin: 0;
	background-color: #bdcfec;
}
.headbody h3{
	border-bottom: 4px double #d90720;
	background-color: #bdcfec;
}
#Width{
	border: 1px solid #000000;
	width: 100%;
}
.Split{
	width: 95%;
	padding: 0 auto;
}
.sm {
	font-size: xx-small;
	vertical-align: super;
}

/*Tables*/
.containertable{
	width: 100%;
	border-collapse: collapse;
}
.containertable td{
	text-align: center;
	vertical-align: top;
}
.Selector{
	width: 100%;
}
.Selector td{
	VERTICAL-ALIGN: top; 	
	width: 50%;
}
.Accessories{
	width: 100%;
}
.Accessories .Part{
	width: 10ex;
}
.Accessories .Image{
	width: 90px
}
.Accessories .Description{
}
.Accessories .Price{
	width: 13ex;
}
.specs{
	padding: 0;
	margin: 0 auto;
	border: 0;
}
.specs td{
	border: 0;
	padding: 1ex 2ex;
	margin: 0;
	text-align: left;
}
.specs p{
	margin: .5ex;
}
.VCenterTable{
	border: 4px groove;
	border-collapse: collapse;	
	font-size: smaller;	
}
.VCenterTable td{
	border: 4px groove;
}
.VCenterTable th{
	border: 4px groove;
}
.VCenterTable #endnote{
	font-size: x-small;
	line-height: .1ex;
	margin: 1ex;
	padding: 1ex;
}
.VCenterTable #labelline{
	font-size: larger;
	text-align: left;
	font-weight: bolder;
	font-style: italic;
	line-height: 1.5em;
}

/*Lists*/
.ListType1{
	list-style: none;
	margin: 0px;
	padding: 0px 0px 0px 3ex;
}
.ListType1 p{
	padding-left: 3ex;
	margin: 0px 0px 1em 0px;
}
.ListType1 h3{
	font-size: larger;
	padding: 1ex 0;
}
.ListType1 h4{
	padding-left: 3ex;
}
