.acromat2 {  background-image: url(images/inside_bg.gif); background-repeat: repeat-x}
.text {  font-family: Arial, Helvetica, sans-serif; font-size: 13px; line-height: 16px; color: #393939; list-style-type: square}
.downloadtext { font-weight:normal; }

/*	added new site search styles
	Mon 14 September 2009
	W.Psaila
*/

/* Top Right Search Box */

form.siteSearch {
	margin: 0px 10px 0px 0px;	
}

form.siteSearch input {
	width: 150px;
	height: 16px;
	font: 11px Arial, Helvetica, sans-serif;
	background: #fff;
	border: none;
}

form.siteSearch input.searchbtn {
	width: 50px;
	height: 20px;
	_padding-top: 4px;
	color: #fff;
	font-weight: bold;
	background: #000;
	border: none;
	cursor: pointer;
}

/* Equipment Page form */

form.siteSearchInner {
	margin: 0px 10px 0px 0px;	
}

form.siteSearchInner input {
	_margin: 0;
	width: 150px;
	font: 11px Arial, Helvetica, sans-serif;
}

form.siteSearchInner select {
	font: 11px Arial, Helvetica, sans-serif;
}

form.siteSearchInner input.searchbtn {
	width: 100px;
	height: 20px;
	_height: 22px;
	color: #000;
	font-weight: bold;
	background: #FFF;
	border: 1px solid #ccc;
	cursor: pointer;
}

form.siteSearchInner input.gobtn {
	width: 50px;
	height: 20px;
	_height: 22px;
	color: #FFF;
	font-weight: bold;
	background: #F00;
	border: 1px solid #000;
	cursor: pointer;
}

/* Equipment List */

ul.equipmentList li a {
	color: #C00;
	text-decoration: none;
}

ul.equipmentList li a:hover {
	text-decoration: underline;
}