/* ------------------------------------------------------------ */
/* Element Formatting */
/* ------------------------------------------------------------ */	 

    /* ----- Menu Adverts ----- */
    
        .Menu-Advert {
        
            position: relative;
            float: left;
            
            margin: 10px 0 10px 0;		
                    
        }

	/* ----- Wish List ----- */
	
		#Content-Graphic {
		
			position: absolute;
			
			right: 20px;
			top: 20px;
		
		}
		
		#Content-Graphic2 {
		
			position: absolute;
			
			right: 20px;
			top: 90px;
		
		}

	#Header-Basket {
	
		position: absolute;
		
		right: 35px;
		top: 130px;
		
		height: 70px;
		width: 125px;
		
	}
	
	#Header-Basket .Information { padding: 0 0 0 0; }
	
	#Header-Basket .Links { padding: 3px 0 0 0; }
	
	.Basket-Heading { color: #ae0000; }
	#Header-Basket .Links { color: #151515; }
	#Header-Basket .Basket { color: #151515; }
	#Header-Basket .Checkout { color: #ae0000; }
	#Header-Basket .Grey-Heading { color: #151515; }	
	#Header-Basket .Items { color: #151515; }
	#Header-Basket .Cost { color: #006db5; }
	
	.Basket-Heading { 

		font-weight: bold;
		font-size: 0.7em; 

	}

	#Header-Basket .Links { 
		
		font-weight: bold;
		font-size: 0.7em; 

	}

	#Header-Basket .Basket { text-decoration: none;	}
	#Header-Basket .Basket:hover { text-decoration: underline; }
	
	#Header-Basket .Checkout { text-decoration: none; }
	#Header-Basket .Checkout:hover { text-decoration: underline; }
	
	#Header-Basket .Grey-Heading { 
	
		font-weight: bold; 
		font-size: 0.7em;
	
	}
	
	#Header-Basket .Blue-Value { font-weight: bold; }
	#Header-Basket .Items { font-size: 0.7em; }
	#Header-Basket .Cost { font-size: 1.0em; }
	#Header-Basket .Links { font-size: 1.0em; }
	
	/* ----- Menu Payments Box ----- */
	
		.Accepted-Payments { 
		
			position: absolute;
			
			bottom: 0;
			left: 0;
					
		} 
				
		.AP-CC { 
		
			position: relative;
			float: left;		
			
			padding: 10px 0 0 0;
				
		}
		
		.Accepted-Payments h3 { 
		
			padding: 0 0 0 10px;
			width: 160px; 
		
		}
		
		.Accepted-Payments h3 { color: #105f8f; }
		.Accepted-Payments h3 { font-size: 0.8em; }

	/* ----- Skype Box ----- */
	
		.Skype-Box {
		
			position: absolute;
			right: 20px;
			top: 80px;
			
			width: 200px;
		
		}
		
		.Skype-Box p { 
			
			position: relative;
			float: left;
			
			padding: 10px 0 0 0;
		
		}
				
		.Skype-Box .Skype-Button { 
		
			float: right;
		
			width: 100px;
		
		}
		
	/* ----- Footer Objects ----- */
	
		.Telephone-Support { 
		
			position: absolute;
			
			right: 20px;
			top: 20px;
		
		}

	/* ----- Useful Links ----- */
		
		#Useful-Links { 
		
			position: relative;
			float: left;
			
			padding: 20px 0 0 20px;
			
			width: 385px;
		
		}
		
		#Useful-Links UL {
		
			position: relative;
			float: left;
			
			list-style: none;
		
		}
		
		#Useful-Links UL LI {
		
			width: 150px;
			
		}
		
	/* ----- Social Networking ----- */
	
		.Social-Network-Links {
		
			position: relative;
			float: right;
			
			padding: 110px 20px 0 0;
			width: 480px;
		
		}
		
		.Social-Network-Links img {
		
			position: relative;
			float: right;
			
			margin: 8px 0 0 4px;
		
		}
		
		.Networking-Heading {
		
			position: relative;
			float: left;
			
			padding: 15px 0 0 0;
			
			width: 140px;
			
			text-align: right;
		
		}
		
    /* ----- Menu Search ----- */	 
    
        .MCS-R { 
        
            padding: 0 0 0 0;
            
            border: none;
        
        }

        .Menu-Content-Search {

            position: relative;
            float: left;

            padding: 0 0 0 0;

            width: 171px;	
            height: 406px;
            
            background-image: url(http://images.esellerpro.com/2270/133342/images/block-backgrounds/search-bg.jpg);	 
            background-repeat: no-repeat;

        }
    
        .Menu-UL-Search { 	  
        
            position: absolute;
            
            left: 33px;
            top: 100px;
            
            width: 102px;
                    
            list-style: none;

            line-height: 0.5em;
        
        }
        
        .Menu-UL-Search2 {
        
            position: absolute;
            
            left: 15px;            
            top: 340px;
            
            list-style: none;
        
        }
        
        .Menu-UL-Search p {
        
            margin: 0 0 3px 0;
        
        }
        
        .Menu-UL-Search select { 
        
        	position: relative;
        	float: left;
        	
        	margin: 0 0 4px 0;	 
        	padding: 0 0 0 5px;
        	
        	width: 102px;
        	        	
        	border: 1px solid #d4d4d4;
        	
        }
        
        .Menu-UL-Search select option { color: #115f90; }
        
        #Menu-Search-Submit-C { 
        
            position: absolute;
            
            right: 30px;
            top: 255px;
        
        }
        
        #Menu-Search-Submit {
        
        	position: relative;
        	float: left;
						
			margin: 0 0 0 0;
			padding: 0 0 0 0;

			width: 70px;
			height: 20px;

			cursor: pointer;

			color: #ffffff; 

            background: none;

        }
        
        .Menu-UL-Search2 #Menu-Search-Query {
        
            position: relative;
            float: left;

            margin: 0 0 0 0;
            padding: 3px 5px 3px 5px;
            
            width: 132px;
            height: 15px;
            
            border-top: 1px solid #d4d4d4;
            border-left: 1px solid #d4d4d4;
            border-right: 1px solid #d4d4d4;
            
            font-size: 0.8em; 
            color: #115f90;
        
        }
        
        .Menu-UL-Search2 #Menu-Search-Submit2 {
        
        	position: relative;
        	float: left;
						
			margin: 0 0 0 0;
			padding: 4px 0 4px 0;

			width: 144px;
			height: 26px;

			cursor: pointer;

			font-size: 1.0em;
			font-weight: bold; 

			text-transform: uppercase;		
			text-align: center;

			color: #ffffff; 
			
			background-color: #115f90;
        
        }

    /* ----- 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/2270/133342/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 ----- */		 
        
    /* ----- Menu Search ----- */
    
        .Menu-UL-Search p { color: #ffffff; }
       
	/* ----- Skype Box ----- */

		.Skype-Box p { color: #606060; }
	
	/* ----- Social Networking ----- */

		.Networking-Heading p {	color: #606060; }
		
	/* ----- Useful Links ----- */

		#Useful-Links h3 { color: #105f8f; }

		#Useful-Links UL LI a { color: #606060; }
		#Useful-Links UL LI a:hover { color: #606060; }

/* ------------------------------------------------------------ */
/* 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 { }		
	
	/* ----- Skype Box ----- */

		.Skype-Box p { font-size: 0.7em; }


	/* ----- Social Networking ----- */

		.Networking-Heading p {	font-size: 0.7em; }
		
	/* ----- Useful Links ----- */

		#Useful-Links h3 { font-size: 0.8em; }

		#Useful-Links UL LI a { 

			font-size: 0.7em; 
			text-decoration: none;

		}

		#Useful-Links UL LI a:hover { text-decoration: underline; }