/* frontSlot */
.home #frontSlot {
	display: block;
	margin: 0px 0px 10px;
	padding: 0px;
	width: 800px;
	height: 381px;
	overflow:hidden;
}
.indexPage #frontSlot {
	height: 280px;
	width: 590px;
	overflow: hidden;
	margin: 0px 0px 10px;
	padding: 0px;
	float: left;
}
/* news */
#news {
	margin: 0px 0px 10px;
	padding: 0px;
	background-image: url(../images/main_dashDouble_g.gif);
	background-repeat: repeat-x;
	float: left;
}
.home #news {
	width: 212px;
	height: 224px;
}
.indexPage #news {
	width: 800px;
}
.office .indexPage #news {
	width: 365px;
}

.home #msg {
	display: block;
	margin: 0px;
	padding: 0px;
	float: right;
	height: 220px;
	width: 760px;
	background-image: url(../images/en/home_msg.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	line-height: 500px;
	overflow: hidden;
	background-position: 20px 28px;
}
.home #msg_tc {
	display: block;
	margin: 0px;
	padding: 0px;
	float: right;
	height: 220px;
	width: 760px;
	background-image: url(../images/tc/home_msg.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	line-height: 500px;
	overflow: hidden;
	background-position: 20px 28px;
}
/* #news h1 */
#news h1 {
	margin: 0px;
	padding: 0px;
	height: 24px;
	background-repeat: no-repeat;
	background-position: 6px 3px;
	text-indent: -1000px;
}
.home #news h1 {
	background-image: url(../images/en/home_news_h.gif);
}
.retail #news h1 {
	background-image: url(../images/en/retail_news_h.gif);
}
.resident #news h1 {
	background-image: url(../images/en/resident_news_h.gif);
}
.office #news h1 {
	background-image: url(../images/en/office_news_h.gif);
}
.industrial #news h1 {
	background-image: url(../images/en/industrial_news_h.gif);
}
/* #news ul */
#news ul {
	margin: 0px;
	padding: 0px;
	display: block;
}
.indexPage #news ul {
	width: 800px;
}
.office .indexPage #news ul {
	width: 365px;
}
/* #news ul li */
#news li {
	display: block;
	list-style: none;
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-y;
	float: left;
}
#news .bg2 {
	background-repeat: no-repeat;
}
#news .bg3 {
	background-repeat: no-repeat;
	background-position: bottom;
	margin: 0px;
	padding: 13px;
}
.home #news li {
	background-image: url(../images/news_g212_bg1.gif);
}
.home #news .bg2 {
	background-image: url(../images/news_g212_bg2.gif);
}
.home #news .bg3 {
	background-image: url(../images/news_g212_bg3.gif);
	padding: 10px;
}
.indexPage #news li {
	background-image: url(../images/news_g290_bg1.gif);
	margin: 0px;
	padding: 0px;
	width: 266px;
}
.indexPage #news .bg2 {
	background-image: url(../images/news_g290_bg2.gif);
}
.indexPage #news .bg3 {
	background-image: url(../images/news_g290_bg3.gif);
}
.office .indexPage #news li {
	background-color: #D5D5D5;
	background-image:none;
	display: block;
	list-style: none;
	margin: 0px 0px 15px;
	padding: 5px;
	width: 355px;
	clear: both;
	height: 80px;
}

.office #news img.thumbnail {
	height: 80px;
	width: 110px;
	display: block;
	margin: 0px 5px 0px 0px;
	padding: 0px;
	float: left;
}

#news div.desc {
	font-size: 10px;
	line-height: 12px;
	color: #696969;
}
.office #news div.desc {
	padding: 0px 0px 0px 5px;
	height: 80px;
	background-color: #FFFFFF;
	margin: 0px;
	display: block;
	float: left;
	width: 235px;
	line-height: 14px;
	font-size: 11px;
	color: #666666;
}

#news div.desc h3 {
	font-size: 11px;
	line-height: 11px;
	display: block;
	padding: 10px 0px;
	color: #A7A7A7;
}


#news a {
	display: block;
	color: #C5BB7D;
	text-decoration: none;
	margin: 0px;
	padding: 8px 5px 0px 0px;
	text-align: right;
}
