@charset "utf-8";
/* CSS Document */

@-ms-viewport{
  width: device-width;
}

html, body { margin:0px; }

body { width:100%; margin:0px; font-size-adjust:100%; -webkit-text-size-adjust:100%; background-color:#da251c; font-size:16px; color:#231815; }

a { outline:none; text-decoration:none; }

ul, ol { list-style:none; margin:0; padding:0; }
li { vertical-align:top; }

h1, h2, h3, h4, p { padding:0; margin:0; }

img { border:none; }

input { padding:0px; margin:0px; font-family:Arial, Helvetica, sans-serif; vertical-align:top; }

.noSelect { user-select:none; -o-user-select:none; -moz-user-select:none; -khtml-user-select:none; -webkit-user-select:none; }

/*-------------------------------------------------------------------------------------*/
/* Main Lang Format */

.en_format { font-family:Arial, Helvetica, sans-serif;  }

.tc_format { font-family:"微軟正黑體", "Microsoft JhengHei", Arial, Helvetica, sans-serif; }
.tc_format button { font-family:"微軟正黑體", "Microsoft JhengHei", Arial, Helvetica, sans-serif; }

.sc_format { font-family:"微軟正黑體", "Microsoft JhengHei", Arial, Helvetica, sans-serif; }
.sc_format button { font-family:"微軟正黑體", "Microsoft JhengHei", Arial, Helvetica, sans-serif; }

/*-------------------------------------------------------------------------------------*/
/* cjselectbox.js css */

select { height:18px; background-color:#f6f6f6; }
.cjbox_select { display:inline-block; zoom:1; *display:inline; vertical-align:middle; position:relative; color:#000000; font-weight:normal; text-align:left; }
.cjbox_select .head { width:100%; height:21px; line-height:21px; background-color:#e7e7e8; }
.cjbox_select .selected { padding:2px 12px; }
.cjbox_select .triangle { float:right; width:20px; height:21px; line-height:21px; text-align:center; font-size:12px; cursor:pointer; }
.cjbox_select .select_list { position:absolute; left:0px; top:21px; z-index:200; width:100%; background-color:#e7e7e8; }
.cjbox_select .select_list .scrollbar { position:absolute; right:0px; top:0px; z-index:20; width:20px; background-color:#f6f6f6; box-shadow:inset 0 0 6px rgba(0,0,0,0.1); }
.cjbox_select .select_list .thumb { width:10px; height:20px; cursor:pointer; overflow:hidden; position:absolute; top:0px; right:5px; background:#666666; }
.cjbox_select .select_list .thumb .end { overflow:hidden; width:10px; height:7px; background:#666666; }
.cjbox_select .select_list .disable { display:none; }
.cjbox_select .select_list .viewport { width:100% !important; height:200px; overflow:hidden; position:relative; }
.cjbox_select .select_list .overview { list-style:none; position:absolute; left:0; top:0; padding:0; margin:0; width:100%; }
.cjbox_select .select_list .overview ul { list-style:none; padding:0; margin:0; }
.cjbox_select .select_list .overview .option { background-image:none; padding:3px 16px 3px 5px; line-height:16px; cursor:pointer; }
.cjbox_select .select_list .overview .disabled { display:none; }

/* ---------------- clear fix ---------------- */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

/*-------------------------------------------------------------------------------------*/
/* LAYOUT */

#wrap { width:100%; min-width:1000px; position:relative; background-color:#ffffff; overflow:hidden; }
#wrap .container { width:1000px; margin:0 auto; box-sizing:border-box; }

#top { height:96px; border-bottom:3px solid #da251c; background-color:#ffffff; }
#top .container { padding-top:11px; }
#top .lang_area { padding-right:9px; text-align:right; }
#top ul.lang { display:inline-block; zoom:1; *display:inline; vertical-align:top; height:10px; padding:6px 6px 7px 6px; background:#dddddd; background:-moz-linear-gradient(top, #ffffff 0%, #dddddd 100%); background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#dddddd)); background:-webkit-linear-gradient(top, #ffffff 0%,#dddddd 100%); background:-o-linear-gradient(top, #ffffff 0%,#dddddd 100%); background:-ms-linear-gradient(top, #ffffff 0%,#dddddd 100%); background:linear-gradient(to bottom, #ffffff 0%,#dddddd 100%); filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dddddd',GradientType=0 ); border-radius:8px; }
#top ul.lang li { display:inline-block; zoom:1; *display:inline; vertical-align:top; margin-right:-4px; *margin-right:0; height:10px; padding:0 6px; border-left:2px solid #000000; }
#top ul.lang li:first-child { border-left:none; }
#top ul.lang li a { display:block; font-size:12px; color:#000000; line-height:10px; transition:all 0.2s ease; }
#top ul.lang li a:hover { color:#da251c; }

#top .nav_area { padding:0 11px 12px 37px; }
#top .logo { float:left; width:202px; height:50px; }
#top .logo a { display:block; width:100%; height:100%; background:url(../img/logo.png) no-repeat left top; }
#top .menu_area { float:right; width:700px; padding-top:30px; text-align:right; }
#top ul.menu_list { }
#top ul.menu_list > li { display:inline-block; zoom:1; *display:inline; vertical-align:top; margin-right:-4px; *margin-right:0; position:relative; }
#top ul.menu_list > li > a.lv1 { display:block; height:18px; padding:0 10px 6px 10px; font-size:14px; color:#000000; line-height:18px; transition:all 0.2s ease; }
#top ul.menu_list > li > a.lv1:before, 
#top ul.menu_list > li > a.lv1 span { padding-right:4px; color:#da251c; }
#top ul.menu_list > li:hover > a.lv1,
#top ul.menu_list > li > a.lv1:hover { color:#da251c; }

#top ul.dropdown_menu { position:absolute; left:0; top:24px; z-index:2000; width:180px; padding-bottom:8px;  background-color:#787878; box-shadow:5px 5px 5px rgba(0,0,0,0.3); text-align:left; }
#top ul.dropdown_menu > li { padding-top:2px; }
#top ul.dropdown_menu > li > a.lv2 { display:block; padding:4px 12px 4px 22px; font-size:15px; color:#ffffff; transition:all 0.2s ease; }
#top ul.dropdown_menu > li > a.lv2:hover { background-color:#da251c; color:#ffffff; }
#top ul.fallback { display:none; }
#top ul.menu_list > li:hover > ul.fallback { display:block; }

#banner { width:100%; border-top:1px solid #ffffff; background-color:#eef0ef; position:relative; }
#banner .banner_row { width:100%; max-width:1200px; position:relative; margin:0 auto; }
#banner .banner_row a.bnr_row { position:absolute; top:116px; z-index:100; width:55px; height:67px; background-color:#666; text-align:center; line-height:67px; font-size:50px; color:#fff; box-sizing:border-box; opacity:0.8; transition:all 0.2s ease; }
#banner .banner_row a.prev_bnr { left:0; padding-right:3px; }
#banner .banner_row a.next_bnr { right:0; padding-left:3px; }
#banner .banner_row a.bnr_row:hover { background-color:#da251c; opacity:1; }
#banner .banner_show { width:100%; max-width:1200px; height:295px; margin:0 auto; overflow:hidden; }
#banner .banner_show .banner { width:100%; height:295px; background-repeat:no-repeat; background-position:center center; background-size:cover; display:none; }
#banner .banner_show .banner.active { display:block; }

#banner .inner_banner { height:293px; xbackground-color:#ddf2ff; background-position:center top; background-repeat:no-repeat; }
#banner .inner_banner_title { position:absolute; left:0; bottom:0; width:100%; height:32px; padding:6px 0 4px 0; background:url(../img/inner_banner_title_bg.png) no-repeat center bottom; }
#banner .inner_banner_title .container { height:32px; padding-left:50px; background:url(../img/banner_title_icon.png) no-repeat 17px top; line-height:32px; font-size:24px; color:#ffffff; font-weight:bold; }

.auction_banner { background-image:url(../img/inner_banner_auction.jpg); }
.agent_banner { background-image:url(../img/inner_banner_agent.jpg); }



#main { width:100%; }
#main .left_side { float:left; width:155px; background:url(../img/left_side_shadow.png) no-repeat right 4px; }
#main .left_side ul { padding-left:38px; padding-top:32px; padding-bottom:10px; }
#main .left_side ul li { padding-left:13px; padding-bottom:16px; font-size:16px; }
#main .left_side ul li:before { display:inline-block; zoom:1; *display:inline; vertical-align:top; content:">"; margin-left:-13px; width:13px; font-size:14px; color:#e0433e; }
#main .left_side ul li a { color:#000000; transition:all 0.2s ease; }
#main .left_side ul li a:hover { color:#da251c; }

#main .right_side { float:right; width:818px; padding-top:20px; min-height: 315px;}
#main .title_area { width:814px; height:28px; border-bottom:2px solid #787878; margin-bottom:10px; font-size:22px; color:#000000; font-weight:bold; }
#main .title_area span { display:inline-block; zoom:1; *display:inline; vertical-align:top; min-width:124px; height:100%; padding-left:6px; padding-right:14px; border-bottom:2px solid #da251c; line-height:26px; }
#main .title_area span#enquire_num{float:right;border-bottom:none;}
#main .title_area img { vertical-align:top; }




#footer { width:100%; background-color:#da251c; }
#footer .footer_sitemap { padding:18px 0 10px 24px; }
#footer .sitemap_list { float:left; padding-left:46px; }
#footer .sitemap_list:first-child { padding-left:0; }
#footer .sitemap_list p { font-size:15px; color:#ffffff; font-weight:bold; }
#footer .sitemap_list ul { }
#footer .sitemap_list ul li { padding-top:6px; font-size:14px; }
#footer .sitemap_list a { color:#ffffff; transition:all 0.2s ease; }
#footer .sitemap_list a:hover { color:#000000; }
#footer .footer_copyright { padding:20px 24px 12px 24px; font-size:12px; color:#ffffff; line-height:12px; }
#footer .copyright { float:left; }
#footer .designby { float:right; }
#footer .designby a { color:#ffffff; }
#footer .designby a:hover { text-decoration:underline; }

/*-------------------------------------------------------------------------------------*/
/* INDEX */

.index_box_area { padding-left:11px; padding-top:18px; }
.index_box_area .index_box { float:left; padding-bottom:26px; }
.index_box_area .index_box_title { height:29px; border-bottom:2px solid #787878; font-size:18px; color:#000000; font-weight:bold; }
.index_box_area .index_box_title span { display:inline-block; zoom:1; *display:inline; vertical-align:top; min-width:124px; height:100%; padding-left:6px; padding-right:14px; border-bottom:2px solid #da251c; line-height:28px; }
.index_box_area .index_box_title img { vertical-align:top; }
.index_box_area .index_box_content { }
.index_box_area .index_box_more { padding:10px 3px 0 0; text-align:right; }
.index_box_area .index_box_more a { display:inline-block; zoom:1; *display:inline; vertical-align:top; width:43px; height:20px; border:2px solid #da251c; background-color:#da251c; position:relative; font-size:12px; color:#ffffff; line-height:20px; text-align:center; transition:all 0.2s ease; }
.index_box_area .index_box_more a:before { position:absolute; left:0; top:0; content:""; width:100%; height:100%; border:1px solid #ffffff; box-sizing:border-box; }
.index_box_area .index_box_more a:hover { }

.index_business_box { width:986px; }
.index_business_box .index_box_content { padding-left:5px; }
.index_business_list { padding-bottom:4px; }
.index_business_list .index_business { float:left; width:486px; min-height:100px; padding-top:26px; padding-left:4px; }
.index_business_list .index_business_img { float:left; width:175px; height:136px; background-color:#a88c6b; margin-right:21px; text-align:center; }
.index_business_list .index_business_img img { display:block; }
.index_business_list .index_business_img p { height:30px; padding:0 16px; font-size:18px; color:#ffffff; font-weight:bold; text-align:left; line-height:30px; }
.index_business_list .index_business_list { float:left; width:270px; font-size:13px; line-height:13px; }
.index_business_list .index_business_list ul { float:left; padding-right:23px; }
.index_business_list .index_business_list ul li { padding:10px 0 0 9px; background:url(../img/index_business_dot.png) no-repeat 0 13px; text-align:left; vertical-align:top; }
.index_business_list .index_business_list ul li a { xwhite-space:nowrap; color:#000000; transition:all 0.2s ease; }
.index_business_list .index_business_list ul li a:hover { color:#da251c; }
.index_business_list .index_business_btn { float:left; width:100%; padding-top:12px; }
.index_business_list .index_business_btn a { display:inline-block; zoom:1; *display:inline; vertical-align:top; height:23px; padding:0 20px; border-color:#da251c; background-color:#da251c; position:relative; font-size:15px; color:#ffffff; line-height:23px; text-align:center; transition:all 0.2s ease; }
.index_business_list .index_business_btn a:before { position:absolute; left:0; top:0; content:""; width:100%; height:100%; border:1px solid #ffffff; box-sizing:border-box; }
.index_business_list .index_business_btn a:hover { border:1px solid #333333; background-color:#333333;}

.index_news_box { width:470px; }
.index_news_box .index_box_content { }
.index_news_list { height:117px; padding-top:4px; }
.index_news_list .index_news { padding:12px 0 12px 33px; background:url(../img/index_news_img.png) no-repeat 7px 12px; border-bottom:1px solid #cccccc; font-size:13px; color:#000000; line-height:15px; }
.index_news_list .index_news_date { float:left; width:112px; }
.index_news_list .index_news_title { float:left; width:310px; }
.index_news_list .index_news_title a { color:#000000; transition:all 0.2s ease; }
.index_news_list .index_news_title a:hover { color:#da251c; }

.index_property_box { width:485px; margin-left:31px; }
.footer_facebook_icon a img{float: right;padding-right: 26px;margin-top: -52px;}

/*-------------------------------------------------------------------------------------*/
/* PROPERTY AGENT */

.property_search_area { width:808px; height:80px; background-color:#cfc2ac; border-radius:16px; border:4px solid #cfc2ac; margin-bottom:13px; position:relative; text-align:left; }
.property_search_area:before { position:absolute; left:0; top:0; z-index:1; content:""; width:100%; height:100%; border:1px solid #ffffff; border-radius:13px; box-sizing:border-box; }
.property_search_area:after { content:""; display:inline-block; zoom:1; *display:inline; vertical-align:middle; height:100%; }
.property_search_area form { display:inline; }
.property_search_area .search_section { display:inline-block !important; zoom:1; *display:inline !important; vertical-align:middle; margin-right:-4px; *margin-right:0; position:relative; z-index:10; }
.property_search_area .search_title { padding:0 14px; font-size:24px; color:#333333; font-weight:bold; }
.property_search_area .search_title span { color:#da251c; }
.property_search_area .search_field { width:562px; }
.property_search_area .search_row { float:left; height:23px; padding:5px 0; margin-right:8px; }
.property_search_area .search_row span { display:inline-block; zoom:1; *display:inline; vertical-align:top; margin-right:-4px; *margin-right:0; height:23px; padding:0 5px; font-size:14px; color:#333333; line-height:23px; }
.property_search_area .search_row span.line { margin-left:10px; margin-right:0px; *margin-right:4px; width:1px; padding:0; background-color:#da251c; }
.property_search_area .search_row input[type=text] { display:inline-block; zoom:1; *display:inline; vertical-align:top; width:73px; height:23px; border:none; margin-right:-4px; *margin-right:0; box-shadow:inset 1px 2px 5px rgba(0,0,0,0.3); text-align:center; }
/*.property_search_area .search_row input[type=radio] { display:none; }
.property_search_area .search_row input[type=radio]+label { display:inline-block; zoom:1; *display:inline; vertical-align:top; width:100px; height:23px; margin-right:3px; *margin-right:7px; background-color:#666666; text-align:center; line-height:23px; font-size:14px; color:#ffffff; font-weight:bold; transition:all 0.2s ease; cursor:pointer; }
.property_search_area .search_row input[type=radio]+label:hover, 
.property_search_area .search_row input[type=radio].active+label { background-color:#da251c; }*/
.property_search_area .search_row select { width:127px; height:23px; border:none; background:#d9d9d9; margin-right:14px; text-align:center; }
.property_search_area .search_row #select_type { width:168px; }
.property_search_area .search_row #select_region { width:127px; }
.property_search_area .search_row .cjbox_select { text-align:center; color:#333333; font-size:14px; margin-right:10px; }
.property_search_area .search_row .cjbox_select .head { height:23px; line-height:23px; background:#f6f6f6; background:-moz-linear-gradient(top, #f6f6f6 0%, #d8d8d8 100%); background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f6f6), color-stop(100%,#d8d8d8)); background:-webkit-linear-gradient(top, #f6f6f6 0%,#d8d8d8 100%); background:-o-linear-gradient(top, #f6f6f6 0%,#d8d8d8 100%); background:-ms-linear-gradient(top, #f6f6f6 0%,#d8d8d8 100%); background:linear-gradient(to bottom, #f6f6f6 0%,#d8d8d8 100%); filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#d8d8d8',GradientType=0 ); }
.property_search_area .search_row .cjbox_select .triangle { font-family:'FontAwesome'; font-size:20px; color:#da251c; text-align:left; line-height:23px; }
.property_search_area .search_row .cjbox_select .triangle:before { content:"\f0d7"; }
.property_search_area .search_row .cjbox_select .select_list { top:23px; background-color:#d8d8d8; }
.property_search_area .search_row .cjbox_select .select_list .scrollbar { width:12px; }
.property_search_area .search_row .cjbox_select .select_list .thumb { right:1px; }
.property_search_area .search_row .cjbox_select .select_list .overview .option { padding:3px 32px 3px 12px; }
.property_search_area .search_submit { width:72px; }
.property_search_area .search_submit button { width:72px; height:23px; margin:0; padding:0; border:none; background:#8b0c08; background:-moz-linear-gradient(top, #8b0c08 0%, #d3231a 100%); background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#8b0c08), color-stop(100%,#d3231a)); background:-webkit-linear-gradient(top, #8b0c08 0%,#d3231a 100%); background:-o-linear-gradient(top, #8b0c08 0%,#d3231a 100%); background:-ms-linear-gradient(top, #8b0c08 0%,#d3231a 100%); background:linear-gradient(to bottom, #8b0c08 0%,#d3231a 100%); filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8b0c08', endColorstr='#d3231a',GradientType=0 ); font-size:14px; color:#ffffff; font-weight:bold; }
.property_search_area .search_submit button span { font-weight:normal; }
.property_search_area .search_submit button:hover { cursor:pointer;}

.property_sort_area { text-align:right; }
.property_sort_area a { display:inline-block; zoom:1; *display:inline; vertical-align:top; margin-right:4px; *margin-right:8px; min-width:90px; height:23px; background-color:#d9d9d9; padding:0 8px; font-size:14px; color:#333333; font-weight:bold; text-align:center; line-height:23px; transition:all 0.2s ease; }
.property_sort_area a.onsort,
.property_sort_area a:hover { background-color:#666666; color:#ffffff; }

.property_list_area { width:814px; padding-bottom:28px; }
.property_list_title { width:100%; height:30px; border-bottom:2px solid #787878; margin-bottom:4px; }
.property_list_title span { display:inline-block; zoom:1; *display:inline; vertical-align:top; height:32px; padding:0 14px; background-color:#da251c; position:relative; font-size:21px; color:#ffffff; line-height:32px; position:relative; }
.property_list_title span:before { position:absolute; right:-14px; top:0; content:""; width:0; height:0; border-style:solid; border-width:32px 0 0 14px; border-color:transparent transparent transparent #da251c; }
.property_list { width:100%; }
.property_list .property { padding:20px 0 20px 14px; border-bottom:1px dashed #cfc2ac; }
.property_list .property_photo { float:left; width:165px; height:124px; }
.property_list .property_info { float:right; width:610px; font-size:14px; line-height:24px; color:#000000; }
.property_list .property_info table { float:left; width:245px; padding-right:34px; }
.property_list .property_info table:first-child { width:348px; }
.property_list .property_info table td { vertical-align:top; text-align:left; }
.property_list .property_info table td span { display:inline-block; zoom:1; *display:inline; vertical-align:top; margin-right:-4px; *margin-right:0; padding-left:10px; background:url(../img/property_info_dot.jpg) no-repeat left 9px; color:#cc0000; }
.property_list .property_info table td:first-child { width:75px; }
.property_list .property_info table td:first-child+td { width:136px; }
.property_list .property_info table:first-child td:first-child { width:88px; }
.property_list .property_info table:first-child td:first-child+td { width:250px; }

.property_detail { width:771px; height:410px; padding:40px 17px 87px 28px; margin-top:18px; margin-bottom:55px; background-color:#ede8e0; border-radius:16px; box-shadow:inset 5px 5px 5px rgba(0,0,0,0.2); }
.property_detail .property_detail_photo { float:left; width:435px; }
.property_detail .large_photo { width:435px; height:327px; text-align:center; background-color:#ffffff; position:relative; }
.property_detail .large_photo:after {content:""; display:inline-block; zoom:1; *display:inline; vertical-align:middle; height:100%; }
.property_detail .large_photo img { vertical-align:middle; }

.property_detail .sub_photo_area { width:381px; height:66px; padding-top:15px; position:relative; margin:0 auto; }
.property_detail .sub_photo_area a.list_row { position:absolute; top:32px; z-index:1000; font-size:30px; color:#db241e; line-height:30px; font-weight:bold; transition:all 0.2s ease; }
.property_detail .sub_photo_area a.prev_list { left:-21px; }
.property_detail .sub_photo_area a.next_list { right:-21px; }
.property_detail .sub_photo_area a.prev_list:before { font-family:'FontAwesome'; content:"\f104"; }
.property_detail .sub_photo_area a.next_list:before { font-family:'FontAwesome'; content:"\f105"; }
.property_detail .sub_photo_area a.list_row:hover { color:#000000; }

.property_detail .list_area { position:relative; width:381px; height:66px; overflow:hidden; }
.property_detail .list_area .list { position:absolute; left:0; top:0; height:66px; }
.property_detail .list_area .list a.item { float:left; display:block; width:87px; height:66px; margin-right:11px; background-color:#ffffff; text-align:center; cursor:pointer; }
.property_detail .list_area .list a.item:after { content:""; display:inline-block; zoom:1; *display:inline; vertical-align:middle; height:100%; }
.property_detail .list_area .list a.item img { vertical-align:middle; transition:all 0.2s ease; }

.property_detail .property_detail_info { float:right; width:310px; padding-top:18px; }
.property_detail .property_detail_info table { width:100%; padding-bottom:32px; font-size:14px; line-height:24px; }
.property_detail .property_detail_info table td { width:227px; vertical-align:top; }
.property_detail .property_detail_info table td:first-child { width:78px; padding-left:10px; background:url(../img/property_info_dot.jpg) no-repeat left 9px; color:#cc0000; }
.property_detail .property_detail_info a.print { display:block; width:139px; height:31px; background:#da251c; background:-moz-linear-gradient(top, #da251c 0%, #6e120e 100%); background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#da251c), color-stop(100%,#6e120e)); background:-webkit-linear-gradient(top, #da251c 0%,#6e120e 100%); background:-o-linear-gradient(top, #da251c 0%,#6e120e 100%); background:-ms-linear-gradient(top, #da251c 0%,#6e120e 100%); background:linear-gradient(to bottom, #da251c 0%,#6e120e 100%); filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#da251c', endColorstr='#6e120e',GradientType=0 ); border-radius:15px; text-align:center; line-height:31px; font-size:18px;  color:#ffffff; font-weight:bold; }
.property_detail .property_detail_info a.print:hover { }

/*-------------------------------------------------------------------------------------*/
/* PROPERTY AUCTION */

.auction_date_select { width:813px; height:23px; padding:6px 0; margin:0 auto 12px auto; background:url(../img/auction_date_select_bg.jpg) no-repeat center top; border-radius:14px; text-align:center; }
.auction_date_select label { display:inline-block; zoom:1; *display:inline; vertical-align:top; font-size:18px; color:#ffffff; font-weight:bold; line-height:23px; }
.auction_date_select select { width:168px; height:23px; }
.auction_date_select .cjbox_select { text-align:center; color:#333333; font-size:14px; margin-right:10px; }
.auction_date_select .cjbox_select .head { height:23px; line-height:23px; background:#f6f6f6; background:-moz-linear-gradient(top, #f6f6f6 0%, #d8d8d8 100%); background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f6f6), color-stop(100%,#d8d8d8)); background:-webkit-linear-gradient(top, #f6f6f6 0%,#d8d8d8 100%); background:-o-linear-gradient(top, #f6f6f6 0%,#d8d8d8 100%); background:-ms-linear-gradient(top, #f6f6f6 0%,#d8d8d8 100%); background:linear-gradient(to bottom, #f6f6f6 0%,#d8d8d8 100%); filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#d8d8d8',GradientType=0 ); }
.auction_date_select .cjbox_select .triangle { font-family:'FontAwesome'; font-size:20px; color:#da251c; text-align:left; line-height:23px; }
.auction_date_select .cjbox_select .triangle:before { content:"\f0d7"; }
.auction_date_select .cjbox_select .select_list { top:23px; background-color:#d8d8d8; }
.auction_date_select .cjbox_select .select_list .scrollbar { width:12px; }
.auction_date_select .cjbox_select .select_list .thumb { right:1px; }
.auction_date_select .cjbox_select .select_list .overview .option { padding:3px 32px 3px 12px; }

.auction_remark_area { padding-bottom:20px; text-align:center; text-align:center; }
.auction_remark_area .auction_remark { display:inline-block; zoom:1; *display:inline; vertical-align:middle; margin:0 44px 0 48px; *margin:0 48px; font-size:14px; color:#000000; line-height:16px; }
.auction_cautions { width:812px; padding:16px 13px 14px 20px; background-color:#f2f2f2; margin:0 auto 25px auto; box-sizing:border-box; text-align:center; color:#000000; }
.auction_cautions h3 { padding-bottom:4px; font-size:16px; text-decoration:underline; font-weight:bold; }
.auction_cautions p { font-size:12px; line-height:14px; }

.auction_list { width:812px; padding-bottom:57px; }
.auction_list table{border: 1px solid #000000;border-collapse: collapse;}
.auction_list table tr th{border: 1px solid #000000;text-align:center;}
.auction_list table tr td{border: 1px solid #000000;text-align:center;}
.auction_list .auction { padding:12px 10px 4px 34px; border-bottom:1px dashed #cfc2ac; }
.auction_list .auction_name { padding-left:86px; padding-bottom:12px; font-size:16px; color:#000000; font-weight:bold; }
.auction_list .auction_name span { display:inline-block; zoom:1; *display:inline; vertical-align:top; width:86px; margin-left:-86px; margin-right:-4px; *margin-right:0; color:#cc0000; }
.auction_list .auction_name a { color:#000000; transition:all 0.2s ease; }
.auction_list .auction_name a:hover { color:#cc0000; }
.auction_list .auction_info { width:100%; }
.auction_list .auction_info table { float:left; width:300px; padding-right:14px; font-size:14px; color:#000000; line-height:16px; }
.auction_list .auction_info table:first-child { width:226px; }
.auction_list .auction_info table:first-child+table { width:192px; }
.auction_list .auction_info table td { padding-bottom:8px; vertical-align:top; text-align:left; }
.auction_list .auction_info table td:first-child { width:88px; padding-left:10px; background:url(../img/property_info_dot.jpg) no-repeat left 4px; color:#cc0000; }

.auction_detail { width:812px; padding-top:10px; }
.auction_detail_name { padding:0 40px 10px 120px; border-bottom:1px dashed #cfc2ac; font-size:16px; font-weight:bold; color:#000000; }
.auction_detail_name span { display:inline-block; zoom:1; *display:inline; vertical-align:top; width:98px; margin-left:-98px; margin-right:-4px; *margin-right:0; padding-left:10px; background:url(../img/property_info_dot.jpg) no-repeat left 7px; color:#cc0000; }
.auction_detail_content { padding:19px 13px 20px 3px; }
.auction_detail_content .auction_detail_photo { float:left; width:449px; height:562px; padding:17px 7px 0 12px; background-color:#ede8e0; border-radius:16px; box-shadow:inset 5px 5px 5px rgba(0,0,0,0.2); }
.auction_detail_content .large_photo { width:437px; height:322px; text-align:center; background-color:#ffffff; margin-left:2px; position:relative; }
.auction_detail_content .large_photo:after {content:""; display:inline-block; zoom:1; *display:inline; vertical-align:middle; height:100%; }
.auction_detail_content .large_photo img { vertical-align:middle; }

.auction_detail_content .sub_photo_area { width:332px; height:77px; padding-top:16px; padding-bottom:25px; position:relative; margin:0 auto; }
.auction_detail_content .sub_photo_area a.list_row { position:absolute; top:32px; z-index:1000; font-size:30px; color:#db241e; line-height:30px; font-weight:bold; transition:all 0.2s ease; }
.auction_detail_content .sub_photo_area a.prev_list { left:-21px; }
.auction_detail_content .sub_photo_area a.next_list { right:-21px; }
.auction_detail_content .sub_photo_area a.prev_list:before { font-family:'FontAwesome'; content:"\f104"; }
.auction_detail_content .sub_photo_area a.next_list:before { font-family:'FontAwesome'; content:"\f105"; }
.auction_detail_content .sub_photo_area a.list_row:hover { color:#000000; }

.auction_detail_content .list_area { position:relative; width:332px; height:77px; overflow:hidden; }
.auction_detail_content .list_area .list { position:absolute; left:0; top:0; height:77px; }
.auction_detail_content .list_area .list a.item { float:left; display:block; width:104; height:77px; margin-right:10px; background-color:#ffffff; text-align:center; cursor:pointer; }
.auction_detail_content .list_area .list a.item:after { content:""; display:inline-block; zoom:1; *display:inline; vertical-align:middle; height:100%; }
.auction_detail_content .list_area .list a.item img { vertical-align:middle; transition:all 0.2s ease; }

.auction_detail_content .auction_detail_remark { padding-top:14px; border-top:1px solid #c5bfb3; text-align:center; font-size:14px; color:#000000; line-height:16px; }

.auction_detail_content .auction_detail_info { float:right; width:293px; padding-top:32px; }
.auction_detail_content .auction_detail_info table { width:100%; padding-bottom:10px; font-size:14px; line-height:16px; }
.auction_detail_content .auction_detail_info table td { width:193px; padding-bottom:14px; vertical-align:top; }
.auction_detail_content .auction_detail_info table td:first-child { width:100px; }
.auction_detail_content .auction_detail_info table td[colspan='2'] { width:auto !important; }
.auction_detail_content .auction_detail_info table td span { display:block; width:90px; padding-left:10px; background:url(../img/property_info_dot.jpg) no-repeat left 5px; color:#cc0000; }
.auction_detail_content .auction_detail_info table td p { padding-left:10px; }

.auction_detail_content .auction_detail_btn { padding-bottom:27px; }
.auction_detail_content .auction_detail_btn a { display:inline-block; zoom:1; *display:inline; vertical-align:top; *margin-right:4px; width:139px; height:31px; background:#da251c; background:-moz-linear-gradient(top, #da251c 0%, #6e120e 100%); background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#da251c), color-stop(100%,#6e120e)); background:-webkit-linear-gradient(top, #da251c 0%,#6e120e 100%); background:-o-linear-gradient(top, #da251c 0%,#6e120e 100%); background:-ms-linear-gradient(top, #da251c 0%,#6e120e 100%); background:linear-gradient(to bottom, #da251c 0%,#6e120e 100%); filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#da251c', endColorstr='#6e120e',GradientType=0 ); border-radius:15px; text-align:center; line-height:31px; font-size:18px; color:#ffffff; font-weight:bold; }
.auction_detail_content .auction_detail_info a img { vertical-align:middle; }
.auction_detail_content .auction_detail_info a:hover { }

.auction_detail_content .auction_detail_img { }

/*-------------------------------------------------------------------------------------*/
/* PROPERTY VALUATION */
.property_valuation_area { width:814px; padding-bottom:28px; line-height:25px;}
.property_valuation_desc{padding-bottom:20px;}
.property_valuation_desc h2{color:#587A9B;padding-bottom:20px;}
.property_valuation_desc p{line-height:25px;}
.property_valuation_desc p span{font-weight:bold;}
.property_valuation_desc ul.circle{list-style-type: circle;line-height:25px;padding-left:20px;}
.property_valuation_desc ul.disc{list-style-type: disc;line-height:25px;padding-left:20px;}
.property_valuation_desc ul a{color:#587A9B;}
.property_valuation_desc ul a:hover{text-decoration:none;}

/*-------------------------------------------------------------------------------------*/
/* PROPERTY LAND */
.project_planning_management{ width:814px; padding-bottom:28px; }
.project_planning_management_desc{padding-bottom:20px;}
.project_planning_management_desc h2{color:#587A9B;padding-bottom:20px;}
.project_planning_management_desc p{line-height:25px;}
.project_planning_management_desc p span{font-weight:bold;}
.project_planning_management_desc ul.circle{list-style-type: circle;line-height:25px;padding-left:20px;}
.project_planning_management_desc ul.disc{list-style-type: disc;line-height:25px;padding-left:20px;}
.project_planning_management_desc ul a{color:#587A9B;}
.project_planning_management_desc ul a:hover{text-decoration:none;}

/*-------------------------------------------------------------------------------------*/
/* BUILDING CONSULTANCY */
.building_consultancy{ width:814px; padding-bottom:28px; }
.building_consultancy_desc{padding-bottom:20px;}
.building_consultancy_desc h2{color:#587A9B;padding-bottom:20px;}
.building_consultancy_desc p{line-height:25px;padding-bottom:20px;}
.building_consultancy_desc p span{font-weight:bold;}
.building_consultancy_desc ul.circle{list-style-type: circle;line-height:25px;padding-left:20px;}
.building_consultancy_desc ul.disc{list-style-type: disc;line-height:25px;padding-left:20px;}
.building_consultancy_desc ul a{color:#587A9B;}
.building_consultancy_desc ul a:hover{text-decoration:none;}

/*-------------------------------------------------------------------------------------*/
/* BUILDING CONSULTANCY */
.property_management_maintenance{ width:814px; padding-bottom:28px; }
.property_management_maintenance_desc{padding-bottom:20px;}
.property_management_maintenance_desc h2{color:#587A9B;padding-bottom:20px;}
.property_management_maintenance_desc h4{padding-bottom:20px;}
.property_management_maintenance_desc p{line-height:25px;padding-bottom:20px;}
.property_management_maintenance_desc p span{font-weight:bold;}
.property_management_maintenance_desc ul.circle{list-style-type: circle;line-height:25px;padding-left:20px;}
.property_management_maintenance_desc ul.disc{list-style-type: disc;line-height:25px;padding-left:20px;}
.property_management_maintenance_desc ul a{color:#587A9B;}
.property_management_maintenance_desc ul a:hover{text-decoration:none;}

/*-------------------------------------------------------------------------------------*/
/* MANDATORY BUILDING INSPECTION */
.mandatory_building_inspection{ width:814px; padding-bottom:28px; }
.mandatory_building_inspection_desc{padding-bottom:20px;}
.mandatory_building_inspection_desc h2{color:#587A9B;padding-bottom:20px;}
.mandatory_building_inspection_desc h4{padding-bottom:20px;}
.mandatory_building_inspection_desc p{line-height:25px;padding-bottom:20px;}
.mandatory_building_inspection_desc p span{font-weight:bold;}
.mandatory_building_inspection_desc ul.circle{list-style-type: circle;line-height:25px;padding-left:20px;}
.mandatory_building_inspection_desc ul.disc{list-style-type: disc;line-height:25px;padding-left:20px;}
.mandatory_building_inspection_desc ul a{color:#587A9B;}
.mandatory_building_inspection_desc ul a:hover{text-decoration:none;}

/*-------------------------------------------------------------------------------------*/
/* GROUP PROFILE */
.group_profile{ width:814px; padding-bottom:28px; }
.group_profile_desc{padding-bottom:20px;}
.group_profile_desc h2{color:#D01414;padding-bottom:20px;}
.group_profile_desc p{line-height:25px;padding-bottom:20px;}
.group_profile_desc p span{font-weight:bold;color:#D01414}
.group_profile_desc p .bold{font-weight:bold;color:#000000}
.group_profile_desc ul.disc{list-style-type:disc;line-height:25px;padding-left:20px;}

/*-------------------------------------------------------------------------------------*/
/* MILESTONE */
.milestone{ width:814px; padding-bottom:28px; }
.milestone_desc_table{border-collapse: collapse;}
.milestone_desc_table>tr{}
.milestone_desc_table tr td.milestone_year{width:10%;text-align:center;padding-bottom:10px; }
.milestone_desc_table tr td.milestone_desc_text{width:90%;line-height:25px;padding-left:10px;padding-bottom:10px;}
/*
.milestone_desc{padding-bottom:20px;}
.milestone_desc .milestone_desc_left{float:left;display:inline-block;width:7%;}
.milestone_desc .milestone_desc_right{float:left;display:inline-block;width:92%;padding-bottom:20px;line-height:25px;margin-top:-4px;}
.milestone_desc .milestone_desc_right .large{font-size: 16px;}
*/

/*-------------------------------------------------------------------------------------*/
/* PROFILE */
.profile{ width:814px; padding-bottom:28px; }
.profile h2{padding-bottom:20px;}
.profile_desc{padding-bottom:20px;}
.profile_desc .profile_desc_left{float:left;display:inline-block;width:13%;}
.profile_desc .profile_desc_left img{width:60px;}
.profile_desc .profile_desc_right{float:left;display:inline-block;width:87%;padding-bottom:20px;line-height:25px;margin-top:-6px;}
.profile_desc .profile_desc_right h4{font-weight:bold;text-decoration:underline;}
.profile_desc .profile_desc_right p {padding-top:10px;}
.profile_desc .profile_desc_right .bold{font-weight:bold;}
.profile_desc .profile_desc_right ul{padding-left:20px;}
.profile_desc .profile_desc_right ul.decimal{list-style-type:decimal;line-height:25px;}

/*-------------------------------------------------------------------------------------*/
/* CLIENTS */
.clients{ width:814px; padding-bottom:28px; }
.clients h2{padding-bottom:20px;}
.clients_desc{padding-bottom:20px;}
.clients_desc p{line-height:25px;padding-bottom:20px;}
.clients_desc p a{color:#006699}
.clients_desc .item{padding-top:30px;}
.clients_desc h4{font-weight:bold;color:#587A9B;padding-bottom:10px;}
.clients_desc .clients_desc_left{float:left;display:inline-block;width:35%;padding:11px 0 11px 20px;}
.clients_desc .clients_desc_left img{height:24px}
.clients_desc .clients_desc_right{float:left;display:inline-block;width:60%;padding:11px 0 11px 0;}
.clients_desc .clients_desc_right img{height:24px}
.clients_desc .clients_name_left{float:left;display:inline-block;width:48%;padding:6px 0 0 20px;font-size:14px;}
.clients_desc .clients_name_right{float:left;display:inline-block;width:48%;padding:7px 0 0 0;font-size:14px;}

/*-------------------------------------------------------------------------------------*/
/* AUCTION / AUCTION ADVANTAGE / AUCTION FLOW */
.auction_area { width:814px; padding-bottom:28px; line-height:25px;}
.auction_desc{padding-bottom:20px;}
.auction_desc h2{color:#587A9B;padding-bottom:20px;}
.auction_desc p{line-height:25px;}
.auction_desc p span{font-weight:bold;}
.auction_desc ul.circle{list-style-type: circle;line-height:25px;padding-left:20px;}
.auction_desc ul.disc{list-style-type: disc;line-height:25px;padding-left:20px;}
.auction_desc ul a{color:#587A9B; text-decoration:underline;}

/*-------------------------------------------------------------------------------------*/
/* AUCTION FLOW */
.auction_flow_area { width:814px; padding-bottom:28px; line-height:25px;}
.auction_flow_desc{padding-bottom:20px;}
.auction_flow_desc h2{color:#587A9B;padding-bottom:20px;}
.auction_flow_desc p{line-height:25px;text-align:center;}
.auction_flow_desc p span{font-weight:bold;}
.auction_flow_desc ul.circle{list-style-type: circle;line-height:25px;padding-left:20px;}
.auction_flow_desc ul.disc{list-style-type: disc;line-height:25px;padding-left:20px;}
.auction_flow_desc ul.decimal{list-style-type: decimal;line-height:25px;padding-left:20px;}
.auction_flow_desc ul a{color:#587A9B; text-decoration:underline;}
.auction_flow_desc .sub_flow{display:block;position:relative;}
.auction_flow_desc .sub_flow p{display:inline-block;float:left;position:relative;}

/*-------------------------------------------------------------------------------------*/
/* AUCTION COMLIST */
.auction_comlist_area { width:814px; padding-bottom:28px; line-height:25px;}
.auction_comlist_desc{padding-bottom:20px;}
.auction_comlist_desc table{width:100%;padding-bottom:20px;border: 1px solid #000000;border-collapse: collapse;}
.auction_comlist_desc table tr th{border: 1px solid #000000;text-align:center;}
.auction_comlist_desc table tr td{text-align:left;border: 1px solid #000000;}

/*-------------------------------------------------------------------------------------*/
/* AUCTION HOT */
.auction_hot_area { width:814px; padding-bottom:28px; line-height:25px;}
.auction_hot_desc{padding-bottom:20px;}
.auction_hot_desc table{width:100%;margin-bottom:30px;border: 1px solid #000000;border-collapse: collapse;}
.auction_hot_desc table tr th{text-align:center;border: 1px solid #000000;}
.auction_hot_desc table tr th.width_8{width:8%;}
.auction_hot_desc table tr th.width_11{width:11%;}
.auction_hot_desc table tr th.width_12{width:12%;}
.auction_hot_desc table tr th.width_20{width:20%;}
.auction_hot_desc table tr th.width_30{width:30%;}
.auction_hot_desc table tr td{text-align:left;border: 1px solid #000000;}

/*-------------------------------------------------------------------------------------*/
/* AUCTION CHATTELS */
.auction_chattels_area { width:814px; padding-bottom:28px; line-height:25px;}
.auction_chattels_desc{padding-bottom:20px;}
.auction_chattels_desc h2{color:#587A9B;padding-bottom:20px;}
.auction_chattels_desc p{line-height:25px;}
.auction_chattels_desc p span{font-weight:bold;}
.auction_chattels_desc ul.circle{list-style-type: circle;line-height:25px;padding-left:20px;}
.auction_chattels_desc ul.disc{list-style-type: disc;line-height:25px;padding-left:20px;}
.auction_chattels_desc ul.decimal{list-style-type: decimal;line-height:25px;padding-left:20px;}
.auction_chattels_desc ul a{color:#587A9B; text-decoration:underline;}
.link_to_online_auction_form{text-decoration:underline;}
.link_to_online_auction_form a{color:#000000;}

/*-------------------------------------------------------------------------------------*/
/* AUCTION ONLINE */
.auction_online_area { width:814px; padding-bottom:28px; line-height:25px;}
.auction_online_desc{padding-bottom:20px;}

/*-------------------------------------------------------------------------------------*/
/* CHINA PROPERTY EVALUATION */
.china_property_evaluation_area { width:814px; padding-bottom:28px; line-height:25px;}
.china_property_evaluation_desc{padding-bottom:20px;}
.china_property_evaluation_desc h2{color:#587A9B;padding-bottom:20px;}
.china_property_evaluation_desc ul.circle{list-style-type: circle;line-height:25px;padding-left:20px;}
.china_property_evaluation_desc ul.disc{list-style-type: disc;line-height:25px;padding-left:20px;}
.china_property_evaluation_desc ul.decimal{list-style-type: decimal;line-height:25px;padding-left:20px;}
.china_property_evaluation_desc ul ul.disc{list-style-type: disc;line-height:25px;padding-left:20px;}

/*-------------------------------------------------------------------------------------*/
/* NEWS */
.news_area { width:774px; padding:20px; line-height:25px;}
.news_area .news_info{ margin-bottom: 20px;}
.news_area .news_title { color: #D01414; font-size: 20px; font-weight: bold; width:590px; margin-right: 20px; display: inline-block;}
.news_area .news_date { color: #D86868; font-size: 18px; font-weight: bold; width:156px; display: inline-block; text-align: right;}
.news_area .news_content img{max-width: 100% !important; height:auto !important;}

/*-------------------------------------------------------------------------------------*/
/* ENQUIRY */
.enquiry_area {}
.enquiry_area input[type=submit],
.enquiry_area input[type=reset]{ display:inline-block;border-radius:4px;width:100px; height:34px; line-height:34px; background-color: #DA251C; text-align:center; font-size:16px; color:#ffffff; font-weight:bolder; border: none; cursor:pointer; padding: 0px 6px;}
.enquiry_area input[type=submit]:hover{background-color: #333333;}
.enquiry_area input[type=reset]{background-color: #1D86BF;}
.enquiry_area input[type=reset]:hover{background-color: #333333;}
.enquiry_checkbox_area{display:block;position:relative;}
.enquiry_checkbox_area .enquiry_checkbox{display:inline-block;width:33%;float:left;}
.enquiry_checkbox_area .enquiry_checkbox input{margin-top:9px;margin-right:10px;}
.enquiry_text_area{width:100%;padding-top:20px;}

/*-------------------------------------------------------------------------------------*/
/* PROPERTY MORTGAGE */
.property_mortgage_area { width:814px; padding-bottom:28px; line-height:25px;}
.property_mortgage_desc{padding-bottom:20px;}
.property_mortgage_desc p span.bold{font-weight:bold;}
.property_mortgage_desc img{width:30%;display:block;margin-left:auto;margin-right:auto;}

/*-------------------------------------------------------------------------------------*/
/* AUCTION ONLINE */
.auction_zone_area { width:814px; padding-bottom:28px; line-height:25px;}
.auction_zone_desc{padding-bottom:20px;}
.auction_zone_desc table{width:100%;padding-bottom:20px;border: 1px solid #000000;border-collapse: collapse;}
.auction_zone_desc table tr th{border: 1px solid #000000;text-align:center;}
.auction_zone_desc table tr td{text-align:left;border: 1px solid #000000;}

/*-------------------------------------------------------------------------------------*/
/* PROPERTY ONLINE */
.enquiry_area input[type=submit],
.enquiry_area input[type=reset],
.enquiry_area input[type=button]{ display:inline-block;border-radius:4px;width:100px; height:34px; line-height:34px; background-color: #DA251C; text-align:center; font-size:16px; color:#ffffff; font-weight:bolder; border: none; cursor:pointer; padding: 0px 6px;}
.enquiry_area input[type=reset]{background-color: #1D86BF;}
.enquiry_area input[type=button]{background-color: #1D86BF;}
.enquiry_area input[type=submit]:hover{background-color: #333333;}
.enquiry_area input[type=reset]:hover{background-color: #333333;}
.enquiry_area input[type=button]:hover{background-color: #333333;}

/*-------------------------------------------------------------------------------------*/
/* ONLINE VALUATION */
.online_valuation_login_section{width:100%;padding-top:20px;}
.online_valuation_login_section label{width:200px;float:left;}
.online_valuation_button_section{padding-top:20px;width:100%;text-align:center;}
#wrong_login_name_password{color:#FF0000;font-size:14px;}

/*-------------------------------------------------------------------------------------*/
/* ONLINE VALUATION REGISTATION */
.online_valuation_reg_area { width:814px; padding-bottom:28px; line-height:25px;}
.online_valuation_reg_desc{padding-bottom:20px;}
.online_valuation_reg_section{width:100%;padding-top:20px;}
.online_valuation_reg_section label{width:200px;float:left;}
.online_valuation_reg_section input[type=radio]{vertical-align: middle;}
.online_valuation_reg_section span{padding-left:5px;}
.online_valuation_reg_section select{width:488px;}
.online_valuation_reg_section textarea{width:482px;}
.online_valuation_reg_section input[type=checkbox]{vertical-align: middle;}
.online_valuation_reg_section input#MINF05{float: left;margin-top:7px;}
.online_valuation_reg_section span#MINF05_OTHER{float:left;}
.online_valuation_reg_section label#MINF05_SPEC{padding-left:5px;width:55px;}
.online_valuation_reg_section input#MINFOO{margin-top:4px;}
#member_agreement{font-size:12pt;margin-top:20px;width:681px;}
.disclaimer_privacy_statements a{color:#000000;text-decoration:underline;}
.disclaimer_privacy_statements a#privacy_statement{padding-left:10px;}
.online_valuation_statement{margin-top:20px;background-color:#FFFF99;}
#login_name_used{float:left;color:#FF0000;display:none;font-size:14px;}
#essential_element{color:#FF0000;}