/* Edited out re mozilla position problems
div#hold	{ 
	position:relative; 
	overflow:hidden;
	width:220px; 
	height:270px; 
  	z-index:1100; 
  	left:405px;
	top:40px;
  }
 */
div#wn	{
	left:405px;
	top:40px;
	width:245px;
	height:360px;
	clip:                   rect(0px,255px,370px,0px);
	overflow:hidden;
	z-index:1000;
	visibility: hidden;
	position: absolute;
	}
div#wnA	{
	left:405px;
	top:40px;
	width:245px;
	height:324px;
	clip:                   rect(0px,245px,334px,0px);
	overflow:hidden;
	z-index:1000;
	position: absolute;
	visibility: hidden;
	}
/* Container for scrolling control */
div#position {
	visibility: hidden;
	z-index: 1000;
	position: absolute;
	height: auto;
	width: 100px;
	padding: 0px;
	margin: 0px;
	bottom: 25px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	line-height: 12px;
	text-align: right;
	left: 195px;
	color: #666666;
}
div#positionA {
	visibility: hidden;
	z-index: 1000;
	position: absolute;
	height: auto;
	width: 200px;
	padding: 0px;
	margin: 0px;
	bottom: 0px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	line-height: 12px;
	text-align: right;
	right: 130px;
}
/* END Container for scrolling control */

/* Set small font-size or size/position of div's will be off in some browsers  */
div#scrollbar {
	position:relative;
	top:0;
	width:200px;
	height:27px;
	z-index:1;
	margin: 0px;
	padding: 0px;
	visibility: inherit;
	right: 0px;
  }
div#track { 
  position:absolute; left:0; top:12px;
  width:1px; height:1px;
  z-index:1;
  }
div#dragBar {
  position:absolute; left:1px; top:1px;
  width:1px; height:1px;
  z-index:1;
  }  
div#up {
	position:absolute;
	top:0;
	z-index:3;
	margin: 0px;
	padding: 0px;
	height: 13px;
	width: 200px;
	visibility: inherit;
	right: 0px;
	text-align: right;
}  
div#down {
	position:absolute;
	bottom:0;
	z-index:3;
	margin: 0px;
	padding: 0px;
	height: 13px;
	width: 200px;
	right: 0px;
	visibility: inherit;
	text-align: right;
}  
/* ALL div style  */
/* REMOVEDand changed as below awaiting PRODUCT PRICING
div.content {
	text-align:left;
	font-family: Arial, Times, sans-serif;
	font-size: 12px;
	line-height: 12px;
	color: #333333;
	position:absolute; visibility:hidden; 
	z-index:1; 
	}
div.content ul { 
	margin:0; 
	padding:0; 
	list-style:none; 
	width: 10em; 
	}
div.content ul li {
	margin:0;
	padding: 0px;
	display: inline;
	list-style-type: none;
	}
div.content ul li a {
	margin:0;
	padding: 1px;
	display: block;
	text-decoration:none;
	color: #333333;
	width: 20em;
	}
	div.content ul li a:link{
	margin:0;
	padding: 1px;
	display: block;
	text-decoration:none;
	color: #333333;
	width: 20em;
	}
div.content ul li a:hover { 
	text-decoration: none;
	color:#cccccc;
	}
*/
div.content {
	text-align:left;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	line-height: 12px;
	color: #333333;
	position:absolute; visibility:hidden; 
	z-index:1; 
	}
div.content ul { 
	margin:0; 
	padding:0; 
	list-style:none; 
	width: 10em; 
	}
div.content ul li {
	margin:0;
	padding: 1px;
	list-style-type: none;
	display: block;
	text-decoration:none;
	color: #999999;
	width: 20em;
	}

