/* Column layout elements */

#threeColumns {
	display: block;
	margin: 20px 0px 0px 0px;
	width: 820px;
}

#threeColumns #leftColumn {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	width: 160px;
}

#threeColumns #mainColumn {
	display: block;
	margin: 0px 0px 0px 35px;
	padding: 0px 0px 0px 0px;
	float: left;
	width: 440px;
}

#threeColumns #rightColumn {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: right;
	width: 160px;
}


/* Feature panel */

#centeredPage #mainColumn .featurePanel {
	display: block;
	width: 430px;
	margin: 12px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
	border-bottom: 1px solid #DBDBDB;
}

#centeredPage #mainColumn .featurePanel  h2 {
	margin: 0px 0px 2px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	line-height: 13px;
	color: #333333;
}

#centeredPage #mainColumn .featurePanel  h3 {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 24px;
	line-height: 26px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}


/* Latest titles */

#latestTitles {
	display: block;
	width: 440px;
}

.latestTitle {
	display: block;
	position: relative;
	width: 140px;
	margin: 0px 5px 15px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	text-align: center;
}

.latestTitle a.imageLink {
	text-decoration: none;
}

.latestTitle .discountSmall {
	display: block;
	position: absolute;
	width: 32px;
	height: 32px;
	top: 0px;
	right: 0px;
}

.latestTitle .discountSmall span {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 5px 2px 0px 0px;
	font-size: 9px;
	line-height: 10px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}

.latestTitle p {
	margin: 0px 0px 4px 0px;
	font-size: 10px;
	line-height: 12px;
	color: #999999;
}

.latestTitle .bookCover {
	margin: 2px 0px 2px 0px;
	border: 1px solid #000000;
}

.latestTitle a strong {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
}

.latestTitle .bookPrices {
	color: #000000;
}

.latestTitle .bookPrices del {
	color: #999999;
}
