/* Enewshotel.com CSS Document */
@import url(/css/header.css);
@import url(/css/footer.css);
/*basic elements*/
/*html { filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);} */
body {
	background:#FFF;
	/* TEXT-ALIGN: center; */
	padding:0px;
	margin:0px;
	height:auto;
	color:#65451E;
	font:12px/1.6em "ËÎÌå", Arial, Tahoma, Verdana, sans-serif;
	background:#EBECCC url(/image/bg_body.jpg) center repeat-y;
}
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;
}
h1,h2,h3,h5 {
	font-size:14px;
}
h4 {
	font-size:12px;
}
h1,h2,h3,h4 {
	font-weight:bold;
}
h1,h2,h1 a:link,h1 a:visited,h2 a:link,h2 a:visited {
	color:#A30100;
}
h1 a:hover,h1 a:active,h2 a:hover,h2 a:active {
	color:#C09C46;
}
h3,h4,h5,h6,h3 a:link,h3 a:visited,,h4 a:link,h4 a:visited,,h5 a:link,h5 a:visited,h6 a:link,h6 a:visited {
	color:#6F4D25;
}
h3 a:hover,h3 a:active,h4 a:hover,h4 a:active,h5 a:hover,h5 a:active,h6 a:hover,h6 a:active {
	color:#C09C46;
}
table,tr,td,th {
	font-size:12px;
	border:none;
	border-collapse:collapse;
}
table { 
	border-spacing:0;
	empty-cells:show;
	text-align:left;
}
.clear {
	clear: both;
}
a:link {
	color:#65451e;
	text-decoration:none;
}
a:visited {
	color:#65451e;
	text-decoration:none;
}
a:hover {
	color:#C09C46;
	text-decoration:none;
}
a:active {
	color:#C09C46;
}
/*color definition*/
.cRed,a.cRed:link,a.cRed:visited {
	color:#F00;
}
.cOrange,a.cOrange:link,a.cOrange:visited {
	color:#F60;
}
.cGray,a.cGray:link,a.cGray:visited {
	color:#999;
}
.cDGray,a.cDGray:link,a.cDGray:visited {
	color:#666;
}
a.cDGray:hover {
	color:#F60;
}
.cLGray,a.cLGray:link,a.cLGray:visited {
	color:#CCC;
}
.cBlack,a.cBlack:link,a.cBlack:visited {
	color:#000;
}
a.cBlack:hover {
	color:#C00;
}
.cWhite,a.cWhite:link,a.cWhite:visited {
	color:#FFF;
}
/*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;
}
.lcenter {/*full screen center*/
	margin:0 auto;
	padding:0 20px 20px;
	overflow:auto;
}
.clear {
	clear:both;
	font-size:1px;
	width:1px;
	visibility:hidden;
	line-height:100%;
}
.hidden {
	display:none;
}
.unLine,.unLine a {
	text-decoration:underline !important;
}
.noBorder {
	border:0;
}
.dashed {
	border:#A39068 1px dashed;
}
.solid {
	border:#A39068 1px solid;
}
.w990 {/*total width*/
	width:990px;
}
.w950 {/**/
	width:950px;
}
.w988 {/**/
	width:988px;
}
.w600 {/**/
	width:600px;
}
.w598 {/**/
	width:598px;
}
.w330 {/**/
	width:330px;
}
.w328 {/**/
	width:328px;
}
.pad-t20 {
	padding-top:20px;
}
.pad-b20 {
	padding-bottom:20px;
}
.pad-l20 {
	padding-left:20px;
}
.pad-r20 {
	padding-right:20px;
}
.mar-t20 {
	margin-top:20px;
}
.mar-b20 {
	margin-bottom:20px;
}
.mar-l20 {
	margin-left:20px;
}
.mar-r20 {
	margin-right:20px;
}
/* public Layout */
.mainBottom {
	width:100%;
	float:left;
	background-color:#EBECCB;
}
.mainBottom span {
	display:block;
	width:990px;
	height:20px;
	margin:0 auto;
	background:#EBECCB url("/image/bg_main_bottom.jpg") top repeat-x;
	overflow:hidden;
}
.input {/*single line input */
	height:17px;
	border:#A39068 1px solid;
	padding:5px 0 0 5px;
	color:#A58F6A;
	float:left;
	margin-right:8px;
}
.submit {/*submit button*/
	width:35px;
	height:24px;
	background:url(/image/btn_search.jpg) center no-repeat;
	float:left;
}
.more {/**/
	position:absolute;
	color:#A38F67;
	border:0;
	margin:0;
	padding:0;
	font-size:12px;
	font-weight:normal;
	color:#A39068;
}
.more a:link,.more a:visited {
	
	font-size:12px;
	font-weight:normal;
	line-height:16px;
	color:#A38F67;
	border:0;
	margin:0;
	padding:0 10px 0 0;
	background:url("/image/arrow_more.gif") right 3px no-repeat;
}
.more a:hover,.more a:active {
	color:#C09C46;
	text-decoration:underline;
}
body#home-page .more a:link,body#home-page .more a:visited {
	background:url("/image/arrow_more.gif") right 2px no-repeat;
}
body#home-page .more a:hover,body#home-page .more a:active {
	color:#C09C46;
	text-decoration:underline;
}
.brandNews .more a:link,.brandNews .more a:visited {
	background:url("/image/arrow_more.gif") right 1px no-repeat;
}
.topNews {
	padding:20px 20px 0px 20px;
	float:left;
	position:relative;
}
.topNews a img {
	width:118px;
	height:118px;
	border:#A38F68 1px solid;
	float:left;
	margin-right:20px;
}
.topNews h4 {
	float:left;
	width:148px;
}
.topNews h4 a:link,.topNews h4 a:visited {
	float:left;
	display:block;
	width:100%;
	font-size:14px;
	font-weight:bold;
	font-style:normal;
	color:#A40000;
	clear:right;
	cursor:pointer;
}
.topNews h4 a:hover,.topNews h4 a:active {
	color:#BF9C46;
}
.topNews h4 a:link span,.topNews h4 a:visited span {
	display:block;
	float:left;
	width:100%;
	font-size:12px;
	font-weight:normal;
	color:#A40000;
}
.topNews h4 a:hover span,.topNews h4 a:active span {
	color:#BF9C46;
}
.topNews p {
	float:left;
	width:148px;
	margin:0;
	padding-top:5px;
	margin-left:-3px;
}
.topNews p a:link,.topNews p a:visited {
	color:#A39067;
}
.topNews p a:hover,.topNews p a:active {
	color:#BF9C46;
	text-decoration:underline;
}
.headline-txt {/*top text ad*/
	width:950px;
	padding:18px 20px;
	margin:0 auto;
	overflow:auto;
	position:relative;
}
.hotkeywords {/*hot keyword*/
	width:300px;
	overflow:hidden;
	float:left;
}
.hotkeywords a:link,.hotkeywords a:visited {
	color:#A40000;
	text-decoration:underline;
}
.hotkeywords a:hover,.hotkeywords a:active {
	color:#A39067;
}
.loginWrap {/*top login*/
	width:80px;
	float:right;
	text-align:right;
	position:absolute;
	top:17px;
	right:20px;
}
.loginWrap a:link,.loginWrap a:visited {
	color:#A40000;
	font-weight:bold;
}
.loginWrap a:hover,.loginWrap a:active {
	color:#A39067;
}
.flashAD {/*flash video ad*/
	float:right;
	margin-bottom:20px;
}
.sidePicAd {/*left side ad*/
	margin-bottom:20px;
}
.spreadAd {/*spread advertise*/
	width:950px;
	padding:0 20px 20px 20px;
	margin:0 auto;
	overflow:hidden;
	position:relative;
}
.spreadAd img {
	/*border:#A39068 1px solid;*/
}
.spreadAd .left img {
	width:600px;
	height:120px;
}
.spreadAd .right img {
	width:330px;
	height:120px;
}
.ad600 {/*600*/
	float:left;
	margin-bottom:20px;
}
.ad600 img {
	width:598px;
	height:118px;
}
.cooper {/**/
	width:950px;
	overflow:auto;
	margin:0 auto;
	padding:0 20px 20px 20px;
	background:url("/image/tb_sep.jpg") 20px 24px no-repeat;
}
.cooper .trade {
	width:100%;
	float:left;
	margin-bottom:10px;
}
.cooper .media {
	width:100%;
	float:left;
	margin-bottom:10px;
}
.cooper .trade ul,.cooper .media ul {
	width:100%;
	float:left;
}
.cooper .trade ul li,.cooper .media ul li {
	width:85px;
	padding:0px 0 20px 30px;
	float:left;
}
.cooper .media h2,.cooper .trade h2 {
	border:0;
	background:none;
	padding-top:0;
	padding-bottom:16px;
}

