﻿
/************写字楼 ***************** */
/*选项卡1*/
#Tab1
{
	width: 702px;
	margin: 0px;
	padding: 0px;
	margin: 0 auto;
	border: 1px solid #cdcdcd;
	border-top: 0;
	overflow: hidden;
	clear: both;
}

.MenuboxTab
{
	width: 100%;
	background: #fff;
	height: 25px;
	line-height: 25px;
}
.MenuboxTab ul
{
	margin: 0px;
	padding: 5px 10px;
}
.MenuboxTab li
{
	float: left;
	display: block;
	cursor: pointer;
	width: 72px;
	text-align: center;
	font-weight: bold;
}
.MenuboxTab li.hover
{
	padding: 0px;
	width: 86px;
	background: #679800;
	color: #fff;
	font-weight: bold;
	height: 25px;
	line-height: 25px;
}
.MenuboxTab li.hover a{
	color:#FFF;
}
.MenuboxTab li.hover a:visited{
	color:#FFF;
}
.MenuboxTab li.hover a:hover{
	color:#FFF;
}
.ContentboxTab
{
	margin-top: 0px;
/*	height: 330px; 
	*height:330px;*/
	_height:400px;
	padding-top:10px;
	clear:both;
	_overflow:hidden;
}
.serach_OfficeBuilding
{
	background: #f5f5f5;
	height: 22px;
	line-height: 22px;
	color: #404040;
	text-indent: 2em;
}
.serach_OfficeBuilding .inputBorder
{
	border: 1px solid #62a637;
	color: #999;
	width: 200px;
}
.search_bul
{
	background: url(../Images/search_bul.gif) no-repeat;
	border-width: 0;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 12px;
	height: 20px;
	margin-bottom: 1px;
	padding-bottom: 2px !important;
	width: 54px;
	line-height: 20px;
}
.search_bul:hover
{
	background: url(../Images/search_bul.gif) no-repeat bottom;
}


/*------------26字母-------------------*/
.letter
{
	font-weight: bold;
	color: #404040;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	margin-top: 5px;
	padding-left: 8px;
}
.letter li
{
	float: left;
	width: 27px;
}

.letter a
{
	float: left;
	height: 18px;
	margin-right: 5px;
	text-align: center;
	width: 18px;
}
.letter a:visited
{
	color: #0165B3;
	text-decoration: none;
}
.choice_csroll
{
	padding: 0 15px 15px;
	padding-right:0px;
}
.building_list
{
	background: #FAFAFA;
	border: 1px solid #DBDBDB;
	color: #404040;
	display: block;
	float: left;
	height: 16px;
	margin-bottom: 6px;
	margin-right: 8px;
	padding: 2px 3px; *padding:2px 4px;
	text-align:left;
	width:208px;
	
}
.building_list .moreRoom
{
	float: right;
	padding-right: 5px;
	width: 80px;
	text-align: right;
	color: #747474;
}


/************** 另一种方式弹出建筑物选择框 *************/

#build-box
{
	position: fixed;
	position: absolute; /*For IE 6.0*/
	border: 5px solid #E9F3FD;
	background: #FFF;
	text-align: left;
}

#build-content
{
	position: relative;
	/*
	overflow: auto;*/
	text-align: center;
}
 #build-content iframe
{
	display: block;
}
#build-content .loading
{
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -8px;
	margin-top: -8px;
}
/******************* 另一种方式弹出建筑物选择框*************************/