/* BABY'S AWAY */

/* ======================================================== GLOBAL ==========================================================*/
html {
overflow-x:hidden;
}
html, body, form, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl {
	margin:0;
	padding:0;
	border:0;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000; 
	background:url(../images/bg/body_bg.gif) #e5f2f9 right top repeat-x; 
}
.bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	color: #000000;
	}

ul, li, button, tr, td, span, input, textarea, select {
	behavior: url(data/IEFixes.htc); /* cannot have (../data/IEFixes.htc) */
}

input:focus, input.focus, textarea:focus, textarea.focus, select:focus, select.focus{
background-color:#FFFFCC;
}

.centered, p.centered {
	text-align:center;
}
.txtright{
text-align:right;
}
.bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	color: #000000;
}

.right {
	float:right;
}
.left {
	float:left;
}
.clear {
	clear:both;
}


img {
	border:0px;
	vertical-align:middle;
}

.cfix:after {
	content: ".";
	display: block;
	height: 0;
	overflow:hidden;
	clear: both;
	visibility: hidden;
}

.cfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .cfix {height: 1%;}
.cfix {display: block;}
/* End hide from IE-mac */

.box {
margin-bottom:25px;
}
h1 {
font-size:20px;
color:#339999;
font-weight:bold;
}

.smalltxt {
font-size:10px;
color:#8b8b8b;
}
.firstfont {
font-size:16px;
font-weight:bold;
}
.font1 {
font-size:16px;
}
.smallfont {
font-size:11px;
}
.normalfont {
font-size:12px;
color:#555;
margin-top:5px;
font-weight:normal;
}
.font {
font-size:13px;
}


.view a {
color:#767676;
text-decoration:none;
font-size:12px;
font-weight:normal;
}
.view a:hover {
color:#163d5e;
text-decoration:underline;
}
.pp {
line-height:18px;
}
.pinkfont {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:normal;
font-style:normal
}
.leftbox {
float:left;
width:140px;
}
.leftcol {
float:left;
width:170px;
text-align:right;
padding:3px 0 3px 0px;
margin-right:10px;
}
.points {
font-size:16px;
color:#f63939;
}
/*======================================= INPUT TEXT ====================================== */
.txtbox {
width:300px;
padding:3px;
height:auto;
color:#555;
font-size:11px;
border:1px solid #e5f2f9;
} 
/*======================================= LINK ============================================= */
a:link, a:hover {
color:#339999;
text-decoration:underline;
}
a:hover, a:active {
color:#555;
text-decoration:none;
}
/*======================================= BOX ==============================================*/
.box5 {
width:50px;
}
/*====================================== COLOR ============================================ */
.midblue_bg {
background:#e5f2f9;
}
.thinblue_bg {
background:#eff7fb;
}
/*======================================= BUTTON ===========================================*/
.Rigister_button{
	margin:0;
	padding:0px;
	list-style:none;
}

.Rigister_button a {
	float:left;
	height:22px;
	background: url(../images/bg/rigister_left.gif) no-repeat left top; 
	margin:0;
	padding:0 0px 0 25px;
	margin: 0px;
	text-decoration:none;
	cursor: pointer;
	cursor: hand;
}
.Rigister_button a span {
	float:left;
	display:block;
	background: transparent url(../images/bg/rigister_right.gif) no-repeat right top; 
    line-height:21px;
	font-size:12px;
	font-family:"Times New Roman", Times, serif;
	color:#000;
	text-decoration:none;
	padding-right:30px;
	padding-left:8px;
	padding-bottom:1px;
	font-family:Arial, Helvetica, sans-serif;
	
}
.Rigister_button a span {
	float:none;
}
.Rigister_button a:hover span, .Rigister_button a.hover span {
	color:#fff; 
	background-color: transparent;
}
.Rigister_button a:hover, .Rigister_button a.hover {
	text-decoration:none;
}

a.Reserve_button{
    background: transparent url(../images/bg/reserve_r.gif) no-repeat scroll top right;
    color: #fff;
    display: block;
    float: left;
	font-size:12px;
	font-weight:bold;
    height: 30px;
    margin-right: 6px;
    padding-right: 7px; /* sliding doors padding */
    text-decoration: none;
}

a.Reserve_button span {
	color:#fff;
    background: transparent url(../images/bg/reserve-l.gif) no-repeat;
    display: block;
    line-height: 26px;
    padding: 2px 6px 2px 13px;
	text-decoration: none;
	color:#000;
}

a.Reserve_button:link, a.Reserve_button:visited, a.Reserve_button:active{
	text-decoration: none;
	color:#000;
}
a.Reserve_button:hover {
    background-position: bottom right;
	text-decoration: none;
    outline: none; /* hide dotted outline in Firefox */

}

a.Reserve_button:hover span {
	color:#fff;
    background-position: bottom left;
    padding: 2px 6px 2px 13px; /* push text down 1px */
	text-decoration: none;
}
/*======================================= COLOR ============================================*/
.darkgrey {
color:#333333;
}
.midgrey {
color:#555555;
}
/*======================================= WRAPPER ==========================================*/
.Wrapper {
margin:0 auto;
width:932px;

}
.Wrapper .top {
    width:100%;
	color:#ff00ff;
	font-size:14px;
	font-family:"Times New Roman", Times, serif;
	font-style: oblique;
	text-align:center;
	line-height:27px;
	height:27px;
	}

