/* ------------------------------------------------------------ */
/* Element Formatting */
/* ------------------------------------------------------------ */

	/* ----- Content Wide Block ----- */

		.Content-Wide {

			position: relative;
			float: left;

			margin: 10px 0 0 10px;

			width: 578px;
			height: auto;

			background-image: url(http://images.esellerpro.com/2137/images/elements/content-wide-c-bg.gif); 

		}

		* html .Content-Wide { margin: 10px 4px 0 6px; }

		.Content-Wide-Top { 

			position: relative;
			float: left;

			width: 578px;
			height: 4px;

			line-height: 0px;

			background-image: url(http://images.esellerpro.com/2137/images/elements/content-wide-c-top.gif); 

		}

		.Content-Wide-Base { 

			position: relative;
			float: left;

			width: 578px;
			height: 4px;

			background-image: url(http://images.esellerpro.com/2137/images/elements/content-wide-c-base.gif);

		}

		.Content-Wide-Header {

			position: relative;
			float: left;

			width: 578px;
			height: auto;

		}
		
		.Content-Wide-Footer {
		
			position: relative;
			float: left;

			width: 578px;
			height: auto;

		}

	/* ----- Element Styles ----- */

		.Content-Wide H2 {

			position: relative;
			float: left;

			margin: 10px 0 0 18px; 	
			padding: 0 0 5px 0;

		}

		* html .Content-Wide H2 { margin: 10px 0 0 9px; }

		.Content-Wide .More-Button {

			position: relative;
			float: right;

			padding: 10px 16px 10px 0;

		}
		
		.Content-Wide p { padding: 10px 10px 10px 20px; }
		
		.Content-Wide Table { 
		
			margin: 10px 10px 10px 20px;			
			border-collapse: collapse;
									
		}
		
		.Content-Wide UL {
		
			margin: 10px 10px 10px 20px; 
			list-style: none;
								
		}
		
		.Content-Wide UL { line-height: 13px; }

/* ------------------------------------------------------------ */
/* Elements Colours */
/* ------------------------------------------------------------ */

	/* ----- Page Characteristics Elements ----- */
	
		.Content-Wide a { color: #3e3e3e; }
		.Content-Wide a:hover { color: #6e6e6e; }

		.Content-Wide p a { color: #619ec4; }				
		.Content-Wide p a:hover { color: #6e6e6e; }
		
		.Content-Wide Table a { color: #619ec4; }				
		.Content-Wide Table a:hover { color: #6e6e6e; }
		
		.Content-Wide UL LI a { color: #619ec4; }				
		.Content-Wide UL LI a:hover { color: #6e6e6e; }
		
	/* ----- More Button Elements ----- */

		.Content-Wide .More-Button a { color: #3e3e3e; }				
		.Content-Wide .More-Button a:hover { color: #6e6e6e; }

/* ------------------------------------------------------------ */
/* Font Formatting */
/* ------------------------------------------------------------ */

	/* ----- More Button Elements ----- */

		.Content-Wide .More-Button {

			text-align: right;
			font-weight: bold;
			font-size: 0.8em;

		}

		.Content-Wide .More-Button a { text-decoration: none; }

	/* ----- Content Block Elements ----- */
		
		.Content-Wide p { font-size: 0.7em; }				

		.Content-Wide H2 { font-size: 0.8em; }
		
		.Content-Wide p a { text-decoration: none; }
		
	/* ----- Table Elements ----- */
	
		.Content-Wide Table { font-size: 0.7em; }
		
		/* ----- Cancel out the double sizing of P tag ----- */
			
			.Content-Wide Table p { font-size: 1.0em; }
		
		/* ----- Sort out link elements ----- */
		
		.Content-Wide Table a { text-decoration: none; }
		
	/* ----- List Elements ----- */
	
		.Content-Wide UL { font-size: 0.7em; }
		
		.Content-Wide UL a { text-decoration: none; }