.manualsWrapper {
	padding:30px;
	background-color: #F4F4F4;
	border: 1px solid #D0D0D0;
	margin-top:15px;
}
.manualsWrapper input.productRegoSearchText {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	padding:2px;
	border: 1px solid #CCC;
	width:300px;
}
.manualResults {
	padding-top: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	margin-top:15px;
	display:none;
}
.manualResults ul {
	list-style-type:none;
}
.manualResults ul li {
	margin-bottom:5px;
	font-size:13px;
	height:52px;
	line-height:52px;
}
.manualResults ul li a img {
	border:none;
	width:50px;
	height:50px;
	float:left;
	margin-right:5px;
	display:block;
}
.manualResults ul li a {
	color:#6A9BD1;
}
.manualResults ul li a:hover {
	color:#2c2c2c;
}
.softwareResultsWaiting {
	padding-top: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	margin-top:15px;
	height: 50px;
	background-image: url(../images/ajax-loader.gif);
	background-position: center center;
	background-repeat: no-repeat;
/*	display:none;*/
}
.softwareResults {
	padding-top: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	margin-top:15px;
	display:none;
}
.softwareResults ul {
	list-style-type:none;
}
.softwareResults ul li {
	margin-bottom:15px;
	font-size:13px;
	height:52px;
}
.softwareResults ul li a img {
	border:none;
	width:50px;
	height:50px;
	float:left;
	margin-right:5px;
	display:block;
}
.softwareResults ul li a {
	color:#6A9BD1;
	font-size:12px;
}
.softwareResults ul li a:hover {
	color:#2c2c2c;
}
.softwareResults ul li a h3 {
	font-weight:bold;
	margin-bottom:2px;
	font-size:13px;
}
.softwareResults ul li a.notesLink {
	display:block;
}