@charset "utf-8";
@import url(global.css);
@import url(layout.css);
@import url(component.css);
.zd,.zd a:link,.zd a:visited{
	color:red;
	text-decoration:underline;
}
.zd a:active ,.zd a:hover {
	color:red;
	text-decoration:underline;
	font-size: 12pt;	
}
.FontTitle {
	font-size: 11pt;
}
.views_red{
	color:#FF0000;
}
#SearchForm{
	text-align:center;
	border:1px solid #FF6600;
	background-color:#feefc2;
	width:952px;	
	margin: 0 auto;
	padding:3px 0;
}
#LeftMain {
	WIDTH: 750px;
	margin-right: 10px;
	float:left;
	text-align:left;
}
#RightMain {
	float:left;
	WIDTH: 190px;
}
.title {
	background:#ffe9d2;
	border:1px solid  #F0BD68;
	font-size:14pt;
	color:#003366;
	text-align:center;
	padding:3px;	
}
.threadLine{
	height:20px;
}
.threadContent{
	line-height:160%;
	background-color:#f6f5f5;
	padding:5px;
	font-size:15px;
	padding:0px 10px 0px 4px;
	overflow:hidden;
	word-break:break-all;	
	word-wrap:break-word;
	width: 735px;
}
.threadInfo{
	padding:5px;
	font-size:12px;
}
.threadAuthor{
	padding:5px;
	font-size:15px;
	color:blue;
	font-family: Courier;
}
.threadDate{
	padding:5px;
	font-size:15px;
	color:green;
}
.greenspan {
	color:#336600;
}
.bluespan {
	color:blue;
}
#dh1 {
	text-align: left;
	background:#FF9000;
	color:#FFFFFF;
	font-size:10pt;
	clear:both;
	margin:auto;
	height:13pt;
	padding:1px;
	font:Arial, Helvetica, sans-serif;
}
#threadlist{
	font-size:10pt;
}
.ipfont{
	font-family:"Courier";
}
#dh {
	width: 100%; 
	text-align: left;
	background:#F3F3F3;
	font-size:10pt;
	clear:both;
	margin:auto;
	height:20px;
	padding:2px;
	margin-bottom:5px;
	font:Arial, Helvetica, sans-serif;
}
#dhleft {
	width:552px;
	float:left;
	clear:both;
}
#dhright {
	float:right;	
}
.adminright {
	font-size:10pt;
	text-align:right;	
}

div.DeSearchTitle {
	margin-top:8px;
}
div#ListCate {
	margin-top:16px;
	margin-left:2px;
}
ul#UlListCate {}
ul#UlListCate li {
	float: left;
	width:24%;
	margin-right:4px;
	line-height:24px;
}
ul#UlListCate li span {
	color:#777777;
}

h1 {
	font-size:16px;
}

ul.TradeList { margin-top:8px;}
ul.TradeList li {
	clear:both;
	background: transparent url(../../../images/index/public/global/07.gif) no-repeat left center;
	padding-left:10px;
}
ul.TradeList li span {
	float:left;
	width:68px;
	height:26px;
}

/*== 便民服务搜索 ==*/
div#SerSearch {
	margin:0 2px;
}
/*== 地区查询厂商 ==*/
div#AreaSearchFac {
	margin:0 2px;
}
/*== 最近瀏覽過的服務信息 ==*/
div#SerHistory {
	margin: 0 2px;
}

/*==表頭資?==*/
BODY.forum .Menu .MenuItems LI.Current a, BODY.forum .Menu .MenuItems LI.Current a:hover{
	background: url(../../../images/index/public/header/menu/menuselect010.gif) no-repeat left top;
}
BODY.forum .Menu .MenuItems LI.Current a SPAN, BODY.forum .Menu .MenuItems LI.Current a:hover span{
	background: url(../../../images/index/public/header/menu/menuselect020.gif) no-repeat right top;
	font-weight:bold;
	color: #FFF;
	padding-left:18px;
	padding-right:8px;	
	cursor: default;
	margin-top:0px;
}
BODY.forum .Menu .MenuItems { 
	background:url(../../../images/index/public/global/usercenter_menuline.gif) repeat-x left bottom;	
}

