/* CSS Document */


#floatMain {
	top: 340px;
	left: 50%;
	right: 50%;
	width: 169px;
	height: auto;
margin-left: 370px;
margin-right: 0px;
	position: fixed;
	border: none;
}

#floatTop {
	background-image: url(../images/float-bg.gif);
	margin: 0 0 0 0;
	height: 17px;
	border: none;
}

#floatMiddle {
	background-image: url(../images/float-bg.gif);
	height: auto;
	margin: 0 0 0 0;
	border: none;
}
		#floatMiddle p {
			margin: 0 0 0 10px;
		}

.floatStyle1 {
	font-size: 8pt;
	font: Arial;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	background-color: transparent;
	color: #000000; 
}

.floatStyle2 {
	font-size: 8pt;
	font: Arial;
	font-style: normal;
  text-align: left;
	background-color: transparent;
	border-width: 0px;
	color: #FFFFFF; 
}

#floatCust {
	font-size: 8pt;
	font: Arial;
	font-style: normal;
  text-align: left;
	background-color: transparent;
	border-width: 0px;
	color: #FFFFFF; 
}

#floatTotal{
	font-size: 12pt;
	font: Arial;
	font-style: normal;
	font-weight: bold;
  text-align: left;
	background-color: transparent;
	border-width: 0px;
	color: #FFFFFF; 
}

#floatBottom {
	background-image: url(../images/float-bg2.gif);
	margin: 0 0 0 0;
	height: 50px;
	border: none;
}
			#floatBottom table{
			width: 107px;
			height: 27px;
			margin: 0px 58px 24px 0px;
			background-color: transparent;
			border-collapse: collapse;
		}


