	    /*
     * Default View Styling
     */
     	
		div.default_product_display div.textcol{
			margin-left: 152px !important;
						min-height: 175px;
			_height: 175px;
		}
			
		div.default_product_display  div.textcol div.imagecol{
			position:absolute;
			top:0px;
			left: 0px;
			margin-left: -152px !important;
		}
		
		div.default_product_display  div.textcol div.imagecol a img {
			width: 142px;
			height: 175px;
		}
		
		div.default_product_display div.item_no_image  {
			width: 140px;
			height: 173px;
		}
		div.default_product_display div.item_no_image a  {
			width: 140px;
		}


    /*
     * Grid View Styling
     */
		div.product_grid_display div.item_no_image  {
			width: 140px;
			height: 173px;
		}
		div.product_grid_display div.item_no_image a  {
			width: 140px;
		}
		
		
		
    /*
     * Single View Styling
     */
     
		div.single_product_display div.item_no_image  {
			width: 303px;
			height: 373px;
		}
		div.single_product_display div.item_no_image a  {
			width: 303px;
		}
		
		div.single_product_display div.textcol{
			margin-left: 315px !important;
			min-height: 375px;
			_height: 375px;
		}
			
			
		div.single_product_display  div.textcol div.imagecol{
			position:absolute;
			top:0px;
			left: 0px;
			margin-left: -315px !important;
		}
		
		div.single_product_display  div.textcol div.imagecol a img {
			width: 305px;
			height: 375px;
		}
      
        div#categorydisplay{
    display: block;
    }
    
    div#branddisplay{
    display: none;
    }
    