@charset "utf-8";
/* CSS Document */

#left {	
	float:left;
	width:280px;
	height:auto;
	padding:10px 12px 10px 8px;
	display:inline;	
}

#right{
	float:right;
	width:290px;
	height:auto;	
	padding:10px 18px 0px 0px;
	display:inline;	
}

#h_divider {
	float:left;
	width:620px;
	height:20px;
	border-bottom:#464646 dotted 1px; 
	margin-bottom:20px;
}

.h_advertisers{
	background-image:url(/images/h_advertisers.jpg);
	width:290px;
	height:160px;
	cursor:pointer;
}

.h_publishers{
	background-image:url(/images/h_publishers.jpg);
	width:290px;
	height:160px;
	cursor:pointer;
}

ul{
	list-style: none;
	margin:0px 2px 0px 20px;
	padding:0;
	border: none;
	display:block;
}

#left li {
	list-style-image:url(/images/bullet_green.jpg);
	list-style-position:outside;
}

#left li a {
	text-decoration:underline;
	font-weight:bold;
	font-size:11px;
}


#right li {
	list-style-image:url(/images/bullet_orange.jpg);
	list-style-position:outside;
}

#right li a {
	text-decoration:underline;
	font-weight:bold;
	font-size:11px;
}