/* FEATURED
----------------------------------------------- */
#featured {
	background-image: url(http://www.dinefwrpublishers.com/media/Tile-Featured.gif);
	background-repeat: repeat-y;
	margin-top: 20px;
	margin-bottom: 25px;
}
#hdr-featured {
	background-image: url(http://www.dinefwrpublishers.com/media/Hdr-Featured.gif);
	background-repeat: no-repeat;
	height: 47px;
	margin-top: 20px;
	display: block;
	color: #FFF;
	padding-left: 20px;
	font-size: 18px;
	padding-bottom: 0px;
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	line-height: 38px;
	margin-bottom: 20px;
}

/* DETAILS
----------------------------------------------- */
#featured #details {
	width: 530px;
	margin-left: 10px;
	margin-bottom: 20px;
	float: left;
}
#featured #details img{
	border: 4px solid #f2f2f2;
	padding: 1px;
	background-color: #FFF;
	margin-left: 18px;
	float: left;
	display: inline;
}
#featured #details p{
	width: 360px;
	display: block;
	margin-left: 170px;
	line-height: 18px;
}
#featured #details .title{
	font-size: 14px;
	font-weight: bold;
	color: #474747;
	padding-bottom: 10px;
}
#featured #details .author{
	font-size: 12px;
	color: #919191;
	font-weight: normal;
	padding-bottom: 10px;
}
#featured #details .author em{
	font-style: italic;
}
#featured #details .description{
	font-size: 13px;
	color: #838383;
	font-weight: normal;
	padding-bottom: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e5e5e5;
	padding-top: 10px;
}
#featured #details .isbn{
	font-size: 12px;
	color: #a5ad60;
	font-weight: normal;
	padding-bottom: 20px;
}
#featured #details .isbn strong{
	color: #636263;	
}

#featured #details a {
	display: block;
	background-image: url(http://www.dinefwrpublishers.com/media/Btn-Full-Details.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 31px;
	width: 130px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFF;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 28px;
	padding-left: 8px;
}
#featured #details a:hover {
	display: block;
	background-image: url(http://www.dinefwrpublishers.com/media/Btn-Full-Details.png);
	background-repeat: no-repeat;
	background-position: 0px -31px;	
}

/* REVIEWS
----------------------------------------------- */
#featured #reviews {
	width: 280px;
	float: right;
	margin-right: 30px;
	margin-top: 40px;
}
#featured #reviews .title{
	font-size: 14px;
	font-weight: bold;
	color: #d04c74;
	padding-bottom: 20px;
	text-transform: uppercase;
}
#featured #reviews blockquote{
	font-size: 12px;
	color: #838383;
	line-height: 18px;
}
#featured #reviews blockquote p{
	padding-bottom: 5px;	
}
#featured #reviews blockquote em{
	color: #d04c74;
	font-weight: normal;
	font-style: italic;
	font-size: 11px;
}

