
		/*
		* Default View Styling
		*/
		div.default_product_display div.textcol{
			margin-left: 250px !important;
			min-height: 148px;
			_height: 148px;
		}

		div.default_product_display  div.textcol div.imagecol{
			position:absolute;
			top:0px;
			left: 0px;
			margin-left: -250px !important;
		}

		div.default_product_display  div.textcol div.imagecol a img {
			width: 240px;
			height: 148px;
		}

		.wpsc_category_grid_item  {
			display:block;
			float:left;
			width: 148px;
			height: 148px;
		}
		.wpsc_category_grid_item  span{
			position:relative;
			top:16.2222222222px;
		}
		div.default_product_display div.item_no_image a  {
			width: 238px;
		}

		div.default_product_display .imagecol img.no-image, #content div.default_product_display .imagecol img.no-image {
			width: 240px;
			height: 148px;
        }

		
		/*
		* Single View Styling
		*/

		div.single_product_display div.item_no_image  {
			width: 373px;
			height: 373px;
		}
		div.single_product_display div.item_no_image a  {
			width: 373px;
		}

		div.single_product_display div.textcol{
			margin-left: 385px !important;
			min-height: 375px;
			_height: 375px;
		}


		div.single_product_display  div.textcol div.imagecol{
			position:absolute;

			margin-left: -385px !important;
		}

		div.single_product_display  div.textcol div.imagecol a img {
			width: 375px;
			height: 375px;
		}

	div#categorydisplay{
		display: block;
	}

	div#branddisplay{
		display: none;
	}
