@import url("div.css");
@import url("font.css");

* { font-family:"微軟正黑體"; }
a img { border:none; }

/* 首頁跑馬燈 - 左右指向 */
.runway { cursor:pointer; margin:0 5px; }

/* 搜尋 之 推薦關鍵字 */
#serach_keyword { width:264px; height:150px; background:#FFF; border:1px solid #CCC; color:#CCC; display:none; position:absolute; z-index:500000; }
/* 搜尋 */
#search_font { font-size:15px; font-weight:bold; color:#000; }
#search_bar, #search_page_bar { width:380px; padding:1px 5px; border:1px solid #CAA; line-height:20px; height:20px; font-size:13px; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; }

#search_button a { float:left; padding:2px 8px; margin:0px 1px; color:#FFF; background:#333; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; text-decoration:none; }
#search_button a#more { background:none; text-decoration:underline; color:#C00; }
#search_button a:hover  { background:#999; }

#search_hot { width:510px; height:25px; line-height:25px; overflow:hidden; white-space:nowrap; }
#search_hot a { color:#666; text-decoration:none; }
#search_hot a:hover { color:#B00; text-decoration:underline; }

/* 首頁程式顯示區 */
#MG_pro_ctl {
	padding-bottom:5px;
	border-bottom:none;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
#MG_pro_ctl a, #MG_pro_ctl a.on {
	cursor:default;
	line-height:20px;
	font-size:13px;
	color:#000;
	background:#FAFAFA;
	border:1px solid #EEE;
	text-decoration:none;
	letter-spacing:4px;
	padding:5px 15px 7px 15px;
	margin:-1px -1px -1px 0px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
#MG_pro_ctl a.on { 
	padding-top:10px;
	background:url('../images/ctbg.png') repeat-x; 
	border-bottom:1px solid #FFF; 
}
#MG_pro_box { border:1px solid #DDD; }
#MG_pro_box img { padding:1px; border:1px solid #DDD; }
/* more */
#MG_pro_box .home_more { height:20px; line-height:20px; padding:0px 5px; }
#MG_pro_box .home_more a { text-decoration:none; color:#CCC; line-height:20px; font-size:13px; font-weight:normal; }
#MG_pro_box .home_more a:hover { text-decoration:underline; color:#966; }
/* 首頁程式顯示區 */

/* 方案內容 */
#MGscheme { padding:12px 10px 5px 10px; margin: 0px auto; width:220px; }
/*
#MGscheme a {
	display:block;
	color:#FFF;
	background:url(../images/title_bg.jpg);
	padding:5px;
	font-size:16px;
	letter-spacing:5px;
	text-align:center;
	text-decoration:none;
	
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
*/
/* 方案內容 */


