#content {
	position: absolute; 
	display:block; 	z-index:3; 	width:800px; 
	height:700px;
	background:#4F4F4F;
	text-align:left;
	font-family: arial;
	font-size: 12px;
	color: #D6D6D6;	}

#left-margin {
	position:absolute;
	left:-112px;
	top:-80px;
	width:112px;
	height:805px;
	background-image: url('../images/leftGradient.png');
	background-repeat: repeat-y;
}
#right-margin {
	position:absolute;
	left:800px;
	top:-80px;
	width:112px;
	height:805px;
	background-image: url('../images/rightGradient.png');
	background-repeat: repeat-y;
}
#inputBox{
	position: absolute;
	background:#292929;
	text-align:center;
	color:#FFF;
	font-family:arial;
	right: 0;
	height:	23px;
	width: 180px;	
	padding-top:   0px;
	border-bottom:1px solid #000;	
}
#inputBox input{
	vertical-align:center;
}
#searchText{
	width:100px;	
	height:15px;
	color:#FFF;
	background-color:#454545;
	border:	1px solid #000;
}
#headerBottom {
	position: absolute;
	top: 26px;
	width: 800px;
	height:3px;
	background-image:url('../images/headerBottom.jpg');
	background-repeat: repeat-x;		
}
* html #headerBottom{
	background-image:url('../images/headerBottom.jpg');
	background-repeat: repeat-x;		
}
p{
	text-align: left;	
	font-family:arial;
	color:#D6D6D6;
	font-size:11px;
	width:240px;
}

hr{
	width:225px;
	color:#4F4F4F;
	background-color:#4F4F4F;
	border-bottom: 1px dotted #000;
}
#foot {	position:absolute; 	bottom:-26px; 	width:800px; 	height:25px; 	font-size: 9px; 
	z-index:5; 	font-family: arial;	background-image:url('../images/BottomGradient.png');
	background-repeat:repeat-x;
	color: #7E7E7E;	}
#foot a{
	color: #7E7E7E;	
}
.left {  float: left;  text-align: left;  padding-top:10px; 
  padding-left:10px;  width: 40%;
  color: #7E7E7E;  }.right {  float: right;  text-align: right;  padding-top:10px; 
  padding-right:10px;  width: 49%;
  }
#Choose{
	position:absolute;
	left: 40px;
	top: 40px;
	width: 450px;
	border-bottom:1px dotted #000;	
	color: #B9B9A8;
	font-weight:bold;
	font-size:14px;
  }

#Comment{
	position: absolute;
	top: 60px;
	left: 40px;
	width: 500px;
	height: 50px;
	padding-top: 3px;
}

#Selector{
	position: absolute;
	background: #292929;
	border: 4px solid #666666;	
	top: 105px;
	left: 40px;
	width: 500px;
	height: 100px;
	padding-top: 3px;
}



#Recommended{
	position: absolute;
	background: #292929;
	border: 4px solid #666666;	
	top: 105px;
	left: 560px;
	width: 200px;
	height: 100px;
	text-align:center;
	padding-top: 3px;
}
#fResults{
	position: absolute;
	background: #292929;
	border: 4px solid #666666;	
	top: 230px;
	left: 40px;
	width: 720px;
	min-height: 400px;
	height: 430px;
	overflow: auto;

}
/*  For browsers other than IE6 to render expanding results 
	correctly
*/
*> #fResults{
	height: 430px;
	overflow: auto;
}
#recResult{
	color:#FFEA00;
	font-size:36px;
	margin-top: 20px;	
}#Selector form#selectFixture select#application { position:absolute; width: 190px;left:10px;top:25px; background:#000;color:#D6D6D6;border:1px solid #000;}
#Selector form#selectFixture select#fHeight { position:absolute; width: 137px;left:10px;top:75px; background:#000;color:#D6D6D6;border:1px solid #000;}
#Selector form#selectFixture select#fThrow { position:absolute; width: 137px;left:179px;top:75px; background:#000;color:#D6D6D6;border:1px solid #000;}
#Selector form#selectFixture select#fType { position:absolute; width: 137px;left:355px;top:75px; background:#000;color:#D6D6D6;border:1px solid #000;}#appText{position:absolute;top:8px;left:12px;}#heightText{position:absolute;top:58px;left:12px;}
#throwText{position:absolute;top:58px;left:181px;}
#typeText{position:absolute;top:58px;left:357px;}
table#results{position:relative;z-index:3;}
table#results thead{position:relative;z-index:3;}
table#results tbody{position: relative; vertical-align:top;}
#labels{position:absolute;top:235px; z-index:3;}
#imgBackdrop{position: absolute; top: 0px; left: 0px; width:110px; height: 430px; background-color: #000; z-index:2;}
* html #imgBackdrop{	
}
//Resize images in the result table to be scaled to a bounding box of 100px X 54 Px
#prodImg {  max-width: 100px;   max-height: 54px;   width:  expression(this.width  > 100px ? 100px : true);   height: expression(this.height > 54px ? 54px : true);}