@charset "UTF-8";
@import 'reset.css';
@import 'thickbox.css';
@import 'ui/ui.all.css';

a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 160%;
	font-weight: bold;
	color: #900000;
	margin: 20px 0 15px 0;
}
h2 {
	color: #114f74;
	font-size: 130%;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 3px;
	padding: 5px 2px;
}
h3 {
	font-weight: bold;
	background: #CCCCCC;
	margin: 10px 0 3px 0;
	padding: 5px 2px;
}
p {
	margin-bottom: .5em;
}
strong {
	font-weight: bold;
}

table th {
	font-weight: bold;
	text-align: center;
	background: #EEEEEE;
}
table th,
table td {
	border: 1px solid #CCCCCC;
}
table th p,
table td p {
	padding: 2px;
	margin-bottom: 0;
}

ul li {
	margin-left: 1em;
	list-style-type: disc;
}

#titles {
	margin-bottom: 15px;
}
#logo {
	float: left;
	width: 263px;
	vertical-align: middle;
}
#copy {
	float: left;
	width: 500px;
	text-align: center;
	color:#003366;
	font-size:18px;
	font-weight:bold;
	padding: 20px 0;
}
#lang {
	float: right;
	width: 110px;
	text-align: right;
	margin-top: 37px;
}

#headers {
	min-height: 250px;
}
#banners {
	border: 3px solid #A7292A;
	margin-bottom: 5px;
	min-height: 250px;
}
#banners table tr td {
	height: 250px;
}
#banners .bnrmdl {
	width: 136px;
	vertical-align: top;
}
#banners #hot_properties.bnrmdl {
	background: #FFFFFF;
	color: #000000;
}
#banners #hot_hotel.bnrmdl {
	background: #990000;
	color: #FFFFFF;
}
#banners #hot_tour.bnrmdl {
	background: #114f74;
	color: #FFFFFF;
}
#banners .bnrmdl dl {
	padding: 5px 2px 0 5px;
	font-size:11px;
	line-height: 130%;
}
#banners .bnrmdl dl dt {
	font-weight:bold;
}
#banners .bnrmdl dl dt.title1 {
	padding-top: 2px;
	padding-bottom: 8px;
	margin-bottom: 5px;
	border-bottom: 4px solid #FFFFFF;
}
#banners .bnrmdl dl a {
	font-weight:bold;
	color: #FFFFFF;
}
#banners #hot_properties.bnrmdl dt.title1 {
	border-bottom-color: #A7292A;
}
#banners #hot_properties dd {
	color:#424C52;
}
#banners #hot_properties.bnrmdl dl a {
	color: #000000;
}
#banners #slider {
	width: 460px;
	display: block;
	vertical-align: middle;
	overflow: hidden;
	border: 0 none;
}
#banners #slider ul,
#banners #slider li {
	margin:0;
	padding:0;
	list-style:none;
	display: block;
	overflow:hidden;
	height: 250px;
}
#banners #slider li {
	width:460px;
	height:250px;
	text-align: center;
	line-height: 250px;
	vertical-align: bottom;
}
#banners #prevBtn,
#banners #nextBtn{
	display: none;
}

#gmenu {
	clear: both;
	text-align: left;
	margin-bottom: 6px;
}
#gmenu ul {
	display: block;
/*	width: 881px;*/
	width:100%;
	margin: 0;
	padding: 0;
	background: #333333 url(/img/common/navi_bg.gif) repeat-x center center;
}
#gmenu ul li {
	list-style-type: none;
	display: block;
	float: left;
	height: 70px;
	margin: 0;
	padding: 0;
	text-align: center;
}
#gmenu ul li.first {
	background: url(/img/common/navi_bg_left.gif) no-repeat left center;
}
#gmenu ul li a {
	display: block;
	width: 100%;
	height: 100%;
	color: #FFFFFF;
	font-weight: bold;
	font-size:13px;
	line-height: 70px;
	background: url(/img/common/navi_bg_div.gif) no-repeat right center;
}
#gmenu ul li.last {
	float: right;
}
#gmenu ul li.last a {
	width: auto;
	padding-right: 62px;
	background: url(/img/common/navi_bg_right.gif) no-repeat right center;
}
#gmenutip {
	background: #000000;
	color: #FFFFFF;
	position: absolute;
	display: none;
	padding-top: 5px;
	border-bottom: 5px solid #990000;
}
#gmenutip li {
	list-style-type: none;
	display: block;
	margin: 0; padding: 0;
	margin-left: 5px;
	text-align: left;
	line-height: 150%;
}
#gmenutip li a {
	display: block;
	color: #FFFFFF;
	background: #000000;
	font-size: 90%;
}
#gmenutip li a:hover {
	color: #FFFFFF;
	background: #333333;
}

