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


    /*
     * Grid View Styling
     */
		div.product_grid_display div.item_no_image  {
			width: 98px;
			height: 118px;
		}
		div.product_grid_display div.item_no_image a  {
			width: 98px;
		}
		
		
		
    /*
     * Single View Styling
     */
     
		div.single_product_display div.item_no_image  {
			width: 128px;
			height: 154px;
		}
		div.single_product_display div.item_no_image a  {
			width: 128px;
		}
		
		div.single_product_display div.textcol{
			margin-left: 140px !important;
						min-height: 156px;
			_height: 156px;
		}
			
			
		div.single_product_display  div.textcol div.imagecol{
			position:absolute;
			top:0px;
			left: 0px;
			margin-left: -140px !important;
		}
		
		div.single_product_display  div.textcol div.imagecol a img {
			width: 130px;
			height: 156px;
		}
      
        div#categorydisplay{
    display: block;
    }
    
    div#branddisplay{
    display: none;
    }
    