#tags {
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 100%;
	font-size: 10px;
}
#tags .tag_histogram { 
    position: relative; /* IE is dumb */
	float: right;
    width: 100%; 
    padding: 2px; 
}
#tags .tag_histogram_bar { 
    display: block;
	float: left;
    position: relative;
    background: #B1D632; 
    text-align: center; 
    color: #333; 
	height: 12px;
	line-height: 110%;
    margin: 1px;
}
#tags .tag_histogram_barwrap {
	display: block;
	position: relative;
	float: right;
	width: 50%;
}

#tags .tag_histogram li { display: block; width: 100%; clear: both}
#tags .tag_histogram_label { font-size: 110%; float: right; display: block; }
#tags .tag_histogram_count { font-size: 110%; float: right; width: 15px; display: block; padding-left: 4px; padding-right: 4px; text-align: center;}

#tags .tag_histogram a { text-decoration: none;}