.sideLetter {
	width:330px;
	height:255px;
	padding:0 0 0 20px;
	/*float:left;*/
	margin-bottom:20px;
	overflow:hidden;
	position:relative;
}
.sideVideoPlay {/*video play*/
	width:330px;
	overflow:hidden;
	float:right;
	margin-bottom:20px;
}
.sideVideoPlay .flvplayer {
	width:100%;
	height:198px;
	float:left;
	clear:both;
}
.sideVideoPlay .flvlist {/*video list*/
	float:left;
	width:328px;
	clear:both;
	margin-top:20px;
	border-bottom-width:0;
	background:url("/image/bg_title.jpg") top repeat-x;
}
.sideVideoPlay .flvlist h1 {
	padding:8px 0 4px 20px;
}
.sideVideoPlay .flvlist ul {
	margin:0 20px auto;
	border-width:1px 0;
	border-color:#A39068;
	border-style:solid;
	height:94px;
	overflow:auto;
}
.sideVideoPlay .flvlist ul li {
	display:block;
	height:22px;
	border-bottom:#DAD7B4 1px solid;
	padding-top:5px;
}
.sideVideoPlay .vsearch {/*video search*/
	border-width:0 1px;
	border-color:#A39068;
	border-style:solid;
	overflow:hidden;
	width:308px;
	padding-left:20px;
}
.sideVideoPlay .vsearch form {
	padding:8px 0 8px 15px;
	width:273px;
	height:24px;
	border-top:#FFF 1px solid;
	border-bottom:#A39068 1px solid;
	background:url("/image/bg_searchtitle.jpg") top repeat-x;
}
.sideVideoPlay .vsearch .input {
	width:210px;
	clear:both;
}
.sideVideoPlay .vtips {/*video search description*/
	width:288px;
	border-width:0 1px 1px;
	border-color:#A39068;
	border-style:solid;
	padding:0 20px;
	height:27px;
	background:url("/image/bg_searchbottom.jpg") bottom repeat-x;
	text-align:right;
}
.sideVideoPlay .vtips a {
	line-height:27px;
	padding-right:10px;
	margin-right:15px;
	background:url("/image/arrow_more.gif") right center no-repeat;
}
.sideVideoPlay .vtips a.last {
	margin-right:0;
}
/*spread picture*/
.spreadPicDemo {
	width:950px;
	height:270px;
	overflow:hidden;
	margin:0 auto;
	margin-bottom:20px;
	background:url("../image/bg_recdemo.gif") center repeat-y;
}
.spreadPicDemo h2 {
	width:910px;
	margin:0 auto;
	background:url("../image/bg_title_demo.jpg") repeat-x;
}
.spreadPicDemo ul {
	display:block;
	padding:20px 0 15px 40px;
	margin:0 auto;
	overflow:auto;
}
.spreadPicDemo ul li {
	float:left;
	padding-right:68px;
	width:120px;
	height:200px;
	overflow:hidden;
}
.spreadPicDemo .picWrap {
	width:100%;
	height:200px;
	overflow:hidden;
	clear:both;
	position:relative;
}
.spreadPicDemo ul li a:link,.spreadPicDemo ul li a:visited {
	display:block;
	float:left;
	width:120px;
	color:#A39068;
}
.spreadPicDemo ul li a:link em,.spreadPicDemo ul li a:visited em {
	color:#6F4E25;
}
.spreadPicDemo ul li a:hover,.spreadPicDemo ul li a:active,.spreadPicDemo ul li a:hover em,.spreadPicDemo ul li a:active em {
	color:#BF9C46;
}
.spreadPicDemo ul li a em {
	font-style:normal;
	padding-left:1em;
}
.spreadPicDemo a img {
	width:118px;
	height:118px;
	border:#AB9A75 1px solid;
	margin-bottom:8px;
	float:left;
}
.spreadPicDemo .bottom {
	width:950px;
	height:1px;
	line-height:1px;
	overflow:hidden;
	margin:0 auto;
	background-color:#A39068;
}
.sideClub {
	display:inline;
	width:288px;
	height:315px;
	padding:0 20px 18px;
	float:right;
	position:relative;
	overflow:hidden;
	margin-bottom:20px;
	background:url("/image/bg_title.jpg") top repeat-x;
}
.sideClub h2 {
	padding:5px 20px 5px 0;
	border-bottom:1px #A39068 solid;
	clear:both;
	margin-bottom:20px;
}

