/* ----------------  this fixes floats as per http://positioniseverything.net/easyclearing.html */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}



.clearfix {
		display: inline-table;
}



/* Hides from IE-mac \*/

* html .clearfix {height: 1%;}

.clearfix {display: block;}

/* End hide from IE-mac */


/* -----------------  end float fix */

#pfp-btmhost {
		margin-top: 8px;
		background: #FCFCFC;
		border: solid 1px #EAEAEA;
		width: 550px;
		}

#pfp-btmhost #page-tags-host {
	FLOAT: left;
	padding: 5px;
	margin: 5px;
}

#pfp-btmhost #page-tags-host .tagtitle {
	FONT-SIZE: 0.9em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	padding-bottom: 5px;
	display: block;
}

#pfp-btmhost #page-tags-host A.taglink {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 0.8em;
		PADDING-RIGHT: 10px;
		margin-top: 2px;
}

#pfp-btmhost #page-tags-host A.taglink:link {
		color: #7F7F7F;
		text-decoration: none;
}
#pfp-btmhost  #page-tags-host A.taglink:visited {
		color: #7F7F7F;
		text-decoration: none;
}
#pfp-btmhost #page-tags-host A.taglink:hover {
		color: #0000FF;
		text-decoration: underline;
}

#pfp-btmhost #page-tags-host A {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		PADDING-RIGHT: 10px;
		margin-top: 2px;
}

#pfp-btmhost #page-tags-host A:link {
		color: #7F7F7F;
		text-decoration: none;
}
#pfp-btmhost  #page-tags-host A:visited {
		color: 7F7F7F;
		text-decoration: none;
}
#pfp-btmhost #page-tags-host A:hover {
		color: #0000FF;
		text-decoration: underline;
}






