﻿/*
	http://www.sv.idv.tw
*/

html
{
	background-color: #EEE;
}

body
{
	position: relative;
	min-height: 100%;
	overflow: auto;
	margin: 0 auto;
	padding-top: 20px;
	font: 100% verdana, 新細明體;
	color: #000;
}

a { text-decoration: none; }
a:hover { text-decoration: underline; }

input { font-family:verdana; font-size:10pt;}
textarea { font-family:verdana; font-size:10pt;}
select { font-family:verdana; font-size:10pt;}
fieldset { padding:6px; }

/* 商品說明文字 */
.f01 { font-size:9pt; color:GRAY; }
.f02 { font-size:9pt; color:BLACK; }
.f03 { font-size:9pt; color:RED; }
.f04 { font-size:9pt; color:GREEN; }
.f05 { font-size:9pt; color:DEEPPINK; }

/* 管理頁面選單表格 */
.menu_td { padding: 4px;}

/* 管理頁面分頁資訊表格 */
.menu_td2 { padding: 5px; color: #000; font-size:9pt; }

/* 輸入方框 */
.input01 { font-family:verdana, 新細明體; font-size:9pt; }

/* 正常瀏覽 */
@media screen
{
	.printdisplay { display:none; }
}

/* 列印模式 */
@media print
{
	.noprint { display:none; }
}