﻿@charset "utf-8";
@import url(layout.css);
@import url(global.css);
@import url(component.css);

/* @error layout */
#Err {font-size:14px;}
#Err .focus {color:red;font-weight:bold;font-size:16px;}
/* @end */

/*shared module*/
.md {margin-bottom:10px;position:relative;background:#fff;border:1px solid #B5CBD0;}
.md .hd {background:url(http://yimg.twhouses.com.tw/css/yhroundbox/taboffbg.gif) bottom repeat-x;min-height:19px;_height:19px;border-bottom:1px solid #B5CBD0;}
.md .hd h2 {padding-left:10px;line-height:1.1;}
.md .rctop {display:block;background:url(http://yimg.twhouses.com.tw/css/yhroundbox/rc_all_b.gif) left -22px no-repeat;position:relative;top:-1px;left:-1px;}
.md .rctop span {display:block;font-size:0;height:4px;background:url(http://yimg.twhouses.com.tw/css/yhroundbox/rc_all_b.gif) right -26px no-repeat;position:relative;right:-2px;}
.md .bd {height:auto;clear:both;}

/*SideBanner*/
#sideBanner div {margin:5 0 5 0;}

/*PostForm*/
.pmrt, .pml0, .pml1, .pmim {height:20px;line-height:20px;text-align:left;}
.pmrt {display:none;background-color:blue;clear:both;}
.pml0 {display:none;background-color:chocolate;width:80px;margin:0px;}
.pml1 {background-color:#eaeaea;margin:3px 0px 0px 10px;width:610px;font-weight:bold;border:1px solid black;height:20px;vertical-align:text-bottom;}
#pmcnt {margin:3px 0 0 10px;width:600px;overflow:auto;}
.pmim {width:100px;float:left;text-align:left;height:auto;}
.pmfnote .pml1 {font-size:14px;}


/*UserForm*/
#userform table tr {height:40px;}
#userform table td {padding-left:5px;}
/*End*/

/*Header MainFunction*/
#LoginOuter {width:178px;margin:0px;padding:0px;height:68px;padding-left:5px;}
#LoginedOuter {width:178px;margin:0px;padding:0px;height:68px;background-color:#eaeaea;}
.ldiv {clear:both;height:22px;line-height:22px;padding:0.8px 0 0 0;}
.lbtn {width:40px;float:left;border-style:solid;padding-top:1px;margin-left:1px;height:20px;text-align:center;}
/* End */

/*
board block
Usage Example:
<div class="board_right_box">
	<div class="title">SUBJECT</div>
	<div class="content">CONTENT</div>
	<div class="foot"></div>
</div>
 */
.board_right_box  .title{
	background-color:#CBECFC; 
	height:23px;
	padding-top:8px;
	font-size:12pt;
	font-weight:bold;
}
.board_right_box .content{
	padding-left:12px;
	margin-top:20px;
	font-size:11pt;
	margin-right:10px;
}
.board_right_box .foot{
	padding-bottom:8px;
	padding-right:10px;
	font-size:11pt;
}

/* 顯示電話號碼用(物件結果頁) */
.tel_digit_ext, .tel_digit_dash, .tel_digit0, .tel_digit1, .tel_digit2,
.tel_digit3, .tel_digit4, .tel_digit5, .tel_digit6, .tel_digit7, .tel_digit8,
.tel_digit9
{
	width: 18px;
	height: 20px;
	display: block;
	float:left;
}
.tel_digit_dash{
	background-image: url(images/0-c.gif);
}
.tel_digit_ext{
	background-image: url(images/0xc.gif);
}
.tel_digit0{
	background-image: url(images/00c.gif);
}
.tel_digit1{
	background-image: url(images/01c.gif);
}
.tel_digit2{
	background-image: url(images/02c.gif);
}
.tel_digit3{
	background-image: url(images/03c.gif);
}
.tel_digit4{
	background-image: url(images/04c.gif);
}
.tel_digit5{
	background-image: url(images/05c.gif);
}
.tel_digit6{
	background-image: url(images/06c.gif);
}
.tel_digit7{
	background-image: url(images/07c.gif);
}
.tel_digit8{
	background-image: url(images/08c.gif);
}
.tel_digit9{
	background-image: url(images/09c.gif);
}
