/* clickbank hoplink ads - 022909 */
/* set dimensions, alignment, background-color for ad space */
.hopfeed_div {
	padding: 0px;
	margin: 0px;
	text-align:left;
/*	background-color:#000000; */
	background-color:black;
	width:468px;
	height:120px;
}

/* set dimensions, alignment, background-color for ad space */
.hopfeed_header {
	font-size:7pt;
	font-family:Verdana, Arial, Helvetica, Sans Serif;
}

/* set the <ul> display format and margins */
.hopfeed_ul {
	list-style:none;
	margin: 0;
	padding: 0 0 0 0;
}

/* set the <li> display format and margins */
.hopfeed_li {
	margin:0px;
	padding:0px;
}

/* set the normal title link font */
.hopfeed_link a{
	font-size:9pt;
	font-family:Verdana, Arial, Helvetica, Sans Serif;
	font-weight: bold;
/*	color:#F57310; */
	color:orange;
}

/* set the mouseover title link font */
.hopfeed_link a:hover {
/*	color:#FFFFFF; */
	color:red;
}

/* set the description font */
.hopfeed_desc {
	font-size:8pt;
/*	color:#FFFFFF; */
	color:white;
}