/* ------------------------------------------------------------ */
/* Element Formatting */
/* ------------------------------------------------------------ */
	 
	#Main-Advert {

		position: relative;
		float: right;

		margin: 10px 0 0 0;
		padding: 12px 0 4px 12px;

		width: 708px;

		background-color: #ececec;
	
	}
	
	#Featured-Cats { 
		
		position: relative;
		float: right;
		
		padding: 10px 0 16px 0;
	
		width: 720px;
	
		background-color: #ececec;
	
	}
	
	#Featured-Items {
	
		position: relative;
		float: right;
		
		margin: 10px 0 0 0;
		padding: 14px 0 14px 0;
		
		width: 720px;
		
		background-color: #ececec;
	
	}

	#Featured-Items .Product {
	
		position: relative;
		float: left;
		
		margin: 0 -1px 0 12px;
		
		width: 130px;
		height: 300px;
		
		background-color: #ffffff;
	
	}
	
	#Featured-Items .Product .Image-C {
	
		position: relative;
		float: left;
		
		width: 130px;
		height: 190px;
		
		overflow: hidden;
		
	}
	
	#Featured-Items .Product .Image-C .Product-Image {
	
		position: relative;
		float: left;
		
		margin: 10px 0 0 10px;
		
		width: 110px;
		
	}	
	
	* html #Featured-Items .Product .Image-C .Product-Image { margin: 10px 0 0 5px; }
	
	#Featured-Items .Product .Category-C {
	
		position: relative;
		float: left;
		
		padding: 10px 0 0 10px;
		
		width: 120px;
	
	}
	
	#Featured-Items .Product .Title-C {
		
		position: relative;
		float: left;

		padding: 0 0 0 10px;

		width: 120px;
		
	}
	
	#Featured-Items .Product .Price-C {

		position: relative;
		float: left;

		padding: 10px 0 0 10px;

		width: 120px;
			
	}
		
/* ------------------------------------------------------------ */
/* Elements Colours */
/* ------------------------------------------------------------ */

	#Featured-Items .Product .Category-C a { color: #898989; }
	#Featured-Items .Product .Category-C a:hover { color: #898989; }

	#Featured-Items .Product .Title-C a { color: #333333; }
	#Featured-Items .Product .Title-C a:hover { color: #333333; }
	
	#Featured-Items .Product .Price-C span { color: #ed1c24; }
	
/* ------------------------------------------------------------ */
/* Font Formatting */
/* ------------------------------------------------------------ */

	#Featured-Items .Product .Category-C { text-align: left; }
	
	#Featured-Items .Product .Category-C a:hover { text-decoration: underline; }
	
	#Featured-Items .Product .Title-C { text-align: left; }
	
	#Featured-Items .Product .Title-C a {
	
		font-size: 1.1em;
		font-weight: bold;
	
	}
	
	#Featured-Items .Product .Title-C a:hover { text-decoration: underline; }
	
	#Featured-Items .Product .Price-C { text-align: left; }
	
	#Featured-Items .Product .Price-C span { font-size: 1.2em; }
