/* Enewshotel.com CSS Document */
/*basic elements*/
body {
	padding:0px;
	margin:0px auto;
	height:auto;
	color:#5D4C3F;
	font:11px/1.4em Arial, Tahoma, Verdana, sans-serif;
	background-color:#D8CCA4;
}

div,img,ul,ol,li,dl,dt,dd,form,input,textarea,fieldset {
	margin:0;
	padding:0;
	border:0;
}
ul,li,dl,dt,dd {
	list-style-type:none;
}
h1,h2,h3,h4,h5,h6 {
	margin:0;
	padding:0;
}
h2, h3 {
	font-size:12px;
	font-weight:bold;
	display:block;
	width:100%;
	clear:both;
	padding:8px 0 5px;
	margin-bottom:10px;
	background:url(../images/line_point.gif) bottom repeat-x;
	position:relative;
}
h2 a:link, h2 a:visited, h3 a:link, h3 a:visited {
	font-size:12px;
	font-weight:bold;
	color:#5D4C3F;
	text-decoration:none;
}
h2 a:hover, h2 a:active {
	color:#9F8B78;
}
h3, h3 a:link, h3 a:visited  {
	font-size:11px;
}
h3 a:hover, h3 a:active {
	color:#9F8B78;
}
p {
	padding:0;
	margin:0 0 10px 0;
}
table,tr,td,th {
	font-size:11px;
	border:none;
	border-collapse:collapse;
}
em {
	font-style:normal;
	font-weight:bold;
}
table { 
	border-spacing:0;
	empty-cells:show;
	text-align:left;
}
a:link {
	color:#5D4E41;
	text-decoration:none;
}
a:visited {
	color:#5D4E41;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a:active {
	text-decoration:underline;
}
/*color definition*/
.cRed,a.cRed:link,a.cRed:visited {
	color:#F00;
}
/*fonts definition*/
.fB {
	font-weight:bold;
}
.fI {
	font-style:italic;
}
.f12 {
	font-size:12px;
}
.f14 {
	font-size:14px;
}
.f16 {
	font-size:16px;
}
/*layout definition*/
.left {
	float:left;
}
.right {
	float:right;
}
.center {
	text-align:center;
}
.clear {
	clear:both;
}
.hidden {
	display:none;
}
.underLine,.underLine a {
	text-decoration:underline !important;
}
.noBorder {
	border:0;
}
.dashed {
	border:#A49579 1px dashed;
}
.solid {
	border:#A49579 1px solid;
}
/* Public Layout */
.input {/*single input*/
	height:18px;
	border:#A89584 1px solid;
	padding:5px 0 0 5px;
	color:#5D4C3F;
	float:left;
	margin-right:8px;
	background-color:#FFF;
}
.submit,.reset {/*submit & reset button*/
	width:74px;
	height:21px;
	text-align:center;
	line-height:0.8em;
	background:url(../images/btn_submit.png) center no-repeat;
	float:left;
	font-size:14px;
	color:#554339;
}
.reservation .reset {
	width:130px;
	background:url(../images/btn_reset.png) center no-repeat;
}
a.more:link,a.more:visited {
	display:block;
	width:155px;
	height:20px;
	float:left;
	text-indent:0.7em;
	line-height:1.6em;
	color:#FFF;
	text-decoration:none;
	background:#C7B897 url(../images/arrow_more.gif) right no-repeat;
}
a.more:hover,a.active:visited {
	color:#FFF;
	text-decoration:none;
	background-color:#705F4F;
}
span.date {
	font-size:10px;
	color:#9F8B78;
}
.pageNo {
	width:96%;
	padding:20px;
	float:left;
	text-align:right;
	overflow:auto;
}
.pageNo span {
	padding:2px 6px;
	margin-left:5px;
}
.pageNo a {
	padding:2px 6px;
	border:#C7B897 1px solid;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	margin-left:5px;
}
.pageNo a.current {
	background-color:#A39068;
	color:#FFF;
	border:0;
}
.pageNo a.pArrow {
	background-color:#C7B897;
	color:#6C4C25;
}
.bottomPage {
	text-align:left;
	padding-left:0;
}
#mainWrap {
	width:900px;
	margin:0 auto;
	position:relative;
	overflow:auto;
	background:url(../images/bg_mainbar.gif) right top repeat-y;
}
#mainWrap ul li {
	padding-left:20px;
	padding-bottom:15px;
	background:url(../images/arrow_li.gif) 7px 5px no-repeat;
}
#mainWrap .sideBar {
	width:240px;
	float:left;
	color:#FFF;
}
.contentsWrap {
	width:590px;
	padding:20px;
	float:left;
}
.contentsWrap table {
	width:585px;
	margin:20px 0;
}
.contentsWrap table .col1 {
	width:10px;
}
.contentsWrap th {
	padding:5px 2px;
	text-align:center;
	background-color:#C7B897;
	border-left:#D8CCA4 1px solid;
}
.contentsWrap table th.lt {
	background-color:#A49579;
	border:0;
}
.contentsWrap tbody tr {
	background:url(../images/line_point.gif) bottom repeat-x;
}
.contentsWrap td {
	padding:10px 2px;
	vertical-align:top;
	text-align:center;
}
.contentsWrap td ul li {
	text-align:left;
	padding-bottom:5px !important;
}
/*Header Layout*/
#headerWrap {
	width:100%;
	background-color:#C7B897;
}
#headerWrap .header {
	width:900px;
	height:30px;
	margin:0 auto;
	position:relative;
	z-index:100;
}
#headerWrap .header .loginWrap {
	width:605px;
	float:left;
	padding:7px 25px 3px 0;
	font-size:12px;
	font-weight:bold;
	color:#554339;
	text-align:right;
}
#headerWrap .header .lngWrap {
	width:240px;
	height:20px;
	text-align:center;
	padding:7px 0 3px;
	float:left;
	background-color:#594A3E;
}
#headerWrap .header .lngWrap a:link, #headerWrap .header .lngWrap a:visited {
	font-size:12px;
	color:#D7CBA3;
}

