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


    /*
     * Grid View Styling
     */
		div.product_grid_display div.item_no_image  {
			width: 108px;
			height: 128px;
		}
		div.product_grid_display div.item_no_image a  {
			width: 108px;
		}
		
	 
	  /*
     * Single View Styling
     */
     
	 /*single view redone by Darrell PrincipalWebSolutions.com for ObryanBarrel.com*/
		div.single_product_display div.item_no_image  {
			width: 178px;
			height: 228px;
		}
		div.single_product_display div.item_no_image a  {
			width: 178px;
		}
		
		div.single_product_display div.textcol{float:left;}
		
		div.single_product_display div.imagecol{
			float:left;width:180px;
		}

		div.single_product_display div.producttext{
			float:left;width:310px;
		}

      
        div#categorydisplay{
    display: block;
    }
    
    div#branddisplay{
    display: none;
    }
    