@charset 'utf-8';
#main {
	width: 918px;
	height: auto!important;
	height: 248px;
	min-height: 248px;
	margin: 20px auto 10px;
	padding: 20px;
	border: 1px solid #e1e1e1;
	background: #eee url(/img/charge/bg_main.jpg) no-repeat right 20px;
}

#main h1 {
	margin-bottom: 16px;
}

#main p {
	width: 640px;
}

.charge {
	width: 100%;
	border-collapse: collapse;
}

.charge th,
.charge td {
	padding: 10px 5px;
	text-align: center;
	border: 1px solid #888;
}

.charge th {
	font-weight: bold;
}

.charge thead th {
	font-size: 18px;
	line-height: 24px;
	color: #134c9f;
	background: #d4e2f4;
}

.charge .small {
	font-size: 14px;
}

.charge .x-large {
	font-size: 30px;
}

.charge tbody th {
	font-size: 16px;
	line-height: 24px;
	color: #444;
	background: #eaeaea;
}

.charge tbody .even th {
	background: #dfdfdf;
}

.charge tbody td {
	font-size: 20px;
	line-height: 24px;
	color: #444;
	background: #fff;
}

.charge tbody .even td {
	background: #f4f4f4;
}

.w21 {
	width: 21%;
}

.w20 {
	width: 20%;
}

.nowrap {
	white-space: nowrap;
}

.charge thead th.strong {
	color: #fffdc8;
	background: #134c9f;
}

.charge tbody td.strong {
	font-weight: bold;
	color: #e10000;
	background: #fffee5;
}

.charge tbody .even td.strong {
	background: #fffdc8;
}

.charge tbody td.default,
.charge tbody td.gray {
	font-size: 12px;
	padding: 2px 5px;
	background: #fff;
}

.charge tbody td.default {
	background: #fff;
}

.charge tbody td.gray {
	background: #f4f4f4;
}

.charge tbody th.blue {
	background: #d4e2f4;
}

.charge tbody th.lightblue {
	background: #ecf4ff;
}

#services dt {
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	margin-bottom: 10px;
	padding-bottom: 14px;
	color: #134c9f;
	background: url(/img/charge/bg_services.png) repeat-x left bottom;
}

#services dd,
#other_services dd {
	font-size: 16px;
	line-height: 25px;
	color: #2f2f2f;
}

#other_services {
	padding: 30px 20px;
	background: #eee;
}

#other_services dd {
	margin-bottom: 20px;
	padding: 10px 0 24px;
	background: url(/img/charge/bg_other_services.png) repeat-x left bottom;
}

#other_services dd:last-child {
	margin-bottom: 0;
	padding: 10px 0 0;
	background: none;
}

#plan {
	position: relative;
	width: 700px;
	height: 310px;
	background: #eee;
}

#plan ul,
#plan p {
	position: absolute;
}

#plan ul {
	top: 10px;
	left: 10px;
}

#plan p {
	top: 60px;
	left: 390px;
}
