/* slightly enhanced, universal clearfix hack */
/*.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content:".";
     clear: both;
     height: 0;
     }*/
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content:".";
     clear: both;
     height: 0;
}

/* replace */
	.replace {
		display:block;		
		background-repeat: no-repeat;
		background-position: left top;
		background-color:transparent;
	}
	/* tidy these up */
	.replace * {
		text-indent: -10000px;
		display:block;
		
		background-repeat: no-repeat;
		background-position: left top;
		background-color:transparent;
	}
	.replace a {
		text-indent:0;
	}
	.replace a span {
		text-indent:-10000px;
	}
/* end replace */


/* accessibility */
     span.accesskey {
     	text-decoration:none;
     }
     .accessibility {
     	position: absolute;
     	top: -999em;
     	left: -999em;
     }
/* end accessibility */