/* Reset */


.mainBannerContainer {
	/*Modified By Johnny: remove the attribute "height" because the mainBannerContainer has to reduce its height while user slideUp the block "PageInstructions"*/
	/*width: 1002px; height:368px; margin: auto;*/
	width: 1002px; margin: auto;
}

/* Banner上方重點宣傳區 */
.BizServiceArea {
	width:100%;
}
/*打開及關閉之三角方向按鈕*/
.BizServiceAreaClose{
	margin-top:0px;
	margin-right:2px;
	width:1002px;
	height: 30px;
	line-height:30px;
	display:block;
	background:url(../../_images/2013/BizService_bg_top.png) no-repeat;
	text-align:right;
}
.BizServiceAreaCloseTitle {
	display:block; 
	float:left; 
	font-size:15px; 
	font-weight:bold; 
	padding-left:40px;
}
.BizServiceAreaCloseUp {
	width:29px;
	height: 30px;
	background:url(../../_images/2013/btn_up.png) 0 -30px no-repeat;
	display:block;
	float:right;
	overflow: hidden;
	cursor:pointer;
}
.BizServiceAreaCloseUp:hover {
	background:url(../../_images/2013/btn_up.png) 0 0 no-repeat;
}
.BizServiceAreaCloseDown {
	width:29px;
	height: 30px;
	background:url(../../_images/2013/btn_down.png) 0 -30px no-repeat;
	display:inline-block;
	overflow: hidden;
}
.BizServiceAreaCloseDown:hover {
	background:url(../../_images/2013/btn_down.png) 0 0 no-repeat;
}



.BizServiceAreaClose1{
	float:right;
	display:block;
	position:absolute;
	top:455px;
	right:148px;
	width:29px;
	height:39px;
	background:url(../../_images/2013/btn_close.png) no-repeat;
	cursor:pointer;
}
.BizServiceAreaClose1:hover{
	float:right;
	display:block;
	top:455px;
	right:148px;
	width:29px;
	height:39px;
	background:url(../../_images/2013/btn_close_over.png) no-repeat;
	cursor:pointer;
}

/*宣傳重點內容區*/
.BizServiceAreaContentContainer {
	height:100px;
	background:url(../../_images/2013/BizService_bg.png) no-repeat;
}
.BizServiceAreaContent {
	height:96px;
	margin:0 30px;
	overflow:hidden;
}

.BizServiceAreaColumn {
	float:left; display:block; width:280px; padding:0px 15px 0 10px;; overflow:hidden;
}
.BizServiceAreaColumn h2 {
	font-size:20px; color:#5F5F5F; font-family: 'Open Sans', sans-serif; font-weight:700; text-transform:none;
}
.BizServiceAreaColumn p {
	padding-top:5px; font-size:15px; line-height:20px; color:#5F5F5F; font-family: 'Open Sans', sans-serif; width:270px; white-space:nowrap; text-overflow:ellipsis; overflow: hidden;
}
.BizServiceAreaColumnLine {
	background:url(../../_images/2013/banner_toparea_line.png) no-repeat; width:2px; height:83px; display:block; float:left; margin:10px 0 0 0;
}
.BizServiceImg {
	float: left; margin-right: 10px; margin-top:10px; position: relative;
}
.BizServiceAreaColumnContent {
	float:left; display:block;
}
.BizServiceAreaColumnContent h2 {
	font-size:20px; color:#5F5F5F; font-family: 'Open Sans', sans-serif; font-weight:700; text-transform:none;
}
.BizServiceAreaColumnContent ul{
	list-style:none; margin:0; padding:0px; width:165px; white-space:nowrap;text-overflow:ellipsis;overflow: hidden;
}
.BizServiceAreaColumnContent li{
	font-size:13px; line-height:21px; color:#5F5F5F; font-family: 'Open Sans', sans-serif;
}
.BizServiceAreaColumnContent li span{
	display:inline-block; background:url(../../_images/2013/checkicon.png) center left no-repeat; width:18px; height:15px; line-height:21px; margin-right:3px;
}

#awOnePageButton .view-slide
{
	display: none;
}	
	
/* Clear (used for horizontal thumbnails)
-------------------------------------------*/

.clear
{
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
	float: none;
}
