#truck_fill{
	float:left; 
	margin-right:0pt;
	background: transparent url("../images/cta-junk-graphic-1.jpg") no-repeat top left;
	width: 631px;
	height: 301px;
}

.lvl_empty {
	background-color: lightgrey;
	width: 135px;
	height: 42px;
	margin-bottom: 1px;
}

.lvl_empty > span {
	float: right;
	font-weight: bold;
	margin: 14px 20px 0 0;
	font-size: 1.1em;
}

.lvl_normal {
	background-color: lightgrey;
	width: 135px;
	height: 29px;
	margin-bottom: 1px;
}

.lvl_normal > span {
	float: right;
	font-weight: bold;
	margin: 8px 20px 0 0;
	font-size: 1.1em;
}

.lvl_fullload {
	background-color: lightgrey;
	width: 135px;
	height: 48px;
}

.lvl_fullload > span {
	float: right;
	font-weight: bold;
	margin: 14px 20px 0 0;
	font-size: 1.1em;
}

#truck_fill_lvl{
	float: left;
	position: relative;
}

#truck_fill_bar{
	float: left;
	position: relative;
	top:71px;
	left: 188px;
}

#truck_fill_bar > div {
	float: left;
	background-color: white;
	width: 31px;
	height: 117px;
	margin-right: 1px;
}

#truck_price {
	float:left;
	position:relative;
	top:100px;
	/*left: 35px;*/
	text-align: center;
	font-weight: bold;
	font-size: 5em;
}