@IMPORT url("clear.css");

/*******************************************************************************
 Styles
********************************************************************************/
body {
	background: #61B1CA url(../img/layout/background.gif) repeat-x;
	padding: 0px 10px;
	font-family: Arial, Verdana;
	color: #000;
	font-size: 13px;
	line-height: 17px;
}

h2 {
	border-bottom: 1px solid #ccc;
	color: #003366;
	font-size: 25px;
	font-weight: bold;
	line-height: 30px;
	margin: 10px 0 20px 0;
	padding-bottom: 5px;
	text-align: center;
}
h3 {
	color: #003366;
	font-size: 18px;
	font-weight: bold;
	margin: 10px 0 15px 0;
	padding-bottom: 5px;
	text-align: left;
}
h4 {
	color: #003366;
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0 10px 0;
	padding-bottom: 5px;
	text-align: left;
}
pre {
	border: 1px solid #ccc;
	padding: 10px;
}
h3.test{
	color: #003366;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 10px;
}
a {
	color: #009999;
}
p {
	line-height: 17px;
	margin-bottom: 10px;
	color: #000;
}
strong {
	font-weight: bold;
	color: #000;
}
.inline {
	display: inline;
}
.inlineBlock {
	display: inline-block;
}

.loading {
	opacity: 0.5;
	background-image: url(../img/ajax-loader.gif) !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
}

#container {
	min-width: 970px;
}
#header {
	margin-bottom: 20px;
	height: 99px;
}
#header .left {
	float: left;
	background: transparent url(../img/layout/header_left.gif) no-repeat top left;
	height: 99px;
	width: 21px;
}
#header .right {
	float: right;
	background: transparent url(../img/layout/header_right.gif) no-repeat top right;
	height: 99px;
	width: 21px;
}
#header .body {
	background: transparent url(../img/layout/header_background.gif) repeat-x top;
	margin: 0px 21px;
	width: auto;
	height: 96px;
	padding-top: 3px;
}
#header h1 {
	float: left;
}
#header h1 span {
	display: none;
}
#header .home {
	background: #61B1CA url(../img/layout/free-audio-books.gif) no-repeat;
	height: 86px;
	width: 225px;
	float: left;
}
#header .home a {
	display: block;
	height: 86px;
	width: 225px;
}
#header .home a span {
	display: none;
}
#header .topnav {
	margin-left: 260px;
}
#header .topnav p {
	color: #000;
	margin: 0px;
	text-align: right;
	font-weight: bold;
}
#header ul {
	display: block;
	background: transparent;
	height: 60px;
	padding-left: 30px;
}
#header ul li {
	display: inline-block;
	margin-right: 20px;
	padding: 20px 0px;
}
#header ul li a {
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	color: #003366;
	text-decoration: none;
	padding-left: 20px;
	line-height: 30px;
}
#header ul li a.login {
	background: transparent url(../img/icons/lock.gif) no-repeat left top;
	padding-left: 20px;
}
#header ul li a.bookshelf {
	background: transparent url(../img/icons/bookshelf.gif) no-repeat left center;
	padding-left: 28px;
}
#header ul li a.viewcart {
	background: transparent url(../img/icons/basket.gif) no-repeat left top;
	padding-left: 40px;
}
#header ul li a.wishlist {
	background: transparent url(../img/icons/wishlist.gif) no-repeat left top;
	padding-left: 30px;
}
#header ul li a.help {
	background: transparent url(../img/icons/help.gif) no-repeat left top;
	padding-left: 30px;
}
#header ul li a.backend-link {
	background: transparent url(../img/icons/admin_icon.jpg) no-repeat left top;
	padding-left: 30px;
}
#header ul li a:hover { color: #5C8A09; }

ul.navigation {
	background: #61B1CA url(../img/layout/nav_background.gif) repeat-x;
	display: block;
	width: 100%;
	text-align: center;
	line-height: 31px;
}
ul.navigation li { display: inline-block; }
ul.navigation li a {
	color: #223A05;
	font-size: 13px;
	font-weight: bold;
	padding: 7px 8px;
	text-decoration: none;
}
ul.navigation li a:hover {
	color: #fff;
	background: #61B1CA url(../img/layout/nav_hover.gif) repeat-x center;
}

.contenttop .left {
	float: left;
	background: transparent url(../img/layout/nav_top_left.gif) no-repeat top left;
	width: 19px;
	height: 42px;
}
.contenttop .right {
	float: right;
	background: transparent url(../img/layout/nav_top_right.gif) no-repeat top right;
	width: 19px;
	height: 42px;
}

.contenttop ul.navigation {
	height: 42px;
	line-height: 42px;
	margin: 0px 19px;
	text-align: left;
	width: auto;
}
.contenttop ul.navigation li { background: url(../img/layout/nav-separator.gif) no-repeat top right; } 
.contenttop ul.navigation li a {
	color: #223A05;
	padding: 12px 10px;
	text-decoration: none;
}
.contenttop ul.navigation li a:hover { color: #fff; }
	
#footer { background: #fff; }
	#footer .copyright {
		background: #61B1CA url(../img/layout/footer_background.gif) repeat-x;
		text-align: center;
		padding: 20px 0px;
	}
	#footer p {
		color: #fff;
		font-size: 11px;
	}

