/* CSS Document */
#infoTabs ul {
	padding: 0px;
	list-style-type: none;
	margin: 0px;
}
#infoTabs {
	background-image: url(../images/tabBorder.gif);
	background-repeat: no-repeat;
	background-position: 0px 24px;
	margin: 0px;
	padding: 0px;
	height: 25px;
}

.panelWrapper {
	clear: both;
	width: 598px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #82D0DA;
	border-bottom-color: #82D0DA;
	border-left-color: #82D0DA;
	overflow: hidden;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#infoTabs img {
	float: left;
}
#infoTabs ul li {
	float: left;
	list-style-type: none;
	background-image: none;
	margin: 0px;
	padding: 0px;
}
a.basicsTab {
	background-image: url(../images/tab_basics.jpg);
	background-repeat: no-repeat;
	display:block;
	height:25px;
	width:65px
}
a.basicsTab:hover {
	background-image: url(../images/tab_basics_over.jpg);
}
a.relatedTab {
	background-image: url(../images/tab_related.jpg);
	background-repeat: no-repeat;
	display:block;
	height:25px;
	width:181px
}
a.relatedTab:hover {
	background-image: url(../images/tab_related_over.jpg);
}
a.booksTab {
	background-image: url(../images/tab_books.jpg);
	background-repeat: no-repeat;
	display:block;
	height:25px;
	width:64px
}
a.booksTab:hover {
	background-image: url(../images/tab_books_over.jpg);
}
a.advancedTab {
	background-image: url(../images/tab_adv_reading.jpg);
	background-repeat: no-repeat;
	display:block;
	height:25px;
	width:132px
}
a.advancedTab:hover {
	background-image: url(../images/tab_adv_reading_over.jpg);
}
a.otherTab {
	background-image: url(../images/tab_other_websites.jpg);
	background-repeat: no-repeat;
	display:block;
	height:25px;
	width:158px
}
a.otherTab:hover {
	background-image: url(../images/tab_other_websites_over.jpg);
}
#basicsContent {
	float: right;
	width: 340px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #79CED6;
	padding: 10px;
}
#basicsLinks {
	float: left;
	padding-right: 10px;
	padding-left: 10px;
}
#basicsWrapper {
	padding-top: 10px;
	padding-bottom: 10px;
}
.prevNav {
	float: left;
}
.nextNav {
	float: right;
}
#tabContent {
	padding-right: 10px;
	padding-left: 10px;
}

