* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
	padding-bottom: 1px; /* force scrollbars */
}

body {
	background: url('body.jpg');
	font: 0.85em Arial, Helvetica, sans-serif;
	color: #345;
	padding-bottom: 1em;
}
a {color: #06A; text-decoration:none}
a:hover {color: #036; text-decoration: underline}

p {padding: 0.1em 0 0.8em;}

h1 {font: normal 1.8em Georgia,Tahoma,sans-serif;}
h2 {font: normal 1.5em Georgia,sans-serif;}
h3 {font: bold 1.0em Arial, Helvetica, sans-serif;}

blockquote {
	background: #FFF url('quote.gif') no-repeat;
	border: 1px solid #EAEAEA;
	color: #555;
	display: block;
	font: normal 1em Arial, Helvetica, sans-serif;
	margin-bottom: 1em;
	padding: 10px 1em 0.2em 42px;
}

code {
	display: block;
	background: #FFFFFA;
	color: #335;
	border: 1px solid #E8E8D5;
	padding: 5px 10px;
	overflow: auto;
	margin: 1em 0;
	font-size: 0.9em;
	line-height: 1.5em;
}

ul,ol {margin: 0 0 1em 1.6em;}
ul ul, ol ol {margin: 0.3em 0 0.3em 1em;}

img {border: none;}
img.bordered {background: #FFF; padding: 5px; border: 1px solid #DDD;}
img.left {margin-right: 1em;}
img.right {margin-left: 1em;}

small,.small {font-size: 0.85em;}
big,.big {font-size: 1.2em;}


/* ----------------------------------------
  Forms
------------------------------------------- */

/* Inputs */
input#s, textarea, input.styled {
	border: 1px solid #BBB;
	padding: 3px;
	width: 160px;
	font: normal 0.9em  Arial, Helvetica, sans-serif;
}
textarea {width: 280px;}
#searchsubmit {
	border: 1px solid #BBB;
	background: #EEE;
	font: normal 0.9em  Arial, Helvetica, sans-serif;
	padding: 2px 3px;
}

/* Seachform */
table.search {
	width: 100%;
	border-collapse: collapse;
}
.search td {vertical-align: center;}


/* ----------------------------------------
   Layout
------------------------------------------- */

/* Main */
#layout_wrapper {
	margin: 30px auto 0;
	width: 780px;	
}
#layout_container {
	background: #FFF;
	padding: 0 5px;
}
#layout_edgetop, #layout_edgebottom {
	background: url('layout_edges.gif') no-repeat left top;
	display: block;
	height: 10px;	
	font-size: 0;
	line-height: 0;
}
#layout_edgebottom {background-position: left bottom;}

/* Site Title */
#site_title {
	padding: 1px 18px 4px 18px;
}
#site_title .right{ margin: 0px 7px 0px 0px; line-height:19px}
#site_title #lang{margin-top:0px; margin-bottom:5px;font-size:11px;}
#site_title span {text-align:right; font-size:0.85em}

#site_title h1 {
	font: normal 2.4em Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
}
#site_title h1,#site_title h1 a {color: #507A9A;}
#site_title h1 a {text-decoration: none;}
#site_title h1 a:hover {color: #305A7A}
#site_title h2 {
	padding-top: 2.6em;
	font: normal 16px  Arial, Helvetica, sans-serif;
	color: #679;
	padding-left: 0.8em;
}

#top_separator {
	background: url('top_separator.gif') repeat-x left top;
	display: block;
	font-size: 0;
	height: 1px;
	line-height: 0;
}

/* Navigation */
#navigation {
	background: #739CBA url('navigation.jpg') no-repeat left bottom;
	padding: 78px 10px 0;
}

/* Tabs */
#tabs ul {
	margin: 0;
	padding: 0;
}
#tabs li {
	display:inline;
	list-style:none;
}
#tabs a {
	background: url("tableftC.gif") no-repeat left top;
	float: left;
	margin-right: 2px;
	padding-left: 4px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.05em;
	font-weight: bold;
}
#tabs a span {
	float: left;
	display: block;
	background: url("tabrightC.gif") no-repeat right top;
	padding: 5px 10px 5px 6px;
	color: #608AAA;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float: none;}
/* End IE5-Mac hack */

#tabs a:hover span {color: #608AAA;}
#tabs a:hover {background-position: 0% -42px;}
#tabs a:hover span {background-position:100% -42px;}

#tabs li.current_page_item a {color: #47A; background-position: 0% -42px;}
#tabs li.current_page_item a span {background-position:100% -42px;}

/* Main Layout */
#main_left {width: 545px; overflow:hidden}
#main_right {width: 220px;}
#booking_main_left {width: 765px; overflow:hidden}



