/* css基本設定 */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td,table{
	margin: 0px;
	padding: 0px;
}
fieldset,img{border:0;}
ol,ul {list-style:none;}

body {
	font:12px arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;
	line-height:24px;
	text-align: justify;
	scrollbar-face-color: #ffffff; 
	scrollbar-highlight-color: #999999; 
	scrollbar-shadow-color: #999999; 
	scrollbar-3dlight-color: #ffffff; 
	scrollbar-arrow-color: #999999; 
	scrollbar-darkshadow-color: #ffffff; 
	scrollbar-base-color: #ffffff;
	background-color:#363636;
	background-image:url(../images/bg02.gif);
	background-repeat:repeat;
}

.form_bottom {
	line-height: 38px;
	width:120px;
	height:38px;
	vertical-align:middle;
	font-size: 13px;
	color: #FFFFFF;
	background-image:url(../images/btn_Update.gif);
	background-repeat:no-repeat;	
	border:none;
	border:0px;
}
.search_bottom {
	line-height: 38px;
	height:38px;
	vertical-align:middle;
	font-size: 13px;
	color: #CC0000;
	font-weight:bold;
	border: 1px solid #CC0000;
	background-color:#FFFFFF;
}
.text_tips {
	font-size: 12px;
	line-height: 18px;
	color: #FF6600;
}
.table_text {
	line-height: 30px;
	vertical-align:middle;
}
/* 文字基本設定 */
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
}
a:active {
	color: #666666;
	text-decoration: none;
}

table {
	font:12px arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;
	color: #333333;
}