#contents {
	border: 3px solid #A7292A;
	margin-bottom: 10px;
}

#smenu {
	width: 180px;
	float: left;
	overflow: hidden;
}
#smenu dt {
	background: #114F74;
	color: #FFFFFF;
	text-align: center;
}
#smenu dd {
	background: #E4E4E4;
	font-size: 11px;
	color: #424C52;
	line-height: 130%;
	margin-bottom: 10px;
}
#smenu dd a {
	color: #000000;
	font-weight: bold;
}
#smenu dd.txtbox {
	padding: 7px 0;
}
#smenu dd.txtbox p {
	margin: 0 10px;
}
#smenu dd#cer {
	text-align:center;
}
#smenu dd ul {
	padding: 5px 0;
}
#smenu dd ul li {
	margin: 0 0 3px 5px;
	list-style-type: none;
}
#smenu dd .month {
	margin-left: 5px;
}
#smenu dd#hotnews a {
	text-decoration: underline;
	font-size: 12px;
	color: #FF0000;
}
#smenu dd#hotnews p.more {
	text-align: right;
	margin-top: 10px;
}
#smenu #newslist ul {
	padding-top: 0;
}
#smenu #scategories li,
#smenu #pages li {
	font-size: 140%;
	line-height: 150%;
}
#smenu #scategories li a,
#smenu #pages li a,
#smenu #newslist li a {
	color: #0f2d75;
}
#smenu #promotion {
	text-align: center;
}
#smenu #promotion div {
	margin-bottom: 10px;
}
#selecter {
	padding: 5px;
	font-size: 120%;
}

#content {
	width: 690px;
	float: right;
	overflow: hidden;
}
#content_wrap {
	padding: 5px;
}
#detail h2 {
	background: #114F74;
	color: #FFFFFF;
}

#innerlinks {
	clear: both;
	text-align: center;
	padding-top: 30px;
}

#footer {
	clear: both;
	font-size: 90%;
	text-align: center;
	padding-top: 50px;
	margin-bottom: 10px;
}


#layout_gallery {
	margin-top: 10px;
}
#layout_gallery #detail {
	width: 550px;
	float: left;
	overflow: hidden;
}
#layout_gallery #detail li {
	list-style-type: disc;
	margin-left: 1em;
}
#layout_gallery .data {
	margin-bottom: 10px;
}
#layout_gallery .data table {
	width: 100%;
}
#layout_gallery #thumb {
	width: 130px;
	float: right;
	text-align: center;
}
#layout_gallery #thumb a {
	display: block;
	width: 100%;
	text-align: center;
	margin-bottom: 5px;
}
#layout_gallery #thumb a img {
	width: 120px;
}

#layout_property #detail {
	width: 400px;
	float: left;
}
#layout_property #data {
	width: 200px;
	float: right;
}
#layout_property #thumb span,
#layout_property #thumb a {
	float: left;
}

#listing .entry {
	margin-bottom: 30px;
}
#listing .entries {
	display: block;
}
#listing .entries.nodefault {
	display: none;
}
#listing .entries .entry {
	display: none;
}
#listing .top .entry {
	display: block;
}
#listing h2 {
	clear: both;
	background: #EEEEEE;
	padding: 4px 5px;
}
#listing .thumb {
	width: 125px;
	float: left;
}
#listing .detail {
	width: 550px;
	float: right;
	overflow: hidden;
}
#listing .data table {
	width: 100%;
}
#listing .data table th {
	width: 10em;
}
#listing dt {
	font-weight: bold;
}
#listing p.link,
#listing dd.link {
	margin-bottom: 10px;
	text-align: right;
}

#listing .accordion h3 a {
	display: inline;
	width: auto;
	color: #633;
}
.ui-accordion-header {
	clear: both;
	font-size: 120%;
	padding: 3px 0;
}
.ui-accordion-header .ui-icon {
	float: left;
}
.ui-accordion-content {
	clear: both;
	padding: 5px;
}
#listing .ui-accordion-content .detail {
	width: 530px;
}

#sort {
	margin-top: 5px;
	border-top: 3px solid #CCCCCC;
	border-bottom: 3px solid #CCCCCC;
}
#sort a {
	margin-right: 10px;
	padding-right: 15px;
	cursor: pointer;
	display: none;
}
#sort a.priority {
	font-weight: bold;
}
#sort a.ascend {
	background: url(/img/common/ascend.jpg) no-repeat right center;
}
#sort a.descend {
	background: url(/img/common/descend.jpg) no-repeat right center;
}
#pager {
	text-align: center;
}
#pager a {
	display: none;
	cursor: pointer;
	font-size: 110%;
}
#pager p a,
#pager p span {
	display: inline;
	margin: 3px;
}
#pager p span {
	font-weight: bold;
	font-size: 110%;
}

