@charset "utf-8";
/* CSS Document */
#atma_ad_box {
	margin: 0;
	padding 0;
	width: 304px;
	height: 74px;
	background-color: aliceblue; 
	border: 1px solid gray;
   	text-align: left; 	
	color:black;
	font-size:10px; 
	line-height:11px;
	position: absolute;
	z-index:100;
	overflow:hidden;
}

#atma_ad_box img {
	float: left; 
	width: 74px;
	height: 74px;
	border-right: 1px solid #DDDDDD; 
}

.atma_outer {
	margin:3px 4px 3px 4px;
	width:220px;
	font-family: Helvetica, Arial, sans-serif;
	float: left; 
}

.atma_outer #atma_ad_linkbar {
	float:right;  
	font-family:inherit; 
	text-align:right;
	font-size:9px; 
	line-height:9px;
	color:#777777;
}

.atma_top {
	height: 59px;
	font-family:inherit;
	overflow: hidden; 
}

.atma_top #atma_ad_title {
	font-size:11px;
	line-height:12px;
	font-weight:bold;
}

.atma_top #atma_ad_subtitle {
	font-size: inherit; 
	font-family: inherit; 
}

.atma_top #atma_ad_content {
	font-size:10px;
	margin-top: 2px;
	color:#444444;
	float: left; 
}

.atma_ad_link { 
	cursor : pointer;
}
