@charset "utf-8";
#container {
	width: 607px;
	background-color: #AAC6E1;
	padding: 10px 0px 0px 0px;
	margin-top:10px;
}
.tab_text {
	background: #E2ECF5;
	padding: 10px;
	width: 357px;
	float: right;
	margin-right: 10px;
}
#chapters {
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px solid #AAC6E1;
}
#chapters h1 {
	font-size:16px;
	line-height:22px;
	color:#336699;
	margin:0px 0px 5px 0px;
}
#chapters h2, #description h2 {
	font-size:10px;
	line-height:12px;
	margin:0px 0px 15px 0px;
	text-transform:uppercase;
}
#chapters h3, #description h3 {
	font-size:10px;
	font-style: italic;
	line-height:12px;
	margin:0px 0px 15px 0px;
	font-weight:normal;
}
#chapters h4, #description h4 {
	font-size:10px;
	line-height:12px;
	margin:0px 0px 15px 0px;
	color:#000000;
}
#chapters h5 #description h5 {
	font-size:12px;
	line-height:14px;
	margin:0px 0px 5px 0px;
	color:#000000;
}
#chapters p.go {
	margin:0px 0px 20px 10px;
	font-size:10px;
	line-height:15px;
}
#figure {
	width:150px;
	padding:5px;
	border:1px solid #369;
	float:left;
}
#description {
	width:175px;
	padding-left:9px;
	margin-left:10px;
	border-left:1px solid #AAC6E1;
	float:right;
}
#description p.title {
	font-size: 12px;
	line-height: 16px;
	text-indent: 0px;
	font-weight: bold;
	margin: 0px 0px 5px;
}
#description p.author {
	font-size: 10px;
	font-style: italic;
	text-indent: 0px;
	font-weight: bold;
	margin: 0px 0px 10px;
}
#description p.description {
	font-size: 10px;
	line-height: 16px;
	text-indent: 10px;
	margin: 0px 0px 5px;
}
#description p.credits {
	font-size: 10px;
	font-weight:bold;
	text-indent: 0px;
	line-height: 16px;
	text-align:right;
	margin: 0px 0px 5px;
}	
#description p.link {
	font-size: 10px;
	line-height: 16px;
	text-indent: 0px;
	text-align:right;
	margin: 0px 0px 10px;
}
.text_selected {
	display:inline;
}
.text_unselected {
	display:none;
}
#tabs_container {
	width: 220px;
	float:left;
}
.tab {
	padding: 10px 20px 10px 20px;
	width: 170px;
	height:24px;
	margin: 0px 0px 0px 10px;
	font-weight:bold;
	text-align:center;
	font-size:12px;
	line-height:14px;
}
.tab_selected {
	background-image:url(images/tab_selected.gif)
}
.tab_unselected {
	background-image:url(images/tab.gif)
}
.endmarker {
	font-size:2px;
	line-height:6px;
	margin:0px;
	clear:both;
}
.add-bottom-margin {
	margin-bottom:200px;
}	
#smartphoneTOC {
	display:none;
}

