/* 此css美工不修改，純粹給工程師用 */

/* 圖置中 */
.center_image {text-align:center;border:1px solid #AAA;font-size:0px}
.center_image *{vertical-align:middle;}
.center_image img{max-height:100%; max-width:100%;}

/* 容器大小 */
.MI_Custom .MI{
	width: 200px;
	height: 200px;
}
.MI_Custom .MI *{/*line-height: 200px;*/} /* 垂直置中用 */

/* 產品圖片 */
.product_img{
	width:200px;
	height:200px;
}
.product_img *{line-height:200px;} /* 垂直置中用 */


/* 首頁顯示的節目表 */
.portal_page .sub .schedule{
	width: 395px;
	height: auto;
	float: left;
}
.portal_page .sub .schedule .schedule_title{
	/*margin: 10px;*/
}
.portal_page .sub .schedule .schedule_title .english{
	font-size: 20px;
}
.portal_page .sub .schedule .schedule_title .chinese{
	font-size: 11px;
}
.portal_page .sub .schedule .schedule_list{
	font-size: 0px; /* fix inline-block gap */
}
.portal_page .sub .schedule .schedule_list .event_cell{
	display: inline-block;
	margin: 0px 2px;
}
.portal_page .sub .schedule .schedule_list .event_cell .event_img{
	width: 125px;
	height: 125px;
	line-height: 125px;
}
.portal_page .sub .schedule .schedule_list .event_cell .event_title{
	font-size: 13px;
	width: 125px;
	margin-top: 3px;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.portal_page .sub .schedule .more{
	position: relative;
	/*top: -180px;*/
}

.portal_page .sub .portal_box_news,.portal_box_schedule,.portal_box_video{
	width:30%;
	display:inline-block;
}

/* 音樂推廣的 youtube 和 圖片*/
.MI_youtube{
	display:inline-block;
	border:none;
}
.MI_youtube iframe{
	width: 400px;
	height: 300px;
}

.MI_image{
	display:inline-block;
	width:200px;
	height:200px;
	overflow:auto;
	border:none;
}
.MI_image *{line-height: 200px;} /* 垂直置中用 */

/* 購物車 加盟商標籤 助於識別 */
.Cart .leaguer_tag{color:yellow;font-weight:bold;}
.cart .checkout_btn{float:right;display:inline-block;}

/* 購買須知 */
.order_rules{margin:20px;font-size:13px;line-height:200%;}
/* 登入頁面 login BOX & 規則*/
.login .member_rules .cell{display: table-cell; vertical-align: middle;}

/* ck內容專用 */
.ck_content{word-wrap:break-word;}

/* 類似最新消息的簡單列表 */
ul.simple_list{margin:0px;padding:0px;list-style-type:none;}
ul.simple_list li{overflow-y:auto;margin:10px 0px 10px 0px;}
ul.simple_list li .center_image{width:150px;height:150px;line-height:150px;float:left;}

/* 最新消息 列表 */
.news_list_all {list-style-type:none;padding:0px;}

.news_list_all .news_div{width:100%;height:125px;padding:5px}

.news_list_all .news_div .news_image{float:left; width:120px; height:120px; margin-right:8px;}

.news_list_all .news_div .news_image *{line-height:120px;} /* 垂直置中用 */

.news_list_all .news_div .date{margin:5px;}


/* 最新消息 */
.news_content .top_area{font-size:0px} /* fix inline-block gap */

.news_content .news_image,.news_youtube{vertical-align:middle;display:inline-block;}

.news_content .news_image{width:200px;height:200px;margin-right:5px;}

.news_content .news_image *{line-height:200px} /* 垂直置中用 */

.news_content .news_youtube{width:400px;height: 300px;}

/* 音樂推廣 列表 */
.lesson .MI_Custom{
	overflow-y:auto;
}

.lesson .MI_Custom .title{
	font-size: 1.25em;
	padding: 5px 0px;
}
.lesson .MI_Custom .short_text{
	overflow: hidden;
	word-wrap: break-word;
}

.platform_item .MI_BOX{
	overflow-y:auto;
}


/* 留言內容 */
#comment_form #content{width:90%}

/* 仿照dataTable的pagination樣式 */
.ci_pagination{
	text-align: center;
}
.ci_pagination a{
	/*color:#333333 !important;*/
}
.ci_pagination .current_button,.first_button,.last_button,.number_button,.next_button,.previous_button{
	height:100%;
	display:inline-block;
	background-color:#DDDDDD;
	border:solid 1px #AAAAAA;
	font-size:12px;
	vertical-align: middle;
	margin: 0px 3px;
	padding: 2px 5px;
	line-height:14px;
	height:14px;
}
.ci_pagination .current_button,.number_button{
	min-width:7px;
	width:auto;
}
.ci_pagination .next_button,.previous_button,.first_button,.last_button{
	width:36px;
}
.ci_pagination .current_button{
	background-color:#99B3FF;
}