a {
	text-decoration: none;	
	color:			#333;
}
a:hover {
	text-decoration: none;	
	color:			#cc0000;
}

/* 懶熊的預設樣式表 */
body, table, div, html {
	font-size:			12px;
	color:				#6B6B6B;
	font-family: 		Arial, Helvetica, sans-serif;	
}

body, form, html {
	padding:			0;
	margin:				0;
}

img {
	border:				none;
}

input.txt, textarea.txt {
	font-size:			1em;
	border:				1px #aaa solid;
	border-top:			1px #888 solid;
	padding:			2px 3px 2px 3px;
	font-family: 		Verdana, Arial, Helvetica, sans-serif;	
}

textarea.txt {
	font-size:			1em;
	line-height:		1.4em;
	border:				1px #aaa solid;
	padding:			3px;
	font-family: 		Verdana, Arial, Helvetica, sans-serif;	
}

input.btn {
	font-size:			1em;
	padding:			2px 0px 0 0px;
	color:				#575757;
}

*html input.btn {
	font-size:			12px;
	line-height:		10px;
	padding:			4px 0px 1px 0px;
}

select.txt, select.date {
	border:				1px #aaa solid;
	border-bottom:		1px #888 solid;
	font-size:			1em;
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
}

select.date {
	font-size:			0.9em;
}

select.txt option { 
	padding:			2px 3px 0 3px;

}

h1, h2, h3, h4, h5, h6, h7 {
	margin:				0;
	padding:			0 0 6px 0;
}

h2 {
	font-size:			1.25em;
	color:				#575757;
}

h3 {
	font-size:			1.25em;
	color:				#FFA8D5;
}

h4 {
	font-size:			1.1em;
	color:				#87D231;
}

h5 {
	font-size:			1.1em;
	color:				#FFA800;
}

hr {
	margin:				16px 0 16px 0;
}

/* 公用樣式 */
.end {
	clear:				both;
}

.error {
	color:				#ff0000;
}

.form_table, .form_table1 {
	width:				100%;
}
.form_table td {
	padding-bottom:		3px;
}
.form_table1 td {
	padding:			4px 0 4px 6px;
}

.txt_box {
	padding-bottom:		20px;
}

/* 版面樣式 */
body {
	background:			#fff;
}

.foot_01 {
	background:			url(../images/foot_bg.gif) bottom repeat-x;
	padding:			0 0 75px 0;
}
.foot_02 {
	background:			url(../images/foot_bg_03.gif) bottom no-repeat;
	padding:			0 0 75px 0;
}

#sidebar {
	background:			url(../images/foot_bg_02.gif) bottom repeat-x;
	height:				97px;
	padding:			18px 0 0 16px;
	list-style:			none;
	margin:				0;
}
#sidebar li {
	float:				left;
}

#content {
	min-height:				514px;
	line-height:			1.7em;
	text-align: 			justify;
	padding:				0 19px 36px 19px;
}
*html #content {
	height:				550px;
}

#headbar {
	background:			url(../images/headbar_bg.gif);
	height: 			40px;
	margin:				0;
	padding:			13px 0 0 0;
	list-style:			none;
	border-top:			solid #C3A863 11px;
}
#headbar li {
	float:				left;
}

#login {
	background:			url(../images/login_01.gif) top no-repeat;
	padding:			60px 20px 0 20px;
	color:				#657B6E;
}

#title {
	background:			url(../images/title_bg.gif) bottom no-repeat;
	padding-bottom:		18px;
}

#map {
	padding:			18px 0 18px 0;	
	border-top:			1px dashed #ccc;
	border-bottom:		1px dashed #ccc;
	margin:				18px 0 18px 0;
}

.list_table td {
	background:			url(../images/table_td_line.gif) bottom repeat-x;
	padding:			5px;
}

#sub {
	background:			url(../images/headbar_sub_bg.gif) left top no-repeat;
	height:				34px;
	padding:			16px 22px 5px 22px;
	color:				#6ABA0D;
}
#sub a {
	color:				#6ABA0D;
}
#sub a:hover {
	color:				#cc0000;
}

.produsts {
	padding:			0;
	margin:				0;
	list-style:			none;
}

.produsts li {
	width:				25%;
	float:				left;
	padding:			12px 0 12px 0;
	line-height:		1.2em;
}

.produsts li.line {
	width:				100%;
	border-bottom:		1px dotted #DCDCDC;
	padding:			0;
	margin:				0;
}


#pic {
	float:				right;
	width:				200px;
	height:				270px;
	margin:				0 0 14px 0px;
}
.curPageLinkClassName{
	color:#2020cf;
	font-size:15px;
	font-weight:bold;
}
