/* ------------------------------------------------------------ */
/* Element Formatting */
/* ------------------------------------------------------------ */

	/* ----- Homepage ----- */
		
		.Content-Wide .P-Image { 
		
			float: left;
			
			width: 150px;
			
		}
		
		.Content-Wide .P-Image img { 
		
			padding: 0 0 15px 20px; 
			
			width: 100px;
		
		}
		
		.Content-Wide .P-Content { 
		
			float: left;
			
			width: 450px;
			
		}
		
		.P-Content p { padding: 0 0 0 0; }
		
		.Content-Wide .P-Price { 
		
			float: left;
			
			margin: 20px 0 0 0;
			
			width: 450px;
		
		}
		
		.Content-Wide .P-Price .Price { float: left; }
		
		.Content-Wide .P-Price .More-Info-Button { float: right; }
		
		
		.CW-Index-2 .P-Image { float: right; }
		.CW-Index-2 .P-Content { float: right; }
		
		.CW-Index-4 .P-Image { float: right; }
		.CW-Index-4 .P-Content { float: right; }
		
		.CW-Index-6 .P-Image { float: right; }
		.CW-Index-6 .P-Content { float: right; }
		
	/* ----- HP Featured Items ----- */
	
		.Featured-Items-Heading {
		
			float: left;
			
			margin: 10px 0 0 10px;
			
			width: 618px;
			height: 26px;
			
			background-image: url(http://images.esellerpro.com/2235/images/elements/f-items-heading.gif);
		
		}
		
		* html .Featured-Items-Heading { margin: 10px 0 0 5px; }
		
		.Featured-Items-Heading h2 { padding: 5px 0 0 10px; }
			
/* ------------------------------------------------------------ */
/* Misc Elements */
/* ------------------------------------------------------------ */


/* ------------------------------------------------------------ */
/* Elements Colours */
/* ------------------------------------------------------------ */

	/* ----- HP Featured Items ----- */

		.Content-Wide .P-Price .Price { color: #606060; }
		
		.Featured-Items-Heading h2 { color: #ffffff; }

/* ------------------------------------------------------------ */
/* Font Formatting */
/* ------------------------------------------------------------ */

	/* ----- HP Featured Items ----- */

		.Content-Wide .P-Price .Price { font-weight: bold; }
		
		.Featured-Items-Heading h2 { font-size: 0.8em; }

		