/* ------------------------------------------------------------ */
/* 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/13/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/13/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/13/images/elements/content-wide-c-base.gif);

		}

		.Content-Wide-Header {

			position: relative;
			float: left;
			
			margin: 0 0 15px 0;

			width: 578px;
			height: 20px;
			
			background-image: url(http://images.esellerpro.com/13/images/elements/block-wide-header.gif);			

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

			width: 578px;
			height: 20px;
		
		}

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

		.Content-Wide H2 {

			position: relative;
			float: left;

			margin: 0 0 0 18px; 	
			padding: 0 0 0 0;

		}

		* html .Content-Wide H2 { margin: 0 0 0 3px; }	 
		
			.Content-Wide H3 {

			position: relative;

			margin: 0 0 0 20px; 	
			padding: 0 0 0 0;	 

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

		.Content-Wide .More-Button {

			position: relative;
			float: right;

			padding: 0 10px 0 0;

		}
		
		.Content-Wide .More-Button img { margin: 0 0 0 5px; }
		
		.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: #7f0276; }
		.Content-Wide a:hover { color: #52004c; }

		.Content-Wide p a { color: #7f0276; }				
		.Content-Wide p a:hover { color: #52004c; }
		
		.Content-Wide Table a { color: #7f0276; }				
		.Content-Wide Table a:hover { color: #52004c; }
		
		.Content-Wide UL LI a { color: #7f0276; }				
		.Content-Wide UL LI a:hover { color: #52004c; }
	
	/* ----- More Button Elements ----- */

		.Content-Wide .More-Button a { color: #7f0276; }				
		.Content-Wide .More-Button a:hover { color: #52004c; }

/* ------------------------------------------------------------ */
/* 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 H3 { 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; }	
		
/*---Shipping table in delivery and returns page----*/			

		.shippingtable {width:450px!IMPORTANT; }
		
        .shippingtable th {background-color:#EEEEEE!IMPORTANT; padding:5px; text-align:left;}
        
        .shippingtable td {padding:5px;}