/* ============================================
上传的图片列表

Usage examples:
============================================ */
#UploadList {
	width:100%;
	clear:both;
	display: none;
}
#UploadList .ImgBox {
	border:1px solid #E6E6E6;
	float:left;
	height:150px;
	margin:4px 6px 0pt;
	text-align:center;
	width:150px;
}
#UploadList .ImgBox img {
	margin-bottom:8px;
	margin-top:2px;
}
#UploadList .ImgBox span {  
 	position:relative;
	left:0;
	bottom:0;
	display:block;
}
#UploadStatus {
	clear:both;
	font-size:10pt;
	margin:2px 0;
	display:none;
}

#uploadBox {
   display: inline;
	float: left;
}
span.InsertLink {
	float:left;
	margin-left:10px;
	margin-top:4px;
}
#Gallery {
	position: absolute;
	border:1px solid #AAAAAA;	
}
#Gallery #GalleryTitle {
	position:absolute;
	left:0;
	top:0;
	height:16px;
	text-align: left;
	padding:4px 0;
	border-bottom:1px solid #AAAAAA;
	background-color: #fff;
	cursor: move;
	width:100%;
}
#Gallery #GalleryTitle h4 {
	font-size: 10pt;
	color: #333333;
	padding-left:4px;
}
#Gallery #GalleryTitle span.close {
	float:right;
	margin-right:10px;
}
/* ===========================================
快捷方式

Usage examples:
<div id="Shotcuts">
	<ul>
		<li></li>
	</ul>
</div>
=========================================== */
div#Shotcuts{
	background-color:#F6F6F6;
	padding-bottom:10px;
	text-align:left;
	padding-top:10px;
	border:1px dashed #CCCCCC;
	font-size:11pt;	
}
* html div#Shotcuts{
	padding-bottom:0px;	
}
.ShotcutsLeft{
	float:left;
	width:750px;
}
 ul.ListArea,ul.ListArea1 {
	min-height:20px;
	_height:20px;
	line-height:20px;
	padding-left:18px;
	width:100%;
	text-align:left;
}
ul.ListArea li{
	float:left;
	margin-right:12px;
	list-style:none;
	white-space:nowrap;
	width:12%;
	line-height:21px;
}
ul.ListArea1 li{
	float:left;
	margin-right:12px;
	list-style:none;
	white-space:nowrap;
	width:15%;
	line-height:21px;
}
ul.ListArea li.current a,ul.ListArea1 li.current a {
	color: #FF9000;
}
ul.ListArea li.Return,ul.ListArea1 li.Return {
	background: url(../../../images/index/house/fh.gif) no-repeat left center;	
	padding-left:18px;
}
ul.ListArea li span.ShotcutsTitle,ul.ListArea1 li span.ShotcutsTitle{
	float:left;
	height:21px;
	list-style-type:none;
	display:block;
}
.AdSearch {
	float:right;
	margin-right:4px;
	margin-top:2px;
	position:relative;
}
/* ===========================================
历史记录

Usage examples:
<div id="HistoryView">
	<dl class="HistoryViewList">
		<dt></dt>
		<dd></dd>
	</dl>
</div>
=========================================== */
div#HistoryView {
	margin:0 2px;
}
dl.HistoryViewList ul {

}
dl.HistoryViewList li {
	background: url(../../../images/index/public/global/dian.gif) no-repeat 10px 8px;
	padding-left:20px;
	line-height:18px;
	overflow:hidden;
	text-align:left;
	word-break:break-all;	
	word-wrap:break-word;			
}
dl.HistoryViewList {
	margin:0pt;
	padding:2px 0pt;
}
dl.HistoryViewList dt {
	clear:both;
/*	background:transparent url(../../../images/index/public/global/dian.gif) no-repeat scroll 2px center;*/
	padding-left:8px;
	padding-top:2px;
}
dl.HistoryViewList dt img {
	float:left;
	margin-top:-2px;
	margin-right: 4px;
}
dl.HistoryViewList dd {
	clear:both;
	color:#777777;
	margin:0px 5px 5px 0px;
/*	padding:1px 3px;*/
	padding-top:4px;
	padding-left:10px;
	text-align:left;
	overflow:hidden;
	word-break:break-all;	
	word-wrap:break-word;		
}
dl.HistoryViewList dd.price {
	padding-right:5px;
	text-align:right;
}

