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

/*上方標題列*/

#title {
	background:#f08200;
	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: #005900;
}

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

#mbody {
	border:#e58d26 solid 1px;
}

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

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

#footer .flink a {
	color: #00ff8a;
}

/*分段標題*/
#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: #ab6730;
	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: #b16038;
}

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

table.memb_info span {
	background:#ffeddb;
	color: #99613c;
	border:#e76608 solid 1px;
	border-bottom:#e76608 solid 2px;
}

.mi_item {
	color: #6c491f;
}

/*瀏覽物件圖片區*/
#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: #5f422e;
}
