* ********************* LISTPROD/SEARCHPROD/SPECIAL DISPLAYS ********************* */


#listProduct .fakeTable,
#specialProduct .fakeTable,
#searchProduct .fakeTable {
/*	display:table;*/
}
#listProduct .fakeCell,
#specialProduct .fakeCell,
#searchProduct .fakeCell {
/*	display:table-cell; */

	float:left;
	width:30%;
	text-align:center;
	padding: 4px 4px 1.5em 4px;
}
#listProduct .fakeRow,
#specialProduct .fakeRow,
#searchProduct .fakeRow
{
        clear:  left;
}

#listProduct h3,
#specialProduct h3,
#searchProduct h3
{
	font-size:0.8em;
	line-height:130%;
	font-weight:bold;
	height:3em;
	margin:0.1em 0 0.5em 0;
	padding:0 0.5em;
}
#listProduct .id,
#specialProduct .id,
#searchProduct .id
{
	font-size:0.8em;
	color:#888;
}
#listProduct .listingImageArea,
#specialProduct .listingImageArea,
#searchProduct .listingImageArea
{
	margin:0px auto;
	overflow:visible;
	text-align:center;
}
#listProduct .listingImageArea img,
#specialProduct .listingImageArea img,
#searchProduct .listingImageArea img
{
	margin:0px auto;
	border:1px solid black;
}

#listProduct .moreInfo img,
#specialProduct .moreInfo img,
#searchProduct .moreInfo img
{
	margin:0.3em auto;
}

/* Hide from IE5-mac. Only IE-win sees this. \*/
	* html #listProduct   	.fakeRow {clear:left;}
	* html #specialProduct 	.fakeRow {clear:left;}
	* html #searchProduct 	.fakeRow {clear:left;}
	* html #listProduct   	.fakeCell {float:left;height:2em;width:30%;}
	* html #specialProduct  .fakeCell {float:left;height:2em;width:30%;}
	* html #searchProduct 	.fakeCell {float:left;height:2em;width:30%;}
/* End hide from IE5/mac */

