@charset "big5";

/* ### UNIVERSAL ### */
body {
	padding:0;
	margin:0;
	font-family:Tahoma;
	font-size:12px;
	color:#666;
	line-height:18px;
}
a {text-decoration: none; color:#626262;}
a img, a img:hover {border:none}
a:hover {color: #626262; text-decoration:underline;}
ul, ol, li {margin:0; padding:0; list-style:none;}

.hidden {display:none; height:0; width:0; padding:0; margin:0;}
.more a{color:#d61101; text-decoration:none;}
.more a:hover{color:#d61101; text-decoration:underline;}

.clr {clear:both;}

.actbtn a{color:#434343; text-decoration:none;}
.actbtn a:hover {color:#000; text-decoration:underline;}
.actbtn {
	background:url(../img/frontend/btn_action_r.gif) right top no-repeat;
	color:#434343;
	line-height:19px;
	height:19px;
	padding:0 5px 0 0;
	font-weight:normal;
	display:block;
	float:left;
}
.actbtn em{
	width:8px;
	height:17px;
	float:left;
	background: url(../img/frontend/btn_action_l.gif) left top no-repeat;
}

*html .actbtn em {#margin-right:-3px;}



/* ### CONTAINER ### */
#container {
	margin:0 auto;
	padding:0;
	width:950px;
}

/* ### HEADER ### */
#header {
	height:100px
}
#header .hd_top {height:45px; background:url(../img/frontend/headerBg.jpg) left top repeat-x;}
#header .logo {width: 160px; height:45px; float:left;}
#header .slogan {width: 340px; height:45px; float:left;}
#header .links {
	width: auto;
	height:20px;
	float:right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin-top: 14px;
	margin-right: 10px;
	margin-bottom: 0;
	text-align:right;
}
#header .links a {color: #FFFFFF; text-decoration:none}
#header .links a:hover {color: #FFFFFF; text-decoration:underline}
#header .hd_lower {
	float:left;
	width: 950px;
	height:29px;
	background-color: #f8f8f8;
	padding-top: 8px;
}
#header .search {
	float:right;
	width: 180px;
	height:29px;
	text-align: right;
}
#header .login {
	width: auto;
	float:right;
	height:29px;
		margin-right:5px;s
}
#header .bcumb {
	float:right;
	width:940px;
	text-align:right;
	font-size:12px;
	color:#666666;
	padding-right:10px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.search input{
	font-size:12px;
	width: 125px;
	color: #666666;
	border: 1px solid #999999;
	float:left;
	margin-right:5px;s
}



/* ### FOOTER ### */
#footer {
	width: 950px;
	margin: 0 auto;
	/*height:160px;*/
	color:#979797;
	clear: both;
	text-align:center;
	padding:10px 0;
	border-top:1px solid #f1f1f1;
	/*background: url(../img/frontend/footer_bg.gif) left 60px repeat-x;*/
}
#footer a {color: #979797; text-decoration:none;}
#footer a:hover {color: #979797; text-decoration:underline;}
#footer .ft_top_l  {
	float: left;
	width: 230px;
	height:auto;
	padding: 10px 0 0 95px;
}
#footer .ft_top_r {
	float: left;
	width: auto;
	height: 45px;
	padding: 20px 0 0 0;
}
#footer .btm {clear: both;}
#footer .ft_btm_l {
	float: left;
	width: 100px;
	height: auto;
	padding: 0 0 0 225px;
}
#footer .ft_btm_r {
	float: left;
	width:auto;
	height:auto;
}


