	    /*
     * Default View Styling
     */
     	
		div.default_product_display div.textcol{
			margin-left: 100px !important;
						min-height: 134px;
			_height: 134px;
		}
			
		div.default_product_display  div.textcol div.imagecol{
			position:absolute;
			top:0px;
			left: 0px;
			margin-left: -100px !important;
		}
		
		div.default_product_display  div.textcol div.imagecol a img {
			width: 90px;
			height: 134px;
		}
		
		div.default_product_display div.item_no_image  {
			width: 88px;
			height: 132px;
		}
		div.default_product_display div.item_no_image a  {
			width: 88px;
		}


    /*
     * Grid View Styling
     */
		div.product_grid_display div.item_no_image  {
			width: 88px;
			height: 132px;
		}
		div.product_grid_display div.item_no_image a  {
			width: 88px;
		}
		
		
		
    /*
     * Single View Styling
     */
     
		div.single_product_display div.item_no_image  {
			width: 181px;
			height: 273px;
		}
		div.single_product_display div.item_no_image a  {
			width: 181px;
		}
		
		div.single_product_display div.textcol{
			margin-left: 193px !important;
			min-height: 275px;
			_height: 275px;
		}
			
			
		div.single_product_display  div.textcol div.imagecol{
			position:absolute;
			top:0px;
			left: 0px;
			margin-left: -193px !important;
		}
		
		div.single_product_display  div.textcol div.imagecol a img {
			width: 183px;
			height: 275px;
		}
      
        div#categorydisplay{
    display: block;
    }
    
    div#branddisplay{
    display: none;
    }
    