/* CSS Document */
#bdLeftCol{
	width				: 250px;
	text-align			: left;
	height				: auto;
	margin-top			: 15px;
	margin-left			: 10px;
	display				: block;
	float				: left;
	padding				: 0px;
}

#bdRightCol{
	width				: 510px;
	text-align			: left;
	height				: auto;
	margin-top			: 15px;
	display				: block;
	float				: left;
	margin-left			: 5px;
}
*html #bdRightCol{
	width				: 500px;
}
.bookDetailImage{
	float				: left;
	border				: none;
}

.detailsPrice{
	font-size 				: 150%;
	font-weight 			: bold;
	float					: left;
	width					: 240px;
}

.addBtn{
	width 					: 240px;
	margin-top 				: 5px;
	background-color 		: #355E5A;
	font-size 				: 80%;
	font-weight 			: bold;
	color 					: #FFFFFF;
	border					: 1px solid #FFFFFF;
	height 					: 30px;
	margin-left				: -10px;
}

.rightSubHeading{
	font-size 				: 120%;
	font-weight 			: bold;
	float					: left;
	width					: 240px;
	margin-top				: 5px;
	margin-bottom			: 4px;
}

.rightSubLine{
	font-size 				: 100%;
	float					: left;
	width					: 240px;
	margin-top				: 2px;
}

.lcbookHeader{
	font-size 				: 160%;
	font-weight 			: bold;
}
.lcsubTitle{
	font-style				: italic;
	font-weight				: bold;
}

.lcdescriptionSmall{
	font-size 				: 90%;
	line-height 			: 175%;
	height 					: 120px;
	overflow 				: hidden;
}

#rcDescription{
	width					: 500px;
	/*min-height				: 100px;*/
	border-top				: 1px solid #355E5A;
	margin-top				: 3px;
	padding-top				: 10px;
	padding-bottom			: 10px;
}

*html #rcDescription{
	height: 100px;
}
#rcDetails{
	border-top				: 1px solid #355E5A;
}
.leftTable{
	float					: left;
	width					: 250px;
}

.rightTable{
	float					: right;
	width					: 250px;
}

#rcReviews{
	width					: 530px;
	border-bottom			: 1px solid #355E5A;
	padding-top				: 10px;
	padding-bottom			: 10px;
}

.contentSubHeading{
	font-size 				: 120%;
	font-weight 			: bold;
	float					: left;
	width					: 240px;
	margin-top				: 5px;
	margin-bottom			: 4px;
}

.reviewTable{
	width					: 500px;
	background				: url(../images/ap.gif);
	background-position		: top;
	height					: 50px;
	background-repeat		: no-repeat;
}

.relBooksH4{
	margin-left				: 20px; 
	margin-bottom			: 5px; 
	width					: 780px;
}