.daodao img{float:left;width:95px; vertical-align:middle;}
#headerWrap .header .lngWrap a:hover, #headerWrap .header .lngWrap a:active {
	color:#FFF;
}
#headerWrap .header .navWrap {
	float:left;
}
#headerWrap .header .navWrap #menu {
	width:240px;
	height:500px;
	position:absolute;
	top:30px;
	right:30px;
	z-index:10;
}
#headerWrap .header .navWrap .menubar {
	width:240px;
	height:300px;
	position:absolute;
	top:30px;
	right:30px;
	z-index:1;
	background:url(../images/bg_home_nav.png) top no-repeat;
}
#headerDemo {
	width:900px;
	height:300px;
	margin:0 auto;
	position:relative;
}
#headerDemo img {
	float:left;
}
#headerDemo h1.headerTitle {
	font:24px/1.2em "Book Antiqua", Tahoma, Verdana, sans-serif;
	color:#FFF;
	font-weight:bold;
	font-style:italic;
	width:177px;
	height:40px;
	text-align:center;
	padding-top:10px;
	position:absolute;
	left:-10px;
	bottom:23px;
	background:url(../images/bg_alpha_80.png) no-repeat;
	overflow:hidden;
	z-index:9999;
}
/*Footerer Layout*/
#footerWrap {
	width:100%;
	height:50px;
	background-color:#C7B897;
}
#footerWrap .footer {
	width:900px;
	height:50px;
	margin:0 auto;
	position:relative;
	z-index:200;
}
.promotion {
	position:absolute;
	width:200px;
	height:200px;
	right:50px;
	top:475px;
	overflow:hidden;
	z-index:30;
	text-align:center;
}
#footerWrap .fNav {
	padding:15px 0 0 70px;
}
#footerWrap .fNav a:link, #footerWrap .fNav a:visited {
	font-size:12px;
	font-weight:bold;
	color:#554339;
	text-decoration:none;
}
#footerWrap .fNav a:hover, #footerWrap .fNav a:active {
	text-decoration:underline;
}
#footerWrap .menubarBottom {
	width:240px;
	height:25px;
	background-color:#594A3E;
	position:absolute;
	right:30px;
	top:0;
}
/*home-page*/
#home-page #headerWrap .header .navWrap .menubar {
	height:580px;
}
#home-page #mainWrap {
	background-image:none;
	overflow:visible;
}
#home-page #mainWrap .reservation {
	width:250px;
	height:155px;
	padding:60px 0 0 20px;
	position:absolute;
	left:-10px;
	bottom:70px;
	font-size:14px;
	color:#D7CBA3;
	background:url(../images/bg_reservation_home.png) no-repeat;
}
#home-page #mainWrap .reservation td {
	padding:7px 0;
}
#home-page #mainWrap .reservation label {
	display:block;
	font-size:12px;
	width:100%;
	float:left;
}
#home-page #mainWrap .reservation input {
	font-size:14px;
	color:#554339;
	float:left;
	clear:both;
}
#home-page #mainWrap .reservation .dateInput {
	width:110px;
	padding:4px 5px;
	background:url(../images/bg_reservation_dateinput.gif) no-repeat;
}
#home-page #mainWrap .reservation .roomInput,#home-page #mainWrap .reservation .customerInput {
	width:65px;
	padding:4px 5px;
	background:url(../images/bg_reservation_roominput.gif) no-repeat;
}
#home-page #mainWrap .reservation input.submit,#home-page #mainWrap .reservation input.reset {
	clear:none;
}
#home-page #mainWrap .reservation input.submit {
	margin-right:10px;
}
#home-page #mainWrap .weather {
	width:250px;
	height:70px;
	position:absolute;
	left:10px;
	bottom:0;
	overflow:hidden;
}
#home-page #mainWrap .weather .tq{
margin-top:-30px;
}
#home-page #mainWrap .weather ul {
	width:100%;
	padding-top:5px;
}
#home-page #mainWrap .weather ul li {
	width:48%;
	height:18px;
	float:left;	
	font-size:12px;
	color:#D7CBA3;
	overflow:hidden;
	padding-left:0;
	padding-bottom:0;
	background:none;
}
#home-page #mainWrap .weather ul li em {
	font-size:12px;
	color:#D7CBA3;
	font-weight:bold;
}
/*Sub Page*/
#mainWrap h2 a.hotelMap {
	display:block;
	position:absolute;
	top:40px;
	right:0;
}
#fb-page .contentsWrap dl {
	width:100%;
	margin-top:20px;
	float:left;
}
#fb-page .contentsWrap dl dt {
	float:left;
	margin-bottom:20px;
	width:100%;
}
#fb-page .contentsWrap dl dd {
	width:100%;
	float:left;
	padding-bottom:10px;
	margin-bottom:20px;
	background:url(../images/line_point.gif) bottom repeat-x;
	clear:both;
}
#fb-page .contentsWrap dl dd a.more {
	float:left;
	margin:5px 15px 0 0; 
}
#fb-page .contentsWrap dl dd p {
	width:420px;
	float:left;
}
#map-page .mapTitle {
	width:550px;
	height:20px;
	overflow:hidden;
	padding-left:40px;
	line-height:1.8em;
	background:#C7B897 url(../images/icon_map.gif) 10px 0 no-repeat;
	position:relative;
}
#map-page .mapTitle a.more {
	float:right;
	position:absolute;
	top:0;
	right:0;
}
#map-page iframe {
	margin:20px 0;
	background:url(../images/line_point.gif) bottom repeat-x;
	float:left;
}
.contentsWrap .topicView {
	float:left;
	width:100%;
	background:url(../images/line_point.gif) bottom repeat-x;
	margin-bottom:20px;
}
.contentsWrap .topicView .pic {
	width:156px;
	padding-right:20px;
	float:left;
}
.contentsWrap .topicView .pic a img {
	padding:3px;
	border:#C7B897 1px solid;
	background-color:#FFF;
	float:left;
	margin-bottom:10px;
}
.contentsWrap .topicView .pic a.more {
	margin-bottom:20px;
}
.contentsWrap .topicView .title {
	width:414px;
	float:left;
}
.contentsWrap .topicView .title h4 {
	width:100%;
	float:left;
}
.contentsWrap .topicView .title h4 a:link, .contentsWrap .topicView .title h4 a:visited {
	font:20px "Times New Roman", Tahoma, Verdana, sans-serif;
	font-weight:normal;
}
.contentsWrap .topicView .title h4 a:hover, .contentsWrap .topicView .title h4 a:active {
	text-decoration:underline;
}
.contentsWrap .topicView .title span {
	font-size:10px;
	color:#9F8B78;
	text-decoration:underline;
	width:100%;
	float:left;
	clear:both;
	margin:3px 0 8px;
}
.contentsWrap .topicView .title p {
	width:100%;
	float:left;
	margin-bottom:20px;
}
.contentsWrap .topicView .title p a {
	font-size:12px;
	color:#9F8B78;
}
#newslist-page #mainWrap ul {
	width:570px;
	float:left;
	padding-bottom:15px;
	background:url(../images/line_point.gif) bottom repeat-x;
}
#newslist-page #mainWrap li {
	float:left;
	width:100%;
	clear:both;
}
#newslist-page #mainWrap li a em {
	font-size:12px;
	font-weight:normal;
	text-decoration:underline;
}
#newslist-page #mainWrap li a span {
	font-size:10px;
	text-decoration:underline;
	color:#9F8B78;
	margin-left:20px;
}
#newsdetail-page .cTitle {
	width:100%;
	float:left;
	background:url(../images/line_point.gif) top repeat-x;
	position:relative;
}
#newsdetail-page .cTitle h4 {
	font:20px "Times New Roman", Tahoma, Verdana, sans-serif;
	font-weight:normal;
	width:100%;
	clear:both;
	padding-top:15px;
}
#newsdetail-page .cTitle span {
	display:block;
	font-size:10px;
	color:#9F8B78;
	text-decoration:underline;
	width:100%;
	clear:both;
	padding:3px 0 15px;
	background:url(../images/line_point.gif) bottom repeat-x;
}
#newsdetail-page .cTitle .cFunc {
	position:absolute;
	top:20px;
	right:20px;
}
#newsdetail-page .cTitle .cFunc img {
	margin-right:1px;
}
#newsdetail-page .contents {
	width:98%;
	float:left;
	clear:both;
	padding:35px 0 25px;
	background:url(../images/line_point.gif) bottom repeat-x;
}
.back_b{
	height:40px;
	margin:10px 0;
	float:left;
	width:100%;
}
#newsdetail-page .preNext {
	width:580px;
	float:left;
	padding:20px 0;
	text-align:right;
}
#newsdetail-page a.pre {
	padding-left:10px;
	background:url(../images/arrow_pre.gif) 0 3px no-repeat;
}
#newsdetail-page a.next {
	padding-right:10px;
	background:url(../images/arrow_next.gif) right 3px no-repeat;
}
#recreation-page .contentsWrap .list {
	width:590px;
	float:left;
	clear:both;
}
#recreation-page .contentsWrap .list img {
	padding:3px;
	border:#C7B897 1px solid;
	background-color:#FFF;
	float:left;
}
#recreation-page .contentsWrap .list .rightWrap {
	width:260px;
	float:right;
}
#recreation-page .contentsWrap .list ul {
	width:100%;
	float:left;
}
#recreation-page .contentsWrap .list ul li {
	padding-bottom:0;
}
#recreation-page .contentsWrap .list a.more {
	margin:10px 0 0 5px;
	float:left;
}
#miles-page #headerDemo h1 {
	height:50px;
	padding-top:0;
	font-size:22px;
	line-height:1.1em;
}
#miles-page ul {
	width:100%;
	padding-top:20px;
	background:url(../images/line_point.gif) top repeat-x;
}
#miles-page ul li {
	float:left;
	padding:0 20px  20px 0;
}
#album-page .contentsWrap {
	padding-left:0;
	width:610px;
}
#album-page .demoWrap {
	width:610px;
	float:left;
}
#album-page .demoWrap h2 {
	background:none;
	float:left;
	margin-bottom:20px;
}
#album-page .demoWrap h2 a:link, #album-page .demoWrap h2 a:visited {
	display:block;
	width:600px;
	height:20px;
	padding:0 0 0 10px;
	text-decoration:underline;
	text-indent:0.7em;
	line-height:1.6em;
	color:#86181B;
	background:#C7B897 url(../images/arrow_more_wide.gif) right no-repeat;
	overflow:hidden;
}
#album-page .demoWrap h2 a:hover, #album-page .demoWrap h2 a:active {
	color:#FFF;
	text-decoration:none;
	background:#705F4F url(../images/arrow_more_wide_current.gif) right no-repeat;
}
#album-page .contentsWrap .current h2 a {
	color:#FFF;
	text-decoration:none;
	background:#705F4F url(../images/arrow_more_wide_current.gif) right no-repeat;
	cursor:default;
}
#album-page .demoWrap .leftWrap {
	width:510px;
	padding-left:20px;
	float:left;
	display:none;
}
#album-page .contentsWrap .current .leftWrap {
	display:block;
}
#album-page .demoWrap .thumbWrap {
	width:60px;
	padding-left:20px;
	float:left;
	display:none;
}
#album-page .contentsWrap .current .thumbWrap {
	display:block;
}
#album-page .demoWrap .thumbWrap ul {
	width:100%;
	float:left;
}
#album-page .demoWrap .thumbWrap ul li {
	padding:0;
	margin:0 0 5px 0;
	float:left;
	background:none;
}
#album-page .demoWrap .thumbWrap ul li a {
	cursor:pointer;
}
#album-page .upScroll, #album-page .downScroll {
	float:left;
	width:100%;
	margin-bottom:10px;
}
#album-page .downScroll {
	margin-top:10px;
}
#album-page .upScroll a:link, #album-page .upScroll a:visited, #album-page .downScroll a:link, #album-page .downScroll a:visited {
	display:block;
	width:60px;
	height:10px;
	overflow:hidden;
	background:url("../images/btn_scroll_up.gif") no-repeat;
}
#album-page .upScroll a:hover, #album-page .upScroll a:active {
	background:url("../images/btn_scroll_up_hover.gif") no-repeat;
}
#album-page .downScroll a:link, #album-page .downScroll a:visited {
	display:block;
	width:60px;
	height:10px;
	overflow:hidden;
	background:url("../images/btn_scroll_down.gif") no-repeat;
}
#album-page .downScroll a:hover, #album-page .downScroll a:active {
	background:url("../images/btn_scroll_down_hover.gif") no-repeat;
}
#video-page .contensWrap {
	width:590px;
	padding-left:20px;
}
#video-page h2 {
	padding-left:20px;
	width:570px;
}
#video-page p {
	padding-left:20px;
}
#video-page .videoList {
	width:100%;
	float:left;
	margin-bottom:20px;
}
#video-page .videoList li {
	display:block;
	padding:0 0 1px 20px;
	width:275px;
	height:40px;
	float:left;
	background:none;
	overflow:hidden;
}
#video-page .videoList li.current {
	background:url("../images/arrow_video.gif") 5px 10px no-repeat;
}
#video-page .videoList li .videoListWrap {
	width:265px;
	height:30px;
	padding:5px;
	background-color:#C7B897;
}
#video-page .videoList li.current .videoListWrap {
	background-color:#705F4F;
}
#video-page .videoList li a img {
	float:left;
}
#video-page .videoList li a.right {
	display:block;
	margin-left:10px;
	width:195px;
	float:left;
}
#video-page .videoList li a.right:link em,#video-page .videoList li a.right:visited em {
	font-weight:bold;
	color:#5D4C3F;
	clear:both;
	text-decoration:none;
	display:block;
}
#video-page .videoList li a.right:hover em,#video-page .videoList li a.right:active em {
	text-decoration:underline;
}
#video-page .videoList li.current a.right em {
	color:#FFF;
}
#video-page .videoList li a.right span {
	font-size:10px;
	color:#9F8B78;
}
#video-page .playerWrap {
	width:570px;
	padding-left:20px;
	clear:both;
	position:relative;
	margin-bottom:20px;
}
#video-page .playerWrap .title {
	position:absolute;
	left:40px;
	bottom:40px;
}
#video-page .playerWrap .title h4 {
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	color:#FFF;
	clear:both;
}
#video-page .playerWrap .title span {
	font-size:10px;
	color:#9F8B78;
	display:block;
	padding-top:5px;
}
#review-page dl {
	width:100%;
	clear:both;
	border-top:#9F8B78 1px solid;
}
#review-page dl dt {
	background:url(../images/line_point.gif) bottom repeat-x;
	padding:10px 0;
	width:100%;
	float:left;
	overflow:auto;
}
#review-page dl dt em {
	font-size:12px;
	font-weight:normal;
	padding:0 10px 0 20px;
}
#review-page dl dd {
	width:100%;
	float:left;
	padding:20px 0 15px;
	border-bottom:#9F8B78 1px solid;
}
#review-page dl dd .face {
	float:left;
	width:70px;
	margin-right:20px;
}
#review-page dl dd .face img {
	padding:3px;
	border:#C7B897 1px solid;
	background-color:#FFF;
	float:right;
}
#review-page dl dd .contents {
	width:500px;
	float:left;
}
#review-page dl dd .contents .title {
	width:100%;
	float:left;
	padding-bottom:15px;
}
#review-page dl dd .contents .title span {
	display:inline;
	color:#9F8B78;
	padding-right:20px;
	background:url(../images/arrow_reviewtitle.gif) 30px 3px no-repeat;
}
#review-page dl dd .contents p{
	width:100%;
	float:left;
}
#review-page dl dd .revert {
	width:100%;
	float:left;
}
#review-page dl dd .revert h6 {
	width:100%;
	height:20px;
	font-size:11px;
	text-decoration:none;
	text-indent:1em;
	line-height:1.6em;
	font-weight:bold;
	color:#86181B;
	background:#C7B897 url(../images/arrow_more_wide.gif) right no-repeat;
	overflow:hidden;
	margin-bottom:10px;
}





