/* ------------------------------------------------------------ */
/* Element Formatting */
/* ------------------------------------------------------------ */	

	/* ----- Category Introductions ----- */
	
		.Category-Intro { 
		
			position: relative;
			float: left;
			
			margin: 10px 0 0 10px;
			
			width: 314px;
			height: 318px;
			
			background-color: #000000;
		
		}
		
		* html .Category-Intro { margin: 10px 0 0 5px; }
		
		.Category-Intro h1 { padding: 20px 20px 10px 20px; }
		.Category-Intro h2 { padding: 20px 20px 10px 20px; }
		
		.Category-Intro p { padding: 0 20px 20px 20px; }
		
		.Category-Intro h1 { color: #ffffff; }
		.Category-Intro h2 { color: #ffffff; }
		.Category-Intro p { color: #ffffff; }
		
		.Category-Intro .howShop { color: #ffffff; }
		
		.Category-Intro h1 { 
			font-family: Arial;
			font-size: 26px; 
			font-style: normal;
		
		}
		
		.Category-Intro p { font-family: verdana; font-size: 14px; }
		.Category-Intro .howShop { font-family: verdana; font-size: 12px; font-weight: bold; }
		
		.Category-Image { 
		
			position: relative;
			float: left;
			
			margin: 10px 0 0 0;
			
			width: 300px;
			height: 318px;
			
			overflow: hidden;
		
		}

	/* ----- Homepage ----- */
	
		#Introduction-Box {
		
			position: relative;
			float: left;
			
			margin: 10px 0 0 0;
			
			width: 498px;
			height: 320px;
			
			text-align: center;
			
			background-color: #000000;
		
		}
		
		#Introduction-Box .SS { 
		
			margin: 0 0 5px 0;
			display: block;
			
			width: 498px;
			height: 195px;
			
			background-image: url(http://images.esellerpro.com/2263/I/1/498x195.jpg);
			background-repeat: no-repeat;
			
			background-position: center 0;
			
			font-size: 0;
			text-indent: -1000px;
		
		}
		
		#Introduction-Box UL {
		
			float: left;
			
			margin: 10px 0 0 64px;
		
			list-style: none;
			
			width: 350px;
			
			clear: both;
		
		}
		
		* html #Introduction-Box UL { margin: 0 0 0 32px; }
		
		#Introduction-Box UL LI {
		
			float: left;
			
			padding: 0 0 0 15px;
			
			width: 155px;	
			height: 20px;
			
			text-align: left;
			
			background-image: url(http://images.esellerpro.com/2263/I/56/wheart.gif);
			background-repeat: no-repeat;
			
			background-position: 0 1px;
		
		}
		
		#Introduction-Box UL LI a { float: left; }
		
		#Introduction-Box UL LI a { color: #ffffff; }
		#Introduction-Box UL LI a:hover { color: #ffffff; }
		
		#Introduction-Box p { color: #ffffff; }
		
		#Introduction-Box UL LI a { 
		
			text-decoration: none; 
			text-transform: uppercase;
			font-size: 0.75em;
			font-weight: bold;
					
		}
		
		#Introduction-Box UL LI a:hover { text-decoration: underline; }
		
		#Introduction-Box p { 
		
			clear: both;
			padding: 2px 0 5px 0; 
		
		}
		
		#Introduction-Box p { font-size: 0.8em; } 
		
		#Introduction-Feature {

			position: relative;
			float: right;
			
			margin: 10px 0 0 0;

			width: 302px;
			height: 320px;

			background-color: #000000;
				
		}	
		
		#Introduction-Feature object { float: left; }
		
		.Feature-Image { float: right; }
		
		.HP-Categories-Container { 
		
			position: relative;
			float: left;
			
			margin: 10px 0 0 0;
			
			width: 810px;
		
		}
		
		.HP-Categories-Container .Black { background-color: #000000; }
		.HP-Categories-Container .Blue { background-color: #3daab3; }
		.HP-Categories-Container .Grey { background-color: #4a524c; }
		
		.HP-Categories-Container .LightBlue { background-color: #8690b4; }
		.HP-Categories-Container .Pink { background-color: #000000; }
		.HP-Categories-Container .Green { background-color: #bad433; }
		
		.Category-Box { 
		
			position: relative;
			float: left;
			
			margin: 0 0 0 0;
			
			width: 270px;
			height: 130px;
			
		}
		
		.Category-Box .Information {
		
			position: relative;
			float: left;
			
			width: 145px;
			height: 130px;
		
		}
		
		.Category-Box .Image {

			position: relative;
			float: left;

			width: 113px;
				
		}

    /* ----- Menu Search ----- */

        .Menu-Content-Search {

            position: relative;
            float: left;

            padding: 5px 0 10px 0;

            width: 171px;

            background-image: url(http://images.esellerpro.com/2263/I/56/find-button.gif);

        }
    
        .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/2263/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; } 
        
	/* ----- Homepage ----- */
	
		.Category-Box .Black h2 a { color: #ff3e8f; }
		.Category-Box .Black h2 a:hover { color: #ff3e8f; }

		.Category-Box .Black p { color: #ff3e8f; }

		.Category-Box .Blue h2 a { color: #ffffff; }
		.Category-Box .Blue h2 a:hover { color: #ffffff; }

		.Category-Box .Blue p { color: #ffffff; }

		.Category-Box .Grey h2 a { color: #ffcbe1; }
		.Category-Box .Grey h2 a:hover { color: #ffcbe1; }

		.Category-Box .Grey p { color: #ffcbe1; }
		
		
		.Category-Box .LightBlue h2 a { color: #ffffff; }
		.Category-Box .LightBlue h2 a:hover { color: #ffffff; }

		.Category-Box .LightBlue p { color: #ffffff; }

		.Category-Box .Pink h2 a { color: #000000; }
		.Category-Box .Pink h2 a:hover { color: #000000; }

		.Category-Box .Pink p { color: #000000; }

		.Category-Box .Green h2 a { color: #ffffff; }
		.Category-Box .Green h2 a:hover { color: #ffffff; }

		.Category-Box .Green p { color: #ffffff; }

/* ------------------------------------------------------------ */
/* Font Formatting */
/* ------------------------------------------------------------ */	

    /* ----- Menu Search ----- */
    
        .Menu-UL-Search p { font-size: 0.8em; }

        .Menu-UL-Search select { 
        
            font-size: 0.8em;
        
        }

    /* ----- Menu News Letter Box ----- */

		.Menu-News-Letter-UL {

			font-size: 0.8em;

		}

		.Menu-News-Letter-UL LI { }

		.Menu-News-Letter-UL LI input { }		
		
	/* ----- Homepage ----- */
			
		.Category-Box .Information h2 {

			padding: 30px 0 0 20px;

		}

		.Category-Box .Information p {

			padding: 10px 10px 0 20px;

		}
		
		.Category-Box .Information h2 a { text-decoration: none; }
		.Category-Box .Information h2 a:hover { text-decoration: underline; }

		.Category-Box .Information h2 {

			font-size: 0.9em;

		}

		.Category-Box .Information p {

			font-size: 0.7em;

		}