/* ------------------------------------------------------------ */
/* Element Formatting */
/* ------------------------------------------------------------ */	

	#Mini-Ad {
	
		position: relative;
		float: left;
		
		margin: 10px 0 0 10px;
		
		width: 588px;
	
	}
	
	* html #Mini-Ad { margin: 10px 0 0 5px; }

	#Mini-Ad .Ad { 
	
		position: relative;
		float: left;
		
		margin: 0 5px 5px 0;
		
		width: 190px;
		height: 114px;
		
		background-image: url(http://images.esellerpro.com/2265/images/block-backgrounds/mini-ad.gif);
		background-repeat: no-repeat;
	
	}
	
	#Mini-Ad .Ad h2 { 
	
		position: absolute;
		
		right: 6px;
		top: 5px;
		
		width: 85px;
		
		word-wrap: break-word;
		
		line-height: 13px;
	
	}
	
	#Mini-Ad .Ad h2 a { color: #ffffff; }
	#Mini-Ad .Ad h2 a:hover { color: #ffffff; }
	
	#Mini-Ad .Ad h2 a { 
	
		font-size: 0.8em; 
		text-decoration: none;
	
	}
	
	#Mini-Ad .Ad h2 a:hover { text-decoration: underline; } 
	
	#Mini-Ad .Ad .Price { 
		
		position: absolute;

		right: 10px;
		bottom: 8px;

		width: 80px;

	}
	
	#Mini-Ad .Ad .Price { color: #ffffff; }
	
	#Mini-Ad .Ad .Price { 
	
		font-weight: bold;
		font-size: 1.0em;
	
	}

	#Mini-Ad .Ad .Ad-Img { 
	
		position: absolute;
		
		left: 5px;
		top: 5px;
		
		width: 82px;
		height: 102px;
		
		overflow: hidden;
		
	}
	
	#Mini-Ad .Ad .Ad-Img img { 
	
		float: left;
		
		width: 82px;
	
	}
	
/* ------------------------------------------------------------ */
/* Misc Elements */
/* ------------------------------------------------------------ */
		

/* ------------------------------------------------------------ */
/* Elements Colours */
/* ------------------------------------------------------------ */
			
/* ------------------------------------------------------------ */
/* Font Formatting */
/* ------------------------------------------------------------ */	

