 
#left { display: none; }
#center { margin-left: 0px; }

#shop_productsList div.productitem {

		border-bottom: 1px solid #777;
		width: 320px;
		height: 97px;
		margin: 0 30px 5px 0 !important;
	}
#shop_productsList div.productitem img {
		width: 90px !important;
		height: 90px !important;
	}
#shop_productsList div.productitem a {

		display: none;
		float: left;
		width: 90px !important;
		height: 90px !important;
	}
#shop_productsList div.productitem div.shop_listDetails {
		display: block;
		margin: 20px 0 0 98px;
		width: 170px;
	}
#shop_productsList div.productitem div.shop_listTitle {
		float: left;
		margin: 0 0 0 5px;
		width: 175px;
		padding: 0;
		font-weight: bold;
		color: #000;
		font-size: 12px;
	}
#shop_productsList div.productitem div.shop_listDetails .shop_size, #shop_productsList div.productitem div.shop_listDetails .shop_price {
		width: 80px;
		float: left;
		height: 40px;
	}
#shop_productsList div.productitem div.shop_listDetails .shop_size span, #shop_productsList div.productitem div.shop_listDetails .shop_price span {
		height: 14px;
		display: block;
		color: #28b3d0;
		font-weight: bold;
		margin: 5px 0 5px 0;
	}
#shop_productsList div.shop_columnEmpty {
		display: none;
	}
