@charset "big5";

/* 01_首頁基本元素定義 */
body,h1,h2,h3,h4,h5,h6,form {
	margin: 0;
	padding: 0;
	font-weight: normal;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}
body,input,select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body {
	font-size: 10pt;
	line-height: 140%;
	color: #444;
}
input,select {
	position: relative;
	vertical-align: bottom;
	*vertical-align: baseline;
	top: 2px;
	font-size: 9pt;
}
input.button {
	*height: 16pt;
	cursor: pointer;
}
input.radio {
	top: -3px;
	*top: 2px;
}
input.checkbox {
	top: 1px;
	*top: 2px;
}
a:link {
	color: #775022;
}
a:visited {
	color: #775022;
}
a:hover {
	color: #CC003E;
}
a:active {
	color: #CC003E;
}
img {
	border-width: 0px;
}
form label {
	cursor: pointer;
}

/* 03_置頂搜尋列 */
#SearchBar {
	position: relative;
	margin: auto;
	width: 960px;
	height: 31px;
	border-bottom: #BBAE86 solid 1px;
}
#SearchBar ul {
	position: absolute;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 600px;
	top: 10px;
	left: 200px;
}
#SearchBar ul li {
	margin: 0px;
	float: left;
	font-size: 9pt;
}
#SearchBar ul li a {
	position: relative;
	display: block;
	background: url(/images/index/search_page.gif) center no-repeat;
	top: -5px;
	font-size: 10pt;
	text-align: center;
	text-decoration: none;
	line-height: 100%;
	width: 72px;
	padding: 7px 0px 5px 0px;
	*padding: 8px 0px 4px 0px;
}
#SearchBar ul li a:hover {
	background: url(/images/index/search_page_on.gif) center no-repeat;
	color: #FFF;
	font-weight: bold;
}
.SearchFrame {
	position: absolute;
	background: url(/images/index/search_frame.gif) no-repeat;
	display: none;
	width: 740px;
	height: 64px;
	top: 6px;
	left: 200px;
	color: #444;
}
.SearchFrame a {
	color: #775022;
}
.SearchFrame form {
	margin: 7px 12px;
}
.SearchFrame .list {
	position: absolute;
	border-top: #ccc dashed 1px;
	padding: 2px 6px;
	width: 714px;
	left: 7px;
	bottom: 5px;
	font-size: 9pt;
}
.SearchFrame .more {
	position: absolute;
	right: 12px;
	bottom: 7px;
	font-size: 9pt;
}
#Favorites {
	position: absolute;
	top: 10px;
	left: 8px;
	font-size: 8pt;
	*font-size: 7pt;
}
#QA {
	position: absolute;
	top: 10px;
	right: 8px;
	font-size: 8pt;
	*font-size: 7pt;
}

/* 04_Logo頁首 */
#HeadFrame {
	position: relative;
	margin: auto;
	width: 960px; height: 72px;
	clear: both;
}
#AdBanner_Gold {
	position: absolute;
	top: 8px;
	left: 225px;
}

/* 05_首頁導航條 */
#MenuFrame {
	position: relative;
	margin: auto;
	background: url(/images/index/menu_bg.gif) top center no-repeat;
	width: 980px;
	height: 88px;
	clear: both;
}
#MenuFrame ul {
	position: absolute;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	left: 112px;
	top: 25px;
}
#MenuFrame ul li {
	margin: 0px;
	float: left;
}
#MenuFrame ul li a {
	display: block;
	text-align: center;
	text-decoration: none;
	font-size: 13px;
	line-height: 100%;
	color: #FFF;
	width: 108px;
	padding: 5px 0px 8px 0px;
	*padding: 6px 0px 7px 0px;
}
#MenuFrame ul li a:hover {
	font-weight: bold;
}
#Login, #Welcome {
	position: absolute;
	left: 28px; bottom: 9px; *bottom: 8px;
}
#Register, #Logout {
	position: absolute;
	right: 22px; bottom: 9px; *bottom: 8px;
}
#PluggerBar {
	position: relative;
	padding: 5px 0px 8px 0px;
	margin: auto;
	width: 950px;
	clear: both;
}

/* 06_版權頁尾 */
#CopyRight {
	position: relative;
	background: url(/images/index/tail_bg.gif) no-repeat;
	clear: both;
	padding: 20px 0px;
	margin: auto;
	width: 980px;
	text-align: center;
	clear: both;
}