table.table_price {
    display: table;
	border-collapse: collapse; 
}
.table_price {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CDD9DF;
	border-left-color: #CDD9DF;
	background-color: #FFFFFF;
	margin-top: 10px;
	color: #666666;
}
.table_price td {
	line-height: 36px;
	height: 36px;
	text-align: center;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CDD9DF;
	border-bottom-color: #CDD9DF;
}
.title_price{
	line-height: 43px;
	background-repeat: no-repeat;
	height: 36px;
}
.title_price h4 {
	font-size: 14px;
	font-family: "Î¢ÈíÑÅºÚ";
	float: left;
	text-align: center;
	color: #0B7BAD;
	margin-right: 20px;
	margin-left: 20px;
}

.title_price span {
	color: #154A72;
}

.title_price td{
padding:0 8px;
	background-image: url(../images/title_price.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 36px;
	line-height: 36px;
	font-weight: bold;
	color: #114668;
}
