/* Adplus advertising - source code */

/* ads container */
#adbox { position: relative; clear: both; width: 760px; margin: 0 auto; padding: 5px; text-align: left; }
	
	#adbox fieldset { padding: 5px; border: 1px solid #f3f3f3; text-align: left; }
	#adbox legend { padding: 2px 3px; background: #fff; color: #8bc808; }
	
	#adbox img { border: 0; }
	#adbox a img { float: left; }
	
	/* ads box */
	.ads { position: relative; float: left; width: 125px; margin: 0 5px 0 0; padding: 0; }
		
		#flash { position: relative; margin: 0; padding: 0; background: #fff; z-index: 1; }
			
			/* flash content */
			#lero { font: bold 11px "Trebuchet MS", Trebuchet, Arial, sans-serif; color: #d90000; }
		
		/* for text ads only */
		.adsinner { margin-left: 7px; padding-bottom: 5px; font: 11px Arial, "Trebuchet MS", sans-serif; color: #bebebe; }
		.adsinner a { text-decoration: none; }
		.adsinner a:hover { text-decoration: none; }
		.adsinner span.title { margin-top: 10px; font-size: 13px; color: #25ad0f; }
		.adsinner span.body { color: #c1c1c1; padding-right: 5px; }
		.adsinner span a { text-decoration: underline; color: #000; }
		.adsinner span a:hover { text-decoration: underline; }
