@charset "utf-8";

/* ++++ CSS file for admin ++++
	1. Top
	2. RoomRate
  ++++++++++++++++++++ */

/*----------------------------------------------------------------------------------------
	1.Sitemap
---------------------------------------------------------------------------------------- */
#top .swfBlock {
	width:955px;
	height:440px;
	background:#000;
}
#top #flashcontent p {
	text-align:center;
	font-size:1.8em;
	color:#FFF;
	margin:80px 0;
}
#top .bottomBlock {
	width:915px;
	padding:15px 20px 20px;
	background:#FFF;
}
#top .bottomBlock .blockLeft {
	width:525px;
	float:left;
}
#top .bottomBlock .blockRight {
	width:370px;
	float:right;
}

#top .bottomBlock .blockRight ul li.btn_mail {
	float:left;
	width:180px;
	height:70px;
	margin:0;
	overflow:hidden;
}
#top .bottomBlock .blockRight ul li.btn_mail a {
	width:180px;
	height:70px;
	display:block;
	text-indent:-9999px;
	background:transparent url(../img/en_btn_red.png) no-repeat left top;
}
* html #top .bottomBlock .blockRight ul li.btn_mail a {
	height:140px;
	behavior:expression(IEPNGFIX.fix(this));
}
#top .bottomBlock .blockRight ul li.btn_mail a:hover {
	background-position:0 -70px;
}
* html #top .bottomBlock .blockRight ul li.btn_mail a:hover {
	margin-top:-70px;
}
#top .bottomBlock .blockRight ul li.btn_reserve {
	float:right;
	width:180px;
	height:70px;
	margin:0;
	overflow:hidden;
}
#top .bottomBlock .blockRight ul li.btn_reserve a {
	width:180px;
	height:70px;
	display:block;
	text-indent:-9999px;
	background:transparent url(../img/en_btn_blue.png) no-repeat;
}
* html #top .bottomBlock .blockRight ul li.btn_reserve a {
	height:140px;
	behavior:expression(IEPNGFIX.fix(this));
}
#top .bottomBlock .blockRight ul li.btn_reserve a:hover {
	background-position:0 -70px;
}
* html #top .bottomBlock .blockRight ul li.btn_reserve a:hover {
	margin-top:-70px;
}