.searchTabs {
	margin: 12px 0 10px;
	padding: 15px;
	border: 1px solid #e6e6e6;
	background-color:#fbfbfb;
	overflow:hidden;
	text-align: center;
}
.searchTabs ul {
	list-style-type: none;
}
.searchTabs li {
	display: inline-block;
}
.searchTabs li:after {
	content: '/';
	color: #333;
}
.searchTabs li:last-child:after {
	display: none;
}
.searchTabs a {
	padding: 0 30px;
	color:#0078AE;
	cursor:pointer;
	font-weight:700;
	font-size:15px;
	text-transform: uppercase;
}
.searchTabs a:hover {
	color:#0096D9;
}
.searchTabs a.selected {
	color:#333;
}
.theFAQID {
	display:none;
}
.FAQsArea ul {
	padding:0;
	list-style-type:none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 18px;
	margin-left: 0px;
}
.FAQsArea ul li {
	background-image: url(../images/kensington/blueCross.gif);
	background-repeat: no-repeat;
	background-position: 3px 7px;
	margin-bottom:4px;
	padding-top: 3px;
	padding-right: 15px;
	padding-bottom: 3px;
	padding-left: 15px;
}
.FAQsArea ul li h4 {
	cursor:pointer;
	margin:0;
	padding:0;
	font-size:14px;
	font-weight:normal;
}
.FAQsArea ul li.selected h4 {
	font-weight:bold;
}
.FAQsArea h3 {
	padding:0;
	font-size:16px;
	color:#333;
	text-transform: uppercase;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 16px;
	margin-left: 0px;
}
.FAQsArea ul li.selected {
	background-color:#e1ebf6;
	border: 1px solid #0078AE;
	background-image:none;
}
.FAQsArea ul li a.imageLink {
	float:right;
	margin-left:12px;
	margin-bottom:8px;
}
.FAQsArea ul li div.theFAQAnswer p {
	padding:0;
	line-height:16px;
	font-size:13px;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}
a.faqSearchResultsPDFLink {
	padding-left:20px;
	text-decoration:none;
	background-image: url(../images/ktg2014/pdf_icon.gif);
	background-repeat: no-repeat;
	display:block;
	font-weight:bold;
	margin-top:3px;
	padding-bottom:4px;
	color: #666;
}
a.faqSearchResultsPDFLink:hover {
	color:#0096D9;
}
.FAQsArea ul li div.theFAQAnswer p a {
	text-decoration:none;
	color:#0078AE;
}
.FAQsArea ul li div.theFAQAnswer p a:hover {
	color: #0096D9;	
}
.pageinationLinks {
	/*padding-top:10px;
	padding-bottom:10px;*/
	font-size:13px;
}
/*.pageinationLinks a {
	margin-right:7px;
	color: #5B87C6;
	cursor:pointer;
}*/
.pageinationLinks a:hover, .pageinationLinks a.selected {
	color: #0096D9;
}
.pageinationLinks a.selected {
	font-weight:bold;
}
/*.pageinationLinks h3 {
	font-size:13px;
	float:left;
	font-weight:bold;
	margin-right:10px;
	color: #535E69;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;	
}*/
.contentList td 
{
    padding-bottom:10px;
}
ul.contentList li a h3
{
    font-size:16px;
	color: #0078AE;
}
ul.contentList li a:hover h3
{
	color: #0096D9;
}
ul.contentList li a p
{
    font-size:12px;
    color:#0078AE;
}
ul.contentList li 
{
    list-style-type:none;
    margin-bottom:10px;
}
ul.contentList li a:hover p
{
    color:#0096D9;
}
.spellingSuggestions {
	margin-top: 10px;
}
p.showingResultsFor {
	margin-bottom: 15px;
}
p.showingResultsFor strong {
	color: #990000;
}
ul.manualsList {
	list-style-type: none;
}
ul.manualsList li {
	float: left;
	margin-bottom: 15px;
	margin-right: 40px;
	height: 230px;
	width: 152px;
	position: relative;
}
ul.manualsList li a {
	color: #0078AE;
	font-weight: bold;
	font-size: 12px !important;
	text-align: center;
}
ul.manualsList li a:hover {
	color: #0096D9;
}

ul.manualsList li a img {
	border: #e6e6e6 solid 1px;
	margin-bottom: 10px;
}
ul.manualsList li a img.pdfImage {
	position: absolute;
	z-index: 5;
	right: 0;	
	top: 114px;
	padding: 10px;
	background-color: white;
}
ul.manualsList li a:hover img {
	border: #e6e6e6 solid 1px;
}
ul.softwareList {
	list-style-type: square;
}
ul.softwareList li {
	margin-bottom: 10px;
	font-size: 13px;
	margin-left: 30px;
}
ul.softwareList li a {
	color: #0078AE;
	font-weight: bold;
	font-size: 14px !important;
}
ul.softwareList li a:hover {
	color: #0096D9;
}
.noResultsText	{
	padding: 120px 80px 80px 80px;
	margin-bottom:50px;
	text-align: center;
	font-size: 20px;
	color: #4F9B26;
	font-weight: normal;
	border: 1px solid #CDE0C1;
	background-color: #F7FFF2;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-image: url(../images/ktg2014/info.png);
	background-repeat: no-repeat;
	background-position: 460px 65px;
}