.way_price {
	margin-bottom: 0px;
	padding-bottom: 5px;
	clear: all;
}

.way_price:after {
	content: ".";
	display: block;
	height: 0;
	font-size:0;
	clear: both;
	visibility:hidden;
}

.way_price .info {
	clear: both;
	padding: 5px;
	border: 1px dotted #cacaca;
	border-top: none;
}

.way_price .head {
	text-align: left;
	font-weight: bold;
	cursor: pointer;
	border-bottom: 1px dotted #cacaca;	
}

.way_price .head:after {
	content: ".";
	display: block;
	height: 0;
	font-size:0;
	clear: both;
	visibility:hidden;
}

.way_price .header {
	font-weight: bold;
	padding: 2px 0 3px 0;
}


.way_price .left {
	text-align: left;
	float:left;
}

.way_price .right {
	text-align: right;
	float:right;
}