#clickbank_floating{
position:fixed;
top:220px;
display:none;
/*padding-right:40px;*/
}
#clickbank_button {
	border:1px solid #999;
	height:233px;
	background:url("clickbank.png") no-repeat center center;
	background-color:#ccc;
	width:40px;
	float:right;
	cursor:pointer;
	-moz-border-radius-topright:8px;
	-moz-border-radius-bottomright:8px;
	-webkit-border-radius-topright:8px;
	-webkit-border-radius-bottomright:8px;
	position:absolute;
	top:0px;
	right:0px;
	display:none;

}

#clickbank_container {
	padding:10px;
	float:left;
	height:230px;
	background-color:#eee;
	padding-right:5px;
}
#clickbank_container table {
	border-collapse:collapse;
}

#clickbank_container table td {
	padding:2px 1px;
}

#clickbank_container table .highlighted_b {
	background-color:yellow;
	font-weight:700;
}

#clickbank_container table .highlighted {
	background-color:yellow;
}

#clickbank_container h5{
	color:#E40405;
	font-size:24px;
	margin:0px;
	font-weight:700;
	padding:0px;
	padding-bottom:10px;
}

.click_day_odd {
	background-color:#9d8779;
	display:block;
	float:left;
	height:10px;
	max-width:230px;
	overflow:hidden;
}

.click_day_even{
	background-color:#92bd16;
	display:block;
	float:left;
	height:10px;
	max-width:230px;
	overflow:hidden;
}

.live_feed {
	float:right;
	font-size:10px;
	padding-right:10px;
	padding-top:3px;
	color:red;
	font-weight:bold
}
