@charset "UTF-8";
/**
 * basic styles
 *
 * @since 2009-9-23 13:18
 * @copyright www.xiaop.net
 * @author xiaop < xiaop@xiaop.net >
 *
 * SVN: $Id: screen.css 26 2010-06-02 16:54:02Z xiaop $
 */

*{
	background: transparent;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
	.clearfix {
		display: inline-block;
	}
	* html .clearfix {
		height: 1%;
	}
	.clearfix {
		display: block;
	} 
body{
	padding: 0;
	margin: 0;
	background: #D1C6A3 url(i/site_background.jpg) repeat center top;
	font-size: 12px;
}
a,
a:link{
	color: #13375C;
	text-decoration: none;
}
a:hover,
a:active:hover,
a:visited:hover{
	color: #A31022;
	text-decoration: underline;
}

/* comment */

/* frame */
#container{
	background: transparent; 
	background: #fff; 
	width: 772px;
	min-width: 772px;
	min-height: 600px;
	text-align: center;
	margin: auto;
}
.wrapper{
	background: #fff; 
	text-align: left;
	margin: 6px auto;
}

#siteUserBox{
margin: 0;
padding: 0;
	height: 19px;
	line-height: 19px;
	background: #FDF5E8 url('i/line_bg.gif') repeat top right;
	padding: 0 1em;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}
#siteUserBox p{
margin: 0;
padding: 0;
}

#siteHeader{
	margin-top: 0 !important;
	min-height: 80px;
	background: #96B8DD url('i/site_top_bg.jpg') no-repeat right top;
	border-bottom: 2px solid #eee;
	}
	#siteHeader .siteLogo{
		margin: 0 0 0 10px;
	}
	#siteHeader .siteLogo a img{
		border: 0;
}

#siteTopMenu{
	border-top: 1px solid #eee;
	border-bottom: 2px solid #a31022;
	background: #FDF5E8 url('i/header_bg.jpg') repeat-x top right;
	padding-top: 13px;
	padding-left: 1em;
	padding-right: 1em;
	display: block;
	width: auto;
	}
	#siteTopMenu ul{
		float: right;
		list-style: none;
margin: 0;
padding: 0;
	}
	#siteTopMenu li{
		float: left;
		margin: 0 0.5em;
	}
	#siteTopMenu li a{
		color: #a31022;
		height: 28px;
		line-height: 28px;
	}
	#siteTopMenu li a:hover{
		text-decoration: none;
		color: #600;
}
#siteTopMenuCurrent{
	background: #a31022 url('i/box_bg.gif') repeat-x top right;
	padding: 0 10px !important;
	}
	#siteTopMenuCurrent a,
	#siteTopMenuCurrent a:hover{
		color: #ff0 !important;
		font-weight: bold;
}
#siteTopContact{
	float: left;
	text-align: left;
	width: 230px;
	height: 28px;
	line-height: 28px;
margin: 0;
padding: 0;
}


/* siteCrumb */
.siteCrumb p{
	margin: 0 0 0 1em;
	padding: 0;
	height: 18px !important;
	line-height: 18px !important;
	text-align: left;
	font-size: 12px;
	color: #666 !important;
	}
	.siteCrumb p strong{
		font-weight: bold;
	}
	.siteCrumb a{
		color: #666 !important;
		text-decoration: none;
	}
	.siteCrumb a:hover{
		color: #a31022 !important;
}


#siteMain{
	/* width: 990px; */
min-height: 400px;
	position: relative;
	display: block;
	padding-left: 173px;
	overflow: visible;
	margin-left: .8em;
	margin-right: .8em;
	background: #FDF5E8 url('i/line_bg.gif') repeat top right;
}
* html #siteMain{
	display: inline-block;
	padding-left: 161px;
}

#siteContent{
	/* float: right;
	width: 800px; */
	float: right;
	width: 100%;
	text-align: left;
	background: #fff;
	padding-left: 12px;
	padding-bottom: 4em;
}
* html #siteContent{
	width: 98%;
}
#siteContent h1,
#siteContent h2,
#siteContent h3{
	font-size: 14px;
}


#siteSidebar{
	float: left;
	text-align: left;
	width: 161px;
	/* border: 1px solid #ccc; */
	float: left;
	margin-left: -173px;
	background: #FDF5E8 url('i/line_bg.gif') repeat top right;
}
* html #siteSidebar{
	width: 160px;
	margin-left: -161px;
	float: right;
}

.headingSidebar{
	font-size: 12px;
	background: #a31022 url('i/box_bg.gif') repeat-x top right;
	color: #ff0 !important;
	height: 28px;
	line-height: 28px;
	margin: 0;
	padding: 0 0 0 1em;
	}
	.headingSidebar a{
		color: #ff0 !important;
}
#siteFooter{
	text-align: center;
	font: 12px/1.5em Verdana, Tahoma, serif, sans-serif;
	color: #444;
	margin: 0;
	border-bottom: 1px solid #ddd;
	background: #FDF5E8 url('i/header_bg.jpg') repeat-x top right;
	}
	#siteFooter p{