/*slideshow*/
#slideshow { list-style:none; color:#fff}
#slideshow span {display:none}
#wrapper {width:600px; margin:0 auto; display:none}
#wrapper * {margin:0; padding:0}
#fullsize {position:relative; width:600px; height:380px; padding:2px; border:1px solid #C7B897; background:#C7B897;}
#information {position:absolute; bottom:0; width:600px; height:0; background:#000; color:#fff; overflow:hidden; z-index:200; opacity:.7; filter:alpha(opacity=70)}
#information h3 {padding:4px 8px 3px; font-size:14px}
#information p {padding:0 8px 8px}
#image {width:500px}
#image img {position:absolute; z-index:25; width:auto}
.imgnav {position:absolute; width:25%; height:306px; cursor:pointer; z-index:150}
#imgprev {left:2px; background:url(../images/left.gif) left center no-repeat}
#imgnext {right:2px; background:url(../images/right.gif) right center no-repeat}
#imglink {position:absolute; height:306px; width:100%; z-index:100; opacity:.4; filter:alpha(opacity=40)}
.linkhover {background:url(images/link.gif) center center no-repeat}
#thumbnails {margin-top:15px}
#slideleft {float:left; width:20px; height:81px; background:#C7B897 url(../images/scroll-left.gif) center center no-repeat;}
#slideleft:hover {background-color:#5D4E41}
#slideright {float:right; width:20px; height:81px; background:#C7B897 url(../images/scroll-right.gif) center center no-repeat}
#slideright:hover {background-color:#5D4E41}
#slidearea {float:left; position:relative; width:540px; margin-left:5px; height:81px; overflow:hidden}
#slider {position:absolute; left:0; height:81px}
#slider img {cursor:pointer; border:1px solid #ccc; padding:2px}

.TA_linkingWidget { width:130px; margin:10px auto;}
.daodao { margin-top:4px;}

#headerWrap .header .navWrap .img30{position:absolute; top:210px; right:120px; z-index:100}
