/* ------------------------------------------------------------ */
/* Element Formatting */
/* ------------------------------------------------------------ */	

	/* ----- Product Labels ----- */
	
		.Prod-Label-Left { 
		
			position: absolute;
			
			left: 2px;
			top: 0;
			
			z-index: 1;
		
		}
		
		.Prod-Label-Right { 

			position: absolute;

			right: 3px;
			top: 0;

			z-index: 1;

		}
		
		#Main-Image-Container .Prod-Label-Left { left: 0; }
		#Main-Image-Container .Prod-Label-Right { right: 0; }
		
		#Category-Related-Items .Item-Box .Prod-Label-Left { left: 6px; }
		#Category-Related-Items .Item-Box .Prod-Label-Right { right: 0; }
		
	/* ----- Social Networking ----- */
	
		.Social-Network-Links {
		
			position: relative;
			float: right;
			
			padding: 25px 10px 0 0;
			width: 350px;
		
		}
		
		.Social-Network-Links img {
		
			position: relative;
			float: right;
			
			margin: 8px 0 0 4px;
		
		}
		
		.Networking-Heading {
		
			position: relative;
			float: left;
			
			width: 350px;
			
			text-align: right;
		
		}
		
		.Networking-Heading p {	color: #ffffff; }
		.Networking-Heading p {	font-size: 0.7em; }

	/* ----- Homepage ----- */
	
		.Flash-Container { 
		
			position: relative;
			float: left;
			
			padding: 4px 0 0 4px;
			
			width: 730px;
			
		}
		
		.Advert-Container {
		
			position: relative;
			float: right;
			
			padding: 1px 0 0 4px;
			
			width: 205px;
			
		}
		
		.Advert-Container .Ad { 
		
			position: relative;
			float: left;
			
			margin: 3px 0 3px 0;
		
		}	 
		
    /* ----- Content Adverts ----- */
    
        .Content-Advert {
        	
        	position: relative;
        	float: left;
        	
            margin: 0 0 10px 20px; 
        
        }
        * html .Content-Advert { margin: 0 0 10px 10px; } 
        
        .NBM { margin: 0 0 0 20px; }
        * html .NBM { margin: 0 0 0 10px; }

    /* ----- Menu Search ----- */

        .Menu-Content-Search {

            position: relative;
            float: left;

            padding: 5px 0 10px 0;

            width: 171px;

            background-image: url(http://images.esellerpro.com/2240/images/block-backgrounds/menu-search-bg.jpg);

        }
    
        .Menu-UL-Search { 
        
            list-style: none;

            line-height: 0.5em;
        
        }
        
        .Menu-UL-Search p {
        
            margin: 0 0 3px 0;
        
        }
        
        .Menu-UL-Search select {
        
            position: relative;

            margin: 0 0 5px 10px;
            
            width: 150px;
            
            border: 1px solid #9f9f9f;
        
        }

    /* ----- 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/2240/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 ----- */
    
        #MailingList-Heading label { color: #ffffff; }		 
        
    /* ----- Menu Search ----- */
    
        .Menu-UL-Search p { color: #ffffff; }

/* ------------------------------------------------------------ */
/* Font Formatting */
/* ------------------------------------------------------------ */	

    /* ----- Menu Search ----- */
    
        .Menu-UL-Search p { font-size: 0.7em; }

        .Menu-UL-Search select { 
        
            font-size: 0.7em;
        
        }

    /* ----- Menu News Letter Box ----- */

		.Menu-News-Letter-UL {

			font-size: 0.7em;

		}

		.Menu-News-Letter-UL LI { }

		.Menu-News-Letter-UL LI input { }		