margin: 0;
		padding: 12px 0 0 0;
		height: 30px;
		line-height: 30px;
	}
	#siteFooter a{
		text-decoration: none;
	}
	#siteFooter a:hover{
		color: #A31022;
		text-decoration : underline;
	}
	#siteFooter small{
		font-size: 10px !important;
	}
	#siteFooter small a{
		text-decoration : none;
		padding: 0;
}
#siteFooterInfo{
	background: #eee;
	color: #666;
	padding: .3em 0;
	margin: 0;
}

#debuginfo{
	text-align: center;
	padding: 0;
	margin: .3em 0;
	color: #999;
}
#debuginfo small{
	font-family: Verdana, Tahoma, serif, sans-serif !important;
	font-size: 10px !important;
}


/* forums */
.forumlist h3,
.mainbox h6,
.mainbox h1{
	/* background: #69c; */
	background: #a31022 url('i/box_bg.gif') repeat-x top right;
	color: #fff;
	line-height: 2.4em;
	height: 2.4em;
	}
	.forumlist h3 a,
	.mainbox h6 a{
		color: #000;
}
.forumlist h2{
	font-weight: normal;
}
.forumlist{
	/* border: 1px solid #36c; */
	border: 1px solid #a31022;
}
.quickpost h4{
	font-weight: normal;
}
.lastpost cite,
.lastpost cite a{
	color: #aaa;
}

.wrap .siteCrumb p{
	margin: 0 !important;
	/* padding-left: 5px !important; */
}
.mainbox td.postauthor{
	width: 126px;
}
div.avatar{
	width: 120px;
}
.postauthor li{
	width: 80%;
}
.formbox th{
	width: 126px;
}
.popupmenu_popup .postauthor{
	width: 120px;
}


/* 404 */
#noFoundContent h1{
	margin: 2em 0;
	font-size: 14px;
}

/* hotels */
#hotelContentHeading{
	padding-left: 75px;
	background: url(i/hb.jpg) no-repeat 6px center;
	}
	#hotelContentHeading h1{
		font-size: 16px;
		line-height: 24px;
		background: url(i/book.jpg) no-repeat right center;
margin: 0;
padding: 0;
		margin-top: 5px;
	}
	#hotelContentHeading p{
margin: 0;
padding: 0;
		margin: 5px 0 10px 0;
		color: #ccc;
}

.hotelItem{
	background: #f9f9f9;
	margin-bottom: 2.4em;
}
.hotelItem h2{
	font-size: 12px !important;
}
.hotelItemHeading{
	border-top: 1px solid #A31022;
	border-bottom: 1px solid #eee;
	background: #FDF5E8 url('i/line_bg.gif') repeat top right;
	font-size: 12px;
	color: #933;
	height: 28px;
	line-height: 28px;
	padding-left: 1em;
	margin: 0;
	}
	.hotelItemHeading small{
		font-family: Verdana, Tahoma, serif, sans-serif !important;
		font-size: 11px !important;
	}
	.hotelItemHeading a{
		color: #933;
		text-decoration: none;
	}
	.hotelItemHeading a:hover{
		color: #A31022;
		text-decoration: underline;
}
.hotelInfo{
	}
	.hotelPhoto img{
		border: 1px solid #ccc;
		padding: 1px;
		margin-right: 1em;
	}
	.hotelIntro{
		color: #999;
		margin: .4em;
}

.hotelPrice{
	text-align: center;
	color: #000;
	margin: .4em;
	}
	.hotelPrice table{
		border: 1px solid #ccc;
		border-width: 1px 0 0 1px;
	}
	.hotelPrice .price caption{
		padding-top: 2em;
	}
	.hotelPrice th{
		margin: 0;
		border: 1px solid #ccc;
		border-width: 0 1px 1px 0;
		height: 24px;
		line-height: 24px;
		color: #ff6;
		font-weight: normal;
		background: #FDF5E8 url('i/box_bg.gif') repeat top right;
	}
	.hotelPrice td{
		margin: 0;
		border: 1px solid #ccc;
		border-width: 0 1px 1px 0;
		padding: 1px;
	}
	.hotelPrice td strike{
		font-family: "Times New Roman", Times, serif;
	}
	.hotelPrice td strong{
		font: normal 12px/1.6em Verdana, Tahoma, serif, sans-serif;
		color: #a31022;
		/* font-weight: bold; */
}

