/* usage start */
.usage {
	float: right;
	width: 327px;
	padding-top: 50px;
}

.usage .head {
	position: absolute;
	right: 0;
	top: 0;
	width: 331px;
	height: 34px;
	padding: 5px 0 0 184px;
	background: url(../images/ico-1.png) no-repeat scroll 165px center;
}

.usage .head span {
	float: left;
	margin-top: 4px;
	text-align: center;
}

.usage .head span span {
	float: none;
	height: 1px;
	display: block;
	overflow: hidden;
	width: 191px;
}

.usage .head h3 {
	color: #4c4d4f;
	margin: 3px 5px;
	text-decoration: none;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-style: italic;
	font-weight: bold;
	font-size: 18px;
}

.usage .head .usage-logo {
	float: left;
}

.usage .date {
	display: block;
	font-size: 0.91em;
	margin: 0 0 0 16px;
	color: #666666;
}

.usage-items {
	overflow: hidden;
	height: 100%;
}

.usage-item {
	overflow: hidden;
	margin-top: -1px;
	height: 100%;
	margin-left: 4px;
	padding: 10px 22px 10px 5px;
}

.numbers {
	padding: 25px 50px 50px 30px; 
}

.number-item {
	overflow: hidden;
	margin-top: -1px;
	height: 100%;
	margin-left: 4px;
	padding: 10px 50px 10px 50px;
}

.usage-item:hover {
	text-decoration: none;
	background-color: #eeeeee;
}

.usage-item .time {
	float: left;
	padding-right: 14px;
	color: #f90;
	font-size: 18px;
	min-width: 60px;
	text-align: right;
}

.number-item .time {
	float: left;
	padding-right: 14px;
	color: #f90;
	font-size: 24px;
	min-width: 100px;
	text-align: right;
}

* html .usage-item .time {
	padding-right: 11px;
}

* html .number-item .time {
	padding-right: 11px;
}

.usage-item div {
	overflow: hidden;
	height: 1%;
	padding-left: 65px;
}

.number-item div {
	overflow: hidden;
	height: 1%;
}

.usage-item p {
	margin: 0;
	line-height: 1.16em;
	float:left;
	font-size: 18px;
	font-weight: normal;
	width: 100%;
}

.usage-item p.cargo {
	font-size: 12px;
}

.number-item p {
	margin: 0;
	line-height: 1.16em;
	float:left;
	font-size: 24px;
	font-weight: bold;
	color: #acadac;
}