/* Styling of the 311KB entries */
#content_kb {
	float:left;
	background-color:#fafbfc;
	width: 900px;
	margin: 3px 0 10px 0;
	padding: 5px 15px 20px 15px;
}

span.heading {
    display: block;
    font-size: 12pt;
    font-weight: bold;
    padding-bottom: 10px;
    padding-left: 0;
    padding-top: 10px;
}

p, li, form, h1, span {
	font-size: 1em; /* 16px * 0.75 = 12px */
	line-height: 1.5em;
}

p.standard span, ul, li {
	font-size: 1em; /* 16px * 0.75 = 12px */
	line-height: 1.5em;
}

#content_kb h2 {
	font-size:1.3em;
	color:#275577;
	border-bottom:dotted 1px #275577;
	margin-bottom:5px;
}

#content_kb h3 {
	font-size: .75em; /* 16px * 0.75 = 12px */
	margin-top:20px;
	color:#333;
	font-weight:bold;
}

#content_kb h4 {
	font-size: 1em;
	margin-top:20px;
	color:#333;
	font-weight:bold;
}

#content_kb p {
	padding: 5px 0;
	color:#333;
}

#content_kb a {
	color:#275577;
	text-decoration: underline;
}

#content_kb a:hover {
	text-decoration:underline;
	
	}

div#footer{
	width: 910px;
}

.buttons {
    display: block;
    float: right;
    margin: 0 0 10px 10px;
    padding-top: 5px;
    width: 222px;
}

/* For list  -- Denis Commented this out to change display to slider 

span.feedback {
    display: block;
    float: right;
    margin-top: 0;
    width: 115px;
}

span.search {
    display: block;
    float: right;
    margin-right: 10px;
    margin-top: 0;
    width: 115px;
}
*/


span.search {
	float:left;
	height: 35px;
	width:96px;
	overflow: hidden;
	border:none;
	background: transparent url(../images/back_kb.gif) no-repeat 0 -70px !important;
}

span.search a {
	display:block;
	width:96px;
	padding:4px;
	}

span.search img {
	visibility:hidden;
}

.search:hover, .searchHover {
	background: transparent url(../images/back_kb.gif) no-repeat 0 0 !important;
}

span.feedback {
	float:right;
	height: 35px;
	width:126px;
	overflow: hidden;
	border:none;
	background: transparent url(../images/feedback_kb.gif) no-repeat; 
	background-position: 0 -35px;
}

span.feedback a {
	display:block;
	width:120px;
	padding:4px;
	}

span.feedback img {
	visibility:hidden;
}

.feedback:hover, .feedbackHover {
	background: transparent url(../images/feedback_kb.gif) no-repeat 0 0 !important;
}


/* end button styling and slider */


#content_kb ul, ol {
	margin-left: 15px;
}

/* end list styling */

#content_kb span.label {
	text-decoration:underline;
	}

#content_kb span.value {
	text-decoration:none;
	}

/* End --- Styling of the 311KB entries */

#footer span {
	font-size: .75em; /* 16px * 0.75 = 12px */
	line-height: 1.5em;
}