.clear {
	clear:both;
}

#tabContainer{
	width:100%;
	text-align:left;
}

#tabNav {
	list-style:none;
	height:28px;
	overflow:hidden;
	background:url(../images/bg_tabBar.gif) repeat-x top left;
	padding:0 0 0 119px;
	margin:0;
	text-align:left;
	padding: 0; /* font+margin updates */
	margin:25px 15px 0; /* font+margin updates */
}

#tabNav li {
	float:left;
	height:28px;
	overflow:hidden;
	background:url(../images/bg_tabRight.jpg) no-repeat top right;
	padding:0;
	margin:0;
}

#tabNav li.selected {
	background:url(../images/bg_tabRightSelected.jpg) no-repeat top right;
}

#tabNav li a {
	display:inline-block;
	height:28px;
	background:url(../images/bg_tabLeft.jpg) no-repeat top left;
	padding:0 20px;
	line-height:27px;
	color:#FFFFFF;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;
	font-size:10px;
}

#tabNav li a:hover {
	color:#d9edfe;
}

#tabNav li.selected a, #tabNav li.selected a:hover {
	color:#000000;
	background:url(../images/bg_tabLeftSelected.jpg) no-repeat top left;
}

#tabs {
	/*background:url(../images/bg_tabContent.jpg) no-repeat top left;*/
}

#subTabNav {
	list-style:none;
	clear:left;
	margin:0 1px;
	text-align:center;
	background:url(../images/bg_subTabUl.jpg) repeat-x top left #c7d3e4;
}

#subTabNav.full {
	padding:15px 0;
}

#subTabNav li {
	display:inline;
	width:auto;
}

#subTabNav li a {
	display:inline-block;
	cursor:pointer;
	color:#003f86;
}

#subTabNav li a span {
	display:inline-block;
	height:21px;
	padding:0 12px;
	line-height:18px;
	float:left;
}

#subTabNav li a:hover {
	color:#006ce5;
	background:none;
}

#subTabNav li.open a, #subTabNav li.open a:hover {
	background:url(../images/bg_subTabRight.jpg) no-repeat top right;
	color:#000000
}

#subTabNav li.open a span {
	background:url(../images/bg_subTabLeft.jpg) no-repeat top left;
}

#books {
	padding:0 22px;
}

h3 {
	font-size:1.2em;
	color:#d09301;
	font-weight:bold;
	text-transform:uppercase;
}

.bookTitleLine {
	margin:0 0 5px 0;
	font-size:1em;
	text-decoration:none;
	font-weight:bold;
	color:#373737
}

.bookTitle {
	color:#015294;
	font-size:1.181em;
}

.bookTitle:hover {
	color:#0071cd;
	background:none;
}

.btn_darkBlue {
	display:inline-block;
	background:url(../images/btn_darkBlueRight.jpg) no-repeat top right;
	height:21px;
	cursor:pointer;
}

.btn_darkBlue span {
	display:inline-block;
	background:url(../images/btn_darkBlueLeft.jpg) no-repeat top left;
	padding:0 16px;
	color:#FFFFFF;
	text-transform:uppercase;
	font-size:10px;
	font-weight:bold;
	line-height:20px;
}

.btn_darkBlue:hover span {
	color:#b2d5f6;
}

.booksimg:hover {
	background:#FFFFFF;
}

.bookItem {
	padding:1em 0 1em 0;
	border-bottom:1px solid #c0cedb;
}