#doc_header {
	height: 33px;
	color: #666666;
	padding-left: 10px;
}

#doc_navigation {
	width: 480px;
	float: left;
	line-height: 24px;
}

#doc_navigation a {
	text-decoration: none;
	color: #f19300;
}

#doc_search {
	width: 185px;
	float: left;
	line-height: 24px;
	text-align: right;
}

#doc_search input {
	background: white url("../images/search.gif") no-repeat left;
	padding-left: 20px;
}

#doc_toc {
	float: right;
	margin: 20px 10px 10px 10px;
	padding-bottom: 10px;
	width: 220px;
	font-size: 11px;
	border: 1px solid #cccccc;
}

#doc_toc #doc_toc_heading {
	font-weight: bold;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 12px;
	background: #f2f2f2;
}

#doc_toc #doc_toc_list {
	padding-left: 10px;
	padding-right: 10px;
}

#doc_toc ul {
	list-style: square;
	margin-left: 15px;
}

#doc_toc ul li {
	margin-top: 4px;
	margin-bottom: 4px;
}

#doc_toc a {
	text-decoration: none;
	color: #333333;
}
	
#doc_toc a:hover {
	color: #f19300;
}
	

#blop h3 {
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 15px;
	color: #333333;
	text-align: left;
	padding-top: 8px;
	padding-left: 10px;
	margin-right: 21px;
	background: #f2f2f2 url("../images/float_box_right_top_bg.gif") no-repeat top left;
}

#blop h3 a {
	display: block;
	text-decoration: none;
	color: #f19300;
}

#blop a {
	color: #f19300;
	text-decoration: none;
}

#blop h3 a:hover, #blop a:hover {
	text-decoration: underline;
}

#blop div,#blop ul {
	font-size: 11px;
	color: #333333;
	margin-right: 21px;
	padding: 10px;
	background: #f2f2f2 url("../images/float_box_right_bottom_bg.gif") no-repeat bottom left;
}

#blop ul li {
	list-style: none;
}
