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

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

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

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

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

		
		/*
		* Single View Styling
		*/

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

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


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

			margin-left: -410px !important;
		}

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

	div#categorydisplay{
		display: block;
	}

	div#branddisplay{
		display: none;
	}
