/* ----- Framework ----- */

	.Category-Introduction {
	
		position: relative;
		float: left;
		
		margin: 10px 0 0 10px;
		
		width: 578px;
		height: 135px;
		
		background-image: url(http://images.esellerpro.com/2243/images/categories/jokesgames.gif);
	
	}
	
	* html .Category-Introduction { margin: 10px 0 0 5px; }
	
	.Category-Heading {

		position: absolute;

		left: 100px;
		top: 20px;

	}

	.Category-Description { 
	
		position: absolute;
		
		left: 100px;
		top: 50px;
		
		width: 460px;
	
	}
	
	.Category-Description p { padding: 0 0 10px 0; }
	
/* ----- Colours ----- */

	/* ----- Introduction Box ----- */

		.Category-Introduction h2 { color: #6ab6c4; }

		.Category-Description p { color: #6ab6c4; }
		.Category-Description p b { color: #6ab6c4; }
	
	/* ----- Product Listing Elements ----- */

		.Category-v6 .Content-Container h2 a { color: #6ab6c4; }
		.Category-v6 .Content-Container h2 a:hover { color: #6ab6c4; }

/* ----- Formatting ----- */

	.Category-Introduction { font-size: 0.7em; }
	
	.Category-Introduction h2 { text-transform: uppercase; }
