/*主要畫面*/
body {
	color: #333;
	background:#036bb8;
}

/*上方標題列*/

#title {
	background:#036bb8 url(/uno/images/mobi/mobi_title_bg.gif) repeat-x center bottom;
	height:100px;
}


#title table.logo {
	width:100%;
	table-layout:fixed
}

#title table.logo td {
	width:50%;
	padding:0;
}
#title table.logo td.left{ padding-right:5px;}

/*導航列*/
#nav {
	background:#f6f6f6 url(/uno/images/mobi/mobi_nav_bg.gif) repeat-x center center;
	color: #696969;
}

#nav_right {
	color: #bf1919;
}

/*主內文區*/
#content {
	border-top:#42598c solid 1px;
	border-bottom:#42598c solid 1px;
}

#mbody {
	border:#1476bf solid 1px;
}

/*子內文區*/
#sub_content {
	background:#088be7;
}

/*版權宣告區*/
#footer {
	border-top: #b5ddfa solid 1px;
}

#footer .flink a {
	color: #ffd200;
}

/*全省按鈕*/
a.boldbuttons{
	background: transparent url('/uno/images/mobi/mobi_index_btn_left.gif') no-repeat top left;
	display: block;
	float: left;
	font: bold 19px Arial; /* Change 13px as desired */
	line-height: 37px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 30px) */
	height: 45px; /* Height of button background height */
	padding-left: 8px; /* Width of left menu image */
	text-decoration: none;
	width: 90%;
	text-align:center;
}

a:link.boldbuttons, a:visited.boldbuttons, a:hover.boldbuttons, a:active.boldbuttons{
	color: #034188; /*button text color*/
	letter-spacing: -1px;
}

a.boldbuttons span{
	background: transparent url('/uno/images/mobi/mobi_index_btn_right.gif') no-repeat top right;
	display: block;
	padding: 4px 10px 4px 2px; /*Set 10px to be equal or greater than'padding-left' value above*/
}

a:hover.boldbuttons{ /* Hover state CSS */
	text-decoration: underline;
}

/*全省按鈕表格*/
table.main_menu {
	width: 100%;
	padding: 2px;
	padding-top: 7px;
	
}
	
table.main_menu td {
	padding-bottom: 7px;
	padding-left: 5px;
}

/*全省物件數量區*/
table.objcnt {
	table-layout:fixed;
	width:98%;
	text-align:center;
	font-weight:bold;
	font-size:93%;
	padding-top: 7px;
	padding-bottom: 7px;
}

table.objcnt td {
	/*background:#ffdc52;*/
	background:#088be7;
	width:50%
}

table.objcnt span {
	background:#dbefff;
	display:block;
	color: #505050;
	border:#3676ce solid 1px;
	border-bottom:#3676ce solid 2px;
	text-decoration:none;
	_height:28px;
	min-height:24px;
	line-height:24px;
	padding:2px 5px 0;
	_padding:15px 5px 5px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.objnumb {
	color: #1072D3;
	font-size: 17px;
}

/*分段標題*/
#caption {
	/*color:#895100;*/
}

/*查詢送出按鈕*/
#smdiv {
	border-top: #A4A4A4 solid 1px
}

#smbtn {
	background:url('/uno/images/mobi/mobi_submit_bg.gif') repeat-x 0 center;
	color:#fff;
	border: #F60 solid 1px;
	border-bottom: #F30 solid 2px;
}

/*查詢結果條件提示區*/
#result_msg {
	color:#800000;
}

/*查詢結果排序提示區*/
#sort_msg {
	background:#efefef;
	border-bottom:#c6c6c6 solid 1px;
	color: #666;
}

#sort_msg a, #sort_msg a:hover {
	color:#327ED3;
}

/*頁面提示*/
.nowpage{
	color: #00F;
}
.lastpage{
	color: #3277EB;
}

/*搜尋結果內容*/
#obj_name a, #obj_name a:hover {
	color: #3061AB;
	font-size:16px;
}

#obj_price {
	color: #00F;
}

#obj_section{
	border-top: #CCC solid 1px;
	color: #333;
}

/*翻頁區*/
#pagelist span {
	border: 1px #F3F3F3 solid;
	background:url('/uno/images/mobi/mobi_caption_bg.gif') repeat-x 0 bottom;
	border-top: #EAEAEA solid 1px;
	border-bottom:#ccc solid 1px;
	border-left:#e2e2e2 solid 1px;
	border-right:#e2e2e2 solid 1px;
}

#pagelist {
	color: #B4B4B4;
}

#pagelist a, a:hover {
	color: #386FB1;
}

/*會員資料區*/
table.memb_info td {
	background:#088be7;
}

table.memb_info span {
	background:#dbefff;
	color: #3C6F99;
	border:#3676ce solid 1px;
	border-bottom:#3676ce solid 2px;
}

.mi_item {
	color: #1f446c;
}

/*瀏覽物件圖片區*/
#picbtn {
	background:url('/uno/images/mobi/mobi_picbtn_bg.gif') repeat-x 0 center;
	color: #5c4447;
	border: #e4d504 solid 1px;
	border-bottom: #b6a40a solid 2px;
}

/*物件資料區*/
.vo_content {
	color: #666;
}
.vo_item {
	color: #2E415F;
}
