@charset "utf-8";
/* CSS Document */

body,td,th {
	font-size: 12px;
	color: #666666;
}
a{text-decoration: none; font-size: 9pt;} /* 链接无下划线,有为underline */ 
a:link{color: #666; font-size: 9pt;} /* 未访问的链接 */
a:visited{color: #666; font-size: 9pt;} /* 已访问的链接 */
a:hover{color: #000; font-size: 9pt;} /* 鼠标在链接上 */ 
a:active{color: #666; font-size: 9pt;} /* 点击激活链接 */

.u{	text-decoration: underline;}

a.uu:link{color: #666; font-size: 9pt;text-decoration: underline;} /* 未访问的链接 */
a.uu:visited{color: #666; font-size: 9pt;text-decoration: underline;} /* 已访问的链接 */
a.uu:hover{color: #000; font-size: 9pt;text-decoration: underline;} /* 鼠标在链接上 */ 
a.uu:active{color: #666; font-size: 9pt;text-decoration: underline;} /* 点击激活链接 */


#rooms {
	position:absolute;

	width:376px;
	height:18px;
	z-index:1;
	visibility: hidden;
}


#Features {
	position:absolute;

	width:376px;
	height:18px;
	z-index:1;
	visibility: hidden;
}










.show_anniu{color: #fff; font-size: 14pt; font-weight:bolder}
a.show_anniu:link{color: #fff; font-size: 14pt;font-weight:bolder}
a.show_anniu:visited{color: #fff; font-size: 14pt;font-weight:bolder}
a.show_anniu:hover{
	color: #CCCCCC;
	font-size: 14pt;
	font-weight:bolder
}
a.show_anniu:active{color: #fff; font-size: 14pt;font-weight:bolder}

.show_txt{
	line-height: 26px;
}