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

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

			margin: 0px;
			padding: 0px;
			border: 0px;
		
	} 
	
	.Heading { display: none; }		
	
	.Float-Left { float: left; }
	.Float-Right { float: right; }			
	
	.right { float: right; }
	.left { float: left; }
	
	.display { display: block; }
		
/* ------------------------------------------------------------ */
/* Structural Configurations */
/* ------------------------------------------------------------ */	
	
	/* ----- Structural Containers ----- */	

		#EBDescription { 

			position: relative;

			clear: both;

			width: 100%;

		}

		.Table-Frame { width: 100%; }

		.Table-Frame td { 

			width: 100%; 

			#text-align: center;

		}

		.Table-Frame td table td { text-align: left; }

		#Listing-Template {

			position: relative;
			margin: 0 auto; 

			clear: both;	

		}

		#Headed-Background {

			position: relative;
			margin: 0 auto; 

			width: 1195px;

			clear: both;

		}

		#Max-Width {

			position: relative;
			float: left;

			width: 1195px;
			
			/*background-image: url(http://images.esellerpro.com/listingtemplates-v4/aio/images/block-backgrounds/body-bg.gif);
			background-repeat: repeat-y;*/

		}

		#Min-Width {

			position: relative;
			float: left;

			width: 1195px;
			
			background-image: url(http://images.esellerpro.com/listingtemplates-v4/aio/images/block-backgrounds/background.jpg);
			background-repeat: no-repeat;

		}

		#Wrapper { 

			position: relative;
			float: left;

			padding: 0 0 0 133px;

			margin: 0 auto;

			width: 1062px;		
			#width: 1195px;		
			
			text-align: left;

		}

		#Faux-Shadow { 

			position: relative;
			float: left;	


			padding: 0 0 0 2px;

			width: 930px;		

			 
				
		}
		
		#Faux-Header { 
		
			position: relative;
			float: left;
						
			width: 922px;
			height: 50px;
			
			background-color: #ffffff;
			
			overflow: hidden;
			
		}
		
		#Faux-Body { 
		
			position: relative;
			float: left;
			
			margin: 0 0 0 0;

			width: 922px;		
			height: auto;
				
		}
		
		#Content-Wrapper { 

			position: relative;
			float: left;

			width: 922px;
			height: auto;
			
			background-image: url(http://images.esellerpro.com/listingtemplates-v4/aio/images/block-backgrounds/faux-bg.gif);

		}
		
		#Item-Details-Content-Wrapper { 
		
			position: relative;
			float: left;

			width: 922px;
			height: auto;

			background-image: url(http://images.esellerpro.com/listingtemplates-v4/aio/images/block-backgrounds/item-details-faux-bg.gif);
		
		}
	
	/* ----- Content Containers ----- */
				
		#Header-Container {

			position: relative;
			float: left;

			width: 922px;
			height: 208px;
			
			background-image: url(http://images.esellerpro.com/listingtemplates-v4/aio/images/block-backgrounds/store-header.jpg);
			background-repeat: no-repeat;
			
			background-color: #ffffff;
			
		}
		
		#Content-Container { 

			position: relative;
			float: left;

			width: 100%;
			height: auto;

		}

		#Menu-Left { 

			position: relative;
			float: left;

			padding: 0 0 0 0;	

			width: 210px;
			height: auto;
			
		}
		
		#Menu-Right { 

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

			width: 210px;
			height: auto;
					
		}

		#Content {

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

			width: 900px;
			height: auto;
			
			background-image: url(http://images.esellerpro.com/listingtemplates-v4/aio/images/block-backgrounds/content-bg.gif);
			background-repeat: no-repeat;
			
		}
		
		#Item-Details-Content {
		
			position: relative;
			float: left;

			padding: 0 0 10px 0;

			width: 771px;
			height: auto;

			background-image: url(http://images.esellerpro.com/listingtemplates-v4/aio/images/block-backgrounds/item-details-content-bg.gif);
			background-repeat: no-repeat;
					
		}
		
		#Footer-SUB { 
		
			position: relative;
			float: left;
			
			margin: 10px 0 0 0;
			
			width: 922px;
			height: 65px;
					
			background-image: url(http://images.esellerpro.com/listingtemplates-v4/aio/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: 922px;
				height: 160px;
				
				background-image: url(http://images.esellerpro.com/listingtemplates-v4/aio/images/block-backgrounds/faux-footer.gif);
				background-repeat: no-repeat;
				
				background-color: #ffffff;
				
			}

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

		#Bread-Crumb-Trail {
			
			float: left;
			font-size: 10px;
			color: #000;
			
		}
		
		#Bread-Crumb-Trail a {
			
			float: left;
			font-size: 10px;
			color: #fe7a29;
			text-decoration: none;
			margin-right: 5px;
			
		}
		
		#Bread-Crumb-Trail a:hover {
			
			text-decoration: underline;
			
		}
		
		
		#Search-Word {
			
			position: absolute;
			
			left: 415px;
			bottom: 48px;
			
			font-size: 11px;
			color: #de6901;
			text-transform: uppercase;
			
		}

	/* ----- Header UL Styles ----- */
	
		#Storefront-Link a {
			
			position: absolute;
			
			right: 32px;
			top: 13px;
			
			font-size: 11px;
			color: #000;
			
			text-decoration: none;
			
		}
		
		#Storefront-Link a:hover {
			
			text-decoration: underline;
			
		}
	
		#Header-Menu-Left-UL {

			position: relative;
			float: left;	

			margin: 16px 0 0 18px;

			display: inline;
			list-style: none;
						
		}
		
		#Header-Menu-Right-UL {
				
			position: relative;
			float: right;	
			
			margin: 25px 22px 0 0;
			
			display: inline;
			list-style: none;
				
		}
		
		#Faux-Header LI { float: left; }
		
		#Faux-Header LI a { padding: 0 0 0 0;	}
		
		/* ----- Header Tabs ----- */
		
			#Header-Menu-Tabs {

				position: absolute;
				
				width: 350px;
				height: 30px;
				
				right: 1px;
				top: 0;
				
			}

			#Header-Menu-Tabs #Header-Menu-UL-Right-Tabs {

				position: relative;
				float: right;

				padding: 4px 0 0 0;
			
			}
			
			#Header-Menu-Tabs #Header-Menu-UL-Right-Tabs LI {
						
				position: relative;
				float: right;

				margin: 0 22px 0 10px;
				padding: 0 0 0 0;

				list-style: none;
								
			}
			
			* html #Header-Menu-Tabs #Header-Menu-UL-Right-Tabs LI { margin: 0 11px 0 10px; }
			
			#Header-Menu-Tabs #Header-Menu-UL-Right-Tabs LI .Header-Menu-Tab-Icon {
			
				position: relative;
				float: left;
			
			}
	
		/* ----- Inside Header Elements ----- */
		
			#Header-Menu-Sub {
			
				position: absolute;
				
				right: 1px;
				top: 89px;
				width: 170px;
				height: 22px;
			
			}
		
			#Header-Menu {
			
				position: absolute;
				
				top: 101px;
				width: 921px;
				
			}
		
			#Header-Menu #Header-Menu-UL-Left {
			
				position: relative;
				float: left;
				
				margin: 0 0 0 0;
				padding: 0 0 0 5px;
			
				list-style: none;
			
			}
			
			#Header-Menu #Header-Menu-UL-Left LI { 
			
				position: relative;
				float: left; 
				
				padding: 0 22px 0 15px;
				margin: 0 0 0 0;
				
			}
			
			#Header-Menu #Header-Menu-UL-Right {

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

				list-style: none;

			}
			
			#Header-Menu-Sub #Header-Menu-Sub-UL-Right {
			
				position: relative;
				float: right;

				padding: 0 0 0 0;

				list-style: none;
			
			}

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

				position: relative;
				float: left; 

				padding: 0 0 0 27px;

			}
			
			#Header-Menu-Sub #Header-Menu-Sub-UL-Right LI { 
			
				position: relative;
				float: left; 

				padding: 0 11px 0 0;
			
			}
					
		/* ----- Header Search ----- */
				
			#Header-Search { 
				
				position: absolute;
					
				right: 42px;
				top: 137px;
				height: 30px;
				
				z-index: 99999;
				
			}
			
			#Header-Search LI { 
			
				display: inline;
				float: left;
			
			}
			
			#Header-Search LI a { float: left; } 
			
			#Header-Search LI p {
				
				margin: 0 0 0 0; 
				padding: 6px 10px 0 0;
				
			}
			
			#Header-Search LI select {
			
				margin: 2px 0 0 0;
				
				width: 132px;
				height: 18px;
				
				border: 1px solid #bebebe;
				
			}
			
			#Header-Search LI #header-searchquery {
			
				position: relative;
				float: left;
						
				margin: 4px 0 0 0;
				padding: 6px 0 0 0;

				width: 340px;
				height: 18px;
				
				border: 0;
							
			}
			
			#Header-Search LI #header-searchsubmit {	
			
			    position: relative;
				float: left;
			
				margin: 6px 0 0 0;
								
				width: 27px;
				height: 22px;
				
				cursor: pointer;
				
				background: none;
				
				font-size: 0.8em;
				font-weight: normal; 

				/* text-transform: uppercase; */
				text-align: center;

				color: #999;
			
			}
			
		/* ----- Header Search ----- */
				
			#Content-Search { 

				position: absolute;

				left: 9px;
				top: 13px;
				height: 22px;

			}

			#Content-Search LI { 

				display: inline;
				float: left;

			}

			#Content-Search LI a { float: left; } 

			#Content-Search LI p {

				margin: 2px 0 0 0;
				line-height: 14px; 

			}

			#Content-Search LI select {

				margin: 0 0 0 6px;

				width: 150px;

				border: 1px solid #bebebe;

			}

			#Content-Search LI #content-searchquery {

				margin: 0 0 0 6px;
				padding: 0 0 0 4px;

				width: 140px;
				height: 15px;		

				border: 1px solid #bebebe;

			}

			#Content-Search LI #content-searchsubmit {

				margin: 0 0 0 5px;

				width: 47px;
					
			}
			
			
		/* ----- Header Basket ----- */
		
			#Header-Basket { 
			
				position: absolute;
			
				display: inline;
				
				right: 10px;
				top: 90px;
				
				list-style: none;
			
			}
	
	
			#Header-Basket LI {
			
				display: inline;
				float: left;
				
				margin: 0 0 0 5px;
			
			}
			
			#Header-Basket LI img {
			
				margin: 0 0 0 0;
			
			}
	
	/* ----- Menu UL Styles ----- */
	
		/* ----- Generic Styles ----- */
		
			.Menu-UL { 
			
				position: relative;
				float: left;
			
				margin: 0 0 0 0;
			
			}
		
			.Menu-UL li { list-style: none; }
			
			.Menu-UL LI {
			
				float: left;
				display: block;
				
				margin: 10px 0 0 0;

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

			}
														 
            /* ----- Padded Heading version ----- */											 
			
			    /* .Menu-UL h3 { padding: 4px 0 5px 18px; } */
			
			/* ----- Non Padded Heading version ----- */	  
			
			    .Menu-UL h3 { padding: 6px 0 6px 10px; }
			
			.Menu-UL .topcat a {
			
				padding: 9px 10px 7px 10px;		
				
				display: block;
				
				background: url(http://images.esellerpro.com/listingtemplates-v4/aio/images/elements/menu-item.gif) no-repeat;
				
			}
			
			.Menu-UL .sitepage a {	

				padding: 9px 10px 7px 10px;		

				display: block;

				background: url(http://images.esellerpro.com/listingtemplates-v4/aio/images/elements/menu-item.gif) no-repeat;

			}
			
			.Menu-UL .subcat a {	

				padding: 9px 5px 7px 25px;		

				display: block;

				background: url(http://images.esellerpro.com/listingtemplates-v4/aio/images/elements/menu-cat-layout.gif) no-repeat;
				
			} 
			
			.ESP-ebCategories { 
			
				position: relative;
				float: left;
				
				margin: 0 0 -10px 0;
				
				width: 210px; 
							
			}
			
			.ESP-ebCategories tr { 
			
								
			}
			
			.ESP-ebCategories td { 
			
				position: relative;
				float: left;
								
			}
			
			.ESP-ebCategories td .ESP-ListingCategory {
			
				padding: 9px 3px 9px 25px;	
				
				width: 210px;
			
				display: block;
				
				background: url(http://images.esellerpro.com/listingtemplates-v4/aio/images/elements/menu-item.gif) no-repeat;
			
			}
			
			.ESP-ebCategories .TD-Sub { display: none; }
						
			.ESP-ebCategories td .ESP-ListingSubCategory {
						
				padding: 9px 0 9px 23px;	
				
				width: 210px;
				
				display: block;
		
				background: url(http://images.esellerpro.com/listingtemplates-v4/aio/images/elements/menu-cat-layout.gif) no-repeat;
				
			}
			
			.ESP-ebStorePages { 
			
				position: relative;
				float: left;
							
				width: 210px; 
				
			}
			
			.ESP-ebStorePages td .ESP-StorePage {

				padding: 9px 5px 9px 23px;	
				
				width: 210px;

				display: block;

				background: url(http://images.esellerpro.com/listingtemplates-v4/aio/images/elements/menu-item.gif) no-repeat;

			}
			
			/*

				.ESP-ebCategories { 

					position: relative;
					float: left;

					width: 210px; 

				}

				.ESP-ebCategories tr { 


				}

				.ESP-ebCategories td { 

					position: relative;
					float: left;

				}

				.ESP-ebCategories td .ESP-ListingCategory {

					padding: 9px 5px 7px 25px;	

					width: 180px;
					#width: 210px;

					display: block;

					background: url(http://images.esellerpro.com/listingtemplates-v4/aio/images/elements/menu-item.gif) no-repeat;

				}

				.ESP-ebCategories .TD-Sub { display: none; }

				.ESP-ebCategories td .ESP-ListingSubCategory {

					padding: 9px 5px 7px 35px;		

					width: 170px;
					#width: 210px;

					display: block;

					background: url(http://images.esellerpro.com/listingtemplates-v4/aio/images/elements/menu-cat-layout.gif) no-repeat;

				}

				.ESP-ebStorePages { 

					position: relative;
					float: left;

					width: 210px; 

				}

				.ESP-ebStorePages td .ESP-StorePage {

					padding: 9px 5px 7px 25px;		

					display: block;

					background: url(http://images.esellerpro.com/listingtemplates-v4/aio/images/elements/menu-item.gif) no-repeat;

				}
			
			*/
											
		/* ----- UL List Header ----- */
		
			.Header-UL {
			
				background-color: #eaeaea;				
				background-image: url(http://images.esellerpro.com/listingtemplates-v4/aio/images/elements/block-header.gif);
			
			}
			
		/* ----- Menu Search ----- */

			#menu-searchquery {

				padding: 2px 0 0 5px;

				width: 150px;
				height: 18px;

				border: 1px solid #000000;

			}

			#menu-searchsubmit {

				margin: 1px 0 0 0;

				width: 50px;
				height: 21px;

				border: 1px solid #000000;

			}

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

				float: left;

				display: block;
				margin: 4px 0 0 0;

			}

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

				float: left;

				display: block;
				margin: 4px 0 0 0;

			}

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

				float: left; 
				padding: 4px 0 0 4px;

			}

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

				float: left; 
				padding: 4px 0 0 4px;

			}
			
	/* ----- Menu Content Block & Element Styles ----- */
	
		/* ----- Full Width Version ----- */
	
			.Menu-Content-Block {

				position: relative;
				float: left;

				padding: 0 0 0 0;

				width: 210px;
				height: 262px !important;		
				
				background-image: url(http://images.esellerpro.com/listingtemplates-v4/aio/images/elements/menu-gallery-item-bg.gif);
				background-repeat: no-repeat;

			}
			
			#PromoBox { padding: 10px 0 0 0; }
			
			.Menu-Content-Format {
			
				padding: 10px 0 0 0;
			
				height: auto !important;
			
				background-image: url(http://images.esellerpro.com/listingtemplates-v4/aio/images/elements/menu-content-bg.gif);
				background-repeat: repeat-y;
			
			}
			
			.Menu-Content-Format p {
			
				padding: 0 10px 5px 10px;
			
			}

			#Menu-Left .Menu-Content-Block { margin: 0 0 0 0; }		
			#Menu-Right .Menu-Content-Block { margin: 0 0 0 0; }		
			
			#Menu-Left .Menu-Featured { 
			
				margin: 10px 0 0 0; 
				#margin: 0 0 0 0; 
			
			}		
			
			.Menu-Content-Base {
			
				position: relative;
				float: left;

				width: 210px;
				height: 6px;
				
				background-image: url(http://images.esellerpro.com/listingtemplates-v4/aio/images/elements/menu-content-base.gif);
			
			}
			
			#Menu-Left .Menu-Content-Base { margin: 0 0 0 0; }
			#Menu-Right .Menu-Content-Base { margin: 0 0 0 0; }
			
			#Menu-Left .Menu-Content-Title { 

			    position: relative;
			    float: left;	
                
			    width: 210px; 
			
			}
			
			#Menu-Left .Menu-Top-Title {
			
			    position: relative;
                	    float: left; 
                
			    width: 210px; 
			
			}
			
			#Menu-Left .Menu-Content-Base {
			   
			    position: relative;
                	    float: left;   
                
			    width: 210px; 
			
			}
			
			#Menu-Right .Menu-Content-Title { 
			
			    position: relative;
                	    float: left; 
                
			    width: 170px; 
			
			}
			
			#Menu-Right .Menu-Top-Title { 
			
			    position: relative;
                	    float: left;   
                
			    width: 170px; 
			
			}
			
			#Menu-Right .Menu-Content-Base { 
			    
			    position: relative;
                	    float: left;
                
			    width: 170px; 
			
			}
			
			.Menu-Info-Link-Container {
			
				position: relative;
				float: left;
				
				width: 170px;
			
				background-image: url(http://images.esellerpro.com/listingtemplates-v4/aio/images/block-backgrounds/info-link-bg.gif);
				
			}

			#Menu-Left .Menu-Content-Title {

				margin: 0 0 0 0;

				background-image: url(http://images.esellerpro.com/listingtemplates-v4/aio/images/elements/content-block-header-left.gif);

			}
			
			#Menu-Right .Menu-Content-Title {
			
				margin: 0 0 0 0;

				background-image: url(http://images.esellerpro.com/listingtemplates-v4/aio/images/elements/content-block-header-right.gif);
			
			}
			
			#Menu-Left .Menu-Top-Title {

				margin: 0 0 0 0;

				background-image: url(http://images.esellerpro.com/listingtemplates-v4/aio/images/elements/top-block-header-left.gif);

			}
			
			#Menu-Right .Menu-Top-Title {
			
				margin: 0 0 0 0;

				background-image: url(http://images.esellerpro.com/listingtemplates-v4/aio/images/elements/top-block-header-right.gif);
			
			}
			
			/* ----- Padded Heading versions ----- */
                
                /* 
                    .Menu-Content-Title h3 { padding: 4px 0 4px 18px; }
                    .Menu-Top-Title h3 { padding: 4px 0 4px 18px; }
                */
                
            /* ----- Non Padded Heading versions ----- */
            
                .Menu-Content-Title h3 { padding: 4px 0 4px 8px; }
                .Menu-Top-Title h3 { padding: 4px 0 4px 8px; }
            
			.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;

				list-style: none;

			}
			
			.Menu-Content-Details .Menu-Content-List LI {
			
				padding: 0 10px 0 0;
			
				background-image: url(http://images.esellerpro.com/listingtemplates-v4/aio/images/objects/content-list-icon.gif);
				background-repeat: no-repeat;
			
			}
			
			.Menu-Content-Details .Menu-Content-List LI a { padding: 0 0 0 20px; }

			.Menu-Content-Products { 

				position: relative;
				float: left;

				margin: 0 0 0 9px;

			}

			.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; }

		/* ----- Simplified Version ----- */

			.Menu-Simple-Content-Block {

				position: relative;
				float: left;

				padding: 0 0 0 0;

				width: 190px;
				height: 270px;
				#height: 250px;	
				
				left: 10px;
				
				overflow: hidden;

			}

			#Menu-Left .Menu-Simple-Content-Block { margin: 10px 0 0 0; }		
			#Menu-Right .Menu-Simple-Content-Block { margin: 10px 0 0 0; }		

			/* ----- Simple Thin Content Elements ----- */
			
				.Menu-Simple-Content-Top {
				
					position: relative;
					float: left;
					
					margin: 0 0 0 0;

					height: 4px;
					width: 188px;

					/* background-image: url(http://images.esellerpro.com/listingtemplates-v4/aio/images/elements/menu-simple-block-top.gif);
					background-color: #ffffff; */
				
				} 
				
				.Menu-Simple-Content-Base { 
				
					position: relative;
					float: left;
				
					margin: 0 0 0 0;

					height: 4px;
					width: 188px;

					/* background-image: url(http://images.esellerpro.com/listingtemplates-v4/aio/images/elements/menu-simple-block-base.gif);
					background-color: #ffffff; */
				
				}
					
            /* ----- Simplifed Version ----- */
				
		 		.Menu-Simple-Content-Block .Menu-Content-Products { 

                    position: relative;
                    float: left;
    
                    margin: 0 0 8px 2px;					
    
                    width: 184px;
    
                }
    
                * html .Menu-Simple-Content-Block .Menu-Content-Products { margin: 0 0 8px 1px; }
    
                .Menu-Simple-Content-Block .Menu-Content-Products p { padding: 5px 0 5px 0; }
                .Menu-Simple-Content-Block .Menu-Content-Products h4 { padding: 5px 0 5px 0; }
                
                .Menu-Simple-Content-Block .Menu-Content-Products .Product-Text-Link { width: 160px; }
    
                .Menu-Simple-Content-Block .Menu-Product-Image { margin: 0 0 0 0; }
                
                .Menu-Simple-Content-Block .Menu-Content-Products .Product .image { text-align: center; }
                
		/* ----- Menu List Elements ----- */
		
		    .Menu-Base-Line-Left {
		    
		    	position: relative;
		    	float: left;
		    	
		    	width: 210px;
		    	height: 1px;
		    	
		    	/* ----- IE Fix ----- */
		    	    font-size: 0;
		    	   
		    	border-top: 1px solid #c8c8c8;
		    
		    }
		    
		    .Menu-Base-Line-Right {

			position: relative;
			float: left;

			width: 170px;
			height: 1px;

			/* ----- IE Fix ----- */
			    font-size: 0;

			border-top: 1px solid #c8c8c8;
		    		    
		    }
					
		    .Menu-Base-Divider { 
		        
		        position: relative;	   
		        float: left;
		        
		        width: 150px;
		        height: 1px;
		        			 
		        /* ----- IE Fix ----- */
		            font-size: 0;
		            
		        border-bottom: 1px dotted #464646;
		    
		    }
		
		    /* ----- Standard Menu List ----- */

                .Menu-List {
    
                    margin: 3px 0 2px 10px;
                    width: 150px;
                    
                    list-style: none;
    
                }

                .Menu-List .List-Top-Tag { }
    
                .Menu-List li {  
                
                    position: relative;
                    float: left;
                    
                    padding: 0 0 5px 0; 
                    width: 150px;
                    
                }  
    
                .Menu-List-Img { float: left; }	    
                
        /* ----- Menu Cart List ----- */
            
            .Menu-Cart-List {

                margin: 3px 0 2px 10px;
                width: 150px;
                
                list-style: none;

            }

            .Menu-Cart-List .List-Top-Tag { border-bottom: 1px dotted #000000; }

            .Menu-Cart-List li {  
            
                position: relative;
                float: left;
            
                padding: 0 0 0 0; 
                width: 150px;	  
                
                clear: both;
                
            }

		/* ----- Menu Cart V1 ----- */	 
		
		    .Menu-Content-Cart { 
		    	
		    	position: relative;
		    	float: left;
		    					 
		    	width: 170px;
		    					 
		        background-image: url(http://images.esellerpro.com/listingtemplates-v4/aio/images/block-backgrounds/menu-left-bg-rp.gif);
		        background-repeat: repeat-y;
		    
		    }	
		    
		    .Menu-List-Heading {

			position: relative;
			float: left;

			display: block;	       

		    }
		    
		    .Menu-Cart-Item {  

                	position: relative;
		        float: left;
		        		        
		        display: block;	  
		        		        
		        background-image: url(http://images.esellerpro.com/listingtemplates-v4/aio/images/block-backgrounds/menu-cart-item-bg.gif);	 
		        background-repeat: repeat-x;
		    
		    }	
		    
		    .Menu-Cart-Item-Title {
		    
		    	padding: 5px 0 5px 0;
		    
		    	line-height: 11px;
		    
		    }
		    
		    .Menu-Cart-Item-Heading-Left { 
        
			position: relative;
			float: left;	
			
			margin: 0 0 3px 0;

			display: block;

			width: 100px;
			
			line-height: 12px;

		    }

		    .Menu-Cart-Item-Heading-Right {

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

			display: block;

			width: 50px;

			text-align: right;
			
			line-height: 12px;

		    }
    		
		    .Menu-Cart-Item-Title { 
		    
		        position: relative;
		        float: left;  
		        
		        display: block;
		        
		        width: 110px;
		    
		    }
		    
		    .Menu-Cart-Item-Cost {
		    
		        position: relative;
		        float: left;	 
		        
		        display: block;
		        
		        width: 40px;
		  	    	
		    	text-align: right;
		    	
		    }	
		    
        /* ----- Currency Elements ----- */    											 
                                                 
            /* ----- Menu Currency Logos ----- */
            
                .Menu-Currency-Logos img { padding: 5px 5px 0 0; }
		    		
	/* ----- 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; }
			
			#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; }
			
			.Content-Heading-Container {
			
				position: relative;
				float: left;
				
				margin: 10px 0 0 0;
				
				width: 710px;
				height: 28px;
				
				background-image: url(http://images.esellerpro.com/listingtemplates-v4/aio/images/elements/page-trail-bg.gif);
			
			}
			
			.Content-Heading-Container-Overflow {
			
				width: 700px;
				height: 24px;

				overflow: hidden;

			}
			
			.Homepage-Heading-Container {
						
				position: relative;
				float: left;

				width: 601px;
				height: 21px;

				background-image: url(http://images.esellerpro.com/listingtemplates-v4/aio/images/elements/homepage-trail.gif);
						
			}
			
			/* ----- Padded Heading versions ----- */
		
			    /* .Content-Heading-Container p { padding: 4px 0 4px 18px; } */
			
			/* ----- Non Padded Heading versions ----- */
			    
			    .Content-Heading-Container p { padding: 5px 0 5px 18px; }
		
	/* ----- 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: absolute;			
				
				left: 200px;
				bottom: 10px;
			
			}	
			
		/* ----- Footer Right Configurations ----- */
			
			#Footer-Right-UL {
			
				position: relative;
				float: right; 
				
				padding: 5px 16px 0 0;
			
			}
			
/* ------------------------------------------------------------ */
/* Misc Elements */
/* ------------------------------------------------------------ */

	/* ----- Footer Elements ----- */
	
		.CompatibleApplication-IMG {
		
			position: relative;
			float: right;
			
			margin: 1px 3px 0 1px;
		
		}
		
		.PaymentLogos-IMG {

			position: relative;
			float: right;

			margin: 1px 10px 0 5px;
			
		}
		
		#W3C-Logos {
		
			position: relative;
			float: left;
			
			margin: 6px 0 0 20px;
					
		}
		
		.Footer-ICON {
		
			position: relative;
			float: left;
			
			margin: 0 5px 0 0;
		
		}
		
		.eSellerPro-Logo {
		
			position: relative;
			float: right;
			
			margin: 7px 0 0 0;
		
		}
		
		.eSellerPro-Header-Logo { 
		
			position: relative;
			float: right;
			
			margin: 0 5px 0 0;
			
		}
		
		.CreatedBy { 
		
			position: relative;
			float: right;
			
			display: none;
			
			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;
			
			left: 76px;
			top: 48px;
		
		}
				
/* ------------------------------------------------------------ */
/* Elements Colours */
/* ------------------------------------------------------------ */

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

		/* * {
		
			color: #000000;

		} */
		
		.red { color: #c10909; }
	
	/* ----- Header Tabs ----- */

		#Header-Menu-Tabs #Header-Menu-UL-Right-Tabs LI a { color: #000000; }
		#Header-Menu-Tabs #Header-Menu-UL-Right-Tabs LI a:hover { color: #000000; }
		
	/* ----- Inner Header Elements ----- */
		
		#Header-Menu #Header-Menu-UL-Left LI a { color: #000000; }		
		#Header-Menu #Header-Menu-UL-Left LI a:hover { color: #000000; }
		
		#Header-Menu #Header-Menu-UL-Right LI a { color: #000000; }		
		#Header-Menu #Header-Menu-UL-Right LI a:hover { color: #000000; }
		
		#Header-Menu-Sub #Header-Menu-Sub-UL-Right LI a { color: #000000; }		
		#Header-Menu-Sub #Header-Menu-Sub-UL-Right LI a:hover { color: #000000; }
		
		#Header-Menu #Header-Menu-UL-Right LI p { color: #000000; }
		
		#Header-Menu-Sub #Header-Menu-Sub-UL-Right LI p { color: #000000; }

	/* ----- Header Menu ----- */
	
		#Header-Menu-Left-UL LI { color: #000000; }

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

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

			.Menu-UL .topcat a { color: #333333; }
			.Menu-UL .topcat a:hover { color: #333333; }
			
			.Menu-UL .subcat a { color: #333333; }
			.Menu-UL .subcat a:hover { color: #333333; }
			
			.Menu-UL .sitepage a { color: #333333; }
			.Menu-UL .sitepage a:hover { color: #333333; }	
			
            /* ----- Standard Menu List ----- */
											
                .Menu-List li a { color: #1b1b1b; }
                .Menu-List li a:hover { color: #0034cf; }
                            
			/* ----- Menu Cart List ----- */
			
                .Menu-Cart-List li a { color: #1b1b1b; }
                .Menu-Cart-List li a:hover { color: #0034cf; }
			
		/* ----- Full Width Menu Content Version ----- */
		
			.Menu-Content-Title h3 { color: #ffffff; }
			.Menu-Top-Title h3 { color: #ffffff; }
			
			.Menu-Content-Details a { color: #08a1da; }
			.Menu-Content-Details a:hover { color: #056f97; }

			.Menu-Content-Details h4 a { color: #124f9d; }
			.Menu-Content-Details h4 a:hover { color: #04326e; }
		
			.Menu-Content-Products h4 a { color: #124f9d; }
			.Menu-Content-Products h4 a:hover { color: #04326e; }

			.Menu-Content-Details .Menu-Content-List a { color: #08a1da; }
			.Menu-Content-Details .Menu-Content-List a:hover { color: #056f97; }
			
		/* ----- Thin Width Menu Content Version ----- */
		
			.Menu-Thin-Content-Title h3 { color: #ffffff; }
			
			.Menu-Thin-Content-Details a { color: #08a1da; }
			.Menu-Thin-Content-Details a:hover { color: #056f97; }
		
			.Menu-Thin-Content-Details h4 a { color: #124f9d; }
			.Menu-Thin-Content-Details h4 a:hover { color: #04326e; }

			.Menu-Thin-Content-Products h4 a { color: #124f9d; }
			.Menu-Thin-Content-Products h4 a:hover { color: #04326e; }

			.Menu-Thin-Content-Details .Menu-Content-List a { color: #08a1da; }
			.Menu-Thin-Content-Details .Menu-Content-List a:hover { color: #056f97; }
	
	/* ----- 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: #f3ffcb; }
	
	/* ----- Footer Elements ----- */
	
		#Faux-Footer UL LI { color: #000000 !important; }
		#Faux-Footer UL LI a { color: #1356ff !important; }
		#Faux-Footer UL LI a:hover { color: #032d96 !important; }
		
		.CreatedBy { color: #0d5398; }

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

		#Header-Content p { color: #1b1b1b; }
		#SUB-Header-Content p { color: #1b1b1b; }
		
	/* ----- Header Basket ----- */
				
		#Header-Basket LI { color: #1b1b1b; }

		#Header-Basket LI a { color: #1b1b1b; }
		#Header-Basket LI a:hover { color: #2258c6; }
	
	/* ----- Header Search ----- */
		
		#Header-Search LI p label { color: #ffffff; }
		
		#Header-Search LI #header-searchsubmit { color: #ffffff; }
		#Header-Search LI #header-searchquery { color: #999; }
		
		#Header-Search-Title p { color: #000000; }
		
		#Header-Search-Title a { color: #000000; }
		#Header-Search-Title a:hover { color: #000000; }
		
	/* ----- Listing Category & Store Page Menu ----- */

		.ESP-ebCategories td .ESP-ListingCategory { color: #000000; }

		.ESP-ebCategories td .ESP-ListingCategory:hover { color: #000000; }

		.ESP-ebCategories td .ESP-ListingSubCategory { color: #000000; }

		.ESP-ebCategories td .ESP-ListingSubCategory:hover { color: #000000; }

		.ESP-ebStorePages td .ESP-StorePage { color: #000000; }

		.ESP-ebStorePages td .ESP-StorePage:hover { color: #000000; }
		
	/* ----- Content Block ----- */
	
		.Menu-Content-Format p { color: #333333; }

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

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

			font-family: arial, tahoma, verdana;	
			font-size: 12px;	

		}
	
	/* ----- Header Tabs ----- */
	
		#Header-Menu-Tabs #Header-Menu-UL-Right-Tabs LI a { 
		
			font-size: 12px; 
			text-decoration: none;
		
		}
		
	/* ----- Inner Header Elements ----- */
	
		#Header-Menu #Header-Menu-UL-Left LI { font-size: 17px !important; }		
		#Header-Menu #Header-Menu-UL-Left LI a { 
		
			text-decoration: none; 
			font-weight: normal;
			
			font-size: 17px !important; 
						
		}
		
		#Header-Menu #Header-Menu-UL-Left LI a:hover { text-decoration: underline; }
		
		#Header-Menu #Header-Menu-UL-Right LI { font-size: 17px !important; }		
		#Header-Menu #Header-Menu-UL-Right LI a {
		
			text-decoration: none; 
			font-weight: normal;
			
			font-size: 17px !important; 
			
		}
		
		#Header-Menu-Sub #Header-Menu-Sub-UL-Right LI { font-size: 12px; }		
		#Header-Menu-Sub #Header-Menu-Sub-UL-Right LI a { text-decoration: none; }
		
	/* ----- Menu Elements ----- */		
	
		/* ----- Full Width Menu Content Version ----- */
	
			.Menu-Top-Title h3 { font-size: 13px; }
			.Menu-Content-Title h3 { font-size: 13px; }
			
			.Menu-Content-Details p { font-size: 12px; }				
			.Menu-Content-Details h4 { 
			
				font-weight: normal;
				font-size: 12px; 
				
			}	
			
			.Menu-Content-Details h4 a { text-decoration: none; }

			.Menu-Content-Details .Menu-Content-List { 
			
			    line-height: 15px;
			    font-size: 12px; 
			
			}
			
			.Menu-Content-Details .Menu-Content-List a { text-decoration: none; }

			.Menu-Content-Products a { }

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

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

                		line-height: 15px;
			    	font-size: 12px;
			    
			}
			
			.Menu-Thin-Content-Details .Menu-Thin-Content-List a { text-decoration: none; }

			.Menu-Thin-Content-Products p { font-size: 12px; }		

			.Menu-Thin-Content-Products h4 { 

				font-size: 12px; 
				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 .Header-UL { font-size: 12px; }
			.Menu-UL .topcat a { font-size: 12px; }
			
			/* 
			
				.Menu-UL .topcat a:hover { font-weight: bold; }
			
				.Menu-UL .topcat .Menu-LI-State-Category-0 { font-weight: bold; }
				.Menu-UL .topcat .Menu-LI-State-Category-1 { font-weight: bold; }
			
			*/
			
			.Menu-UL .subcat a { font-size: 12px; }
			/* .Menu-UL .subcat a:hover { font-weight: bold; } */
			
			.Menu-UL .sitepage a { font-size: 12px; }
			
			/* ----- Standard Menu List ----- */
                
                .Menu-List li { font-size: 12px; }
                .Menu-List li { line-height: 21px; }		
                .Menu-List li a { text-decoration: none; }	
                
            /* ----- Menu Cart List ----- */
            
                .Menu-Cart-List li { font-size: 0.6em; }
                .Menu-Cart-List li { line-height: 21px; }		
                .Menu-Cart-List li a { text-decoration: none; } 


			/* ----- Menu List Submenu ----- */
						
			/*
				* html .subcat a { font-size: 1.0em; }
				*+html .subcat a { font-size: 1.0em; }
			*/
	
	/* ----- Content Headings ----- */
		
		.Content-Heading-Container p { 
		
			font-weight: normal;
			font-size: 12px; 
			
		}
		
		.Content-Heading-Container p a { 
				
			font-weight: bold;
			text-decoration: none;
				
		}
		
	/* ----- Header Elements ----- */
	
		#Faux-Header LI { font-size: 13px; }
		#Faux-Header LI a { text-decoration: none; }
		#Faux-Header LI a:hover { text-decoration: underline; }
	
	/* ----- Sub Header Elements ----- */
	
		#Header-Content p { font-size: 12px; }		
		#SUB-Header-Content p { font-size: 12px; }
		
	/* ----- Footer Elements ----- */
	
		#Faux-Footer UL LI {
		
			line-height: 20px;
			font-size: 11px;	

		}

		#Faux-Footer UL LI a { font-size: 11px; text-decoration: none; }
		
		.CreatedBy { 
		
			font-size: 12px; 
			font-weight: bold;
		
		}

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

		}

		#Search-Form select { font-size: 12px; }
		#Search-Form input { font-size: 12px; }
		
	/* ----- Header Search ----- */
	
		#Header-Search-Title { font-size: 12px; }
		
		#Header-Search-Title a { text-decoration: none; }
			
		#Header-Search { 

			font-size: 16px;
			line-height: 18px;
			
		}  
		
		#Header-Search p label { 
		
			font-size: 16px;
			font-weight: bold; 
		
		}
		
		#Header-Search LI #header-searchquery {
		
			font-size: 0.8em !important;
			
			line-height: 13px; 
			
			font-weight: normal;
			
		}
		
	/* ----- Content Search ----- */
				
		#Content-Search { 

			font-size: 12px;

		}	 
		
		#Content-Search LI #content-searchquery { line-height: 13px; }
					
		/* ----- Listing Category & Store Page Menu ----- */
		
			.ESP-ebCategories td .ESP-ListingCategory {

				font-size: 12px;
				font-weight: normal;
				text-decoration: none;
				
			}

			.ESP-ebCategories td .ESP-ListingCategory:hover { text-decoration: underline; }

			.ESP-ebCategories td .ESP-ListingSubCategory {

				font-size: 12px;
				font-weight: normal;
				text-decoration: none;

			}

			.ESP-ebCategories td .ESP-ListingSubCategory:hover { text-decoration: underline; }

			.ESP-ebStorePages td .ESP-StorePage {

				font-size: 12px;
				font-weight: normal;
				text-decoration: none;

			}

			.ESP-ebStorePages td .ESP-StorePage:hover { text-decoration: underline; }

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

		.Menu-Content-Format p { font-size: 12px; }