		
    /*
     * Default View Styling
     */
		div.default_product_display div.textcol{
			margin-left: 99px !important;
						min-height: 261px;
			_height: 261px;
		}
			
		div.default_product_display  div.textcol div.imagecol{
			position:absolute;
			top:0px;
			left: 0px;
			margin-left: -99px !important;
		}
		
		div.default_product_display  div.textcol div.imagecol a img {
			width: 89px;
			height: 261px;
		}
		
		div.default_product_display div.item_no_image  {
			width: 87px;
			height: 259px;
		}
		div.default_product_display div.item_no_image a  {
			width: 87px;
		}


    /*
     * Grid View Styling
     */
		div.product_grid_display div.item_no_image  {
			width: 87px;
			height: 259px;
		}
		div.product_grid_display div.item_no_image a  {
			width: 87px;
		}
		
		
		
    /*
     * Single View Styling
     */
     
		div.single_product_display div.item_no_image  {
			width: 195px;
			height: 577px;
		}
		div.single_product_display div.item_no_image a  {
			width: 195px;
		}
		
		div.single_product_display div.textcol{
			margin-left: 207px !important;
						min-height: 579px;
			_height: 579px;
		}
			
			
		div.single_product_display  div.textcol div.imagecol{
			position:absolute;
			top:0px;
			left: 0px;
			margin-left: -207px !important;
		}
		
		div.single_product_display  div.textcol div.imagecol a img {
			width: 197px;
			height: 579px;
		}
      
        div#categorydisplay{
    display: block;
    }
    
    div#branddisplay{
    display: none;
    }
    