/* ------------------------------------------------------------ */
/* Element Formatting */
/* ------------------------------------------------------------ */		

	/* ----- Cat Featured Boxes ----- */
	
		.Cat-Featured { 
		
			position: relative;
			float: left;
			
			margin: 10px 0 5px 10px;
			
			width: 284px;
			height: 200px;
			
			background-image: url(http://images.esellerpro.com/2285/images/block-backgrounds/cat-featured.gif);
		
		}
		
		.Cat-Featured .Cat-Image { 
		
			position: absolute;
			
			right: 10px;
			top: 40px;
		
		}
		
		.Cat-Featured h3 {
		
			position: absolute;
			
			left: 10px;
			top: 7px;
		
		}
		
		.Cat-Featured UL {
		
			position: absolute;
			
			left: 10px;
			top: 40px;
			
			width: 125px;
			
			list-style: none;
		
		}
		
		.Cat-Featured UL LI {
		
			float: left;
			
			padding: 5px 0 5px 0;
			
			width: 125px;
		
			border-bottom: 1px dotted #c0c0c0;
		
		}

	/* ----- Intro Box ----- */

		.HP-Intro {

			position: relative;
			float: left;

			margin: 10px 0 0 10px;

			width: 578px;
			height: 153px;

			background-image: url(http://images.esellerpro.com/2285/images/block-backgrounds/hp-info-bg.jpg);
			background-repeat: no-repeat;

		}

		* html .HP-Intro { margin: 10px 0 0 5px; }

		.HP-Intro h3 {

			position: absolute;

			top: 15px;
			right: 10px;

			width: 315px;

		}

		.HP-Intro p {

			position: absolute;

			top: 45px;
			right: 10px;

			width: 315px;

		}
		
/* ------------------------------------------------------------ */
/* Misc Elements */
/* ------------------------------------------------------------ */
		

/* ------------------------------------------------------------ */
/* Elements Colours */
/* ------------------------------------------------------------ */
								
	/* ----- Cat Featured Boxes ----- */
	
		.Cat-Featured h3 { color: #ffffff; }
	
		.Cat-Featured UL LI a { color: #7c7c7c; }
		.Cat-Featured UL LI a:hover { color: #7c7c7c; }

/* ------------------------------------------------------------ */
/* Font Formatting */
/* ------------------------------------------------------------ */	

	/* ----- Cat Featured Boxes ----- */
	
		.Cat-Featured h3 { font-size: 0.9em; }
	
		.Cat-Featured UL { font-size: 0.8em; }
		.Cat-Featured UL LI a { text-decoration: none; }
		.Cat-Featured UL LI a:hover { text-decoration: underline; }

	/* ----- Intro Box ----- */

		.HP-Intro p { font-size: 0.75em; }