/* CSS Document */

#divProductLeft {
	min-height: 305px;
	height: expression( this.scrollHeight < 325 ? "325px" : "auto" );
}
#divProductRgt {
	min-height: 345px;
	height: expression( this.scrollHeight < 325 ? "325px" : "auto" );
}
.ProductTitle {
	font-size: 16px;
	font-weight: bold;
}
.ProductAuthor {
	font-size: 14px;
}
#divTitle {
	margin-top: 10px;
	margin-bottom: 10px;
}
#divProduct1Content {
	background-color: #F8F5EF;
	width: 325px;
	position: relative;
	top: 0px;
	right: 0px;
	left: 0px;
	bottom: 0px;
	text-align: center;
}
#divProduct1Content img {
	margin-right: 2px;
	margin-left: 2px;
}
#divCatSearch {
	text-align: left;
	margin-top: 40px;
}
#divCatSearch img {
	float: left;
	padding-right: 10px;
	margin-top: -5px;
}
#divItemWrapper {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #4C100C;
	margin-left: 45px;
}
.productTitle2 {
	font-size: 14px;
	font-weight: bold;
}
#addtocart {
	float: right;
	padding: 0px;
	margin-top: -20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#divReturn {
	padding-left: 45px;
	padding-bottom: 10px;
}
#divSeeAlso {
	padding-left: 45px;
	padding-bottom: 10px;
}


