
.productListHeader {
	text-align: center;
	background-color: #ffdd3e;
	padding: 5px 0px;
}

.productList {
	width: 215px;
	height: 155px;
	margin-bottom: 10px;
	overflow: hidden;
	float: left;
}

.productListPic {
	float: left;
	width: 85px;
	overflow: hidden;
	text-align: center;
}

.productListPic img {
	max-width: 85px;
	border: 0px;
}

.productListDesc {
	width: 115px;
	padding-right: 5px;
	float: right;
	overflow: hidden;
	font-size: .9em;
}
.productListDescTop {
	height: 110px;
	overflow: visible;
	overflow-x: hidden; /* ie6 fix */
}
html>body .productListDescTop {
	height: auto;
	min-height: 110px;
	overflow: hidden;
}
h2.writer {
	padding: 0px;
	font: bold 1.1em Trebuchet MS, Helvetica, sans-serif;
	
}
h1.productName {
	padding: 0px;
	font: bold 1.1em Trebuchet MS, Helvetica, sans-serif;
}
h1.productName a {
	text-decoration: none;
	color: #c00;
}
h1.productName a:hover {
	text-decoration: underline;
}
.price {
	color: #c00;
	font-weight: bold;
}
a.readmore {
	color: #039;
}
.addToCartInList {
	border: 0px;
	width: 33px;
	height: 33px;
	background: url(bg/smallCart.jpg) no-repeat center center;
	cursor: pointer;
	
}
.addToCartInListDisabled {
	border: 0px;
	width: 33px;
	height: 33px;
	display: block;
	background: url(bg/smallCartDisabled.jpg) no-repeat right center;
}

/* productpage */

#productPage {
	padding-top: 10px;
}
#productPagePic {
	width: 160px;
	float: left;
	overflow: hidden;
	padding: 0px 0px 10px 0px;
	text-align: center;
}
#productPagePic img {
	max-width: 160px;
	border: 0px;
}

#productPageDesc {
	float: left;
	width: 450px;
	padding: 0px 0px 10px 20px;
}
#productPageDesc h1 {
	color: #c00;
	font-family: Trebuchet MS, Helvetica, sans-serif;
}
.addToCart {
	border: 0px;
	height: 33px;
	padding-right: 40px;
	width: 140px;
	background: url(bg/smallCart.jpg) no-repeat right center;
	font-weight: bold;
	cursor: pointer;
}
.addToCart:hover {
	color: #666;
}
.addToCartDisabled {
	border: 0px;
	height: 33px;
	line-height: 33px;
	padding-right: 40px;
	background: url(bg/smallCartDisabled.jpg) no-repeat right center;
	font-weight: bold;
	display: block;
	text-align: right;
}

TABLE.productPageBottom {
	clear: both;
	margin: 20px 0px;
	width: 100%;
}
A.backToGroup,
A#tellAFriendLink {
	display: block;
	padding-right: 40px;
	line-height: 33px;
	background: url(bg/backToGroup.jpg) no-repeat right center;
	text-decoration: none;
	font-weight: bold;
	text-align: right;
}
A#tellAFriendLink {
	background: url(bg/tellAFriend.jpg) no-repeat right center;
}
A.backToGroup:hover,
A#tellAFriendLink:hover {
	color: #000;
	text-decoration: underline;
}
TABLE.productPageBottom form {
	float: right;
}
#productPageInfo {
	float: left;
	width: 150px;
	padding: 0px 0px 10px 50px;
}

#tellAFriend {
	padding-bottom: 20px;
}
#tellAFriend p {
	padding: 2px 0px;
}
.tellAFriendText {
	width: 150px;
	float: left;
}
.textInput {
	border: 1px solid #ccc;
	width: 150px;
	padding: 2px;
}
#tellAFriend textarea {
	border: 1px solid #ccc;
	width: 150px;
	height: 100px;
	padding: 2px;
}
.tfih {
	display: none;
}

#interestingBooks {

}


