body, ul, span {
	margin: 0;
	padding: 0;
}

#doc {
	width: 960px;
	margin: 0 auto;
}

#tContent {
	
}

.infoIcon {
	background-image: url(/images/pInfoIcon.png);
	background-repeat: no-repeat;
	padding-left: 23px;
}

/*Use clearfix to fix the floating issues*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}