@charset "UTF-8";
/* CSS Document */

html, body
	{
	background-color: white;
	}

.top, .category_title
	{
	background-image: none;
	}

.category_title h1
	{
	color: black;
	}
	
#header, #products_menu, .bottom, #share_box
	{
	display: none;
	}

#products
	{
	float: none;
	width: 100%;
	}
