@charset "UTF-8";
.thrColFixHdr #sidebar3 {
	float: right; /* since this element is floated, a width must be given */
	width: 213px; /* padding keeps the content of the div away from the edges */
	height: 120px;
	background-color: #F00;
	text-align: left;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	position: absolute;
	margin-top: 320px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: none;
	left: 911px;
	top: 248px;
	padding: 10;
}
