div#tags_s {
/* margin for the entire div surrounding the tags items */
	margin: 2em 0.5em 1em 0.5em;
/* border set here */
/*	border: 1px solid #909799; */
/* sets it off from surroundings */
	background: #f5f5f5;
}

div#tags_d {
/* margin for the entire div surrounding the tags items */
	margin: 2em 0.5em 1em 0.5em;
/* border set here */
/*	border: 1px solid #909799; */
/* sets it off from surroundings */
	background: #f5f5f5;
}

div#simpletagging {
	line-height: 140%;
	border: none;
	padding: 0.5em 0.5em 1em;
	margin: 0 0.5em 1em 0.5em;
	border-bottom: 1px solid #ccc;
}

div#tagcloud {
	line-height: 140%;
	border: none;
	padding: 0.5em 0.5em 1em;
	margin: 0 0.5em 1em 0.5em;
	border-bottom: 1px solid #ccc;
}

div#related {
	line-height: 140%;
	border: none;
	padding: 0.5em 0.5em 1em;
	margin: 0 0.5em 1em 0.5em;
	border-bottom: 1px solid #ccc;
        font-size: 85%;
}

div#related, ul {
        list-style-type: none; /* get rid of the bullets */
}