/* banner */
.top_bg {
	background-image: url(../images/top_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 49px;
	padding-left: 20px;
	padding-right: 20px;
}
h1 {
	font-size: 16px;
	line-height: 45px;
	font-weight: bold;
	color: #ffffff;
	text-align: left;
}
h1 a:link { text-decoration:none; color:#ffffff; }
h1 a:visited { text-decoration:none; color:#ffffff; }
h1 a:hover { text-decoration:underline; color:#FFCC00; }
h1 a:active { text-decoration:none; color:#ffffff; }

/* 頁首右上角 - 歡迎 */
.header_box_welcome {
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #ffffff;
	text-align: left;
}

/* 頁首右上角 - 連結 */
.header_box_link {
	font-size: 12px;
	line-height: 18px;
	color: #d6d5d5;
	text-align: left;
}
.header_box_link a:link { text-decoration:none; color:#d6d5d5; }
.header_box_link a:visited { text-decoration:none; color:#d6d5d5; }
.header_box_link a:hover { text-decoration:underline; color:#FFCC00; }
.header_box_link a:active { text-decoration:none; color:#d6d5d5; }

/* 登入區塊 */
.login_title {
	font-size: 13px;
	color: #4d4d4d;
	text-align: left;
	padding-bottom: 5px;
}
.login_bg{
	background-image: url(../images/login_04.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	width: 238px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.login_input {
	background-image: none;
	border: none;
	color:#0081cc;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	width: 9em;
}



/* 內容區塊 */
.main {
	padding-top: 18px;
	padding-right: 20px;
	padding-bottom: 18px;
	padding-left: 20px;
	text-align: left;
}

/* 左區menu */
.left_title {
	background-image: url(../images/left_case01.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 24px;
	text-align: left;
	font-size: 13px;
	line-height: 24px;
	color: #4d4d4d;
	padding-left: 15px;
}
.left_menu {
	background-image: url(../images/left_case02.gif);
	background-repeat: repeat-y;
	background-position: left center;
	padding-right: 12px;
	padding-left: 12px;
}
#left_menu {
	position: relative;
	height: auto;
}
.left_menu li{
	text-align: left;
	width: 191px;
	padding-top:0px;
	padding-bottom:0px;
}
.left_menu li a{
	font-size: 13px;
	color: #4d4d4d;
	background-image: url(../images/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: 3px center;
	padding-left: 18px;
	text-decoration: none;
}
.left_menu li a:hover{
	font-size: 13px;
	color: #0081cc;
	font-weight:bold;
	background-image: url(../images/arrow_right_over.gif);
	background-repeat: no-repeat;
	background-position: 3px center;
	padding-left: 18px;
}
/* 左選單第二層 */
.submenu{
	background-color: #d9d3c9;
	padding: 3px;
	border: 1px solid #aba59b;
}
.submenu li a{
	color:#645b54;
	font-size: 12px;
	line-height: 18px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #aba59b;
	display: block;
	width: 100%;
	background-image: none;
}
.submenu li a:hover{
	color:#0081cc;
	background-image: none;
}

.left_time {
	font-size: 11px;
	line-height: 18px;
	color: #999999;
	background-image: url(../images/icon_06.gif);
	background-repeat: no-repeat;
	background-position: left 11px;
	text-align: left;
	padding-left: 20px;
	padding-top:10px;
	padding-bottom:3px;
}

/* 右區開始 */
.right_title_bg {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c6c6c6;
}

/* 標題 */
.desk_title {
	background-image: url(../images/right_title.gif);
	background-repeat: no-repeat;
	background-position: 5px 2px;
	padding-top: 1px;
	padding-bottom:5px;
	padding-left: 35px;
	font-size: 24px;
	font-weight:300;
	line-height: 30px;
	color: #333333;
}
.desk_title a:link { text-decoration:none; color:#333333; }
.desk_title a:visited { text-decoration:none; color:#333333; }
.desk_title a:hover { text-decoration:underline; color:#FF3366; }
.desk_title a:active { text-decoration:none; color:#333333; }

/* 查詢欄位 */
.form_search {
	font-size: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #FF3366;
	padding: 3px;
	width: 15em;
	text-align: left;
	border: 1px solid #bfbfbf;
}

.form_text {
	border: 1px solid #CCCCCC;
	font-size: 13px;
	background-color: #FFFFFF;
	line-height:26px;
	height:26px;
	vertical-align:middle;
	padding-left:4px; padding-right:4px;
}
.form_text_input_main {
	color:#f9365a;
	font-weight:bold;
	font-size:16px;
	line-height:1.5;
	text-align:left;
	text-align: left;
	width:100%;
	border: 0px;
}

.form_text_input {
	color:#666666;
	font-weight:bold;
	font-size:16px;
	line-height:1.5;
	text-align:left;
	text-align: left;
	width:100%;
	border: 0px;
}

/* 路徑 */
.path {
	font-size: 11px;
	color: #adadad;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 3px;
}
.path a{color: #adadad;}
.path a:hover{color: #adadad;}

/* 分類區塊 */
.sort_title {
	background-image: url(../images/sort_case02.gif);
	background-repeat: repeat-x;
	background-position: left top;
	font-size: 13px;
	line-height: 24px;
	color: #4d4d4d;
	text-align: left;
}
.sort_text {
	background-color: #F4F4F4;
	padding-top: 5px;
	padding-bottom: 5px;
}
.sort_text li {
	width: 19%;
	margin-right: 1%;
	display: block;
	float: left;
	margin-bottom: 10px;
}
.sort_name{
	font-size: 13px;
	line-height: 16px;
	color: #4d4d4d;
	text-align: left;
	padding-top:2px;
}

/* 總筆數 */
.page_record_count{
	font-size: 11px;
	line-height: 14px;
	color: #717171;
	padding-left:5px;
}

/* 頁數 */
/*.page{
	font-size: 11px;
	line-height: 14px;
	color: #717171;	
}
.page_outline {
	color:#999999;
	text-align:center;
	background-image: url(../images/page_01.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 21px;
	width: 21px;
	display: block;
	float: left;
	margin-right: 5px;
	line-height:19px;
}
.page_outline_color {
	color:#fefefe;
	text-align:center;
	background-image: url(../images/page_02.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-weight: bold;
	height: 21px;
	width: 21px;
	display: block;
	float: left;
	margin-right: 5px;
	line-height:19px;
}
.page_outline_skip {
	color: #666666;
	text-align:center;
	margin-right: 5px;
	line-height:19px;
}
*/
/* 頁數 */
.page_box{
	text-align: center;
	color: #232323;
	padding: 4px;
}

.page_outline {
	background-color:#FFFFFF;
	border:1px #CCCCCC solid;
	color:#FFFFFF;
	text-align:center;
	padding: 2px;
}
.page_outline_color {
	background-color:#CCCCCC;
	border:1px #999999 solid;
	color:#333333;
	text-align:center;
	padding: 2px;
}
.page_outline_skip {
	background-color:#FFFFFF;
	color: #666666;
	border:1px #CCCCCC solid;
	text-align:center;
	padding: 2px;
}

/* 列表框 */
.table_list_title{
	color:#ffffff;
	font-size: 1em;
	line-height: 16px;
	background-image: url(../images/form_case02.gif);
	background-repeat:repeat-x;
	background-position: left center;
	text-align: center;
}
.table_title_ext{
	color:#ffffff;
	font-size: 1em;
	line-height: 16px;
	background-image: url(../images/form_case02.gif);
	background-repeat: no-repeat;
	background-position: right center;
	text-align: center;
}
.table_item_no{
	font-size: 9px;
	color: #666666;
}

.form_menu li{
	color:#333333;
	font-size:12px;
	line-height:29px;
	text-align:center;
	background-image: url(../images/btn_function02.gif);
	background-repeat:no-repeat;
	background-position:left top;
	width:53px;
	height:29px;
	display: block;
	float: left;
}
.form_menu li a{
	color:#333333;
	text-decoration: none;
}
.form_menu li a:hover{color:#333333;}

.form_list_text{
	background-color: #FFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #dedede;
	padding:5px 0px;
}
.form_list_text2{
}
.form_list2_text{
	background-color: #eeeeee;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #dedede;
	padding:5px 0px;
}
.form_list2_text2{
	background-color: #eeeeee;
}

.form_list_over{
	background-color:#d8ecff;
}
.form_list_out{
}

/* 列表-編號 */
.table_subject_no{
	color:#808080;
	font-size:12px;
	text-align:left;
}

/* 列表-名稱 */
.table_subject_name{
	color:#0081cc;
	font-size:13px;
	line-height:36px;
	text-align:left;
}
.table_subject_name a:link { text-decoration:none; color:#0081cc; }
.table_subject_name a:visited { text-decoration:none; color:#0081cc; }
.table_subject_name a:hover { text-decoration:underline; color:#FF3366; }
.table_subject_name a:active { text-decoration:none; color:#0081cc; }

/* 重要提示 */
.prompt_bg {
	background-color: #606060;
	background-image: url(../images/prompt_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.prompt_title {
	font-size: 13px;
	line-height: 15px;
	color: #FFF;
	text-align: left;
}
.prompt_text li {
	background-image: url(../images/prompt_03.gif);
	background-repeat: no-repeat;
	background-position: left 10px;
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 12px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #aba59b;
}

/* 商品修改頁 */
.products_detail_title{
	color:#0081cc;
	font-size:12px;
	line-height:1.5;
	text-align:left;
}
.products_detail_name{
	color:#f9365a;
	font-weight:bold;
	font-size:16px;
	line-height:1.5;
	text-align:left;
}
.products_detail_case {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #dedede;
	border-left-color: #dedede;
	background-color: #f4f4f4;
	padding-left:10px;
	padding-right:10px;
}
.products_detail_input {
	background-image: none;
	border: none;
	margin-left: 5px;
	width: 27em;
}


/* 網頁最佳化設定 */
.products_detail_set_title {
	font-size: 13px;
	color: #4d4d4d;
	background-image: url(../images/products3_case03.gif);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: left;
}
.products_detail_set_input {
	font-size: 12px;
	line-height: 13px;
	color: #666;
	background-image: none;
	text-align: left;
	width: 98%;
	border: 1px solid #dedede;
	padding-top: 3px;
	padding-bottom: 3px;
}






/* 頁尾區塊 */
.footer {
	background-color: #363636;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
}

.footer_menu {
	font-size: 11px;
	line-height: 20px;
	color: #999898;
	text-align: right;
}
.footer_menu a{color: #999898;}
.footer_menu a:hover{color: #999898;}

/* 頁尾版權宣告 */
.footer_copyright {
	font-size: 11px;
	line-height: 20px;
	color: #999898;
	text-align: left;
}
.footer_copyright a:link { text-decoration:none; color:#999898; }
.footer_copyright a:visited { text-decoration:none; color:#999898; }
.footer_copyright a:hover { text-decoration:underline; color:#33CCFF; }
.footer_copyright a:active { text-decoration:none; color:#999898; }

.calendar_item {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.calendar_item LI {
	margin-right:5px;
	float:left;
	display:list-item!important;
	display:inline;
	LIST-STYLE-TYPE:none;
	zoom:1;
	padding-left:18px!important;
	padding-left:16px;
	background-image:url(../images/icon05.gif);
	background-repeat:no-repeat;
	background-position:0 2!important;
	background-position:0 0;
	line-height:20px;
	vertical-align:middle;
	display:block;
}
.calendar_item A:link {
}
.calendar_item A:visited {
}
.calendar_item A:active {
}
.calendar_item A:hover {
	BACKGROUND: #964B74;
}

