/* ------------------------------------------------------------ */
/* Standard Configurations */
/* ------------------------------------------------------------ */

	* {
	
		/* ----- Structural Elements ----- */

			margin: 0px;
			padding: 0px;
			border: 0px;
		
	}
	
	.Heading { display: none; }

/* ------------------------------------------------------------ */
/* Structural Configurations */
/* ------------------------------------------------------------ */	
	
	/* ----- Structural Containers ----- */	
	
		body {
		
			background-image: url(http://images.esellerpro.com/13/images/block-backgrounds/body-background-rp.jpg);
			background-repeat: repeat-x;
						
			background-color: #004870;	
		
		}
		
		#Background {
		
			position: relative;
			float: left;
			
			width: 100%;
			
			background-image: url(http://images.esellerpro.com/13/images/block-backgrounds/background.jpg);
			background-repeat: no-repeat;
			background-position: center 0;
		
		}
	
		#Container {
		
			position: relative;
			margin: 0 auto;
			
			width: 964px;
																	
		}
		
		#Element-Wrapper { 
		
			position: relative;
			float: left;	
			
			margin: 0 auto;
			
			width: 964px;		
			
			background-image: url(http://images.esellerpro.com/13/images/block-backgrounds/faux-body.jpg);
			background-repeat: no-repeat;
			background-color: #004771;
		
		}
		
		#Faux-Header { 
		
			position: relative;
			float: left;
			
			width: 964px;
			height: 49px;
			
			background-image: url(http://images.esellerpro.com/13/images/block-backgrounds/faux-header.jpg);
		
		}
		
		#Faux-Body { 
		
			position: relative;
			float: left;
			
			margin: 0 0 0 10px;

			width: 944px;		
			height: auto;
				
		}
		
		* html #Faux-Body { margin: 0 0 0 5px; }
		
		#Content-Wrapper { 

			position: relative;
			float: left;

			width: 944px;
			height: auto;
			
			background-image: url(http://images.esellerpro.com/13/images/block-backgrounds/faux-bg.gif);

		}
	
	/* ----- Content Containers ----- */
				
		#Header-Container {

			position: relative;
			float: left;

			width: 944px;
			height: 142px;
			
			background-image: url(http://images.esellerpro.com/13/images/block-backgrounds/store-header.jpg);
			background-repeat: no-repeat;
			
			background-color: #2765d4;	
			
		}
		
		#Content-Container { 

			position: relative;
			float: left;

			width: 100%;
			height: auto; 
			padding-bottom:10px;

		}

		#Menu-Left { 

			position: relative;
			float: left;

			width: 171px;
			height: auto;
			
			padding: 0 0 0 1px;
			
		}
		
		#Menu-Right { 

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

			width: 171px;
			height: auto;
					
		}

		#Content {

			position: relative;
			float: left;
				
			padding: 0 0 10px 0;

			width: 600px;
			height: auto;
			
			background-image: url(http://images.esellerpro.com/13/images/block-backgrounds/content-bg.gif);
			background-repeat: no-repeat;
			
		}
		
		#Footer-SUB { 
		
			position: relative;
			float: left;
			
			width: 944px;
			height: 65px;
					
			background-image: url(http://images.esellerpro.com/13/images/block-backgrounds/footer-menu.gif);
			background-repeat: no-repeat;
		
		}
		
		/* ----- We create a clear div as some browers have bottom margin issues ----- */

			#Faux-Footer { 

				position: relative;
				float: left;

				width: 964px;
				height: 61px;
				
				background-image: url(http://images.esellerpro.com/13/images/block-backgrounds/faux-footer.gif);
				background-repeat: no-repeat;
				
				background-color: #ffffff;
				
			}

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

	/* ----- Header UL Styles ----- */
	
		#Header-Menu-Left-UL {

			position: relative;
			float: left;	

			margin: 5px 0 0 16px;

			display: inline;
			list-style: none;
						
		}
		
		#Header-Menu-Right-UL {
				
			position: relative;
			float: right;	
			
			margin: 5px 20px 0 0;
			
			display: inline;
			list-style: none;
				
		}
		
		#Faux-Header LI { float: left; }
		
		#Faux-Header LI a { padding: 0 0 0 5px;	}
	
		/* ----- Inside Header Elements ----- */
		
			#Header-Menu {
			
				position: absolute;
				
				top: 117px;
				width: 944px;
				height: 22px;
				
			}
		
			#Header-Menu #Header-Menu-UL-Left {
			
				position: relative;
				float: left;
			
				list-style: none;
			
			}
			
			#Header-Menu #Header-Menu-UL-Left LI { 
			
				position: relative;
				float: left; 
				
				padding: 4px 0 0 10px;
				
			}
			
			#Header-Menu #Header-Menu-UL-Right {

				position: relative;
				float: right;
				
				padding: 0 6px 0 0;

				list-style: none;

			}

			#Header-Menu #Header-Menu-UL-Right LI { 

				position: relative;
				float: left; 

				padding: 4px 33px 0 0;

			}
	
	/* ----- Menu UL Styles ----- */
	
		/* ----- Generic Styles ----- */
		
			.Menu-UL { list-style: none; margin-bottom:10px; }
			
			.Menu-UL LI {
			
				float: left;
				display: block;

				width: 171px;
			
				/* border-bottom: 1px solid #ffffff;
				background-color: #ebebeb; */

			}
						
			.Menu-UL h3 { padding: 4px 0 4px 5px; }
			
			.Menu-UL a {
			
				display: block;
				padding: 10px 5px 9px 20px;		
								
				background: url(http://images.esellerpro.com/13/images/elements/menu-item.gif) no-repeat;
			
			}
			
			.subcat a {	
			
				padding: 10px 5px 9px 23px;		

				background: url(http://images.esellerpro.com/13/images/elements/menu-standard-subcat.gif) no-repeat;
						
			}
						
		/* ----- UL List Header ----- */
		
			.Header-UL {
			
				background-color: #eaeaea;				
				background-image: url(http://images.esellerpro.com/13/images/elements/block-header.gif);
			
			}
			
	/* ----- Menu Content Block & Element Styles ----- */
	
		/* ----- Full Width Version ----- */
	
			.Menu-Content-Block {

				position: relative;
				float: left;

				padding: 0 0 0 0;

				width: 171px;
				height: auto;		

			}

			#Menu-Left .Menu-Content-Block { margin: 0 0 0 0; }		
			#Menu-Right .Menu-Content-Block { margin: 0 0 0 0; }		
			
			.Menu-Content-Base {
			
				position: relative;
				float: left;
				
				margin: 5px 0 0 0;
				
				width: 171px;
				height: 1px;
				
				background-color: #000000; 
			
			}
							
			.Menu-Content-Base-Advert {
			
				position: relative;
				float: left;
				
				margin: 5px 0 0 0;
				
				width: 171px;
				height: 1px;
				
				
			
			}

			#Menu-Right .Menu-Content-Title { width: 170px; }
			#Menu-Right .Menu-Content-Base { width: 170px; }
			
			.Menu-Info-Link-Container {
			
				position: relative;
				float: left;
				
				width: 170px;
			
				background-image: url(http://images.esellerpro.com/13/images/block-backgrounds/info-link-bg.gif);
				
			}
			
			.Menu-Info-Release-Container {
			
				position: relative;
				float: left;
				
				width: 170px;
			
				/* background-image: url(http://images.esellerpro.com/13/images/block-backgrounds/info-releases.gif); */
				
			}


			.Menu-Content-Title {

				margin: 0 0 0 0;

				background-image: url(http://images.esellerpro.com/13/images/elements/content-block-header.gif);

			}

			.Menu-Content-Title h3 { padding: 4px 0 4px 5px; }

			.Menu-Content-Details p { padding: 5px 10px 5px 10px; }
			.Menu-Content-Details h4 { padding: 5px 10px 0 10px; }

			.Menu-Content-Details .Menu-Content-List {

				position: relative;

				margin: 5px 0 0 10px;
				line-height: 15px;

				list-style: none;

			}

			.Menu-Content-Products { 

				position: relative;
				float: left;

				margin: 0 0 0 5px;

			}

			.Menu-Content-Products p { padding: 5px 10px 5px 10px; }
			.Menu-Content-Products h4 { padding: 5px 10px 5px 10px; }

			.Menu-Product-Image { margin: 10px 0 0 10px; }
	
		/* ----- Padded Thin Version ----- */
		
			.Menu-Thin-Content-Block {
			
				position: relative;
				float: left;

				padding: 0 0 0 0;

				width: 141px;
				height: auto;	
				
				background-image: url(http://images.esellerpro.com/13/images/elements/thin-block-body.gif);
				background-repeat: repeat-y;

			}

			#Menu-Left .Menu-Thin-Content-Block { margin: 15px 0 0 15px; }		
			#Menu-Right .Menu-Thin-Content-Block { margin: 15px 0 0 15px; }		
			
			* html #Menu-Left .Menu-Thin-Content-Block { margin: 15px 0 0 8px; }		
			* html #Menu-Right .Menu-Thin-Content-Block { margin: 15px 0 0 8px; }		
			
			.Menu-Thin-Content-Base {
						
				position: relative;
				float: left;

				margin: 0 0 0 0;

				width: 141px;
				height: 1px;

				background-color: #838383;

			}
			
			#Menu-Right .Menu-Thin-Content-Title { width: 141px; }

			.Menu-Thin-Content-Title {

				margin: 0 0 0 0;

				background-color: #eaeaea;
				
				background-image: url(http://images.esellerpro.com/13/images/elements/thin-block-header.gif);

			}

			.Menu-Thin-Content-Title h3 { padding: 4px 0 5px 5px; }

			.Menu-Thin-Content-Details p { padding: 5px 10px 5px 10px; }
			.Menu-Thin-Content-Details h4 { padding: 5px 10px 0 10px; }
			
			.Menu-Thin-Content-Details .Menu-Thin-Content-List {

				position: relative;

				margin: 5px 0 0 10px;
				line-height: 15px;

				list-style: none;

			}

			.Menu-Thin-Content-Products { 

				position: relative;
				float: left;

				margin: 0 0 0 5px;

			}

			.Menu-Thin-Content-Products p { padding: 5px 10px 5px 10px; }
			.Menu-Thin-Content-Products h4 { padding: 5px 10px 5px 10px; }

			.Menu-Thin-Product-Image { margin: 10px 0 0 10px; }
			
			/* ----- Reformat for the Thin Content Block ----- */

				.Menu-Thin-Content-Block .Menu-Content-Products { 

					position: relative;
					float: left;

					margin: 0 0 8px 8px;					
					
					width: 123px;

				}
				
				* html .Menu-Thin-Content-Block .Menu-Content-Products { margin: 0 0 8px 5px; }

				.Menu-Thin-Content-Block .Menu-Content-Products p { padding: 5px 0 5px 0; }
				.Menu-Thin-Content-Block .Menu-Content-Products h4 { padding: 5px 0 5px 0; }

				.Menu-Thin-Content-Block .Menu-Product-Image { margin: 0 0 0 0; }

		/* ----- Menu List Elements ----- */

			.Menu-List .List-Top-Tag { }

			.Menu-Content-Block .Menu-List { list-style: none; }

			.Menu-List {

				margin: 3px 0 2px 10px;
				width: 150px;

			}

			.Menu-List-Img { float: left; }

			.Menu-List li {  

				padding: 0 0 5px 0; 
				width: 150px;

			}		
			
			.Menu-List .Text-Input {
			
			    position: relative;
			    float: left;
			    
			    margin: 5px 0 0 0;
			    padding: 3px 3px 3px 3px;		 
			    
			    width: 90px;
			    
			    border: 1px solid #b9b9b9;
			
			}	
			
			#mailsubmit {
			
			    position: relative;
			    float: left;   
			    
			    margin: 5px 0 0 5px;
			    padding: 1px 3px 1px 3px;
			    
			    width: 40px;
			    height: 21px;  
			    
			    background-image: url(http://images.esellerpro.com/13/I/22/join3.gif);		
				
			}
			
	/* ----- Content Styles ----- */
	
		/* ----- Header Elements & Styles ----- */
	
			#Header-Content {

				position: relative;
				float: left;

				width: 599px;
				
				margin: 0 0 0 1px;

				background-color: #eaeaea;
				border-bottom: 2px solid #5ca0c7; 

			}
			
			* html #Header-Content { width: 598px; }

			#Header-Content p { padding: 4px 0 4px 5px; }	 
			
			.Content-Heading-Container {
			
				position: relative;
				float: left;
				
				width: 601px;
				height: 21px;
				
				background-image: url(http://images.esellerpro.com/13/images/elements/page-trail-bg.gif);
			
			}	  
			
			* html .Content-Heading-Container { 
			
				left: 1px;
				width: 599px; 
				
			}		   
			
			/* ----- Padded Heading versions ----- */
		
			    /* .Content-Heading-Container p { padding: 4px 0 4px 18px; } */
			
			/* ----- Non Padded Heading versions ----- */
			    
			    .Content-Heading-Container p { padding: 4px 0 4px 8px; }
			
			#SUB-Header-Content {

				position: relative;
				float: left;

				width: 599px;

				margin: 0 0 0 1px;

				background-color: #f8f8f8;
				border-bottom: 1px solid #88d4ff; 

			}
			
			* html #SUB-Header-Content { width: 598px; }

			#SUB-Header-Content p {	padding: 4px 0 4px 5px; }
		
	/* ----- Footer UL Styles ----- */

		/* ----- Generic Styles ----- */
			
			#Faux-Footer UL LI {			

				position: relative;
				float: left;
				
				list-style: none;
				display: inline;	
				
			}

			#Faux-Footer UL LI a { padding: 0 0 0 5px; }
			
		/* ----- Footer Left Configurations ----- */
		
			#Footer-Left-UL {
					
				position: relative;			
				float: left;
				
				margin: 5px 0 0 0;
			
			}
				  
	        #Footer-menu-UL {
	            
	            float:left; 
	            position:relative; 
	            left:88px; 
	            
	            margin:5px 0 0 0;
	            }						  
	            
		/* ----- Footer Right Configurations ----- */
			
			#Footer-Right-UL {
			
				position: relative;
				float: right; 
				
				margin: 5px 20px 0 0;
			
			}
			
			* html #Footer-Right-UL { margin: 5px 10px 0 0; }
		
/* ------------------------------------------------------------ */
/* Misc Elements */
/* ------------------------------------------------------------ */

	/* ----- Footer Elements ----- */
	
		.Payments-IMG {
		
			position: relative;
			float: left;
			
			margin: 10px 0 0 20px;
		
		}
		
		#W3C-Logos {
		
			position: relative;
			float: left;
			
			margin: 6px 0 0 20px;
					
		}
		
		* html #W3C-Logos { margin: 6px 0 0 10px; }
	
		.Footer-ICON {
		
			position: relative;
			float: left;
			
			margin: 0 5px 0 0;
		
		}
		
		.eSellerPro-Logo {
		
			position: relative;
			float: right;
			
			margin: 10px 20px 0 0;
		
		}
		
		.CreatedBy { 
		
			position: relative;
			float: right;
			
			display: block;
			
			margin: 25px 0 0 0;
		
		}
	
	/* ----- Form Search Elements ----- */
	
		.Form-Title { float: left; }
		
		#Search-Form select {
			
			position: relative;			
			float: left;
			
			margin: 4.5px 0 0 5px;
			
		}
		
		#Search-Form input {
			
			position: relative;			
			float: left;
			
			margin: 4.5px 0 0 5px;
			
			height: 21px;
			
			border: 1px solid #c8c8c8;
			
		}
		
	/* ----- Header Misc Elements ----- */
	
		#Page-Logo {
		
			position: absolute;
			float: left;
			
			left: 10px;
			top: 10px;
		
		}
		
	/* ----- Paging Elements ----- */
	
		.Paging-Current-Page { }
		
