﻿	    /*
     * Default View Styling
     */
     	
		div.default_product_display div.textcol{
			margin-left: 171px !important;
						min-height: 135px;
			_height: 135px;
		}
			
		div.default_product_display  div.textcol div.imagecol{
			position:absolute;
			top:0px;
			left: 0px;
			margin-left: -171px !important;
		}
		
		div.default_product_display  div.textcol div.imagecol a img {
			width: 161px;
			height: 135px;
		}
		
		div.default_product_display div.item_no_image  {
			width: 159px;
			height: 133px;
		}
		div.default_product_display div.item_no_image a  {
			width: 159px;
		}


    /*
     * Grid View Styling
     */
		div.product_grid_display div.item_no_image  {
			width: 159px;
			height: 133px;
		}
		div.product_grid_display div.item_no_image a  {
			width: 159px;
		}
		
		
		
    /*
     * Single View Styling
     */
     
		div.single_product_display div.item_no_image  {
			width: 218px;
			height: 183px;
		}
		div.single_product_display div.item_no_image a  {
			width: 218px;
		}
		
		div.single_product_display div.textcol{
			margin-left: 230px !important;
			min-height: 185px;
			_height: 185px;
		}
			
			
		div.single_product_display  div.textcol div.imagecol{
			position:absolute;
			top:0px;
			left: 0px;
			margin-left: -230px !important;
		}
		
		div.single_product_display  div.textcol div.imagecol a img {
			width: 220px;
			height: 185px;
		}
      
        div#categorydisplay{
    display: block;
    }
    
    div#branddisplay{
    display: none;
    }
    