.pmodimglarge h3 .date,
.pmodimglarge h3 .note {
	font-size: smaller;
	font-weight: normal;
	font-style: normal;
}
.pmodimglarge .thumb {
	width: 205px;
	float: left;
}
.pmodimglarge .detail {
	width: 470px;
	float: right;
	overflow: hidden;
}


.grid.col2 .cell {
	width: 325px;
	margin-bottom: 15px;
}
.grid.col2 .cell.sideleft {
	clear: left;
	float: left;
}
.grid.col2 .cell.sideright {
	float: right;
}
#listing .cell dt {
	background: #114F74;
	color: #FFFFFF;
	font-weight: bold;
}
#listing .cell .detail,
#listing .cell .link {
	width: 195px;
	float: right;
}
#listing .cell .link a {
	font-weight: bold;
}

.promotion {
	color: #CC0000;
	font-weight: bold;
	margin-left: 1em;
}
p.remarks {
	margin: 10px;
	color: #CC0000;
}

/*Spa*/
#spasheet table {
	width: 90%;
	margin-top: 20px;
	color: #804000;
}
#spasheet thead th {
	background: #FEC981;
	padding: 10px 0;
}
#spasheet tbody th {
	background: #FFFFFF;
	text-align: left;
}
#spasheet tbody td {
	width: 6em;
}
#spasheet tbody p {
	padding: 5px;
}
#spasheet tbody em {
	margin-left: 1em;
}

/*Price Table*/
table.pricetable thead th,
table.pricetable thead td {
	border-bottom-width: 3px;
	border-bottom-style: double;
}
table.pricetable tbody th,
table.pricetable tfoot th {
	background-color: transparent;
	text-align: left;
}
table.pricetable tbody td,
table.pricetable tfoot td {
	text-align: right;
	width: 8em;
}
table.pricetable tbody th {
	font-weight: normal;
}
table.pricetable tfoot th,
table.pricetable tfoot td {
	font-weight: bold;
	border-top-width: 4px;
	border-top-style: double;
}
dl.table {
	margin-bottom: 20px;
}
dl.table dd {
	margin-left: 2em;
}
.amount {
	display: none;
}

/* News */
#news .entry {
	display: none;
}
#news .pubdate {
	font-size: 90%;
	font-weight: normal;
	margin-top: 10px;
	margin-right: 10px;
}
#news h2 {
	margin: 0;
	padding: 5px 0;
}

#hotnews {
	margin-top: 20px;
}
#hotnews dt {
	font-size: 170%;
	color: #990000;
	border-bottom: 1px solid #CC0000;
}
#hotnews .month {
	color: #666666;
	font-size: 90%;
	margin-top: .5em;
}
#hotnews li {
	margin-left: 20px;
	margin-bottom: .5em;
	line-height: 150%;
	color: #666666;
}
#hotnews li a {
	font-weight: bold;
}
#hotnews .more {
	text-align: right;
}
#hotnews .more a {
	font-weight: bold;
	font-size: 120%;
}

/* Form */
#form table {
	width: 100%;
}
#form .require {
	color: #990000;
}
#form thead td,
#form tbody td.submit {
	border: 0 none;
}
#form tbody td.submit {
	text-align: center;
}
#form tbody th {
	width: 14em;
}
#form tbody th,
#form tbody td {
	padding: 3px 0;
}
#form tbody th p,
#form tbody td p {
	padding: 0 5px;
}
#form tbody td p.error {
	padding: 1px 5px;
	color: #990000;
}
#form tbody td p.form {
	margin: 3px 0;
}
#form tbody td p.note {
	padding: 0 5px;
	font-size: 90%;
}
#form tbody td input,
#form tbody td textarea {
	width: 90%;
	font-size: 100%;
}
#form tbody td option {
	font-family:Tahoma;
}

#form tbody td label {
	padding-left: 5px;
	padding-right: 10px;
}
#form tbody td textarea {
	font-size: 100%;
	height: 7em;
}
#form tbody td .checkbox,
#form tbody td .radio {
	margin-left: 5px;
}
#form tbody td .checkbox input,
#form tbody td .radio input {
	width: auto;
}
#form tbody th .retype {
	color: #990000;
	font-size: 90%;
}
#form table#form_result tbody td p {
	white-space: pre;
}
#contactfooter {
	text-align: center;
}