/* ------------------------------------------------------------ */
/* Elements Colours */
/* ------------------------------------------------------------ */

	/* ----- Generic Colours ----- */

		* {
		
			color: #000000;

		}
		
	/* ----- Inner Header Elements ----- */
		
		#Header-Menu #Header-Menu-UL-Left LI a { color: #ffffff; }		
		#Header-Menu #Header-Menu-UL-Left LI a:hover { color: #aaacff; }
		
		#Header-Menu #Header-Menu-UL-Right LI a { color: #ffffff; }		
		#Header-Menu #Header-Menu-UL-Right LI a:hover { color: #aaacff; }

	/* ----- Header Menu ----- */
	
		#Header-Menu-Left-UL li { color: #a7a7a7; }

		#Header-Menu-Left-UL a { color: #d2d2d2; }
		#Header-Menu-Left-UL LI a:hover { color: #aaacff; }

		#Header-Menu-Right-UL a { color: #d2d2d2; }
		#Header-Menu-Right-UL LI a:hover { color: #aaacff; }
	
	/* ----- Menu Elements----- */
	
		/* ----- Menu UL Elements ----- */
	
			.Menu-UL h3 { color: #ffffff; }

			.Menu-UL a { color: #ffffff; }
			.Menu-UL a:hover { color: #b6ceff; }

			.Menu-List li a { color: #7f0276; }
			.Menu-List li a:hover { color: #52004c; }
			
			.Menu-UL ul .subcat a { color: #ffffff; }
			.Menu-UL ul .subcat a:hover { color: #b6ceff; }
		
		/* ----- Full Width Menu Content Version ----- */
		
			.Menu-Content-Title h3 { color: #ffffff; }

			.Menu-Content-Details h4 a { color: #3e3e3e; }
			.Menu-Content-Details h4 a:hover { color: #6e6e6e; }

			.Menu-Content-Products h4 a { color: #3e3e3e; }
			.Menu-Content-Products h4 a:hover { color: #6e6e6e; }

			.Menu-Content-Details .Menu-Content-List a { color: #b000a2; }
			.Menu-Content-Details .Menu-Content-List a:hover { color: #610059; }
			
		/* ----- Thin Width Menu Content Version ----- */
		
			.Menu-Thin-Content-Title h3 { color: #830a7a; }
		
			.Menu-Thin-Content-Details h4 a { color: #3e3e3e; }
			.Menu-Thin-Content-Details h4 a:hover { color: #6e6e6e; }

			.Menu-Thin-Content-Products h4 a { color: #3e3e3e; }
			.Menu-Thin-Content-Products h4 a:hover { color: #6e6e6e; }

			.Menu-Thin-Content-Details .Menu-Content-List a { color: #3e3e3e; }
			.Menu-Thin-Content-Details .Menu-Content-List a:hover { color: #6e6e6e; }
	
	/* ----- Content Headings ----- */
	
		.Content-Heading-Container p { color: #ffffff; }
		.Content-Heading-Container p b { color: #ffffff; }
		
		.Content-Heading-Container p a { color: #ffffff; }
		.Content-Heading-Container p a:hover { color: #aaacff; }
	
	/* ----- Footer Elements ----- */
	
		#Faux-Footer UL LI { color: #000000; }
		#Faux-Footer UL LI a { color: #3e3e3e; }
		#Faux-Footer UL LI a:hover { color: #b000a2; }
		
		.CreatedBy { color: #3e3e3e; }

	/* ----- Sub Header Elements ----- */

		#Header-Content p { color: #000000; }
		#SUB-Header-Content p { color: #000000; }						
		
    /* ----- Menu List ----- */
    
        #mailsubmit { color: #ffffff; }	
        
/* ------------------------------------------------------------ */
/* Font Formatting */
/* ------------------------------------------------------------ */

	/* ----- Generic Formatting ----- */
	
		* {

			font-family: tahoma, arial, verdana;	
			font-size: 1em;	

		}
		
	/* ----- Inner Header Elements ----- */
	
		#Header-Menu #Header-Menu-UL-Left LI { font-size: 0.7em; }		
		#Header-Menu #Header-Menu-UL-Left LI a { text-decoration: none; }
		
		#Header-Menu #Header-Menu-UL-Right LI { font-size: 0.7em; }		
		#Header-Menu #Header-Menu-UL-Right LI a { text-decoration: none; }
		
	/* ----- Menu Elements ----- */		
	
		/* ----- Full Width Menu Content Version ----- */
	
			.Menu-Content-Title h3 { font-size: 0.7em; }		
			.Menu-Content-Details p { font-size: 0.8em; }				
			.Menu-Content-Details h4 { font-size: 0.8em; }	
			.Menu-Content-Details h4 a { text-decoration: none; }

			.Menu-Content-Details .Menu-Content-List { font-size: 0.8em; }		
			.Menu-Content-Details .Menu-Content-List a { text-decoration: none; }

			.Menu-Content-Products p { font-size: 0.8em; }		

			.Menu-Content-Products h4 { 

				font-size: 0.7em; 
				text-align: center; 
				font-weight: normal;

			}

			.Menu-Content-Products h4 a { text-decoration: none; }
			
		/* ----- Thin Width Menu Content Version ----- */
		
			.Menu-Thin-Content-Title h3 { font-size: 0.8em; }		
			.Menu-Thin-Content-Details p { font-size: 0.8em; }				
			.Menu-Thin-Content-Details h4 { font-size: 0.8em; }	
			.Menu-Thin-Content-Details h4 a { text-decoration: none; }

			.Menu-Thin-Content-Details .Menu-Thin-Content-List { font-size: 0.8em; }		
			.Menu-Thin-Content-Details .Menu-Thin-Content-List a { text-decoration: none; }

			.Menu-Thin-Content-Products p { font-size: 0.8em; }		

			.Menu-Thin-Content-Products h4 { 

				font-size: 0.7em; 
				text-align: center; 
				font-weight: normal;

			}

			.Menu-Thin-Content-Products h4 a { text-decoration: none; }
			
		/* ----- Menu UL Elements ----- */
		
			.Menu-UL H3 { font-size: 1.0em; }
	
			.Menu-UL a { text-decoration: none; }
			.Menu-UL LI { font-size: 0.7em; }
			.Menu-UL LI a { font-size: 1em; }
			
			.Menu-List li { font-size: 0.7em; }
			.Menu-List li { line-height: 21px; }		
			.Menu-List li a { text-decoration: none; }
			
						
			/* ----- Menu List Submenu ----- */	 
			
                        .subcat a { font-size: 1em!important; }
                        	* html .subcat a { font-size: 1em!important; }
				*+html .subcat a { font-size: 1em!important; }
			
				
	/* ----- Category Elements ----- */
	
		.Category H2 { font-size: 0.8em; }
	
	/* ----- More Button Elements ----- */
	
		.Category .More-Button { 

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

		}

		.Category .More-Button a { text-decoration: none; }		  
	
	/* ----- Content Headings ----- */
		
		.Content-Heading-Container p { 
		
			font-weight: normal;
			font-size: 0.7em; 
			
		}
		
		.Content-Heading-Container p a { 
				
			font-weight: bold;
			text-decoration: none;
				
		}
		
	/* ----- Header Elements ----- */
	
		#Faux-Header LI { font-size: 0.7em; }
		#Faux-Header LI a { text-decoration: none; }
	
	/* ----- Sub Header Elements ----- */
	
		#Header-Content p { font-size: 0.8em; }		
		#SUB-Header-Content p { font-size: 0.8em; }
		
	/* ----- Footer Elements ----- */
	
		#Faux-Footer UL LI {
		
			line-height: 20px;
			font-size: 0.7em;	

		}

		#Faux-Footer UL LI a { text-decoration: none; }
		
		.CreatedBy { font-size: 0.7em; }

	/* ----- Search Form Elements ----- */
		
		#Search-Form {
		
			font-size: 1.0em;			
			line-height: 22px;

		}

		#Search-Form select { font-size: 0.8em; }
		#Search-Form input { font-size: 0.8em; }
		
	/* ----- Product Elements ----- */
	
		.Product {
		
			font-size: 0.7em; 
			text-align: center;
			
		}
		
		.Product a { text-decoration: none; }
		
		.Product .Product-Price-Title { font-size: 1.2em; }
		.Product .Product-Price { 
		
		    font-size: 1.2em;
		    font-weight: bold; 
		
		}
		
		.Product-2xColumn { font-size: 0.7em; }

		.Product-2xColumn a { text-decoration: none; }

		.Product-2xColumn .Product-Price-Title { font-size: 1.2em; }
		.Product-2xColumn .Product-Price { 
		
		    font-size: 1.2em;
		    font-weight: bold; 
		
		}
		
	/* ----- Paging Elements ----- */
	
		.Paging {

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

		}

		.Paging a { text-decoration: none; }

/* ------------------------------------------------------------ */
/* Custom Client Elements & Styles */
/* ------------------------------------------------------------ */

	/* ----- Element Positioning ----- */
	
		/* ----- Homepage Adverts ----- */
		
			#Main-Advert-Links-Container {
			
				position: relative;
				float: left;
				
				margin: 0 0 0 1px;
				
				width: 600px;
				
			}
			
			#Main-Advert-Links-Container { margin: 0 0 0 0; }
			
			.Homepage-Ad { float: left; }
			
			.Homepage-Ad-Footer { float: left; }
			
		/* ----- Menu Adverts ----- */
		
			.Menu-Advert {
			
				position: relative;
				float: left; 
				
				margin: 5px 0 0 6px; 
				
			}
	
		/* ----- Search By Brands ----- */
		
			.Search-By-Brands {
			
				margin: 0 0 0 2px;
			
			}
	
		/* ----- Menu Search ----- */
	
			.Menu-Content-Search {

				position: relative;
				float: left;

				width: 171px;
				height: 28px;

				background-image: url(http://images.esellerpro.com/13/images/block-backgrounds/menu-search-bg.jpg);

			}

			#searchbrand {

				position: relative;
				float: left;

				margin: 5px 0 0 10px;

				float: left;

				width: 150px; 

				border: 1px solid #9f9f9f;

			}

			#ProductName {

				position: relative;
				float: left;

				margin: 5px 0 0 10px;

				width: 113px;
				height: 15px;

				border: 1px solid #9f9f9f;

			}

			#Search-Submit {

				position: relative;
				float: left;

				margin: 5px 0 0 5px;

				width: 30px;

				border: 1px solid #9f9f9f;

			}
	
	/* ----- Element Formatting ----- */
	
		#searchbrand { font-size: 0.7em; }
		#ProductName { font-size: 0.7em; }
		#Search-Submit { font-size: 0.7em; }
		
	/* ----- Element Colours ----- */	   
	
	
		.Menu-Content-Base-creditcard {
        
            position: relative;
            float: left;

            width: 171px;
            height: 1px;
            
            background-color: #ffffff;
        
        }
        
        #Menu-Left .Menu-Content-Base-creditcard { margin: 5px 0 0 0; }
        #Menu-Right .Menu-Content-Base-creditcard { margin: 5px 0 0 0; }	 
    
        #Content-Wrapper-creditcard { 
        
            position: relative;
            float: left;
        
            width: 944px;
            height: auto;
            
            background-image: url(http://images.esellerpro.com/13/images/block-backgrounds/faux-creditcard-bg.gif);
            
        }
    
        #Header-Container-creditcard {
        
            position: relative;
            float: left;
            
            width: 944px;
            height: 142px;
            
            background-image: url(http://images.esellerpro.com/13/images/block-backgrounds/store-header-creditcard.jpg);
            background-repeat: no-repeat;
            
            background-color: #000000;
            
        }
    
        #Content-creditcard { 
    
            position: relative;
            float: left;
                
            padding: 0 0 10px 0;
    
            width: 600px;
            height: auto;
            
        }			  
            
        .sslsecure { 
            
            position: absolute;
        	right: 55px;
        	top: 60px;
        
        }
        
    
        .creditcards{position:relative; bottom:0px; left:0;; width:598px; margin:20px 0 0 0; padding:0px;}		
        
        .Creditcard-payment{float:left;}  
        
        .Creditcard-payment td { padding: 3px 3px 3px 3px; }
        
        .Creditcard-payment .text {border:1px solid #cccccc; width:200px;}	 
        
        .Creditcard-payment select  {border:1px solid #cccccc; width:200px;}	 
        
        .Creditcard-payment .date{width:50px; border:1px solid #cccccc;}

     /* ----- Menu List ----- */

        .Menu-List #mailsubmit {font-weight: bold; }