/*	Tantor Media, Inc.								*/
/*	Homepage stylesheet - called from homepage only	*/

/* Tantor dark blue text: #0e3465 */
/* Tantor dark blue nav. background: #45648c) */
/* Tantor gray: #d9dee3  (old: #d0d1d3) */
/* Tantor dark gray (lists): #a6a8a7 */
/* Tantor dark gray text: #707070 */

#home_page_middle {
}

/* Main table id for center and right columns */
	#content_three_column {
		margin:0; 
	}

/* Library showcase content. */
	.lib-show-more, .lib-show-more a {
		color:#ffffff; 
		font-size:11px; 
		font-weight:bold; 
	}

	.lib-show-author, .lib-show-narrator, .lib-show-title {
		color:#ffffff; 
		font-size:10px; 
	}

	.lib-show-title {
		font-weight:bold; 
	}

	#lib-showcase {
		background:#2d517d repeat-x; 
		margin:0 0 10px 0; 
	}
		#lib-showcase tr td {
			margin:0; 
			padding:0; 
			text-align:center; 
		}

/* End Library showcase content */

/* Retail showcase content */
	#showcase {
		background:#ffffff; 
		margin:0 0 10px 0; 
		padding:0px; 
	}
		#showcase table {
			border:none; 
			font-size: 12px; 
			margin:0; 
		}
		#showcase tr td {
			margin:0; 
			padding:0; 
			text-align:center; 
		}
		.showcase-author, .showcase-narrator, .showcase-title {
		color:#FFFFFF; 
		font-size:10px; 
	}
	.showcase-header-line1 {
		color: #0e3465;
		display:block; 
		font-size: 18px;
		font-weight: bold;
		margin-bottom: 5px; 
		margin-right:10px; 
	}

	.showcase-header-line2 {
		color: #0e3465;
		font-size:14px;
	}

	.showcase-more, .showcase-more a {
		color:#FFFFFF; 
		font-size:11px; 
		font-weight:bold; 
	}
	.quote-source {
		font-weight:bold;
		font-style:italic;
	}
/* End Retail showcase content */

/* Middle content */

	/* Middle left */
	.heading {
		color:#0e3465; 
		display:block; 
		font-size:15px; 
		font-weight:bold; 
		margin:10px 0 10px 0; 
	}

	.video {
		border: none; 
		margin:0 0 15px 0;
		padding:0; 
	}

	/* Middle right */
	.right-heading {
		color:#0e3465; 
		display:block; 
		font-size:15px; 
		font-weight:bold; 
		margin:10px 10px 5px 10px; 
	}
	#SeriesBox {
		margin:0; 
		padding:0; 
	}

	/* New Releases */
	#New-Releases {margin-bottom:10px;}
		#New-Releases tr th {
			border-bottom: 4px dotted #d9dee3;
			padding:5px;
			text-align:left;
		}

		#New-Releases tr th a {
			font-size:26px;
			font-weight:normal;
			text-decoration:none;
		}

		#New-Releases tr td {font-size:12px;}
		#New-Releases tr td span {margin:10px;}
		#New-Releases tr td img {margin:5px 0 10px 0;}

	/* Coming Soon */
	#coming-soon {margin-bottom:10px;}
		#coming-soon tr th {
			border-bottom: 4px dotted #d9dee3;
			padding:5px;
			text-align:left;
		}

		#coming-soon tr th a {
			font-size:26px;
			font-weight:normal;
			text-decoration:none;
		}

		#coming-soon tr td {font-size:12px;}
		#coming-soon tr td span {margin:10px;}
		#coming-soon tr td img {margin:5px 0 10px 0;}

/* End middle content */

/* Right column */
	/* Newsletter/Special Offers sign-up */
	#newsletter-box {margin-bottom:10px;}
		#newsletter-box tr th {
			color:#0e3465;
			font-size:18px;
			font-weight:normal;
			font-family:'Trebuchet MS', Helvetica, sans-serif;
			background:url(/images/hdr-lite-grey_lg.png);
			height:36px;
		}
		#newsletter-box tr td {
			padding:0;
			text-align:center;
		}

	#specialoffer-box {margin-bottom:10px;}
		#specialoffer-box tr th {
			color:#0e3465;
			font-size:18px;
			font-weight:normal;
			font-family:'Trebuchet MS', Helvetica, sans-serif;
			background:url(/images/hdr-lite-grey_lg.png);
			height:36px;
		}
		#specialoffer-box tr td {
			padding:0;
			text-align:center;
		}
	/* Follow Us */
	#followus-box {margin-bottom:10px;}
		#followus-box tr th {
			color:#0e3465;
			font-size:18px;
			font-weight:normal;
			font-family:'Trebuchet MS', Helvetica, sans-serif;
			background:url(/images/hdr-lite-grey_lg.png);
			height:36px;
		}
		#followus-box tr td {
			color:#707070;
			font-size:28px; 
			padding:5px 0 0 10px; 
		}
		#followus-box tr td div a {
			color:#0e3465; 
			display:block;
			font-size:10px; 
			margin:0; 
			padding:12px; 
		}
		
	/* Bestsellers */
	#bestsellers-box {margin-bottom:10px;}
		#bestsellers-box tr th {
			color:#0e3465;
			font-size:18px;
			font-weight:normal;
			font-family:'Trebuchet MS', Helvetica, sans-serif;
			background:url(/images/hdr-lite-grey_lg.png);
			height:36px;
		}
		#bestsellers-box tr td {
			color:#707070;
			font-size:28px; 
			padding:5px 0 0 10px; 
		}
		#bestsellers-box tr td div a {
			color:#0e3465; 
			display:block;
			font-size:10px; 
			margin:0; 
			padding:12px; 
		}

	/* Summary window popup */
	.summaryWin {
		background-color:#FFFFFF; 
		border:2px solid #d9dee3; 
		color:#000000; 
		display:none;  
		font-size:12px; 
		margin:0; 
		overflow:visible;  
		padding:5px; 
		position:absolute; 
		width:260px; 
		z-index: 9999; 
	}

	.summaryWin h1, h2, h3 {
		color:#0e3465;
		margin:0; 
	}
	.summaryWin h1 {
		font-size:14px; 
		font-weight:bold; 
		padding:0; 
	}

	.summaryWin h2 {
		font-size:12px; 
		font-weight:bold; 
		padding:0 0 5px 0; 
	}

	.summaryWin h3 {
		font-size:12px; 
		font-weight:normal;
		padding:0 0 5px 0; 
	}

	.summaryWinSep {
		border-bottom: 4px dotted #d9dee3; 
		margin:0 0 10px 0; 
		padding:0; 
	}
	/* End Summary window popup */
/* End right column */

