@charset "utf-8";
body {
	margin:0px;
	text-align:center;
}
body, table{
	font-family: verdana, sans-serif; /* 使IE和Firefox的英文字體一致 */
}
img{
	border:none;
	margin:0px;
	padding:0px;
	vertical-align:top;
	}
/* 整個版面中連結的顏色 */
a{
	text-decoration:none;
	color:#003A8A;
}
a:hover{
	color:#2683FF;
}
hr{
	color:#ddd;
	width:980px;
}


/*包含整個網頁的區域*/
#wrap{
	margin:0px auto;
	width:1009px;
	text-align:left;
}



/*上方橫標處與按鈕*/
#header{
	text-align:right;
}
#register{
	margin-right:20px;
}
.r_btns{
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
}
.newsPo_btn img ,.blogJoin_btn img{
	width:88px;
	height:38px;
}
#banner{
	height:84px;
	width: 970px;
	margin:12px auto 0px auto;	
	/*width:265px;	需放客戶橫標的寬度才能置中對齊*/
	/*background:url(http://script.houseweb.com.tw/pro/css/pic/sb_f_ad01.png) no-repeat;	放客戶橫標的圖片*/
}
.logo_btns {
	cursor: pointer;
}
#menuContainer{
	margin:0px auto;	
	width:990px;
	height:40px;
	background:url(http://script.houseweb.com.tw/pro/css/pic/menuBg.png);
}
#menuContainer table{
	border-collapse:collapse; /*合併邊框*/
	width:900px;
	text-align:center;
	margin:0px auto;
}
#menuContainer table td{
	margin:0px;
	padding:0px;
}
a.menuBtn{
	color:#333;
	display:block;
	cursor: pointer;
}
a.menuBtn span{
	height:40px;
	line-height:40px;
	margin-left:5px;
	padding-right:5px;
	padding-top:1px \9;
	display:block;
}
/*上方橫標處與按鈕-按鈕圖片*/
.login_btn{
	background:url(http://script.houseweb.com.tw/pro/css/pic/login_btn.png) no-repeat;	
}
.register_btn{
	background:url(http://script.houseweb.com.tw/pro/css/pic/register_btn.png) no-repeat;	
}
.blogJoin_btn{
	background:url(http://script.houseweb.com.tw/pro/css/pic/blogJoin_btn.png) no-repeat;	
}
.newsPo_btn{
	background:url(http://script.houseweb.com.tw/pro/css/pic/newsPo_btn.png) no-repeat;	
}
.adPo_btn{
	background:url(http://script.houseweb.com.tw/pro/css/pic/adPo_btn.png) no-repeat;	
}
a.login_btn:hover{
	background:url(http://script.houseweb.com.tw/pro/css/pic/login_btn_hover.png) no-repeat;
}
a.register_btn:hover{
	background:url(http://script.houseweb.com.tw/pro/css/pic/register_btn_hover.png) no-repeat;
}
a.blogJoin_btn:hover{
	background:url(http://script.houseweb.com.tw/pro/css/pic/blogJoin_btn_hover.png) no-repeat;	
}
a.newsPo_btn:hover{
	background:url(http://script.houseweb.com.tw/pro/css/pic/newsPo_btn_hover.png) no-repeat;
}
a.adPo_btn:hover{
	background:url(http://script.houseweb.com.tw/pro/css/pic/adPo_btn_hover.png) no-repeat;	
}

/*主選單-按鈕hover與active圖片*/
a.menuBtn:hover{
	background:url(http://script.houseweb.com.tw/pro/css/pic/menuHover_btn.png) left no-repeat;
	text-decoration:none;
}
a.menuBtn:hover span{
	color:#000;
	background:url(http://script.houseweb.com.tw/pro/css/pic/menuHover_btn.png) right no-repeat;
}
a.active{
	background:url(http://script.houseweb.com.tw/pro/css/pic/menuActive_btn.png) left no-repeat;
}
a.active span{
	color:#fff;
	background:url(http://script.houseweb.com.tw/pro/css/pic/menuActive_btn.png) right no-repeat;
}

/*QR Code*/
#QRCode{
	margin-top:10px;
}
.QRC_title{ 
	height:34px;
	background:url(http://script.houseweb.com.tw/pro/css/pic/QRC_title.png) no-repeat;
}
.QRC_content{
	background:url(http://script.houseweb.com.tw/pro/css/pic/QRC_content.png) repeat-y;
	text-align:center;
}
.QRC_content img{
	width: 120px;
	height: 120px;
}
.QRC_content span{
	display:block;
	font-size:13px;
	color:#666;
}
.QRC_footer{
	height:30px;
	background:url(http://script.houseweb.com.tw/pro/css/pic/QRC_footer.png) no-repeat;
}


/*Footer*/
#footer{
	float:left;
	position:relative;
	width:981px;
	padding-left:13px;
}
#f_areaLinks{
	text-align:center;
	font-size:13px;
	line-height:30px;
}
#f_f_title{
	float:left;
	width:28px;
	height:103px;
}
#f_f_content{
	font-size:13px;
	float:left;
	width:378px;
	height:103px;
	padding-left:3px;
}
.f_f_cBlock{
	float:left;
	text-align:center;
	width:94px;
	line-height:26px;
	margin-top:1px \9;
	height:26px;
}
#footerLine{
	background:url(http://script.houseweb.com.tw/pro/css/pic/footerLine2.png) repeat-x;
	line-height:0px;
	height:20px;
}
#f_info{
	float:left;
	width:570px;
	color:#666;
	line-height:18px;
	font-size:11px;
}
#f_fastLinks{
	float:left;
	width:411px;
	height:103px;
	background:url(http://script.houseweb.com.tw/pro/css/pic/f_f_content2.png) no-repeat;
}


/*網頁中共用屬性*/
.numColor{
	color:#0000FF;
}
.priceColor{
	color:#FF0000;
}
.angle{
	vertical-align:super;
	font-size:12px;
}
.picOutline img{  /*照片外框*/
	padding:3px;
	border:solid 1px #ccc;
	background:#FFF;
}
.totalColor{
	color:#FF0000;
	font-weight:bold;
}
.smallCap{
	font-size:13px;
}

/*搜尋結果3種類型排序共用*/
.sortArea{
	color:#666;
	font-size:13px;
	float:right;
	clear:both;
	padding-top:5px;
}

/*各頁面行情*/
#quatations {
	background:url(http://script.houseweb.com.tw/pro/css/pic/news_contentBg.png) repeat-y;
}
#quatations select {
	width: 76px;
}
.qt_result_img{
	background:url(/pro/css/pic/quotations_bg.gif) repeat;
}
#qt_Tag{
	background:url(/pro/css/pic/qt_tag_bg.png) repeat-x;
	text-align: center;
	margin-bottom: 5px;
}
.qt_btn{
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	margin:0px 1px;
	color:#666;
	width:120px;
	height:30px;
	line-height:30px;
	line-height:30px \9;
	background:url(/pro/css/pic/qt_tag.png);
}
.qt_active{
	background:url(/pro/css/pic/qt_tag_active.png);
	color:#000;
}
a.qt_btn span{
	display:block;
}
.qt_line .qt_number{
	overflow:hidden;
	width:50px;
	display:table-cell;
	text-align:center;
	vertical-align:bottom;
}
.qt_line .qt_blue{
	width:25px;
	vertical-align:bottom;
	background-color:#FE9901;
	margin:auto;
}
.qt_line .qt_TownName{
	overflow:hidden;
	height:20px;
	text-align:center;
}
.qt_result_img .qt_align_left{
	position:absolute;
	z-index:3;
	left:0px;
	bottom:0px;
	width:45px;
}
.qt_result_img .qt_align_right{
	position:absolute;
	z-index:4;
	right:0px;
	bottom:0px;
	width:45px;
}
.qt_result_img #qt_unit{
	position:absolute;
	top:0px;
	right:0px;
}
.qt_result_img{
	overflow:hidden;
	width:250px;
	height: 200px;
	position:relative;
	padding-top:5px;
}
.qt_result_img #qt_level{
	float:left;
	overflow:hidden;
	width:50px;
	height: 200px;
}
#qt_level div{
	overflow:hidden;
	height: 30px;
	text-align:center;
	vertical-align:bottom;
}
.qt_result_img #qt_show_img{
	overflow:hidden;
	width:200px;
	height: 200px;
	float:left;
}
#qt_show_img .qt_line{
	width:48px;
	height: 200px;
	display:inline-block;
	float:left;
}

/*google plus*/
#gplus {
	font-size: 13px;
	color: #666;
	margin-top:15px;
	margin-bottom:5px;
}
#gplus iframe{
	vertical-align:middle;
}

/*分享houseweb*/
#shareHouseWeb{
	color: #666;
	margin-top:10px;
	font-size: 13px;
	background:url(http://script.houseweb.com.tw/pro/css/pic/QRC_content.png) repeat-y;	
}
.tran_title{
	height:34px;
	background:url(pic/tran_title.png) no-repeat;	
}
.tran_content{
	padding-left:25px;
}
.shw_title{ 
	height:34px;
	background:url(pic/shw_title.png) no-repeat;
}
.shw_content{
	padding-top:15px;
	padding-left:25px;
}
#push img{
	vertical-align:middle;
	margin-right:2px;
}
.shw_footer{
	height:10px;
	background:url(pic/shw_footer.png) no-repeat;
	overflow:hidden;
}




