		
    /*
     * Default View Styling
     */
		div.default_product_display div.textcol{
			margin-left: 110px !important;
						min-height: 142px;
			_height: 142px;
		}
			
		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: 142px;
		}
		
		div.default_product_display div.item_no_image  {
			width: 98px;
			height: 140px;
		}
		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: 140px;
		}
		div.product_grid_display div.item_no_image a  {
			width: 98px;
		}
		
		
		
    /*
     * Single View Styling
     */
     
		div.single_product_display div.item_no_image  {
			width: 208px;
			height: 295px;
		}
		div.single_product_display div.item_no_image a  {
			width: 208px;
		}
		
		div.single_product_display div.textcol{
			margin-left: 220px !important;
						min-height: 297px;
			_height: 297px;
		}
			
			
		div.single_product_display  div.textcol div.imagecol{
			position:absolute;
			top:0px;
			left: 0px;
			margin-left: -220px !important;
		}
		
		div.single_product_display  div.textcol div.imagecol a img {
			width: 210px;
			height: 297px;
		}
      
        div#categorydisplay{
    display: block;
    }
    
    div#branddisplay{
    display: none;
    }
    