/* for each adstrip */

.adspot 
	{ font-size: 10px; border: 0px; line-height: normal; text-align: left; margin: 0; padding: 0;  }

.adspot_head
	{display: none;}

.adspot_link 
	{display: none;}

a.adspot_link:link 
	{display: none;}

a.adspot_link:visited 
	{display: none;}

a.adspot_link:active 
	{
	display: none;
	}

a.adspot_link:hover 
	{display: none;}

.adspot ul
	{
	list-style-position:outside;
	list-style-image:none;
	list-style-type:none;
	text-indent:0;
	margin: 0;
	padding: 0;
	}
	
.adspot li
	{
	display:block;
	overflow:hidden;
	text-indent:0;
	margin: 0;
	padding: 0;
	}
	

/* for each ad */

.adspot_content 
	{border-top: 0px solid #9A001D; padding: 5px 5px 5px 0px;}

.adspot_adhead
	{display:block; font-weight: bold; color: #000000; font-family: 'Trebuchet MS', Verdana, sans-serif; text-align: left; }

.adspot_content img
	{border: 0px; clear:both;}

.adspot_adtext 
	{ display:block; line-height: normal; font-size: 10px; color: #000000; font-family: 'Trebuchet MS', Verdana, sans-serif; }

.adspot_adurl
	{ font-weight: normal; text-decoration: none; color: #9A001D; visibility: visible; font-family: 'Trebuchet MS', Verdana, sans-serif; font-style: normal; }

a.adspot_adurl:link 
	{ font-color: #9A001D; text-decoration: none; font-style: normal;}

a.adspot_adurl:visited 
	{ font-color: #9A001D; text-decoration: none; font-style: normal;}

a.adspot_adurl:active 
	{ font-color: #9A001D; text-decoration: underline; }

a.adspot_adurl:hover 
	{ font-color: #9A001D; text-decoration: underline; }


