/* ------------------------------------------------------------ */
/* Element Formatting */
/* ------------------------------------------------------------ */	

	

	/* ----- Content Headings ----- */
	
		.C-Heading { 
		
			position: relative;
			float: left;
			
			margin: 10px 0 0 10px;
			
			width: 578px;
			height: 33px;
			
			background-image: url(http://images.esellerpro.com/2269/images/elements/heading.gif);
		
		}
		
		* html .C-Heading { margin: 10px 0 0 5px; }

		.C-Heading h2 { 
		
			position: relative;
			float: left;
			
			margin: 9px 0 0 10px;
		
		}
	
	/* ----- Adverts ----- */
	
		.Flash-Object {
		
			position: relative;
			float: left;
			
			padding: 10px 0 0 10px;
		
		}

	/* ----- Menu Login ----- */
	
		#MenuLoginForm { padding: 0 0 10px 0; }
		
		.Menu-Login-BG {
		
			position: relative;
			float: left;
			
			width: 172px;
			
			background-image: url(http://images.esellerpro.com/2269/images/block-backgrounds/login-bg.gif);
			background-repeat: no-repeat;
		
		}

		.Menu-Content-Login {

			position: relative;
			float: left;

			padding: 5px 0 10px 0;

			width: 172px;

			background-image: url(http://images.esellerpro.com/2269/images/block-backgrounds/menu-search-bg.gif);

		}

		.Menu-UL-Login { 

			list-style: none;

			line-height: 0.5em;

			width: 172px;

		}

		.Menu-UL-Login p {

			float: left;
			padding: 8px 0 5px 10px;

		}

		.Menu-UL-Login LI { clear: both; }

		.Menu-UL-Login #menu-loginemail {

			position: relative;
			float: left;

			margin: 0 0 5px 10px;
			padding: 2px 2px 2px 2px;

			width: 144px;
			height: 15px;
			
			border: 1px solid #44382a;
			background-color: #775c3f;

		}

		.Menu-UL-Login #menu-loginpassword {

			position: relative;
			float: left;

			margin: 0 0 5px 10px;
			padding: 2px 2px 2px 2px;

			width: 110px;
			height: 15px;

			border: 1px solid #44382a;
			background-color: #775c3f;

		}

		.Menu-UL-Login #menu-loginsubmit {

			position: relative;
			float: left;

			margin: 0 10px 10px 0;

			width: 33px;
			height: 20px;

			border: 0;

			background-image: url(http://images.esellerpro.com/2269/images/objects/buttons/menu-login.gif);

			color: #ffffff;

			font-weight: normal;

		}

		.Menu-UL-Login select {

			position: relative;

			margin: 0 0 5px 10px;

			width: 150px;

			border: 1px solid #4c3921;

		}

		.Forgot-Password-Link { 

			position: relative;
			float: left;

			padding: 0 0 0 10px;

			line-height: 15px;
						
		}

    /* ----- Menu Search ----- */

        .Menu-Content-Search {

            position: relative;
            float: left;

            padding: 5px 0 10px 0;

            width: 172px;

            background-image: url(http://images.esellerpro.com/2269/images/block-backgrounds/menu-search-bg.gif);

        }
    
        .Menu-UL-Search { 
        
        	position: relative;
        	float: left;
        
            list-style: none;

            line-height: 0.5em;
            
            width: 172px;
        
        }
        
        .Menu-UL-Search LI { 
        
        	position: relative;
        	float: left;
        	
        	width: 172px;
        
        }
        
        .Menu-UL-Search p {
        
            margin: 0 0 3px 0;
        
        }
        
        .Menu-UL-Search select {
        
            position: relative;
            float: left;

            margin: 0 0 5px 10px;
            
            width: 150px;
            
            border: 1px solid #4c3921;
        
        }
        
        .Menu-UL-Search #menu-searchquery {
		        
			position: relative;
			float: left;
	
			margin: 0 0 5px 10px;
			padding: 2px 2px 2px 2px;

			width: 116px;
			height: 15px;

			border: 1px solid #44382a;
			background-color: #775c3f;
		        
        }
        
        .Menu-UL-Search #menu-searchsubmit {
        
        	position: relative;
        	float: left;
        	
        	margin: 0 0 0 0;
        	
        	width: 28px;
        	height: 20px;
        	
        	text-align: center;
        	
        	background-image: url(http://images.esellerpro.com/2269/images/objects/buttons/menu-search.gif);
        	
        	cursor: pointer;
        	
        }

    /* ----- Menu News Letter Box ----- */
	
		.Menu-News-Letter-UL {
		
			position: relative;
			float: left;
		
			margin: 10px 0 0 10px;
			
			width: 154px;
			
			list-style: none;
		
		}
		
		* html .Menu-News-Letter-UL { margin: 10px 0 0 5px; }
		
		.Menu-News-Letter-UL LI { }

		.Menu-News-Letter-UL LI input { }
		
		.Menu-News-Letter-UL LI .News-Letter-EMail-Input {
		
			margin: 3px 0 3px 0;
			padding: 2px 2px 2px 2px;
			
			width: 144px;
			
			border: 1px solid #bebebe;
		
		}
		
		.Menu-News-Letter-UL LI .Mailing-List-SignUp-Button {
			
			position: relative;
			float: right;	
			
			clear: both;

			margin: 5px 5px 10px 0;
			padding: 0 0 0 8px;

			width: 92px;
			height: 21px;
			background-image: url(http://images.esellerpro.com/2269/images/objects/buttons/register-small.gif);

			cursor: pointer;

			font-size: 1.0em;
			font-weight: bold; 

			text-transform: uppercase;		
			text-align: left;

			color: #ffffff; 	
		
		}
		
		* html .Menu-News-Letter-UL LI .Mailing-List-SignUp-Button { margin: 5px 5px 10px 0; }
		
/* ------------------------------------------------------------ */
/* Misc Elements */
/* ------------------------------------------------------------ */
		

/* ------------------------------------------------------------ */
/* Elements Colours */
/* ------------------------------------------------------------ */
										  
    /* ----- Menu News Letter Box ----- */
    
        /* ----- No Styles ----- */		 
        
	/* ----- Content Headings ----- */		

		.C-Heading h2 { color: #ffffff; }
        
    /* ----- Menu Search ----- */
    
    	.Menu-UL-Search p { color: #ffffff; }
        .Menu-UL-Search p label { color: #ffffff; }        
        .Menu-UL-Search #menu-searchquery { color: #ffffff; }
        
	/* ----- Menu Login ----- */
		
		.Menu-Login-BG p label { color: #ffffff; }
    
    	.Menu-Login-BG a { color: #ffffff; }
    	
    	.Menu-Login-BG a:hover { color: #ffffff; }
    	
    	.Menu-UL-Login #menu-loginemail { color: #ffffff; }
		.Menu-UL-Login #menu-loginpassword { color: #ffffff; }

/* ------------------------------------------------------------ */
/* Font Formatting */
/* ------------------------------------------------------------ */	

    /* ----- Menu Search ----- */
    
        .Menu-UL-Search p { font-size: 0.7em; }

        .Menu-UL-Search select { font-size: 0.75em; }        
        .Menu-UL-Search input { font-size: 0.75em; }

	/* ----- Menu Login ----- */
			    
		.Menu-UL-Login #menu-loginemail { font-size: 0.75em; } 

		.Menu-UL-Login #menu-loginpassword { font-size: 0.75em; } 

		.Menu-UL-Login #menu-loginsubmit { font-size: 0.7em; } 

		.Menu-UL-Login p { font-size: 0.75em; }

		.Menu-UL-Login select { 

			font-size: 0.75em;

		}

		.Forgot-Password-Link { 

			font-size: 0.75em; 
			font-weight: normal;

			text-decoration: none;
			
		}
		
		.Forgot-Password-Link:hover { text-decoration: underline; }

    /* ----- Menu News Letter Box ----- */

		.Menu-News-Letter-UL {

			font-size: 0.7em;

		}

		.Menu-News-Letter-UL LI { }

		.Menu-News-Letter-UL LI input { }		

	/* ----- Content Headings ----- */		

		.C-Heading h2 { font-size: 0.75em; }