/* jph css for column layout, dr.byte version files 

div.centerBoxWrapperDiv  wrapper for whole 'table'
div.centerBoxRowDiv		 row control div
div.centerBoxContentsProductsCols		box 
(div.centerBoxContentsProducts  inner div for table centering)
*/
/* correct way to centre the outer table in the  box div */
div.centreTheTable table{ 
	margin-left: auto;
	margin-right: auto;
}

div.centerBoxContentsProductsInner table{ 
	margin-left: auto;
	margin-right: auto;
}
/* Mozilla Firefox table alignment 
div.centerBoxContentsProducts 
{ 
text-align: -moz-center; 
} 
*/ 
/* contents */

.listingProductImageContainer
{
	height:160px;
}
div.centerBoxContentsProductsCols{
	margin: 5px;
    padding: 0px;
	border:0px;
	text-align:center;
}

/* column product name titles special */
div.centerBoxRowDiv h3{
	font-size:10px;
}

/*=====for book ONLY, column texts=======*/
div.listingBookDescription {
	font-size:1em;
	font-weight:normal;
	margin-left:3px;
	margin-right:3px;
}
.calder-col img.listingProductImage, .calder-col #productMainImage img {border:0px solid gray}
