/* <Products Catalog>*/
	#content td.middle table.products-chess
	{
		width: 100%;
/*
		border: 0;
		margin: 0 0 23px;
		empty-cells: hide;
*/
		position: relative;
	}

	#content td.middle .products-chess td
	{
		border: 1px solid #efefef;
		width: 20%;
		text-align: center;
		padding: 0 5px 2px;
		background-color: #eeeecc;
		position: relative;
		height: 100%;
	}
	#content td.middle .products-chess td td
	{
		border: 0px solid #efefef;
		width: auto;
		text-align: center;
		padding: 0;
		background: none;
		height: auto;
	}

	#content td.middle .ie-patch td {
		background-color: transparent;

	}

	#content td.middle .products-chess td .product
	{
		position: relative;
		height: 100%;
	}

	#content td.middle .products-chess td .content
	{
		height: auto;
		width: auto;
		overflow: hidden;
	}
	#content td.middle .products-chess td .middle
	{
		vertical-align: middle;
		height: 100%;
	}

	#content td.middle .products-chess td .bottom
	{
		bottom: 0px;
		vertical-align: bottom;
		height: 30px;
	}

	#content td.middle .ie-patch td.white {
		background-color: white;
	}

	#content td.middle .products-chess td img.no-photo
	{
		/*width: 75px;*/
		/*height: 107px;*/
		margin: 15px 0px 10px 0px; 
		border-width: 0px;
	}

	#content td.middle .products-chess td img.photo
	{
		/*width: 75px;*/
		/*height: 107px;*/
		margin: 5px 0px 3px 0px; 
		border-width: 0px;
	}

	#content td.middle .products-chess td
	{
		line-height: 16px;
	}

	#content td.middle .products-chess td a.title,
	#content td.middle .products-chess td span.category
	{
		font: bold 11px Verdana;
		color: #666;

	}
	#content td.middle .products-chess td span.price, 	#content td.middle .products-chess td div.price2
	{
		font: bold 12px Verdana;
		color: #c00;
	}

	#content td.middle .products-chess td div.price2 {color: #666;}

	#content td.middle .products-chess td a.title:hover
	{
		text-decoration: underline;
	}

	#content td.middle .products-chess td span.category
	{
		font-weight: normal;
	}


/* </Products Catalog>*/

