#KBbody h1 {
	margin-top: 0px;
	color: white;
}
	
#KBTopics {
	width: 253px;
	padding: 18px;
	padding-left: 0;
	background-color: #000000;
	margin-left: 25px;
	float: left;
	padding-bottom: 20px;
	height: 1380px;
	background-color: #3B8BAA;
	border-radius: 5px;
}

#KBTopics a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 14px;
	padding: 8px;
	padding-left: 31px;
	background: url('../images/static/KB/KBArrowRight.png') no-repeat 237px 16px;
}

#KBTopics a.active, #KBTopics a:hover {
	color: #3B8BAA;
	background: #FFFFFF url('../images/static/KB/KBArrowRightHover.png') no-repeat 257px 13px;	
	width: 242px;
	margin-left: -20px;
	padding-left: 51px;
}

#KBContent {
	width: calc(100% - 330px);
	float: left;
	padding: 10px;
	color: white;
}

#KBContent .KBContentItem{
	display: none;
	min-height: 1397px;
	padding: 10px;
	margin-top: -9px;
	margin-bottom: 11px;
	background-color: #3B8BAA;
	border-radius: 5px;
}

#KBTopics > hr {
	margin-top: -253px;
	width: 270px;
	border-style: dashed;
	color: rgb(226, 226, 226);
}

#KBTopics hr.secondHr {
	margin-top: 34px;
}

a#KBFavSyncPublic,
a#KBFavSyncPublic.active,
a#KBFavSyncPublic:hover {
	background: url("../images/Logo-Public.png") 35px 3px no-repeat;
	margin-left: 0px;
	padding-left: 8px;
	text-align: center;
	width: 255px;
	color: #fff;
	font-weight: bold;
	background-size: 9%;	
	font-size: 17px;
}

a#KBFavSyncHidden,
a#KBFavSyncHidden.active,
a#KBFavSyncHidden:hover {
	background: url("../images/Logo-Hidden.png") 33px 3px no-repeat;
	margin-left: 0px;
	padding-left: 8px;
	text-align: center;
	width: 255px;
	color: #fff;
	font-weight: bold;
	background-size: 9%;	
	font-size: 17px;
}

a#KBFavSyncPro,
a#KBFavSyncPro.active,
a#KBFavSyncPro:hover {
	background: url("../images/Logo-PRO.png") 35px 3px no-repeat;
	margin-left: 0px;
	padding-left: 8px;
	text-align: center;
	width: 255px;
	color: #fff;
	font-weight: bold;
	background-size: 9%;
	font-size: 17px;
}

a#KBSSO,
a#KBSSO.active,
a#KBSSO:hover {
	background: none;
	margin-left: 0px;
	padding-left: 8px;
	text-align: center;
	width: 255px;
	color: #fff;
	font-weight: bold;
	background-size: 9%;
	font-size: 17px;
}

#KBContent h2 {
	text-align: center;
	font-size: 20px;
	padding-bottom: 10px;
	color: rgb(255, 255, 255);
	padding-top: 5px;
	background: rgba(255, 255, 255, 0.1);
}

#KBTopics .proIcon {
	box-shadow: none;
	background: url(../images/pro/proIcon.png) 5px 12px no-repeat;
}

.answer {
	margin-bottom: 14px;
}

.answers {
    display: none;
	
    width: 95.8%;
	margin-left: 16px;
    background: rgba(255, 255, 255, 0.28);  padding: 13px;  
    margin-left: 0px;
    font-size: 13px;
    margin-top: -3px;
    border-radius: 5px;
}

.questions {
	display: block;
	text-decoration: none;
	padding-bottom: 5px;
	padding-top: 5px;
	font-size: 14px;	
	padding-left: 17px;
	color: rgb(79, 92, 102);
	color: #FFFFFF;
	border-radius: 2px;
}

.more {
	margin-left: 3px;
}

#KBContent a:hover, #KBContent a.active {
	background: white;
	color: #3B8BAA;
}

#kbSearchResults {
	display: none;
}

#kbSearchResults .rest {
	display: none;
}


#aboutus #mainDiv {
	width: 934px;
}

#terms #mainDiv {
	width: 1049px;
}

#terms #contentssDiv {
	width: 950px;
}

#terms .DContent {
	width: 889px;
}

#knowledge-base #homeIcon {
	top: -83px;
	right: -5%;
}

#KBContent .KBLinkIntext {
	text-decoration: underline;
	color: rgb(255, 255, 177);
	display: inline;
	padding: 0px;
}

#KBContent .KBupcomingFeatures {
	margin-top: 11px;
	background: none;
	border-bottom: 1px dotted rgb(199, 199, 199);
}

#kbSearchQuery {
	width: 30%;
	margin-left: 33%;
	padding-left: 6px;
	border: 1px solid rgba(34, 92, 138, 0.34);
	border-radius: 3px;
	color: gray;
	padding-top: 7px;
	padding-bottom: 8px;
	box-shadow: inset 0 1px 3px rgba(0,0,0,.24);
}

#kbSearch {
	margin-bottom: 16px;
}

#kbSearchClose {
	text-decoration: none;
	color: white;
	border-radius: 5px;  -moz-border-radius: 5px;  -webkit-border-radius: 5px;  -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.5);  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.5);  display: inline-block;  color: white;  padding: 5px 10px 5px;  white-space: nowrap;  text-decoration: none;  cursor: pointer;  background: #347E9B;  border-style: none;  text-align: center;  overflow: visible;
}

#kbSearchSubmit {
	color: rgb(143, 143, 143);
	border-radius: 3px;
	border-radius: 5px;   -moz-border-radius: 5px;   -webkit-border-radius: 5px;   -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.5);   
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.5);   
	color: white;   
	padding: 5px 10px 5px;   
	text-decoration: none;   
	cursor: pointer;   
	background: #347E9B;   
	border-style: none;   
}

#kbSearchResults {
	margin: auto;
	width: 760px;
	margin-bottom: 20px;
	margin-top: 10px;
	padding: 15px;
	background-color: #3B8BAA;
	border-radius: 5px;
	color: rgb(248, 248, 248);
}

#kbSearchResults .questions {
	padding-left: 0px;
}

#KBbody img {
	margin: auto;
	display: block;
	/* border: 3px solid black; */
	box-shadow: 0px 1px 5px black;
}

#KBbody .imgNoBoxShadow {
	box-shadow: 0px 0px 1px black;
}

.KBBookmarkType {
	display: inline!important;
}

#KBContent #KBBookmarkType .KBupcomingFeatures {
	background: rgba(255, 255, 255, 0.1);
}

.KBupcomingFeatures .item-img {
	display: inline !important;
	padding-right: 10px;
	box-shadow: none !important;
}

input#kbSearchSubmit:hover {
	background-color: rgb(68, 157, 192);
}

#knowledge-base #contentssDiv {
	position: relative;
	margin-top:93px;
}