#fl_title{background: #DDEBF4; height:20px; padding-left:20px; line-height:20px; margin:0 auto;	margin-top:5px; font-weight:bold}
#friendlinks {
	padding: 5px;
	font-size: 0.85em;
	width:755px;
	margin:0 auto;
}
#friendlinks ul{list-style:none; width:730px;float:left; padding:0; margin:0; padding-left:20px}
#friendlinks ul li{float:left; line-height:20px; padding:0px 8px 0px 0px}



/* Footer */
#footer {
	background: #A3B5C1 url('footer.gif') no-repeat left top;
	padding: 8px 12px 2px;
	font-size: 0.85em;
	color: #FAFCFF;
	clear:both
}

#footer .right {color: #FFF;}
#footer .right a {
	color: #FFF;
	text-decoration: none;
}
#footer .right a:hover {
	color: #FFF;
	text-decoration: underline;
}


/* ----------------------------------------
   Miscellaneous
------------------------------------------- */

/* Images */
img.bordered {
	border: 1px solid #DDD;
	background: #FFF;
	padding: 5px;
}

/* Text */
.bold {font-weight: bold;}
.tright {text-align: right;}
.tcenter {text-align: center;}
.tright {text-align: right;}

/* Floats */
.left {float: left;}
.right {float: right;}

/* Clear */
.clear,.clearer {clear: both;}
.clearer,.spacer {
	display: block;
	font-size: 0;
	line-height: 0;
}
#emailpage{display: block;font-size: 12px;text-align:right; padding: 3px 140px 3px 0px;}
#emailpage span{ margin-right:20px}
#emailpage img{ vertical-align: middle; border:0px}
#emailpage a:hover{ text-decoration:none}

/* Icons */
span.comment {
	background: url('icon_comment.gif') no-repeat left center;
	padding-left: 18px;
}


/* ----------------------------------------
   Post, page
------------------------------------------- */