.sideClub a img {
	padding-top:15px;
}

.sideClub dl {
	width:100%;
	padding-bottom:20px;
	background:url(/image/line_point.gif) bottom repeat-x;
	overflow:auto;
}
.sideClub dl dt {
	display:block;
	width:100%;
	clear:both;	
}
.sideClub dl dt.top {
	padding:0;
}
.sideClub dl dt a:link,.sideClub dl dt a:visited {
	display:block;
	width:100%;
	clear:both;
	font-size:12px;
	font-weight:normal;
	color:#6F4E25;
	cursor:pointer;
	margin-top:20px;
}
.sideClub dl dt a:hover,.sideClub dl dt a:active {
	color:#C09C46;
}
.sideClub dl dt a:link em,.sideClub dl dt a:visited em {
	display:block;
	width:100%;
	font-size:14px;
	font-weight:bold;
	font-style:normal;
	color:#6F4E25;
	clear:both;
}
.sideClub dl dt a:hover em,.sideClub dl dt a:active em {
	color:#C09C46;
}
.sideClub dl dt.top a:link,.sideClub dl dt.top a:visited {
	margin:0;
	color:#A40000;
}
.sideClub dl dt.top a:hover,.sideClub dl dt.top a:active {
	color:#C09C46;
}
.sideClub dl dt.top a:link em,.sideClub dl dt.top a:visited em {
	color:#A40000;
}
.sideClub dl dt.top a:hover em,.sideClub dl dt.top a:active em {
	color:#C09C46;
}
.sideClub dl dd {
	display:block;
	width:100%;
	height:130px;
	overflow:hidden;
	clear:both;
	padding-bottom:15px;
}
.sideClub dl dd a:link,.sideClub dl dd a:visited {
	width:100%;
	float:left;
	color:#6F4D25;
	padding-top:15px;
}
.sideClub dl dd a:hover,.sideClub dl dd a:active {
	color:#C09C46;
	text-decoration:underline;
}
.sideClub dl dd a img {
	float:left;
	width:118px;
	height:118px;
	border:#A38F68 1px solid;
	margin-right:20px;
	margin-top:5px;
}
.sideClub .more {
	top:440px;
	left:20px;
}
.tags .special a {
	font-weight:bold;
	color:#A30100;
}
.breadcrumbs {/*bread crumbs*/
	color:#A39067;
	width:620px;
	margin-right:0;
	float:left;
}
.breadcrumbs a:link,.breadcrumbs a:visited {
	color:#A39067;
	text-decoration:none;
}
.breadcrumbs a:hover,.breadcrumbs a:active {
	text-decoration:underline;
}
.breadcrumbs span.current {
	font-weight:bold;
}
.hotTxtAd {/**/
	color:#38598C;
	width:620px;
	margin-right:0;
	float:left;
	height:18px;
	overflow:hidden;
}
.hotTxtAd ul {
	width:100%;
}
.hotTxtAd ul li {
	display:block;
	float:left;
	width:260px;
	height:18px;
	overflow:hidden;
	padding-right:10px;
	padding-left:8px;
	background:url(/image/ico_point_blue.gif) 0 8px no-repeat;
}
.hotTxtAd a:link,.hotTxtAd a:visited {
	color:#38598C;
	text-decoration:none;
	
}
.hotTxtAd a:hover,.hotTxtAd a:active {
	text-decoration:underline;
}
.hotTxtAd span.current {
	font-weight:bold;
}

.searchhotks {
	WIDTH: 545px; FLOAT: left; OVERFLOW: hidden
}
.searchhotks A:link {
	COLOR: #a40000; TEXT-DECORATION: underline
}
.searchhotks A:visited {
	COLOR: #a40000; TEXT-DECORATION: underline
}
.searchhotks A:hover {
	COLOR: #a39067
}
.searchhotks A:active {
	COLOR: #a39067
}