.cake-debug {
	padding: 5px;
	border: solid 2px red;
	background: #fff;
}
dl.narrator-author {
	font-weight: bold;
	margin-bottom: 5px;
}
dl.narrator-author dt {
	float: left;
	color: #666666;
	margin-right: 5px;
}
dl.chapter-info {
	font-weight: bold;
	margin-bottom: 12px;
}
dl.chapter-info dt {
	float: left;
	color: #666666;
	margin-right: 5px;
	padding: 2px;
	width: 80px;
}
dl.chapter-info dd {
	margin: 2px;
	padding: 2px;
}
dl.contact-info {
	font-weight: bold;
	margin-bottom: 12px;
}
dl.contact-info dt {
	float: left;
	color: #666666;
	margin-right: 5px;
	padding: 2px;
	width: 100px;
}
dl.contact-info dd {
	margin: 2px;
	padding: 2px;
}
dl.sales-summary {
	font-weight: bold;
	margin-bottom: 20px;
	width: 280px;
}
dl.sales-summary dt {
	float: left;
	color: #666666;
	margin-right: 10px;
	padding: 3px;
}
dl.sales-summary dd {
	margin: 2px;
	padding: 3px;
	text-align: right;
}
.report-price {
	text-align: right;
}
#lower-left-free {
	width: 65px;
	float: left;
}
#lower-left-for-sale {
	width: 85px;
	float: left;
}
.price {
	color: red;
	font-weight: bold;
}
.price .old-price {
	color: #000;
	text-decoration: line-through;
}
.abridged-type {
	color: #779C49;
}
.book-type {
	color: #536D33;
	font-weight: bold;
}
.purchased {
	color: red;
	font-size: 14px;
}
.notice {
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #981C1C;
}
.notice a {
	color: #dd6666;
	text-decoration: none;
}
.notice a:hover {
	color: #009999;
}
div.div.information {

}
div.information .left {
	width: auto;
	float: left;
	display: block;
}
div.information .price {
	margin-bottom: 5px;
}
.promotion {
	background: url(../img/mobile/content-bg.png) repeat-x left bottom;
	font-size: 13px;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	margin-bottom: 5px;
}
.promotion headline {
	color: #003366;
	font-size: 20px;
	font-weight: bold;
	line-height: 22px;
	margin: 10px 0 20px 0;
	padding-bottom: 5px;
	text-align: center;
}
.promotion p {
	font-size: 14px;
	line-height: 16px;
	padding-bottom: 2px;
	text-align: center;
}
.welcome {
	background: url(../img/mobile/content-bg.png) repeat-x left bottom;
	font-size: 13px;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	margin-bottom: 5px;
}
.welcome a {
	color: #022564;
	text-decoration: none;
}
.welcome a:hover {
	color: #981C1C;
}
.welcome .notice a {
	color: #dd6666;
	text-decoration: none;
}
.welcome .notice a:hover {
	color: #009999;
}
.welcome ul {
	list-style-image: url("../img/icons/3dot_bullet.gif");
	padding-left: 20px;
	margin-left: 15px;
}
.welcome ul li {
	padding: 1px;
	font-weight: bold;
	margin-bottom: 3px;
}
.welcome ul li a {
	display: inline-block;
	text-decoration: none;
	color: #022564;
}
.welcome ul li a:hover {
	color: #981C1C;
}
.description {
}
.description a {
	color: #009999;
	text-decoration: none;
}
.description a:hover {
	color: #981C1C;
}
.description ul {
	margin-left:0.8em;
	padding-left:0em;
	margin-bottom:7px;
	list-style-type:disc;
}
.description ul li {
	margin-left: 0.8em;
	padding-left: 0em;
	margin-bottom:7px;
}
.description ol {
	margin-left:0.8em;
	padding-left:0em;
	margin-bottom:7px;
	list-style-type:decimal;
}
.description ol li {
	margin-left:0.8em;
	padding-left: 0em;
	margin-bottom:7px;
}
.categoryInputs .checkbox {
	/*display: inline;*/
	width: 200px;
	float: left;
}
.categoryInputs input,
.categoryInputs label {
	display: inline;
	width: auto;
}
.categoryInputs input {
	float: left;
}
.contact-us ul {
	list-style-image: url("../img/icons/3dot_bullet.gif");
	padding-left: 20px;
	margin-left: 15px;
}
.contact-us ul li {
	padding: 1px;
	font-weight: bold;
	margin-bottom: 3px;
}
.contact-us ul li a {
	display: inline-block;
	text-decoration: none;
	color: #009999;
}
.contact-us ul li a:hover {
	color: #981C1C;
}
.SubMenu {
	margin:0 auto;
	width: 100%;
}
.SubMenu ul {
	list-style-type:none;
	margin:0 0 0 0px;
	height: 50px;
}
.SubMenu li {
	background:url("../img/layout/submenu.gif") repeat-x scroll left top transparent;
	border-color:#F0C657 #FAD585 #F0C657 #FFFFFF;
	border-left:1px solid #FFFFFF;
	border-right:1px solid #FAD585;
	border-style:solid;
	border-width:1px;
	color:#663300;
	display:block;
	float: left;
	font-size:11px;
	font-weight:bold;
	padding:4px 7px;
}
.SubMenu li:hover {
	background:url("../img/layout/submenu_hover.gif") repeat-x scroll left top transparent;
	border-left:1px solid #FFFFFF;
	border-right:1px solid #FAD585;
	color:#000000;
	display:block;
	float:left;
	font-size:11px;
	font-weight:bold;
	padding:4px 7px;
}
.SubMenu li.selected {
	background:url("../img/layout/submenu_selected.gif") repeat-x scroll left top transparent;
	border-left:1px solid #FFFFFF;
	border-right:1px solid #FAD585;
	color:#000000;
	display:block;
	float:left;
	font-size:11px;
	font-weight:bold;
	padding:4px 7px;
}
.SubMenu li.selected a {
		color:#fff;
}
.SubMenu li.selected a:hover {
		color:#fff;
}
.SubMenu li.first {
	-moz-border-radius:5px 0 0 5px;
	background:url("../img/layout/submenu.gif") repeat-x scroll left top transparent;
	border-color:#F0C657 #FAD585 #F0C657 #F0C657;
	border-left:1px solid #F0C657;
	border-right:1px solid #FAD585;
	border-style:solid;
	border-width:1px;
	color:#663300;
	display:block;
	float:left;
	font-size:11px;
	font-weight:bold;
	padding:4px 7px;
}
.SubMenu li.first:hover {
	-moz-border-radius:5px 0 0 5px;
	background:url("../img/layout/submenu_hover.gif") repeat-x scroll left top transparent;
	border-color:#F0C657 #FAD585 #F0C657 #F0C657;
	border-left:1px solid #F0C657;
	border-right:1px solid #FAD585;
	border-style:solid;
	border-width:1px;
	color:#000000;
	display:block;
	float:left;
	font-size:11px;
	font-weight:bold;
	padding:4px 7px;
}
.SubMenu li.first-selected {
	-moz-border-radius:5px 0 0 5px;
	background:url("../img/layout/submenu_selected.gif") repeat-x scroll left top transparent;
	border-left:1px solid #FFFFFF;
	border-right:1px solid #FAD585;
	color:#000000;
	display:block;
	float:left;
	font-size:11px;
	font-weight:bold;
	padding:4px 7px;
}
.SubMenu li.first-selected a {
		color:#fff;
}
.SubMenu li.first-selected a:hover {
		color:#fff;
}
.SubMenu li.last {
	-moz-border-radius:0 5px 5px 0;
	background:url("../img/layout/submenu.gif") repeat-x scroll left top transparent;
	border-color:#F0C657 #FAD585 #F0C657 #FFFFFF;
	border-left:1px solid #FFFFFF;
	border-right:1px solid #FAD585;
	border-style:solid;
	border-width:1px;
	color:#663300;
	display:block;
	float:left;
	font-size:11px;
	font-weight:bold;
	padding:4px 7px;
}
.SubMenu li.last:hover {
	-moz-border-radius:0 5px 5px 0;
	background:url("../img/layout/submenu_hover.gif") repeat-x scroll left top transparent;
	border-color:#F0C657 #FAD585 #F0C657 #FFFFFF;
	border-left:1px solid #FFFFFF;
	border-right:1px solid #FAD585;
	border-style:solid;
	border-width:1px;
	color:#000000;
	display:block;
	float:left;
	font-size:11px;
	font-weight:bold;
	padding:4px 7px;
}
.SubMenu li.last-selected {
	-moz-border-radius:0 5px 5px 0;
	background:url("../img/layout/submenu_selected.gif") repeat-x scroll left top transparent;
	border-left:1px solid #FFFFFF;
	border-right:1px solid #FAD585;
	color:#000000;
	display:block;
	float:left;
	font-size:11px;
	font-weight:bold;
	padding:4px 7px;
}
.SubMenu li.last-selected a {
		color:#fff;
}
.SubMenu li.last-selected a:hover {
		color:#fff;
}
.SubMenu li a {
	color:#663300;
	font-size:11px;
	font-weight:bold;
	text-decoration: none;
}
.SubMenu li a:hover {
	color:#000000;
	font-size:11px;
	font-weight:bold;
}
.left {
	float: left;
}
.right {
	float: right;
}
#flashMessage, #successMessage {
	padding: 10px 0px;
	font-weight: bold;
}
.contentFiltering label {
	height: 30px;
	display: inline-block;
}
dl.list {
	margin-bottom: 20px;
}
dl.list dt {
	font-weight: bold;
	display: block;
}
dl.list dd {
	margin-bottom: 15px;
}
ol.list {
	margin-bottom: 20px;
	list-style: decimal;
	margin-left: 20px;
}
ol.list li {
	margin-bottom: 5px;
}
ul.list {
	list-style-image: url("../img/icons/3dot_bullet.gif");
	padding-left: 14px;
	margin-left: 15px;
}
ul.list li {
	font-size: 13px;
	font-weight: bold;
}
ul.list li a {
	padding: 3px 6px;
	display: inline-block;
	text-decoration: none;
	color: #666666;
}
ul.list li a:hover {
	color: #fff;
	padding: 3px 6px;
	background-color: #00ABE6;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px
}
ul.specials-list {
	list-style-type: none;
	padding: 0;
	margin: 0;
	font-size: 13px;
}
ul.specials-list li {
	background-image: url(../img/layout/bullet.gif);
	background-repeat: no-repeat;
	background-position: .1em .6em;
	padding-left: .6em;
}
ul.specials-list li a {
	padding: 3px 6px;
	display: inline-block;
	text-decoration: none;
	color: #009999;
}
ul.specials-list li a:hover {
	color: #fff;
	padding: 3px 6px;
	background-color: #00ABE6;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px
	
}
ul.feature-list {
	margin-left:1em;
	padding-left:0em;
	margin-bottom:0em;
	list-style-image:url(../img/layout/bullet.gif);
	list-style-type:square;
}
ul.feature-list li {
	padding-left: 0.8em;
	margin-bottom:6px;
	font-size: 13px;
}
ul.feature-list li a {
	padding: 1px 0px;
	display: inline;
	text-decoration: none;
	color: #009999;
}
ul.feature-list li a:hover {
	color: #981C1C;
}
#sellerAgreement {
	border: 1px solid #ccc;
	padding: 10px;
	background: #E3E3E3;
	margin-bottom: 15px;
}
.overflowbox {
	overflow: auto;
	height: 200px;
	border: 1px solid #ccc;
}
.overflowbox #sellerAgreement {
	border: none;
}
.abridged {
	max-width: 365px;
	font-weight: bold;
	text-align: right;
}
.content-rating-nav {
	margin-bottom: 40px;
}
.hidden {
	display: none;
}
.book_editor {
	margin: 20px 0px;
}
/*******************************************************************************
 Columns
*******************************************************************************/
.columns {
	padding: 5px;
	background: #fff;
}
.no-sidebars .columnOne,
.no-sidebars .columnTwo {
	display: none;
}
.no-sidebars .column.content {
	margin: 0px;
}
.columnOne {
	width: 230px;
	float: left;
}
.columnTwo {
	width: 230px;
	float: right;
}
.column.content {
	margin: 0px 240px 0px 240px;
}
/*******************************************************************************
 Common styles
*******************************************************************************/
.button,
.sm2_link,
ul.checkout-links li.text a { 
	border: 1px solid #036;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	color: #333;
	cursor: pointer;
	display: block;
	font-weight: bold;
	padding: 3px 8px;
	text-align: center;
	text-decoration: none;
}
.button:hover,
ul.checkout-links li.text a:hover { 
	background: #690; 
	border: 1px solid #036;
	color: #fff;
}

