/* 
 * This code is property of RB Audiobooks USA LLC It is prohibited to copy or distribute this code without prior written permission.
 *
 */

	/* Spinboard
	--------------------------------------------------------*/
	#spinboard_container {
		width: 760px;
		/*height: 450px;*/
		height: 233px;
		position: relative;
		margin-bottom: 20px;
		overflow: hidden;
	}
	#spinboard_container .spinboard {
		position: absolute;
		top: 0;
		left: 0;
		width: 760px;
		height: 212px;
	}
	#spinboards .spinboard {
		z-index: 1;
	}
	#spinboards .spinboard:first-child {
		z-index: 999 !important;
	}
	#spinboard_tab_arrow {
		position: absolute;
		bottom: 20px;
		z-index: 1000;
	}
	#spinboard_tabs {
		position: absolute;
		width: 760px;
		bottom: 0;
		left: 0;
		list-style-type: none;
		z-index: 100;
	}
	#spinboard_tabs li a {
		float: left;
		line-height: 20px;
		text-decoration: none;
		color: #fff;
		font-weight: bold;
		background: url(/images/widgets/accordion/title.png) no-repeat -760px 0;
		margin-left: 1px;
		text-align: center;
	}
	#spinboard_tabs li a:hover,
	#spinboard_tabs li.current a {
		background-position: 0 0;
	}
	#spinboard_tabs li.first a {
		margin-left: 0;
	}

	/* Custom Spinboard Stuff
	-------------------------------------------------------*/
	#large_cover {
		margin-top: 0px !important;
	}
	#spinboards .left_overhang {
		left: -40px !important;
	}

	/* Special sidebar/content widths
	--------------------------------------------------------*/
	.content_with_sidebar .content {
		width: 500px;
	}
	.content_with_sidebar .sidebar {
		width: 240px;
	}
	.content_with_sidebar .content .shaded {
		margin-top: -9px;
		padding-right: 0;
	}
	.content_with_sidebar .content .shaded .cover {
		margin-right: 16px;
	}

	/* Reviews
	--------------------------------------------------------*/
	.review {
		position: relative;
		margin-bottom: 20px;
	}
	.review .ratings {
		margin-left: 170px;
		margin-bottom: 10px;
	}
	.review .ratings li {
		float: none;
	}
	.review h4 {
		font-weight: normal;
		margin: 0 0 20px 0;
	}
	.review h4,
	.sidebar h5 {
		font-style: italic;
	}
	.review h4 var,
	.sidebar h5 var {
		font-weight: bold;
		font-style: normal;
	}
	.member_review {
		margin-bottom: 20px;
		position: relative;
	}
	.member_review h2 {
		font-size: 16px;
		padding: 10px 0;
	}
	.member_review h4 {
		margin: -20px 0 0 0;
	}
	.member_review p {
		margin: 10px 0 0 0;
	}
	.member_review h3 {
		font-weight: bold;
		margin: -28px 0 20px;
		margin-left: 115px;
	}
	.left_justified {
		margin-left: 0 !important;
	}
	#reviews {
		border-top: 1px solid #6D7579;
		margin: 10px 0;
		padding: 20px 0 0 0;
	}

	/* Blog Stuff
	--------------------------------------------------------*/
	.blog_post {
		border-top: 1px solid #6d7579;
		padding: 20px 0 0 60px;
		margin: 20px 0;
		position: relative;
	}
	.first_blog_post {
		border-top: none;
		padding-top: 0
	}
	.blog_post h3 {
		line-height: 16px;
	}
	.blog_post h4 {
		position: absolute;
		top: 20px;
		left: 0;
		width: 40px;
		color: #fff;
		background: #6bb0cf;
		text-align: center;
		line-height: 18px;
		padding: 2px 0 9px 0;
		text-transform: lowercase;
	}
	.first_blog_post h4 {
		top: 0;
	}
	.buy_site .blog_post h4 {
		background: #ffc000;
	}
	.blog_post h4 span {
		display: block;
	}
	.blog_post h4 .month {
		font-size: 12px;
	}
	.blog_post h4 .day {
		font-size: 26px;
	}
	.blog_post .author {
		font-weight: bold;
		font-style: italic;
	}

	/* Sidebar > Follow Us On...
	--------------------------------------------------------*/
	#follow_us .content {
		font-size: 0;
		line-height: 0 !important;
	}
	#follow_us_on_twitter {
		margin-right: 12px;
	}

	/* Sidebar > Newsletter
	--------------------------------------------------------*/
	.content_with_sidebar .sidebar fieldset {
		padding-bottom: 34px;
	}
	.content_with_sidebar .sidebar fieldset {
		position: relative;
	}
	.content_with_sidebar .sidebar input.text {
		width: 190px;
	}
	.content_with_sidebar .sidebar input.button {
		position: absolute;
		bottom: -24px;
		right: 0;
	}
	#IE .content_with_sidebar .sidebar input.button {
		bottom: 10px;
	}
	.content_with_sidebar .sidebar .footnote {
		position: absolute;
		left: 0;
		bottom: -47px;
	}
	#IE .content_with_sidebar .sidebar .footnote {
		bottom: -13px;
	}

	/* Sidebar > Free Download
	--------------------------------------------------------*/
	#free_download h4 {
		margin-top: -20px;
	}
	#free_download form {
		margin-top: 20px;
	}
	#free_download .content .cover {
		margin-right: -4px;
		float: right;
	}
	.browse_all{
		clear: both; 
		margin-right: 20px !important; 
		margin-top: 10px !important; 
		float: right;
	}
	.shaded_pad{
		padding-bottom: 50px;
	}