.manualsWrapper {
	padding:30px;
	background-color: #fbfbfb;
	border: 1px solid #e6e7e9;
	margin-top:15px;
}
.manualsWrapper input.productRegoSearchText {
	font-size:13px;
	padding:4px;
	border: 1px solid #e6e7e9;
	width:300px;
	color:#333;
}
.manualResults {
	padding-top: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e6e7e9;
	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;
	border:	1px solid #e6e7e9;
}
.manualResults ul li a {
	color:#0078AE;
}
.manualResults ul li a:hover {
	color:#0096D9;
}
.manualResults p	{
	color: #e16060;
}
.softwareResultsWaiting {
	padding-top: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e6e7e9;
	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: #e6e7e9;
	margin-top:15px;
	display:none;
}
.softwareResults ul {
	list-style-type:none;
}
.softwareResults ul li {
	margin-bottom:25px;
	font-size:13px;
	height:52px;
}
.softwareResults ul li a img {
	border:none;
	width:50px;
	height:50px;
	float:left;
	margin-right:15px;
	display:block;
}
.softwareResults ul li a {
	color:#0078AE;
	font-size:12px;
}
.softwareResults ul li a:hover {
	color:#0096D9;
}
.softwareResults ul li a h3 {
	font-weight:bold;
	margin-bottom:2px;
	font-size:13px;
}
.softwareResults ul li a.notesLink {
	display:block;
}
.instLink {
	margin-left:15px;	
}
.theInstDiv {
    display:none;
}
#fancybox-inner .theInstDiv {
	padding:25px;
	display:block;
	text-align: left !important;
}
.theInstDiv ol, .theInstDiv ul {
	text-align: left;
}
.theInstDiv ol li, .theInstDiv ul li {
	margin-bottom: 10px;
}
.theInstDiv strong, .theInstDiv bold {
	font-weight:bold;
}
.theInstDiv em, .theInstDiv i {
	font-style:italic;
}
.theInstDiv p {
	text-align: left;
	line-height: 1.5;
	margin-bottom:12px;
}