/* Common CSS */
* {padding:0; margin:0; }
img {border:0;}
p {margin:0 0 15px 0; }
table {border:0; }
table tr td {
	vertical-align:top;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	line-height:1.5;
}
a {}
a:link , a:visited {color:#666666; text-decoration:none;}
a:hover , a:active {color:#EE9C3A; text-decoration:none;}
body {
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	margin: 0;
	line-height:1.5;
	background-image:url(../images/bg.png);
	background-repeat:repeat-x;
	background-position:top;
}
.clear { clear:both; height:1px; overflow:hidden; }
ul { margin:0 0 15px 18px; }
ol { margin:0 0 15px 27px; }
/* END Common CSS */



.container {
	margin:0 auto;
	width:960px;
	min-height:350px;
	* height:auto !important;
	* height :350px;
}

.header {
	position:relative;
	height:103px;
}
.brand {
}
.lang {
	position:absolute;
	top:0;
	right:20px;
	background-color:#939598;
	padding:0 10px;
	color:#FFFFFF;
	font-size:13px;
}
.lang a {
	padding:2px;
}
.lang a:link , .lang a:visited { color:#FFFFFF; }
.lang a:hover , .lang a:active { color:#FFFFFF; }
.menu {
	background-color:#F1BC61;
	height:32px;
	line-height:34px;
	font-size:13px;
	font-weight:bold;
	overflow:hidden;
	padding:0 10px;
}
.menu a {
	padding:0 15px;
	display:inline-block;
}
.menu a:link , .menu a:visited { color:#FFFFFF; }
.menu a:hover , .menu a:active { color:#666; }
.menu a.active { color:#666 !important; }


.content {
	background-color:#FFF;
	padding:22px 0 30px;
}
.content_inner {
	width:920px;
	margin:0 auto;
	min-height:450px;
	* height:auto !important;
	* height :450px;
}
.banner {
	width:920px;
	height:230px;
	overflow:hidden;
	margin-bottom:15px;
}

.LHS {
	float:left;
	width:233px;
	overflow:hidden;
}
.LHS .QuickLink {
	overflow:hidden;
	margin-bottom:10px;
}
.LHS .status {
	margin-bottom:10px;
	background-color:#F2F2F2;
	border-bottom:14px solid #939598;
	padding:15px 15px 10px;
	font-size:13px;
	line-height:1.3;
}
.LHS .status .title {
	color:#5E6470;
	font-size:15px;
	font-weight:bold;
}
.LHS .status .key {
	color:#EE9C3A;
	padding-top:3px;
}
.LHS .hotline {
	border-bottom:3px solid #999999;
	margin-bottom:10px;
	white-space:nowrap;
	text-align:right;
}
.LHS .hotline .key {
	font-size:13px;
	color:#999999;
	font-weight:bold;
	padding-right:5px;
	float:left;
	margin-top:12px;
}
.LHS .hotline .no {
	font-size:25px;
	font-weight:bold;
	color:#F1BC61;
	font-family:Arial, Helvetica, sans-serif;
}
.RHS {
	float:right;
	width:668px;
	overflow:hidden;
	font-size:13px;
}
.RHS table tr td {
	font-size:15px;
}
.RHS .title {
	border-bottom:5px solid #F1BC61;
	margin-bottom:15px;
}
.RHS .title .title_inner {
	background-color:#F1BC61;
	font-size:14px;
	color:#FFF;
	display:inline-block;
	line-height:1.2;
	padding:8px 40px 3px 10px;
	font-weight:bold;
}

.footer {
	font-size:12px;
	color:#BCBEC0;
	background-image:url(../images/footer_bg.png);
	background-repeat:repeat-x;
	background-position:top;
	padding:20px 0 30px;
}
.footer .tnc {
	float:left;
}
.footer .tnc a {
	padding-right:10px;
}
.footer .tnc a:link , .footer .tnc a:visited {text-decoration:underline; color:#BCBEC0;}
.footer .tnc a:hover , .footer .tnc a:active {text-decoration:underline; color:#EE9C3A;}
.footer .copyright {
	float:right;
	text-align:right;
	font-size:10px;
}

h2 {
	color:#EE9C3A;
	font-size:17px;
	
	margin-bottom:15px;
}
h3 {
	color:#EE9C3A;
	font-size:14px;
	margin-bottom:2px;
}
.RHS ul {
	margin:0 0 15px 15px;
	list-style:none;
}
.RHS ul li {
	background-image:url(../images/list.png);
	background-repeat:no-repeat;
	padding-left:18px;
	background-position:0 7px;
}
span.li_key {
	display:inline-block;
	width:120px;
	white-space:nowrap;
}


table.price {
	width:100%;
	border:1px solid #ccc;
	margin-bottom:15px;
}
table.price th {
	background-color:#999;
	color:#FFF;
	font-weight:bold;
	padding:3px 10px 2px;
	text-align:left;
}
table.price td {
	padding:3px 10px;
	border-top: 1px solid #CCC;
	font-size:12px !important;
}
table.contact {
	width:100%;
	margin-bottom:15px;
}
table.contact td {
	padding:3px 10px;
	border-bottom: 1px dotted #CCC;
	font-size:13px !important;
}
table.contact td.key {
	color:#EE9C3A;
	font-weight:bold;
}
table.contact td.noline {
	border-bottom:none;
}