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

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

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

		.wpsc_category_grid_item  {
			display:block;
			float:left;
			width: 246px;
			height: 213px;
		}
		.wpsc_category_grid_item  span{
			position:relative;
			top:23.444444444444px;
		}
		div.default_product_display div.item_no_image a  {
			width: 244px;
		}

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

		
		/*
		* Single View Styling
		*/

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

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


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

			margin-left: -492px !important;
		}

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

	div#categorydisplay{
		display: block;
	}

	div#branddisplay{
		display: none;
	}