.post {
	margin-bottom: 5px;
	color: #444;
}
.post_title {
	background: #E8E8E8 url('post/title.gif') no-repeat left top;
	padding: 6px 12px 5px;
}
.post_booking_title {
	background: #E8E8E8 url('post/bookingtitle.gif') no-repeat left top;
	padding: 6px 12px 5px;
}
.post_title h1 {font: bold 0.95em Arial, Helvetica, sans-serif;}
.post_title h1 a {color: #444;}
.post_title h1 a:hover {
	color: #469;
	text-decoration: underline;
}
.post_title h1.left {width: 560px}
.post_booking_title h1 {font: bold 0.95em Arial, Helvetica, sans-serif;}
.post_booking_title h1 a {color: #444;}
.post_booking_title h1 a:hover {
	color: #469;
	text-decoration: underline;
}
.post_booking_title h1.left {width: 560px}
.post_date {
	color: #999;
	padding-top: 1px;
	font-size: 0.85em;
}
.post_metadata {
	margin-top: 5px;
	padding: 0 5px;
	background: #F5F5F5;
}
.post_metadata .content {
	border-top: 1px solid #E5E5E5;
	padding: 8px 5px 6px;
	font-size: 0.95em;
	color: #666;
}
.post_metadata .content a {color: #567;}
.post_metadata .content a:hover {color: #002;}

.post_body {
	background: #F5F5F5 url('post/body.gif') repeat-x left top;
	padding: 10px 10px 1px;
}
.post_body img {
	border: 1px solid #CCC;
	background: #FFF;
	padding: 3px;
}
.post_bottom {
	background: url('post/bottom.gif') no-repeat left top;
	display: block;
	height: 5px;
	font-size: 0;
	line-height: 0;
}
.post_search_text {
	font-size: 0.85em;
	padding: 2px 0;
}


/* ----------------------------------------
   Sidebar box
------------------------------------------- */

.box {margin-bottom: 5px;}
.box_title {
	background: #C6D2DB url('box/title.gif') no-repeat left top;
	padding: 6px 10px 5px;
	font-weight: bold;
	font-size: 0.95em;
	color: #505E69;
}
.box_body {
	background: #DAE3E9 url('box/body.gif') repeat-x left top;
	padding: 8px 8px 1px;
	font-size: 0.95em;
}
.box_bottom {
	background: url('box/bottom.gif') no-repeat left top;
	display: block;
	height: 5px;
	font-size: 0;
	line-height: 0;
}

.box ul {
	margin-left: 0;
	border-bottom: 1px solid #E2ECF2;
}
.box li:first-child {border-top: none;}
.box ul li {
	list-style: none;
	padding-left: 2px;
	padding-right: 2px;
	border-top: 1px solid #E2ECF2;
	border-bottom: 1px solid #D0D8DE;
}

.box ul a {PADDING-RIGHT: 6px; DISPLAY: block; PADDING-LEFT: 6px; PADDING-BOTTOM: 2px; PADDING-TOP: 2px; TEXT-DECORATION: none; BORDER: #DAE3E9 2px solid;}
.box ul a:hover {PADDING-RIGHT: 6px; DISPLAY: block; PADDING-LEFT: 6px; PADDING-BOTTOM: 2px; PADDING-TOP: 2px; TEXT-DECORATION: none; BORDER-RIGHT: #519AAD 2px solid; BORDER-TOP: #519AAD 2px solid; BORDER-LEFT: #519AAD 2px solid; BORDER-BOTTOM: #519AAD 2px solid;}

.boxr {margin-bottom: 5px;}
.boxr ul {
	margin-left: 0;
	border-bottom: 1px solid #E2ECF2;
}
.boxrli:first-child {border-top: none;}
.boxr ul li {
	list-style: none;
	padding: 3px;
	border-top: 1px solid #E2ECF2;
	border-bottom: 1px solid #D0D8DE;
}
.boxr ul a {TEXT-DECORATION: none;}
.boxr ul a:hover {TEXT-DECORATION: underline;}
/* ----------------------------------------
   Lists
------------------------------------------- */

.nicelist {
	padding: 1px 0 0;
}
.nicelist ol {margin: 0;}
.nicelist ol li {
	list-style: none;
	padding: 8px 10px 1px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #CCC;
}
.nicelist li.alt {background: #EEE;}
.nicelist .body {padding-top: 5px;}
.nicelist .date {
	color: #888;
	padding-top: 4px;
	font-size: 0.9em;
}
.nicelist .date a {
	color: #567;
	text-decoration: none;
}
.nicelist .date a:hover {
	color: #002;
	text-decoration: underline;
}


/* ----------------------------------------
   Archives
------------------------------------------- */

.archive_title {font: normal 1.4em sans-serif;}
.archive_title a {text-decoration: none;}
.archive_title a:hover {text-decoration: underline;}
.archive_postinfo {
	font: normal 0.9em sans-serif;
	padding-bottom: 6px;
}


/* ----------------------------------------
   Comments
------------------------------------------- */

.comment_gravatar {width: 48px;}
.comment_gravatar img {padding: 2px;}
.comment_author {padding-top: 2px;}


/* ----------------------------------------
   Pagination
------------------------------------------- */

.pagenavigation {
	background: #DDEBF4 url('pagenav_top.gif') no-repeat;
	margin-bottom: 5px;
}
.pagenav_bottom {
	display: block;
	font-size: 0;
	line-height: 0;
	height: 5px;
	background: url('pagenav_bottom.gif') no-repeat;
}
.pagenav {
	font-size: 0.95em;
	padding: 5px 8px 0;
}
.pagenav a {
	color: #6A7DA4;
	text-decoration: none;
}
.pagenav a:hover {
	color: #002;
	text-decoration: underline;
}


/* ----------------------------------------
   Width, height, margin, padding
------------------------------------------- */

.h5 {height: 6px;}
.p5 {padding: 5px;}
.p10 {padding: 10px;}
.bold{font-weight: bold}
.fa{ color: #C43B1D}
.comment{ padding:2px 2px 2px 5px; background-color:#F5F5F5; p}
#main_left_content img{
	border: 1px solid #CCC;
	background: #FFF;
	padding: 3px;
}



#left {
	float: left;
	width: 545px;
	background-color:#f5f5f5
}
.first_title {
	padding-left: 15px; font-weight: bold; font-size: 12px; padding-bottom: 5px; width: 659px; color: #000; padding-top: 3px; height: 24px
}
#title_0 {
	font: bold 15px/30px arial, helvetica, sans-serif;
	width: 505px! important;
	text-indent: 55px;
	height: 20px
}
#title_0 {
	border-top: #cc0000 5px solid; color: #cc0000! important
}
.first_content {
	height: 250px
}
.first_content {
	padding-right: 5px;
	padding-left: 7px;
	margin-bottom: 30px;
	padding-bottom: 0px;
	padding-top: 4px;
	width: 505px;
}
.first_lable {
	border-right: #ccc 1px solid; border-top: #ccc 1px solid; float: left; margin: 5px; overflow: hidden; border-left: #ccc 1px solid; width: 121px; border-bottom: #ccc 1px solid; height: 160px; text-align: center; background-color:#FFFFFF
}
.first_lable {
	font-size: 12px; margin: 6px; width: 110px! important
}
.name_cn {
	overflow: hidden; padding-top: 5px; height: 54px
}
.name_cn a:link {
	font-size: 11px; overflow: hidden; color: #cc3300; line-height: 12px; padding-top: 5px
}
.name_cn a:visited {
	font-size: 11px; overflow: hidden; color: #cc3300; line-height: 12px; padding-top: 5px
}
img {
	border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px
}
.img {
	margin-top: 5px; ; width: expression(this.width > 90 && this.width > this.height ? 60 : true); ; height: expression(this.height > 60 ? 60 : true); max-height: 60px; max-width: 90px
}
#ihouse{ width:500px; border:1px solid #cdcdcd;}