.button.dark { background: #003366; color: #fff; }
.button.dark:hover { background: #5C8A09; color:#fff; }
.button.inline { display: inline; }


/*******************************************************************************
 Sections
*******************************************************************************/
.section {
	margin-bottom: 10px;
	width: 230px;
}
.section h3 {
	color: #fff;
	font-size: 13px;
	text-align: center;
}
.columnOne .section .top {
	background: transparent url(../img/layout/dark_blue_top_bg.gif) no-repeat;
}
.columnTwo .section .top {
	background: transparent url(../img/layout/light_blue_top_bg.gif) no-repeat;
}
.section .top {
	height: 37px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	line-height: 37px;
}
.section .body {
	background: transparent url(../img/layout/section_bg.gif) repeat-y;
	padding: 5px;
}
.section .bottom {
	background: transparent url(../img/layout/section_bottom.gif) no-repeat;
	height: 15px;
}

div.book_small {
	vertical-align: top;
	display: inline-block;
	margin: 0px 5px 0px 5px;
	overflow: hidden;
	padding: 0px 0px 8px 0px;
	width: 135px;
	text-align: center;
}
div.book_small a {
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
div.book_small a:hover {
	color: #009999;
}
ul.books {
	text-valign: top;
}
ul.books a { color: #009999; text-decoration: none; }
ul.books a:hover { color: #981C1C; }
ul.books li {
	vertical-align: top;
	border-top: 1px dashed #ddd;
	display: inline-block;
	margin: 0px 5px 10px 5px;
	overflow: hidden;
	padding: 0px 0px 10px 0px;
	width: 215px;
}
ul.books li img {
	float: left; 
	margin: 0px 5px 5px 0px; 
}
ul.books li span.price { 
	display: block;
	float: left;
	font-size: 0.9em;
	margin-right: 5px;
	line-height: 1.4em;
	height: 2.8em;
	min-width: 55px;
}
ul.books li a.button {
	color: #333;
	display: inline-block; 
	margin-top: 5px;
}
ul.books li .cover {
	text-align: center;
	margin: 0px 0px 0px 0px;
	width: 100px;
}
ul.books li .new-release {
	float: right;
	text-align: center;
	margin: 0px 0px 0px 0px;
	width: 130px;
}
ul.books li a.button:hover, ul.books li a.button.dark { color: #fff; }

ul.books h3 {
	margin-bottom: 0px;
}
ul.books h3 a {
	color: #003366;
	display: block;
	font-size: 16px;
	line-height: 17px;
	font-weight: bold;
	padding: 5px 5px 10px 5px;
	margin-bottom: 0px;
	text-decoration: none;
}
ul.books li:hover h3 a, ul.books h3 a:hover { 
	background: #003366; 
	color: #fff;
}
ul.books h4 {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
ul.books h4 a {
	color: #003366;
	display: block;
	font-size: 16px;
	line-height: 17px;
	font-weight: bold;
	padding: 5px 5px 0px 5px;
	text-decoration: none;
}
ul.books li:hover h4 a, ul.books h4 a:hover { 
	background: #003366; 
	color: #fff;
}
ul.books h5 {
	margin-top: 0px;
	margin-bottom: 1px;
	padding-top: 0px;
}
ul.books h5 a {
	color: #003366;
	display: block;
	font-size: 13px;
	line-height: 14px;
	font-weight: bold;
	padding: 4px 5px 7px 5px;
	margin-bottom: 3px;
	text-decoration: none;
}
ul.books li:hover h5 a, ul.books h5 a:hover { 
	background: #003366; 
	color: #fff;
}
ul.books h6 {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
}
ul.books h6 a {
	color: #003366;
	display: block;
	font-size: 13px;
	line-height: 14px;
	font-weight: bold;
	padding: 0px 5px 0px 5px;
	text-decoration: none;
}
ul.books li:hover h6 a, ul.books h6 a:hover { 
	background: #003366; 
	color: #fff;
}
ul.books h7 {
	margin-top: 0px;
	margin-bottom: 1px;
	padding-top: 0px;
}
ul.books h7 a {
	color: #003366;
	display: block;
	font-size: 13px;
	line-height: 14px;
	font-weight: bold;
	padding: 0px 5px 7px 5px;
	margin-bottom: 3px;
	text-decoration: none;
}
ul.books li:hover h7 a, ul.books h7 a:hover { 
	background: #003366; 
	color: #fff;
}
.book-cover-list {
	margin: 0px 0px 0px 0px;
	overflow: hidden;
	padding: 0px 0px 0px 0px;
}
ul.book-cover-list li {
	vertical-align: top;
	display: inline-block; 
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	width: 73px;
	height: 73px;
}
ul.book-cover-list li a:hover img {
	border-color: red;
}
ul.book-cover-list li a:hover {
	border-color: red;
}
ul.book-cover-list li img {
	border: 0px;
	border-style: solid;
	border-width: 1px;
	border-color: #003366;
}
.special {
	text-align: center;
	border-bottom: 1px solid #ccc;
	font-size: 27px;
	line-height: 27px;
	color: #003366;
}
.editor {
	overflow: hidden;
	background: #FFFFD4;
	border: 1px solid #FFD400;
	padding: 5px;
}
.editor p {
	text-align: center;
	font-weight: bold;
	color: #981C1C;
}
.published {
	overflow: hidden;
	background: #EFFFEB;
	border: 1px solid #59B841;
	padding: 5px;
	font-weight: bold;
	color: #4C8F3C;
}
.published p {
	text-align: center;
	font-weight: bold;
	color: #4C8F3C;
}
.published a {
	color: #4C8F3C;
	text-decoration: none;
}
.published a:hover {
	color: #981C1C;
}
.published .downloads {
	float: left;
	padding: 3px 0px 0px 0px;
	width: 154px;
	font-weight: bold;
	text-align: center;
}
.published .downloads a {
	color: #4C8F3C;
	text-decoration: none;
}
.published .downloads a:hover {
	color: #981C1C;
}
div.green-recap {
	overflow: hidden;
	background: #EFFFEB;
	border: 1px solid #59B841;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-weight: bold;
	color: #4C8F3C;
}
div.green-recap a {
	color: #4C8F3C;
}
div.green-recap a:hover {
	color: #981C1C;
}
.not-published {
	overflow: hidden;
	background: #FFFFD4;
	border: 1px solid #FFD400;
	padding: 5px;
	font-weight: bold;
	color: #981C1C;
}
.not-published p {
	text-align: center;
	font-weight: bold;
	color: #981C1C;
}
.not-published a {
	color: #981C1C;
	text-decoration: none;
}
.not-published a:hover {
	color: #000;
}
.not-published .downloads {
	float: left;
	padding: 3px 0px 0px 0px;
	width: 154px;
	font-weight: bold;
	text-align: center;
	color: #9D640D;
}
.not-published .downloads a {
	text-decoration: none;
	color: #9D640D;
}
.not-published .downloads a:hover {
	color: #981C1C;
}
div.yellow-recap {
	overflow: hidden;
	background: #FFFFD4;
	border: 1px solid #FFD400;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-weight: bold;
	color: #9D640D;
}
div.yellow-recap a {
	color: #9D640D;
}
div.yellow-recap a:hover {
	color: #981C1C;
}
.promotion {
	font-weight: bold;
	text-align: center;
}
.edit-button {
	float: left;
	padding-right: 10px;
	text-align: center;
}
.book-list-heading {
	overflow: hidden;
}
.book-list-description {
	float: left;
	font-size: 15px;
	padding: 3px; 
	font-weight: bold;
	color: #5C8A09;
}
.book-list-filter-heading {
	font-size: 15px;
	font-weight: bold;
	color: #981C1C;
	float: right;
	margin: 3px 10px 0px 10px
}
.books-per-page {
	float: right; 
}
div.book-list-footer {
	text-align: center;
	font-weight: bold;
	padding: 5px;
	color: #003366;
}
div.book-list-footer a {
	color: #009999;
	text-decoration: none;
}
div.book-list-footer a:hover {
	color: #981C1C;
}
.added-favorites {
	overflow: hidden;
	background: #FFFFD4;
	border: 1px solid #FFD400;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-weight: bold;
	display: inline-block;
	color: #000;
}
.added-favorites a {
	color: #000;
	display: block;
	font-size: 13px;
	font-weight: bold;
	display: inline-block;
	padding: 1px 5px 1px 5px;
	line-height: 14px;
	text-decoration: none;
}
/*******************************************************************************
 Tables
*******************************************************************************/
table,td {
	border : 1px solid #CCC;
	border-collapse : collapse;
}
table {
	border :none;
	border :1px solid #CCC;
	width: 100%;
}
thead th,
tbody th {
	background : #003366;
	color : #fff;  
	padding : 5px 10px;
	border-left : 1px solid #CCC;
	font-weight: bold;
}
thead th a {
	color: #fff;
	text-decoration: none;
}
tbody th {
	background : #fafafb;
	border-top : 1px solid #CCC;
	text-align : left;
	font-weight : normal;
}
table .selectbox {
	width: 20px;
	text-align: center;
}
table .count {
	width: 10%;
	text-align: center;
}
tbody tr td {
	padding : 5px 10px;
	color : #666;
	vertical-align: middle;
}
tbody tr:hover {
	background : #FFF;
}
tbody tr:hover td {
	color : #454545;
}
tfoot td,
tfoot th {
	border-left : 1px solid #CCCCCC;
	border-top : 1px solid #CCC;
	padding : 5px 10px;
	background : #FFF;
	color : #666;
	vertical-align: middle;
	font-weight: bold;
}

/* .content-rating-separator */
table.content-rating-separator {
	border: none;
	border-collapse: separate;
	border-spacing: 5px;
}
table.content-rating-separator tbody tr td {
	border: none;
	border-bottom: 1px solid #ccc;
	vertical-align: middle;
	color: #000;
}
table.tableOne {
	color: #000;
	border: none;
}
table.tableOne th {
	text-valign: top;
	border: none;
	color: #000;
	background: none;
}
table.tableOne .first,
table.tableOne .last {
	width: 20%;
}
table.tableOne .highlight {
	font-weight: bold;
}
table .number-align {
	text-align: right;
}
table .center-align {
	text-align: center;
}
/*******************************************************************************
 Paging
*******************************************************************************/
div.paging {
	background:#fff;
	color: #ccc;
	padding: 0px;
	margin: 0px;
	text-align: center;
	font-weight: bold;
	font-size: 15px;
}
div.paging .disabled {
	color: #ddd;
	display: inline;
	padding: 3px 6px;
}
div.paging span {
	display: inline-block;
}
div.paging span a {
	text-decoration: none;
	display: inline-block;
	padding: 3px 6px;
}
div.paging span a:hover {
	color: #fff;
	padding: 3px 6px;
	background-color: #981C1C;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px
}
div.paging span.current {
	color: #fff;
	padding: 3px 6px;
	background-color: #6ADCE6;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
div.paging div.numbers {
	display: inline-block;
	background-color: #F4F4F4;
	padding: 0px;
}
/*******************************************************************************
 Forms
*******************************************************************************/
.input.text input,
.input.password input,
textarea,
select {
	border-left:1px solid #E3E9EF;
	border-right:1px solid #E2E3EA;
	border-top:1px solid #ABADB3;
	padding: 3px;
	background: #fff;
}
.input.text,
.input.password,
.input.textarea,
.input.select {
	margin-bottom: 10px;
}
.input.text label,
.input.textarea label,
.input.select label,
.input.datetime label,
.input.password label {
	font-size: 13px;
	color: #000;
	font-weight: bold;
	display: block;
}
.input.text input,
.input.password input,
.input.textarea textarea {
	width: 90%;
}
fieldset {
	border: 1px solid #848484;
	padding: 5px;
	margin-bottom: 5px;
	width: auto;
}
.input.radio label {
	margin-right: 20px;
}
legend {
	font-weight: bold;
	color: #5C8A09;
	padding: 3px 5px;
}
.error-message { color: #981C1C; }

#BookSearchForm {
	text-align: center;
}
#BookSearchForm input,
#BookSearchForm select {
	margin-bottom: 3px;
	padding: 5px;
	border: 1px solid #ccc;
	background: transparent url(../img/layout/input_bg.gif) repeat-x top left;
}
#BookSearchForm div.submit { display: inline-block; }
#BookSearchForm div.submit input {
	margin-left: 3px;
	border: none;
	color: #fff;
	font-weight: bold;
	padding: 7px;
	background: transparent url(../img/layout/nav_background.gif) repeat-x top left;
}
#BookSearchForm  div.input.radio {
	text-align: left;
	width: 45%;
	display: inline;
}
#BookSearchForm fieldset {
	border: none;
}
#BookSearchForm  div.input.radio input {
	clear:left;
	display:inline;
	float:left;
	width:20px;
}
#BookSearchForm div.input.radio label {
	display:block;
	line-height: 20px;
}
.registration p {
	line-height: 24px;
}	
.registration .input { overflow: hidden; }
	.registration .input.text input,
	.registration .input.password input,
	.registration .input.select select,
	.registration .input.textarea textarea {
		width: 225px;
	}
	.registration .input.text label,
	.registration .input.textarea label,
	.registration .input.select label,
	.registration .input.datetime label,
	.registration .input.password label,
	.registration .information span {
		clear: left;
		display: block;
		float: left;
		padding-right: 10px; 
		width: 40%;
		text-align: right;	
	}
	.registration .input.radio fieldset { border: none; border-top: 1px solid #ccc; margin: 5px 10px 10px 40%; }
	.registration .input.radio legend { color: #000; }
	.registration .input.checkme { margin-left: 40%; }
	.registration .input.languages .checkbox { clear: both; margin-left: 40%; }
	.registration .input.languages .checkbox label { clear: none; float: none; display: inline; }
.registration .submit { text-align: center; }
.registration .submit input { display: inline-block; margin: 10px auto; }

.registration a { color: #003366; text-decoration: none; }
.registration a:hover { color: #5C8A09; }
.registration .information span { font-weight: bold; }
#forgot-password { margin-left: 10px; }

.input.languages { margin: 10px 0; }
.input.languages label { margin-bottom: 10px; }
.input.languages .checkbox label { display: inline; font-weight: normal; }

/*******************************************************************************
 Datepicker
*******************************************************************************/
#ui-datepicker-div { background-color: #fff; }

/*******************************************************************************
 Book View - gets an extra section because there is a lot custom styling
*******************************************************************************/
.bookView { overflow: hidden; }
.bookView a {
	font-weight: bold; 
	text-decoration: none; 
}
.bookView a:hover {
	color: #981C1C;
}
.bookView .header { clear: both; margin: 10px 0 0px 0; overflow: hidden; }
@media screen and (min-width: 1130px) {
	.bookView .cover {
		float: left;
		text-align:center;
		margin: 0px 0px 10px 0px;
		width: 200px;
	}
	.bookView .cover .small-cover {
		display: none;
	}
	.bookView .book {
		padding-left: 15px;
		margin-left: 200px;
	}
}
@media screen and (max-width: 1129px) {
	.bookView .cover {
		float: left;
		text-align:center;
		margin: 0px 0px 10px 0px;
		width: 100px;
	}
	.bookView .cover .large-cover {
		display: none;
	}
	.bookView .book {
		padding-left: 5px;
		margin-left: 100px;
	}
}
.bookView .cover .sample-clip-button {
	display: block;
}
.bookView .book h2 {
	background: #003366;
	color: #fff;
	font-size: 16px;
	line-height: 17px;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 10px 5px 10px 5px;
	text-align: left;
}
.bookView .book h2 a {
	background: #003366;
	color: #fff;
	display: block;
	line-height: 17px;
	text-decoration: none;
}
.bookView .book li:hover h2 a, 
.bookView .book h2 a:hover { 
	background: #003366; 
	color: #fff;
}
.bookView .book h3 {
	background: #003366;
	color: #fff;
	font-size: 16px;
	line-height: 17px;
	font-weight: bold;
	margin: 0;
	padding: 10px 5px 0 5px;
	text-align: left;
}
.bookView .book h3 a {
	background: #003366;
	color: #fff;
	display: block;
	text-decoration: none;
}
.bookView .book li:hover h3 a, 
.bookView .book h3 a:hover { 
	background: #003366; 
	color: #fff;
}
.bookView .book h4 {
	background: #003366;
	color: #fff;
	font-size: 13px;
	line-height: 14px;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 5px 5px 10px 5px;
	text-align: left;
}
.bookView .book h4 a {
	background: #003366;
	color: #fff;
	display: block;
	text-decoration: none;
}
.bookView .book li:hover h4 a, 
.bookView .book h4 a:hover { 
	background: #003366; 
	color: #fff;
}
.bookView .book h5 {
	background: #003366;
	color: #fff;
	font-size: 13px;
	line-height: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0 5px 0 5px;
	text-align: left;
}
.bookView .book h5 a {
	background: #003366;
	color: #fff;
	display: block;
	text-decoration: none;
}
.bookView .book li:hover h5 a, 
.bookView .book h5 a:hover { 
	background: #003366; 
	color: #fff;
}
.bookView .book h6 {
	background: #003366;
	color: #fff;
	font-size: 13px;
	line-height: 14px;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 0px 5px 10px 5px;
	text-align: left;
}
.bookView .book h6 a {
	background: #003366;
	color: #fff;
	display: block;
	text-decoration: none;
}
.bookView .book li:hover h6 a, 
.bookView .book h6 a:hover { 
	background: #003366; 
	color: #fff;
}
.bookView .sub-ratings { margin-top: 5px; overflow: hidden; }
.bookView .sub-ratings .sub-rating {
	border: 1px solid #ccc;
	float: left;
	padding: 5px 10px;
	margin-right: -1px;
	width: 160px;
}
.bookView .sub-ratings .sub-rating strong { float: left; }
.bookView .sub-ratings .sub-rating .right { margin-right: 5px; }
.bookView .sub-ratings .sub-rating .name { clear: left; display: block; padding-top: 10px; }
.bookView .information { margin: 10px 0; overflow: hidden; }
.bookView .information .left {
	float: left;
	text-align: center;
	width: 180px;
}
.bookView .information .left .actions {
	margin-top: 5px;
}
.bookView .information .price {
	font-size: 1.2em;
	line-height: 1.5em;
}
.bookView .information .indicators {
	margin-left: 190px;
}
.bookView .information .indicators ul {
	overflow: hidden; 
}
.bookView .information .indicators li { 
	float: left; 
	list-style: none;
	opacity: 0.8;
}
.bookView .information .indicators li:hover { 
	opacity: 1; 
}
.bookView .actions a { 
	display: inline-block;
	margin: 0 5px;
	width: 150px;
	text-align: center;
}
.bookView .more-books-button {
	padding-top: 6px;
}
.bookView .actions a.button:hover { color: #fff; }
.bookView .actions a#add-to-wishlist { font-size: 0.9em; }

.bookView h3 {
	color: #115C7E;
	font-size: 16px;
	font-weight: bold;
	border-top: 1px solid #ccc;
	line-height: 24px;
	padding: 5px 0px;
	margin: 10px 0px 0px 0px;
}
.bookView ul.categories li {
	display: inline-block;
	width: 210px;
}
.bookView ul.categories {
	color: #000;
	font-size: 13px;
	font-weight: bold;
	margin-left: 5px;
}
.review-rating span {
	font-size: 11px;
	font-weight: bold;
}
.review {
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.review h4 {
	margin-bottom: 5px;
}
.bookView .totalRating {
	color: #009999;
	font-size: 11px;
	line-heigth: 16px;
	font-weight: bold;
	vertical-align: text-bottom;
}
.review p.rating {
	font-weight: bold;
	color: #003366;
	margin-bottom: 3px;
}
.review .headline {
	font-size: 12px;
	padding: 3px;
	background: #E5F6FD;
}
.review .headline span.by {
	font-weight: bold;
}
.no-rating {
	color: #ccc;
	font-weight: bold;
	font-size: 13px;
}
.review-rating a {
	font-size: 14px;
	background: #ccc;
	border: 1px solid #ccc;
}
.ratingDistribution h4 {
	color: #003366;
	font-weight: bold;
	margin-bottom: 2px;
}
.ratingDistribution .starRating {
	margin: 0px 0px 5px 0px;
}
.ratingDistribution li {
	width: 32%;
	display: inline-block;
	border-right: 1px solid #ccc;
	margin: 0px;
	padding: 0px;
}
.ratingDistribution li.first,
.ratingDistribution li.second,
.ratingDistribution li.third {
	vertical-align: top;
	min-height: 140px;
}
.ratingDistribution li.third {
	border: none;
}
.ratingBars li {
	display: block;
	width: auto;
	border: none;
}
.ratingBars div.barRating {
	width: 60px;
	display: inline-block;
	vertical-align: middle;
}
.ratingBars span {
	display: inline-block;
	width: 50px;
}
a.buttonOne {
	-moz-border-radius:4px 4px 4px 4px;
	background:none repeat scroll 0 0 #003366;
	color:#fff;
	/*display: block;*/
	font-size:13px;
	font-weight:bold;
	padding:4px 10px;
	text-align:center;
	text-decoration:none;
}
a.buttonOne:hover {
	background:none repeat scroll 0 0 #669900;
	color:#fff;
}
/*******************************************************************************
 jquery Star Rating Plugin http://www.fyneworks.com/jquery/star-rating/
*******************************************************************************/
.star label {
	display: none;
}
div.rating-cancel,div.star-rating{float:left;width:17px;height:15px;text-indent:-999em;cursor:pointer;display:block;background:transparent;overflow:hidden}
div.rating-cancel,div.rating-cancel a{background:url(../img/icons/delete.gif) no-repeat 0 -16px}
div.star-rating,div.star-rating a{background:url(../img/icons/star.gif) no-repeat 0 0px}
div.rating-cancel a,div.star-rating a{display:block;width:16px;height:100%;background-position:0 0px;border:0}
div.star-rating-on a{background-position:0 -16px!important}
div.star-rating-hover a{background-position:0 -32px}
/* Read Only CSS */
div.star-rating-readonly a{cursor:default !important}
/* Partial Star CSS */
div.star-rating{background:transparent!important;overflow:hidden!important}
.rating-cancel { display: none; }

div.starRating {
	background: url(../img/icons/star.gif) repeat-x 0 0px;
	width: 80px;
	height: 16px;
	display: inline-block;
}
div.starRating span,
div.barRating span {
	display: none;
}
div.starRating .inner {
	background: url(../img/icons/star.gif) repeat-x 0 -32px;
	width: 0px;
	height: 16px;
	display: inline-block;
}
div.barRating {
	border: 1px solid #ccc;
	height: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
div.barRating .inner {
	background: #ccc;
	height: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
/*******************************************************************************
 Checkout buttons / links
*******************************************************************************/
div.checkout { 
	margin: 20px 0px; 
}
div.checkout p {
	font-weight: bold;
}
ul.checkout-links { 
	text-align: right; 
}
ul.checkout-links li { 
	list-style: none; 
	margin: 10px; 
	opacity: 0.8;
	width: 150px;
}
ul.checkout-links li:hover { 
	opacity: 1;
}
div.legal-notice {
	margin: 20px 0px;
}
div.legal-notice p {
	color: #555;
	font-style: italic;
}

/*******************************************************************************
 Book reports
*******************************************************************************/
.book-report fieldset { padding: 10px 20px; }
.book-report .input textarea { border: 1px solid #000; height: 200px; }
.book-report .submit input { margin: 10px 0; } 

/*******************************************************************************
 Cart recap
*******************************************************************************/
.cart.recap table.cart-items tr.total th {
	color: #000;
}
.cart.recap table.cart-items td.price {
	color: #666;
	text-align: right !important;
}
/*******************************************************************************
 Collapser
*******************************************************************************/
a.collapsed, ul.list li a.collapsed { 
	background: url(../img/icons/collapsed.png) left center no-repeat; 
	font-size:12px;
	display: inline;
	font-weight:normal;
	padding-left: 15px; }
a.expanded, ul.list li a.expanded { 
	background: url(../img/icons/expanded.png) left center no-repeat; 
	font-weight:normal;
	display: inline;
	font-size:12px;
	padding-left: 15px;
}

#pup {
  position:absolute;
  z-index:200;
  padding: 3px;
  margin-left: 10px;
  margin-top: 5px;
  width: 375px;
  border: 1px solid black;
  background-image: url(../img/layout/bg-pup.png);
  color: #fff;
  font-size: 10pt;
  font-weight: bold;
  text-align: left;
}
.new-releases {
	color: #fff;
	text-decoration: none;
}
.best-selling {
	color: #fff;
	text-decoration: none;
}
.top-rated {
	color: #fff;
	text-decoration: none;
}
.audio-books-on-sale-now {
	color: #fff;
	text-decoration: none;
}
.top5px {
	padding-top:5px;
}
#content h1 {
	border-bottom: 1px solid #ccc;
	color: #003366;
	font-size: 25px;
	font-weight: bold;
	line-height: 30px;
	margin: 10px 0 20px 0;
	padding-bottom: 5px;
	text-align: center;
}
.coming-soon {
	font-size: 16px;
	font-weight: bold;
	color: #D01C1C;
}
.release-date {
	font-size: 13px;
	font-weight: bold;
	color: #000;
}
.discrete {
	color: #000;
}
.discrete a {
	color: #000;
	text-decoration: none;
	cursor: default;
}
td.highlight-yellow {
	background-color: #FFFDBF;
}
td.highlight-pink {
	background-color: #FAD5D8;
}
td.highlight-green {
	background-color: #EFFFEB;
}
td.highlight-red {
	background-color: #FC9CA4;
}
td.highlight-brown {
	background-color: #EDDE99;
}

.author-qa .graphic {
	display: block;
}

.author-qa .author-name {
	font-size: 35px;
	line-height: 38px;
	color: #5C8A09;
	padding-top: 15px;
	padding-bottom: 2px;
	text-align: center;
	text-decoration: none;
}

.author-qa a {
	color: #5C8A09;
	text-decoration: none;
	font-weight: normal;
}

.author-qa a:hover {
	color: #000;
}

.author-qa .series-name {
	font-size: 25px;
	line-height: 28px;
	color: #73873F;
	padding-bottom: 15px;
	text-align: center;
}

.author-qa .question {
	font-size: 16px;
	font-weight: bold;
	line-height: 19px;
	color: #E0AE79;
}

.author-qa .answer {
	font-size: 16px;
	line-height: 20px;
	color: #000;
}

.author-qa .cover {
	float: right;
	padding-left: 10px;
}

dl.author-qa-link {
	margin-bottom: 7px;
}
dl.author-qa-link dt {
	float: left;
	margin-right: 5px;
	left-padding: 2px;
}
dl.author-qa-link dd {
	margin: 2px;
	left-padding: 2px;
	font-size: 27px;
	line-height: 30px;
	color: #5C8A09;
	text-decoration: none;
	display: inline-block;
}

.author-qa .series-info {
	font-size: 17px;
	line-height: 20px;
	color: #5C8A09;
	padding: 0px 0px 4px 4px;
}
table.audiobook-player {
	border-style: none;
	border-collapse:collapse;
	margin: 0px;
	padding: 0px;
}
table.audiobook-player tr th {
	border-style: none;
	text-color: #003366;
	font-size: 20px;
	font-weight: bold;
	line-height: 23px;
	text-align: center;
	background: none;
}
table.audiobook-player tr td {
	border-style: none;
	text-align: center;
}
table.audiobook-player tr th a {
	color: #003366;
	text-decoration: none;
}
table.audiobook-player tr th a:hover {
	color: #5C8A09;
}
table.audiobook-player {
	margin: 0px;
	padding: 0px;
}
table.player-download tr th {
	color: #000;
	font-weight: bold;
}
.player-description {
	font-size: 13px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 5px;
}
.player-description a {
	color: #022564;
	font-weight: bold;
	text-decoration: none;
}
.player-description a:hover {
	color: #981C1C;
}
.player-images {
	float: right;
	margin: 8px;
}
.book-player {
	padding: 5px;
	display: inline-block;
}
table.bookshelf {
	border-style: none;
	border-collapse:collapse;
	margin: 0px;
	padding: 0px;
}
table.bookshelf tr {
	border-bottom: 1px solid #ccc;
	text-align: left;
}
table.bookshelf tr td {
	border-style: none;
	text-align: left;
}
.bookshelf .title {
	color: #003366;
	display: block;
	font-size: 16px;
	line-height: 17px;
	font-weight: bold;
	padding: 0px 0px 6px 0px;
	margin-bottom: 0px;
}
.bookshelf .title a {
	color: #003366;
	text-decoration: none;
}
.bookshelf .title a:hover { 
	color: #981C1C;
}
.bookshelf .title .subtitle {
	display: inline;
	font-size: 15px;
	line-height: 16px;
}
.bookshelf .author a {
	color: #009999;
	display: inline-block;
	font-size: 13px;
	line-height: 14px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
}
.bookshelf .author a:hover { 
	color: #981C1C;
}
.bookshelf .remove a {
	color: #009999;
	display: inline-block;
	font-size: 13px;
	line-height: 14px;
	padding: 15px 0px 0px 0px;
	margin: 0px;
	text-decoration: none;
}
.bookshelf .remove a:hover { 
	color: #981C1C;
}
.bookshelf .date-added {
	color: #003366;
	display: block;
	padding: 6px 0px 0px 0px;
}

