/* ------------------------------------------------------------ */
/* Element Overrides */
/* ------------------------------------------------------------ */
/* We hide elements on initial load. If they are used by system */
/* settings we can display them manually in javascript          */
/* ------------------------------------------------------------ */

	/* ----- Homepage Intro ----- */
	
		.Homepage-Intro h2 { 
			
			padding: 0 0 20px 0; 
			
			/* ----- Colour ----- */
			
				color: #f02000;
				
			/* ----- Formatting ----- */
			
				font-size: 1.1em;
	
		}
	
		.Homepage-Intro p { 
		
			font-size: 0.8em;
		
		}

	/* ----- Menu Browse ----- */
	
		.Menu-Browse-Container {
		
			background-image: url(http://images.esellerpro.com/2149/images/block-backgrounds/browse-bg.gif);
			background-repeat: no-repeat;
			
			height: 190px;
		
		}

	/* ----- Menu Cart ----- */
	
		.Menu-Cart-Container { 
		
			background-image: url(http://images.esellerpro.com/2149/images/elements/menu-bg.gif); 
			background-repeat: no-repeat;
		
		}	
	
		.Menu-Content-Cart { 
		
			background: none;
			
		}
	
		.Menu-Cart-Container .Menu-Info-Link-Container { 
			
			background: none;
		
		}
		
		.Menu-Cart-Container .Menu-Cart-List {
		
			margin: 0 0 0 10px;
		
		}
		
		.Menu-Cart-Container .Menu-UL-Base { margin: 0 0 0 0; }

	/* ----- Login Area ----- */
	
		.Menu-Login-Container {
		
			padding: 0 0 10px 0;
			
			height: 147px;
		
			background-image: url(http://images.esellerpro.com/2149/images/block-backgrounds/login-bg.gif); 
			background-repeat: no-repeat;
		
		}
		
		.Menu-Login-Container .Menu-Content-Title { 

			background: none; 

		}
		
		.Menu-Login-Container .Menu-Info-Link-Container { background-image: none; }

	/* ----- Special Offers Heading ----- */
	
		.Related-Header {
		
			height: 36px;

			background-image: url(http://images.esellerpro.com/2149/images/elements/related-menu-heading.gif);
					
		}

		.Special-Offers-Header {

			height: 36px;
			
			background-image: url(http://images.esellerpro.com/2149/images/elements/special-offers-menu-heading.gif);
			
		}

	/* ----- Menu News Letter Box ----- */

		.Menu-News-Letter-Container { 
	
			padding: 0 0 10px 0;
	
			background-image: url(http://images.esellerpro.com/2149/images/block-backgrounds/newsletter-bg.gif); 
			background-repeat: no-repeat;
	
		}

		.Menu-News-Letter-Container .Menu-Content-Title { 
		
			background: none; 
	
		}

		.Menu-News-Letter-Container .Menu-Info-Link-Container { background-image: none; }