.FangSortBg {
	background-color:#FDFAF7;
	border:1px solid #FDE5D3;
}
.line2 {
	border-bottom:1px dashed #CCCCCC;
}
.number {
	color:#FF5500;
	font-family:Arial,Helvetica,sans-serif;
	font-weight:bold;
}
td {
	color:#333333;
/*	font-family:"Trebuchet MS",Verdana,Arial,Sans-serif;*/
	font-size:10pt;
}
td li {
	background: url(../../../images/index/public/global/dian.gif) no-repeat 4px center;
	padding-left: 12px;
	padding-top:5px;	
}
div#ShortMenu {
	width:215px;
	margin-left:4px;
}
div#ShortMenu ul {
	margin-left:4px;
}
div#ShortMenu li {
	line-height: 24px;
}
div.LeftBottom {
border-bottom:1px dashed #DDDDDD;
float:left;
margin-top:12px;
padding:8px 0pt;
width:190px;
margin-left:0px;
}
/*=== 标题  ===*/
div.Title {
	clear:both;
	color:#0000BB;
	text-align:left;
	background: url(../../../images/index/house/menubg2.gif) no-repeat right top;
	height: 24px;
	line-height:26px;
	margin:0 auto;
}
div.Title h4 {
	float: left;
	height: 100%;
	background: url(../../../images/index/house/menubg2.gif) no-repeat left top;
	font-size:14px;
	padding-left: 10px;
	color: #fff;
	font-weight: bold;
}
.Menu .MenuItems a span {
	padding:8px 6px 6px 15px;
}
.Menu .MenuItems LI#MenuAddons {
	background: url(../../../images/index/public/header/menu/menuaddons.gif) no-repeat left top;	
	height: 30px;	
}
.Menu .MenuItems LI#MenuAddons UL {
	margin:8px 0;
	margin-left:10px;
}
.Menu .MenuItems LI#MenuAddons UL LI {
	margin-top:-2px;
	padding:0 4px;
	background:transparent url(../../../images/index/forum/nav_tabby_l.png) no-repeat scroll left 3px;
	line-height:15px;
}
.Menu .MenuItems LI#MenuAddons UL LI a {
	background: none;
	font-size:10pt;	
}
.Menu .MenuItems LI#MenuAddons UL LI a SPAN {
	background:none;
	padding: 2px;
	font-size:10pt;
}
.Menu .MenuItems LI#MenuAddons UL LI.Current {
	background: none;
	padding-left:0px;
	margin-right:-5px;
}
.Menu .MenuItems li#MenuAddons ul li#NoLeftBorder {
	background: none;
}
.Menu .MenuItems li#MenuAddons ul li#NoLeftBorder.Current {
	margin-left:-2px;
}
.Menu .MenuItems li#MenuAddons ul li#MenuRight.Current {
	padding-left:0px;
	padding-right:6px;	
}
.Menu .MenuItems LI#MenuAddons UL LI.Current a, .Menu .MenuItems LI#MenuAddons UL LI.Current a:hover{
	background-image: url(../../../images/index/public/header/menu/menuselect016.gif);
}
.Menu .MenuItems LI#MenuAddons UL LI.Current a SPAN, .Menu .MenuItems LI#MenuAddons UL LI.Current a:hover span{
	background: url(../../../images/index/public/header/menu/menuselect020.gif) no-repeat right top;
	height:18px;	
	padding-left:16px;
	padding-right:4px;	
	line-height:16px;	
}
.Menu .MenuItems LI#MenuAddonsR {
	background: url(../../../images/index/public/header/menu/menuaddonsr.gif) no-repeat left top;	
	height: 30px;	
	width:10px;
}

