/******************************btn樣式*/
.txtBtn-input1, .txtBtn-input2 {/*表單按鈕統一樣式*/
	cursor: pointer;
	height: 24px;
	border: 0;
	padding: 0px 3px;
	color: #FFFFFF;
}
.txtBtn-input1 {/*表單按鈕樣式*/
	background: url(../icon/txtBtn-input1.gif) no-repeat right;
}
.txtBtn-input2 {/*表單按鈕樣式*/
	background: url(../icon/txtBtn-input2.gif) no-repeat right;
}
.txtBtn-foot {/*文字段落註腳*/
	height: 20px;
}
.txtBtn-foot a {
	background-image: url(../icon/txtBtn-bg.gif);
	background-repeat: no-repeat;
	line-height: 15px;
	height: 20px;
	width: 80px;
	display: block;
	float: right;
	font-size: 10px;
	color: #6666CC;
	text-indent: 35px;
}
.txtBtn-foot a:hover {
	line-height: 13px;
	font-size: 10px;
	color: #333366;
	text-decoration: none;
}
.txtIcon1 {/*文字按鈕*/
	color: #666666;
	height: 24px;
	display: inline;
}
.txtIcon1 a {
	color: #E1E1FF;
	background-color: #6666CC;
	background-image: url(../icon/txtIcon1-bg1.gif);
	background-repeat: repeat-x;
	padding: 3px;
	display: inline;
	border: 1px solid #9999FF;
}
.txtIcon1 a:hover {
	color: #FFFFFF;
	background-color: #FF9900;
	background-image: url(../icon/txtIcon1-bg2.gif);
	background-repeat: repeat-x;
	padding: 3px;
	display: inline;
	text-decoration: none;
	border: 1px solid #FF9900;
	position: relative;
	top: -2px;
}
.txtIcon1 strong {
	color: #FFFFFF;
	background-color: #FF9900;
	background-image: url(../icon/txtIcon1-bg2.gif);
	background-repeat: repeat-x;
	padding: 3px;
	display: inline;
	text-decoration: none;
	border: 1px solid #FF9900;
}
.txtBtn-NEXT, .txtBtn-PREV {
	text-indent: 100px;
	line-height: 100px;
	display: block;
	float: right;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
	height: 25px;
	width: 50px;
	border: 0px;
	cursor: pointer;
}
.txtBtn-NEXT {
	background: url(../icon/btnC-NEXT.gif) 0px 0px;
}
.txtBtn-PREV {
	background: url(../icon/btnC-PREV.gif) 0px 0px;
}
/******************************ul/ol樣式*/
.ul_spot1 {
	margin: 0px;
	padding: 0px;
}
.ul_spot1 li {
	list-style-type: none;
}
.ul_spot1 a {
	color: #000000;
	background: url(../icon/spot-ring1.gif) no-repeat 2px 4px;
	padding-left: 15px;
	display: inline;
}
.ul_spot1 a:hover {
	color: #6666CC;
	background: url(../icon/spot-ring1_over.gif) no-repeat 1px 3px;
	padding-left: 15px;
}
.ul_spot2 {
	margin: 0px;
	padding: 0px;
}
.ul_spot2 li {
	list-style-type: none;
	background: url(../icon/spot-ring2.gif) no-repeat 2px 6px;
	padding-left: 15px;
	margin: 3px 0px;
}
.ul_spot2 li a {
	color: #FF6600;
}
.ul_spot3 {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
.ul_spot3 li {
	list-style-type: none;
	list-style-image: url(../icon/spot-arrow1.gif);
}
.icon_login, .icon_logout {
	float: right;
	display: block;
	height: 44px;
	width: 44px;
	line-height: 200px;
	overflow: hidden;
}
.icon_login {
	background: url(../icon/btnA-login.gif) no-repeat;
}
.icon_logout {
	background: url(../icon/btnA-logout.gif) no-repeat;
}