#hotelPicker{
margin: 0;
padding: 0;
	list-style: none;
	padding: .5em 1em;
	line-height: 1.8em;
	color: #a31022;
	}
	#hotelPicker li{
		margin-top: 3px;
	}
	#hotelPicker a{
		padding-left: 8px;
		background: url(i/navgations.gif) no-repeat -86px -145px !important;
}


/* hotelSingle */
#hotelSingleHeading{
	margin: .5em 0;
	}
	#hotelSingleHeading h1{
margin: 0;
padding: 0;
		font-size: 14px;
		line-height: 24px;
		height: 24px;
		margin: .1em;
		padding-left: .5em;
	}
	#hotelSingleHeading small{
		font-family: Verdana, Tahoma, serif, sans-serif !important;
		font-size: 12px !important;
	}
	#hotelSingleHeading h1 a{
		color: #333;
		text-decoration : none;
}

.hotelSinglePhoto{
	text-align: center;
	clear: both;
	line-height: 1.6em;
	margin: 1em 0;
	}
	.hotelSinglePhoto img{
		border: 1px solid #ccc;
		padding: 1px;
	}
	.hotelSinglePhoto table{
		border: 0;
		margin: 0;
	}
	.hotelSinglePhoto table td{
		border: 0;
}
.hotelIntroduction p{
	text-indent: 2em;
	padding: 0 1em;
	line-height: 1.6em;
	color: #666;
}
.hotelSingleAddrs{
	margin: 1em auto;
	padding: .5em 0;
	color: #000;
	background: #FDF5E8 url('i/line_bg.gif') repeat top right;
	}
	.hotelSingleAddrs table{
		margin: .6em auto;
		border: 0;
	}
	.hotelSingleAddrs small{
		font-family: Verdana, Tahoma, serif, sans-serif !important;
		font-size: 11px !important;
	}
	.hotelSingleAddrs td{
		border: 0;
		text-align: left;
	}
	.hotelSingleAddrs table .tdr{
		border-left: 1px dashed #005ECD;
	}
	.hotelSingleAddrs table .hotelMap{
		text-align: center;
	}
	.hotelSingleAddrs ul{
		margin: 0;
		padding: 0;
		list-style: none;
	}
	.hotelSingleAddrs li{
		border-bottom: 1px dashed #999;
		margin: 0 1em;
		padding-left: .5em;
		line-height: 22px;
		height: 22px;
	}
	.hotelSingleAddrs table li.hotelSide{
		height: 110px;
		overflow: hidden;
}
.hotelSingleTooms{
	}
	.hotelSingleTooms .hotelPrice{
		color: #333 !important;
}
.hotelOtherInfo h2,
.hotelSingleTooms h2{
	font-size: 14px;
	color: #666;
}
.hotelOtherInfo h3{
	font-size: 12px !important;
}
.hotelOtherInfo{
	color: #666 !important;
	}
	.hotelOtherInfo div{
		margin: 0 1.5em;
		border-bottom: 1px solid #ccc;
	}
	.hotelOtherInfo p{
		margin: 0;
		padding: .6em 0;
	}
	.hotelOtherInfo h3{
		margin: 1em 0 0 0;
		padding: 0;
		font-size: 12px;
}

.hotelNoBooking h2{
	font-size: 14px;
}
.hotelNoBooking a img{
	border: 0;
}
.hotelNoBooking small{
	font-family: Verdana, Tahoma, serif, sans-serif !important;
	font-size: 11px !important;
}

.hotelPhotoLinks{
	text-align: left;
	margin: .5em 0 0 1em;
}
.hotelPhotoLinks a img{
	border: 0;
}


/* landscape */
/* Single */
.landscapeSinglePhoto{
	float: right;
	width: 160px;
	margin: 0 0 .5em 1em;
	/* padding: 3px; 
	border: 1px solid #ccc;*/
	}
	.landscapeSinglePhoto p{
		margin: 0;
		padding: 0;
	}
	.landscapeSinglePhoto .innerPhoto{
		text-align: center;
		background: #903;
		color: #fff;
		line-height: 2em;
	}
	.landscapeSinglePhoto .innerMore{
		background: #fff url('i/icon_popup.gif') no-repeat right 4px;
		line-height: 22px;
		height: 22px;
		text-align: right;
		margin: 0;
		padding: 0 1.2em 0 0;
	}
	.landscapeSinglePhoto .innerMore a{
		color: #999;
	}
	.landscapeSinglePhoto a img{
		border: 0;
}

#landscapeSingleHeading{
	font-size: 14px;
	line-height: 24px;
	height: 24px;
	margin: .5em 0;
}


/* photos */
.photoList{
	}
	.photoList p{
		float: left;
		width: 190px;
		text-align: center;
		line-height: 2em;
	}
	.photoList a img{
		border: 1px solid #ccc;
	}
	.photoList p strong{
		font-weight: normal;
		color: #a31022;
	}
}