@import url('http://htmlbook.ru/style/hb.css');

.head1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: bold;
	color: #555;
	background: #DED4C4 url(/images/sq1.gif) no-repeat;
	height: 34px;
	text-align: center;
	border: 1px solid black;
	padding: 4px;
	padding-left: 33px
}


.toc {
	background: #F9F6EE;
	border: 1px solid #000;
	border-top: none;
	border-bottom: 4px solid #930;
	padding: 7px
}

#toc .extitle {
	background: #ded4c4 url('/images/example.gif') no-repeat 3px 4px;
	border-bottom: 1px solid #666;
	padding: 5px;
	padding-left: 24px;
	font-size: 90%;
	font-weight: bold
}

/* --------------------------------------------- */

.example, pre {
	border: none;
	background: #f8f7f2;
	padding: 7px;
	font-size: 10pt;
	margin-top: 0;
}

pre code {
	display: block;
	overflow: auto;
	white-space: pre;
}

.attribute, pre .title {
	color: #b61039;
	font-weight: normal;
	border: none;
	background: none;
}

.value {
	color: #39892f;
	font-weight: normal;
}

.tag {
	font-family: "Courier New", Courier, mono; 
	color: #069;
	font-size: 1em;
	font-weight: bold;
}

pre .doctype {
  color: #069;
}

.rules, .regexp {
  color: #b61039;
}

.keyword {
	font-weight: bold;
}

.css .keyword, .function {
  font-weight: bold;
}

.comment {
  color: #999;
}

.css .value, .string {
  color: #1B75BC;
}

.number {
  color: #D6562B;
}

.hexcolor  {
  color: #BC3EC6;
}

.menuitem {
  background: #f8f6e3;
  padding: 0 2px;
}

/* --------------------------------------------- */

.noteTitle, .exampleTitle {
	font-weight: bold;
	font-size: 100%;
	color: #045070;	
	display: block;
	margin: 0;
	background: #e1f1e3;
	border: 1px solid #000;
	padding: 5px 10px 0 10px;
	border-bottom: none;
	color: #325025;
}

.note {
	background: #e1f1e3;
	margin-top: 0;
	border-top: none;
}

.exampleTitle {
	color: #666;
	background: none;
	border: none;
	padding: 0;
	margin-bottom: 5px;
}

div.advert {
  padding-top: 15px;
}

#toc .descrsection {
  margin-bottom: 1em;
}