.STYLE1 {font-weight: bold}
.Buttonstyle {
	background-color:#E7E7E7;
	background-image:url(../../../images/index/forum/rentals_003.gif);
	border:0px solid #FFFFFF;
	font-size:13px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	height:22px;
	line-height:normal;
	width:91px;
	cursor:pointer;
}
h3 {
	background: url(../../../images/index/public/global/07.gif) no-repeat 4px center;
	font-weight: normal;
	padding-left: 12px;
	font-size: 11pt;
}
A.Current:link, A.Current:visited {
	color:#FF9000;
}
ul.ForumSearch {
	clear:both;
	padding-bottom: 8px;
}
ul.ForumSearch li {
	text-align:center;
	line-height:28px;
}
ul.ForumSearch li.Text {
	height:28px;
}
input.H {
	height: 20px;
}
.ForumListPic { float:left; margin-bottom:4px;}
.ForumListPic ul { }
.ForumListPic li {
	float: left;
}
.ForumListPic li.Last {
	margin-left:30px;
}.ForumListTitle {
	color:#29C346;
	font-weight: bold;
}
.TitleNumber1 {
	color:#EE0807;
	font-weight: bold;	
}
.TitleNumber2 {
	color:#FFF;
	font-weight: bold;		
}
.Color2 {
	color:#087818;
}
A.RedBold:link, A.RedBold:visited {
	font-weight: bold;
	color: red;
}
A.RedBold:hover {
	color: #0044DD;
}
UL.ForumPop li {
	margin:4px 0;
	line-height: 12px;
}

/*
 *新改版
 */
#Content2 *{
}
#Content2 a:link{
}
#Content2 a:visited{
}
#Content2 a:hover{
}
#Content2 a:active{
}

#sbBox a{
	font-size:11pt;
}
BODY.forum #Content2 div.Col2 div.Col2Left {
	width: 156px;
	width: 156px !important;
}

BODY.forum #Content2 div.Col2 div.Col2Right{ 
	width:770px;
	margin-right:10px !important;		
	margin-right:6px;	
}

#sbBox{
	border:1px #ff6300 solid;
}
.sbTitle{
	padding-left:15px;
	height:21px;
	line-height:21px;
	color:#FFFFFF;
	background:#fff url(../../../images/index/forum/sb_title_bg2.gif) no-repeat left top;
}

#threadTitle{
	
}
#threadTitle .theTitle {
	font-size:11pt;
}

.forumName {
	font-size:11pt;
}

.allArticle,
.allReply{
	color:#000000;
}
.allArticle_num,
.allReply_num{
	color:#ff0000;

}

.viewThreadTitle{
	border:1px #e7b16b solid;
}
.viewThreadTitle strong{
	color:#032956;
	font-size:12pt;
}


.a-noline a:link{
	text-decoration:none;
}
.a-noline a:visited{
	text-decoration:none;
}
.a-noline a:hover{
	text-decoration:none;
}
.a-noline a:active{
	text-decoration:none;
}


.btline{
	border-bottom:1px #cfcfc8 dashed;
}
.fz11pt{
	font-size:11pt;
}
.fz12pt{
	font-size:11pt;
}
.cblue{
	color:#3232ff;
}
.inThreadContent{
	font-size:15px;
}

.foruns_1type{

}
.foruns_1type td{

}
.foruns_1type td a:link{
	color:#660000;
	font-weight:bold;
	text-decoration:none;
}
.foruns_1type td a:visited{
	color:#660000;
	font-weight:bold;
	text-decoration:none;
}
.foruns_1type td a:hover{
	color:#660000;
	font-weight:bold;
	text-decoration:none;
}
.foruns_1type td a:active{
	color:#660000;
	font-weight:bold;
	text-decoration:none;
}
.foruns_1type td img{
}


.foruns_2type{

}
.foruns_2type td{

}
.foruns_2type td img{
	margin-left:11px;
}
#postRent{
	width:100px;
	height:30px;
	font-size:11pt;
}
#bbsSearch {
	background: transparent url(../../../images/index/forum/bgsearch.gif) no-repeat;
	padding-bottom:10px;
	
}
#bbsSearch .theSearch{
	background: transparent url(../../../images/index/forum/search.gif) no-repeat  50px 3px;
	padding-left:120px;
	width:50%;
}
.titlePage a{
	font-size:10pt;
	padding-left:2px;
}