
body {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
}
#kbn-breadcrumb {
display: inline-block;
margin-top: 10px;
white-space: nowrap;
}
.kbn-breadcrumb {
list-style: none;
margin: 0;
padding: 0 0 0 30px;
}
.kbn-crumb {
display: inline;
}
.kbn-crumb a {
background-image: url(kbn-breadcrumb.png);
background-repeat: no-repeat;
background-position: 100% 0;
color: #666;
display: inline-block;
font-size: 12px;
margin-left: -22px;
padding: 7px 17px 11px 25px;
position: relative;
text-decoration: none;
z-index: auto;
vertical-align: top;
}
.kbn-crumb:first-child a {
z-index: 10;
 }
 .kbn-crumb:nth-child(2) a {
 z-index: 9;
  }
  .kbn-crumb:nth-child(3) a {
  z-index: 8;
   }
   .kbn-crumb:nth-child(4) a {
   z-index: 7;
    }
    .kbn-crumb:nth-child(5) a {
    z-index: 6;
     }
     .kbn-crumb:nth-child(6) a {
     z-index: 5;
      }
.kbn-crumb .kbn-left-crumb {
background: url(kbn-breadcrumb.png) no-repeat;
margin-left: -17px;
padding: 7px 6px 11px 4px;
z-index: 11;
}
.kbn-crumb.first a {
padding-left: 9px;
}
.kbn-crumb:hover a {
background-position: 100% -48px;
color: #333;
}
.kbn-crumb:active a {
background-position: 100% -96px;
color: #333;
}
.kbn-crumb a:hover .kbn-left-crumb {
background-position: 0 -48px;
}
.kbn-crumb a:active .kbn-left-crumb {
background-position: 0 -96px;
}
#kbn-heading {
	font-weight: bold;
	font-size: 22px;
}
#kbn-content h1 {
	font-size: 18px;
	font-weight: normal;
}
#kbn-content h2 {
margin:15px 0 5px 0;
	font-size: 16px;
}
#kbn-content h3 {
font-size: 14px;
margin:15px 0 5px 0;
}
#kbn-content, #kbn-content * {
	line-height: 1.5;
	margin: 10px 0;
}
#kbn-helpful {
	border: 1px solid #ccc;
	background: #eee;
	padding: 10px;
	margin: 15px 0;
white-space: nowrap;
min-width: 500px;
}
#kbn-helpful * {
	line-height: 1;
	margin: 0;
	padding: 0;
}
#kbn-helpful p {
	margin-bottom: 10px;
	font-size: 14px;
}
#kbn-helpful span {
	width: 45px;
	height: 20px;
	display: inline-block;
}
span#kbn-why {
	width: 395px;
	//border-left: 4px solid #ccc;
	//padding-left: 15px;
}
#kbn-helpful input[type=textarea] {	
margin-right: 3px;
padding: 2px;
border: 1px solid #ccc;
width: 305px;
}
#kbn-related {
	margin: 25px 0 0 0;
}
#kbn-related h3 {
	font-weight: normal;
	font-size: 15px;
	margin: 0;
}
#kbn-related ul {
padding: 0 0 0px 30px;
}
#kbn-related ul li {
padding-bottom: 5px;
}
#kbn-content ul *, #kbn-content ol * {
	line-height: 1.3;
}
#kbn-content ul, #kbn-content ol {
padding: 0 30px;
}
#kbn-content.kbn-index ul, #kbn-content.kbn-index ol {
padding: 10px 30px;
background: #eee;
border: 1px solid #ccc;
}
#kbn-content.kbn-contents a {
	text-decoration: none;
	display: block;
	}
#kbn-content.kbn-contents ul a {
	margin: 0;
	padding: 6px 0;
}
#kbn-content.kbn-contents a:hover {
text-decoration: underline;
}
#kbn-content.kbn-contents ul li {
margin: 0;
}
#kbn-content.kbn-contents ul {
	padding: 0 0 0 30px;
	margin: 0;
}
#kbn-content.kbn-contents ul ul {
 padding-left: 20px;
}
#pinterest_pin_social_link {
    float:left;
}

#cmsbody #knowledge-base-new #msg {
    background: #e5ffd2 url(images/tick.gif) 4px 1px no-repeat;
    border: 1px solid #92c86e;
    width:100px;
    padding: 5px 8px 5px 25px;
    border-radius: 3px;
    color: #5c8f3a;
    text-transform: uppercase;
    font-size: 10px;
    display: none;
}