	
		
    /*
     * Default View Styling
     */
		div.default_product_display div.textcol{
			margin-left: 106px !important;
						min-height: 96px;
			_height: 96px;
		}
			
		div.default_product_display  div.textcol div.imagecol{
			position:absolute;
			top:0px;
			left: 0px;
			margin-left: -106px !important;
		}
		
		div.default_product_display  div.textcol div.imagecol a img {
			width: 96px;
			height: 96px;
		}
		
		div.default_product_display div.item_no_image  {
			width: 94px;
			height: 94px;
		}
		div.default_product_display div.item_no_image a  {
			width: 94px;
		}


    /*
     * Grid View Styling
     */
		div.product_grid_display div.item_no_image  {
			width: 94px;
			height: 94px;
		}
		div.product_grid_display div.item_no_image a  {
			width: 94px;
		}
		
		
		
    /*
     * Single View Styling
     */
     
		div.single_product_display div.item_no_image  {
			width: 126px;
			height: 126px;
		}
		div.single_product_display div.item_no_image a  {
			width: 126px;
		}
		
		div.single_product_display div.textcol{
			margin-left: 138px !important;
						min-height: 128px;
			_height: 128px;
		}
			
			
		div.single_product_display  div.textcol div.imagecol{
			position:absolute;
			top:0px;
			left: 0px;
			margin-left: -138px !important;
		}
		
		div.single_product_display  div.textcol div.imagecol a img {
			width: 128px;
			height: 128px;
		}
      
		.w_bg,
		.widget_wp_shopping_cart th {
			background-color: #eeeeee !important;
		}
		.g_bg,
		div#shoppingcart div#shoppingcartcontents,
		table.productcart tr.firstrow td,
		#fancy_notification,
		table.logdisplay tr.alt,
		table.logdisplay tr.alt td,
		td.shipping_header,
		.list_productdisplay .alt,
		.additional_description {
			background-color: #eeeeee !important;
		}
		.w_border,
		.widget_wp_shopping_cart th,.widget_wp_shopping_cart td,
		.widget_latest_products div.item_image,
		.widget_wp_shopping_cart #sliding_cart table {
			border-color: #dddddd !important;
		}
		.g_border,
		div#shoppingcart div#shoppingcartcontents,
		div.product_footer,
		table.productcart,
		table.productcart tr td,
		table.productcart tr.total_price td,
		table.productcart tr.product_row td,
		div.order_status,
		#fancy_notification,
		.additional_description {
			border-color: #dddddd !important;
		}
	  
        div#categorydisplay{
    display: block;
    }
    
    div#branddisplay{
    display: none;
    }
    