/* CSS Document */
/* Product detail pages, e.g., Voice, Instinct */
h1 {
	font-size:16px;
}
.product-detail {
	width: 465px;
	height:auto;
	padding-bottom:15px;
	background-image:none;
}
.product-detail h2 {
	font-size:14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#DADADA;
	font-weight:bold;
	margin-bottom:5px;
}
.product-detail ul {
	margin-top:5px;
	color:#cccccc;
}
#bookintro {
	height:190px;
	margin-bottom:20px;
}
.product-title {
	margin-top:2px;
	padding-top:5px;
}
.smallerfont {
	font-size:12px;
}
#centercolumn .product-detail h2 a {
	font-size:14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#95A9CC;	
}
#centercolumn p.product-endorsement {
	font-family: Arial, Helvetica, sans-serif;/* set off with change of font */
	font-size:12px;
	background-color:#3f3f3f;
	width:420px;
	border-width: 1px;
	border-style: solid;
	border-color: #666666;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 12px;
	margin-top:15px;
	margin-bottom:10px;
	margin-left:10px;
}
.quote {
	font-family: Arial, Helvetica, sans-serif; /* set off with change of font */
	font-size: 12px;
}
.book-thumb {
	float:left;
	border: 1px solid #DDAA00;
	margin-right: 20px;
	margin-bottom: 8px;
}
.product-thumb img {
	float:left;
	border: 1px solid #FFCC00;
	margin-right: 15px;
}
.book-details-list ul li {
	margin-bottom:6px;
}
#radiotvspots {
	width:750px;
	background-color:#333333;
	padding-bottom:20px;
}
#radiotvspots ul {
	width:428px; 
	list-style:none;
	padding-left:12px;
	padding-right:12px;
	padding-top:10px;
	padding-bottom:10px;
	background-color:#4a4a4a;
}
#radiotvspots ul li {
	width:416px;
	margin-left:0px;
	margin-bottom:5px;
	padding-top:4px;
	padding-right:4px;
	padding-bottom:6px;
	padding-left:8px;
	background-color:#5a5a5a;
}
#radiotvspots ul li a {
	font-size:11px;
	text-align:right;
}
#radiotvspots ul li a:visited {
	color: #aa88aa;
	font-size:11px;
}
#radiotvspots ul li object {
	margin-top:4px;
}
#radiotvspots ul li strong {
	color:#FAFAFA;
	font-size:13px;
}
.subheader {
	font-size:11px;
	color:#FAFAFA;
}
.podpressplayer {
	padding-left:6px;
}
#centercolumn a .emlink {
	color: #CCBBFF;
} 