/* ------------------------------------------------------------ */
/* 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: 40px;
		top: 40px;
		
		height: 100px;
		width: 203px;
		
	}
	
	#Header-Basket .Information { padding: 15px 0 0 0; }
	
	#Header-Basket .Links { padding: 10px 0 0 0; }
	
	.Basket-Heading { color: #cf0000; }
	#Header-Basket .Links { color: #d8d8d8; }
	#Header-Basket .Basket { color: #6f9dcf; }
	#Header-Basket .Checkout { color: #c21511; }
	#Header-Basket .Grey-Heading { color: #bababa; }	
	#Header-Basket .Items { color: #609fe6; }
	#Header-Basket .Cost { color: #cf0000; }
	
	.Basket-Heading { 

		font-weight: bold;
		font-size: 0.8em; 

	}

	#Header-Basket .Links { 
		
		font-weight: bold;
		font-size: 0.8em; 

	}

	#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.8em;
	
	}
	
	#Header-Basket .Blue-Value { font-weight: bold; }
	#Header-Basket .Items { font-size: 0.8em; }
	#Header-Basket .Cost { 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: #ff0000; }
		.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: 125px;
			
		}
		
	/* ----- 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 ----- */

        .Menu-Content-Search {

            position: relative;
            float: left;

            padding: 10px 0 20px 0;

            width: 171px;

        }
    
        .Menu-UL-Search { 
        
            list-style: none;

            line-height: 0.5em;
        
        }
        
        .Menu-UL-Search p {
        
            margin: 0 0 3px 0;
        
        }
        
        .Menu-UL-Search #Menu-Search-Query {
        
            position: relative;
            float: left;

            margin: 10px 0 0 10px;
            padding: 3px 5px 3px 5px;
            
            width: 140px;
            height: 15px;
            
            border-top: 1px solid #9f9f9f;
            border-left: 1px solid #9f9f9f;
            border-right: 1px solid #9f9f9f;
            
            font-size: 0.7em; 
            color: #585858;
        
        }
        
        .Menu-UL-Search #Menu-Search-Submit {
        
        	position: relative;
        	float: left;
						
			margin: 0 0 0 10px;
			padding: 0 0 0 0;

			width: 152px;
			height: 19px;

			cursor: pointer;

			font-size: 0.8em;
			font-weight: bold; 

			text-transform: uppercase;		
			text-align: center;

			color: #ffffff; 
			
			background-color: #000000;
        
        }

    /* ----- 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/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: #ff0000; }

		#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; }