/* 顶部底部CSS */

/* 顶部 */
form,input,select {
	vertical-align: middle;
}

.inputlogin {
	padding: 0px;
	border: 1px solid #CCCCCC;
	width: 100px;
	margin: 0px;
}
#tophead .toplogin form {
	margin: 0px;
	padding: 0px;
	line-height: 20px;
	height: 20px;
}
#tophead {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	color: #333333;
}
#tophead .toplogin {
	border: 1px solid #CCCCCC;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	line-height: 20px;
	background-image: url(/skin/common/topbg.gif);
	padding: 5px;
	height: 20px;
}
#tophead .topnav {
	height: 30px;
	margin-bottom: 5px;
}
#tophead .toplogo {
	margin-bottom: 5px;
	height: 72px;
}
#tophead .topmenu {
	height: 73px;
	margin-bottom: 5px;
	background-image: url(/skin/Common/NavBg.gif);
}
#tophead .toplogin span {
	float: right;
	font-size: 12px;
	color: #333333;
}
#tophead .toplogin span a:link {
	color: #333333;
	text-decoration: none;
}
#tophead .toplogin span a:visited {
	color: #333333;
	text-decoration: none;
}
#tophead .toplogin span a:hover {
	color: #FF0000;
	text-decoration: underline;
}
#tophead .toplogo .logo {
	float: left;
	width: 200px;
	margin-right: 10px;
}
#tophead .toplogo .bannera {
	float: left;
	width: 535px;
	margin-right: 5px;
}
#tophead .toplogo .bannerb {
	float: right;
}
#tophead .topnav .left {
	float: left;
	width: 71px;
}
#tophead .topnav .con {
	float: left;
	background-image: url(/skin/index/index_img/top_menu_02.gif);
	line-height: 30px;
	height: 30px;
	padding-left: 10px;
	width: 862px;
	color: #999999;
}
#tophead .topnav .con a:link {
	color: #333333;
	text-decoration: none;
}
#tophead .topnav .con a:visited {
	color: #333333;
	text-decoration: none;
}
#tophead .topnav .con a:hover {
	color: #FF0000;
	text-decoration: underline;
}
#tophead .topnav .right {
	float: right;
	width: 7px;
}
#tophead .topmenu .menuimg {
	float: left;
	width: 70px;
}
#tophead .topmenu .menunews {
	float: left;
	width: 130px;
	height: 73px;
}
#tophead .topmenu .menunewhouse {
	float: left;
	width: 210px;
}
#tophead .topmenu .menuhirehouse {
	float: left;
	width: 110px;
}
#tophead .topmenu .menuimgbbs {
	float: right;
	width: 70px;
}
#tophead .topmenu .menuhome {
	float: left;
	width: 150px;
}
.menutext {
	text-align: center;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	height: 73px;
}
.menutext li {
	list-style-type: none;
	line-height: 2em;
	height: 2em;
	color: #FFFFFF;
}
.menutext li a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.menutext li a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.menutext li a:hover {
	color: #FFFF00;
	text-decoration: underline;
}

/* 底部 */
.sline{font-family:Verdana; font-size:11px; color:#999}
#footer{
	text-align:center;
	padding-top:5px;
	margin-bottom:15px;
	line-height:23px;
	height:115px;
	font-size: 12px;
}
#footer a{
	color: #333333;
	text-decoration: none;
}
#footer p{line-height:30px;background:#eaf3ff; margin:5px 0px;}
#footer p a{
	color: #333333;
	text-decoration: none;
}
td {
	font-size: 12px;
}

/* 提示信息 */
#HouseGG {
	line-height: 16px;
	height: 16px;
	width: 940px;
	border: 1px solid #FF6600;
	font-weight: bold;
	color: #FF0000;
	background-color: #FFFFCC;
	font-size: 12px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#HouseGG span {
	float: right;
	cursor: pointer;
	color: #0000FF;
	text-decoration: underline;
}

