		
    /*
     * Default View Styling
     */
		div.default_product_display div.textcol{
			margin-left: 222px !important;
						min-height: 342px;
			_height: 342px;
		}
			
		div.default_product_display  div.textcol div.imagecol{
			position:absolute;
			top:0px;
			left: 0px;
			margin-left: -222px !important;
		}
		
		div.default_product_display  div.textcol div.imagecol a img {
			width: 212px;
			height: 342px;
		}
		
		div.default_product_display div.item_no_image  {
			width: 210px;
			height: 340px;
		}
		div.default_product_display div.item_no_image a  {
			width: 210px;
		}


    /*
     * Grid View Styling
     */
		div.product_grid_display div.item_no_image  {
			width: 210px;
			height: 340px;
		}
		div.product_grid_display div.item_no_image a  {
			width: 210px;
		}
		
		
		
    /*
     * Single View Styling
     */
     
		div.single_product_display div.item_no_image  {
			width: 453px;
			height: 540px;
		}
		div.single_product_display div.item_no_image a  {
			width: 453px;
		}
		
		div.single_product_display div.textcol{
			margin-left: 465px !important;
						min-height: 542px;
			_height: 542px;
		}
			
			
		div.single_product_display  div.textcol div.imagecol{
			position:absolute;
			top:0px;
			left: 0px;
			margin-left: -465px !important;
		}
		
		div.single_product_display  div.textcol div.imagecol a img {
			width: 455px;
			height: 542px;
		}
      
        div#categorydisplay{
    display: block;
    }
    
    div#branddisplay{
    display: none;
    }
    