	.bookBox {
		list-style:none;
	}
	.bookBox li {
		width:470px;
		/*height:135px;*/
		padding-top:30px;
		margin-left:55px;
		clear:both;
	}
		.bookBox li h2 {
			display:block;
			background-color:#F2F4F6;
			padding:5px 0px 15px 15px;
		}
		.bookBox li p {
			padding:0px 5px 5px 15px;
			color:#000000;
			font-weight:bold;
		}
		/*more info button*/
			.bookBox li p a img{
				margin:0px;
				color:#000000;
				text-align:left;
				height:auto;
				float:right;
				margin-top:-20px;
				margin-right:5px;
			}			
		.productImage {
			float:left;
			height:135px; /* image must be this height to make this work */
			position:relative; /* .. otherwise ie6 chooses not to render it! */
			margin-right:15px;
			border:1px solid #000000;
		}
	
	/*
		these classes can be used with either the book boxes or the standard boxes
	*/
		.boxOrange li h2 {
			background-image:url(../graphics/long_box_orange_top.gif);
			background-position:bottom right;
			background-repeat:no-repeat;
		}
		.boxOrange li p {
			background-color:#FF9901;
			background-image:url(../graphics/long_box_orange_bottom.gif);
			background-position:bottom right;
			background-repeat:no-repeat;
		}
		/*add to basket button*/
		.addToBasket {
			float:right;
			height:auto;
		}
			.addToBasket img{
				height:auto;
				margin:5px 5px 0px 0px;
				padding:0px;
				height:auto;
			}