/*======================================== CONTAINER ==========================================*/
.Wrapper .Container {
width:100%;
}
.Container .topest {
background:url(../images/bg/top_bg.gif) left top scroll no-repeat;
height:15px;
display:block;
}
.Container .bottomest {
background:url(../images/bg/bottom_bg.gif) left top scroll no-repeat;
height:15px;
display:block;
}
.Container .mid_left{
width:926px;
background:url(../images/bg/mid_bg.gif) repeat-y;
padding:0 3px;
}
.Container .mid_left .Header {
}
/*================================================ HEADER ======================================= */
.Header ul.menu {
margin:0px 0px 0px 0px;
border-bottom:1px dotted #dddddd;
display:block;
height:auto;

}

.Header ul.menu li {
margin-top:-13px;
float:left;
display:inline;
list-style-type:none;
padding:15px 0px 15px;
font-family:"Lucida Sans Unicode";
font-size:14px;
}
.Header ul.menu li span {
border-right:1px solid #dddddd;
padding:0 15px;
font-weight:500;
}
.Header ul.menu li.activated {
color:#ff00ff;
border-top:3px solid #ff00ff;
}
.Header ul.menu li.noborder span {
border-right:none;
}
.Header ul.menu li a {
color:#4d7a73;
text-decoration:none;
}
.Header ul.menu li a:hover {
color:#163d5e;
text-decoration:none;
}
.Header .for {
text-align:center;
line-height:37px;
height:37px;
color:#ff00ff;
font-family:"Courier New", Courier, monospace;
}
/*======================================= LOGO ==================================== */
.Logo {
position:absolute;
top:-32px;
left:-32px;
}
.Logo .title {
margin-left:25px;
margin-top:15px;
width:400px;
float:left;
font-size:20px;
color:#333333;
line-height:30px;
font-family:"Times New Roman", Times, serif;
}
.Logo .title .chinese {
font-size:15px;
color:#666666;
font-family:"ËÎÌå";
}
/*============================================= CONTENT ===================================== */
.Container .mid_left .Content {
width:926px;
}
/*============================================= MAINCOL ===================================== */
.Content .Maincol {
float:left;
margin:0 45px 0 30px;
width:580px;
padding-top:30px;
display:inline;
}

.Maincol .bottom{
width:580px;
height: 25px;
background:transparent url(../images/bg/bottompart.gif) no-repeat;
}
.Maincol .Location{
background:transparent url(../images/bg/title_bg.gif) no-repeat;
padding: 25px 10px 15px 10px;
margin-top:5px;
}

.Maincol .Location:after{
content: ".";
display: block;
height: 0;
overflow:hidden;
clear: both;
visibility: hidden;
}
.Maincol .List {
padding:15px 0;
}
.Maincol  ul.locations {
margin:15px 0;
padding:0;
list-style:0;
width:558px;
border:1px dotted #5faaaa;
background:#e5f2f9;
}
.Maincol  ul.locations li {
float:left;
display:inline;
width:93px;
text-align:center;
color:#000;
padding:10px 0;
}
.Maincol  ul.locations li a {
color:#000;
text-decoration:none;
}
.Maincol  ul.locations li a:hover{
color:#fff;
text-decoration:none;
}
.Maincol  ul.locations li:hover, .Maincol  ul.locations li.hover {
color:#fff;
background:#cfe8f6;
text-decoration:none;
cursor:pointer;
}
.Maincol .list_table td {
padding:5px 0;
text-align:center;
}
.Maincol .list_table td a.title {
color:#000;
text-decoration:none;
}
.Maincol .list_table td a.title:hover {
color:#555;
text-decoration:none;
}
.Maincol .list_table td a {
color:#000;
text-decoration:underline;
}
.Maincol .list_table td a:hover {
color:#555;
text-decoration:none;
}
.Maincol ul.process {
margin-left:20px;
margin-top:10px;
padding:0;
list-style:none;
}
.Maincol ul.process li {
padding:5px 0;
display:block;
list-style-type:none;
}
.Maincol .top_pitch {
margin-top:8px;
}

/*============================================ SIDECOL ============================================*/
.Content .Sidecol {
background:url(../images/bg/side_bg.gif) left top repeat-y;
padding:0 25px;
width:220px;
float:left;
display:block;
padding-top:30px;
font-family:"Times New Roman", Times, serif;
font-size:14px;
}

.Sidecol .col {
border-bottom:1px dotted #dddddd;
padding-bottom:15px;
margin-bottom:15px;
}
.Sidecol .img_wz {
text-align:center;
}
/*============================================== FOOTER ============================================ */
.mid_left .Footer {
background:url(../images/bg/footer_bg.gif) repeat-x;
padding:15px 25px 0;
width:876px;
height:25px;
margin-top:20px;
clear:both;
}
.Footer a {
color:#555;
text-decoration:underline;
}
.Footer a:hover {
color:#69dfdf;
text-decoration:none;
}
.Footer ul.sub_tab {
margin-right:0px;
float:right;
padding:0;
list-style:none;

}
.Footer ul.sub_tab li {
padding:0 10px;
border-right:1px solid #dddddd;
float:left;
display:inline;
list-style-type:none;
font-size:11px;
}
.Footer ul.sub_tab li.noborder {
border-right:none;
}

.Footer ul.sub_tab li a {
color:#87b6b6;
text-decoration:none;
}
.Footer ul.sub_tab li a:hover {
color:#163d5e;
text-decoration:none;
}

.error{
color:red;
}
