/* 預設 CSS 檔 (此檔是依區塊設定為主，請勿變更此檔) */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 20px;
	text-align: center;
}

/* 文字基本設定 */
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
}
a:active {
	color: #333333;
	text-decoration: none;
}
h1 {
	COLOR: #333333; 
	FONT: bold 16px/24px tahoma; 
	line-height: 40px;
}
h2 {
	line-height: 32px;
}
h3 {
	line-height: 24px;
}
div, table {
	font-size: 12px;
	color: #333333;
	line-height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
ul {
	margin-left:12px;
	padding-left: 3px;
	padding-right:3px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
form {
	margin: 0;
}
input {
	font-size: 13px;
	background-color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;;
	border: 1px solid #999999;
	background-image:url(../images/default/formshadow.png);
	line-height:22px;
	height:22px;
	vertical-align:middle;
}
input.image_button {
	clear: both;
	border:none;
	background:none;
	height:auto;
	width:auto;
}
input.button {
	width: auto !important;
	clear: both;
	background:none;
	color: #990000;
	font-weight: bold;
	border: 1px solid #990000;
	line-height:30px;
	height:30px;
}
input.radio {
	background:none;;
	border: 0px;
}
input.checkbox {
	background:none;
	border: 0px;
}
textarea {
	border: 1px solid #999999;
	font-size: 13px;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;;
	scrollbar-face-color: #cccccc; 
	scrollbar-highlight-color: #ffffff; 
	scrollbar-shadow-color: #999999; 
	scrollbar-3dlight-color: #999999; 
	scrollbar-arrow-color: #ffffff; 
	scrollbar-track-color: #e3e3e3; 
	scrollbar-darkshadow-color: #ffffff; 
	scrollbar-base-color: #999999;
}

/* 版面基本設定 */
#page {
	width: 960px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}

/* 定義區塊：上方內容 */
#box_top {
	width:100%;
	float:left;
}

/* 定義區塊：中間內容 */
#box_center {
	width:100%;
	float:left;
}

/* 定義區塊：下方內容 */
#box_bottom {
	width:100%;
	float:left;
}

/* 定義區塊：中間內容-子選單 */
#box_center_menu {
	width: 215px;
	float:right;
}

/* 定義區塊：中間內容-主要內容區 */
#box_center_content {
	width: 725px!important;
	width: 745px;
	padding-right:20px;
	float:right;
}

/* 定義區塊：首頁內容 */
#box_home {
	width:100%;
	padding-bottom:10px;
}

/* 定義區塊：主要內容 */
#box_main {
	width:100%;
}

/* 定義區塊：主要內容 (一半寬) */
#box_main_half_left {
	width:362px;
	float:left;
}
#box_main_half_right {
	width:363px;
	float:left;
}

#title {
	width: 100%;
}

#content {
	text-align:justify; 
	text-justify:inter-ideograph;
	width: 100%;
	float:left;
}

#bottom {
	padding-top:10px;
	padding-bottom:15px;
	float:left;
}

/* Banner 區塊 */
#banner {
	width:100%;
	float:left;
}

/* 主選單 */
#main_menu {
	width:100%;
}

/* 資料列表 */
#list {
}
/* 資料列表 (首頁) */
#list_home {
}
/* 資料列表 (日期格式) */
#list_date {
	color:#CC0000;
}

/* 定義區塊：路徑 */
#path {
	width: 100%;
	float:left;
}

/* 商品頁樣式設定 (商品列表) */
#products_list_box {
	float:left;
	padding-bottom:10px;
}
#products_list_images {
}
#products_list_name {
}

/* 商品頁樣式設定 (商品詳細資料) */
#products_detail_content_left {
	width:442px;
	float:left;
}
#products_detail_content_right {
	width:254px;
	float:left;
}
#products_detail_content_row {
	width:254px;
	text-align:left;
	float:left;
}
#products_detail_content_navigation {
	width:442px;
	padding-top:2px;
	padding-bottom:8px;
	float:left;
}
#products_detail_content_title {
	float:left;
}

/* 商品頁樣式設定 (商品詳細資料: 相關圖片) */
#products_detail_thumbs_box {
	width:128px!important;
	width:122px;
	float:left;
}
#products_detail_thumbs_no {
	position:absolute;
	font-size: 9px;
	width:20px;
	height:20px;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	color:#333333;
	vertical-align:top;
}
#products_detail_thumbs_images {
	width:120px;
	height:90px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	text-align:center;
	vertical-align:middle;
}

/* 頁碼 */
#page_box {
	width:100%;
	color:#666666;
	text-align:right;
	padding-top:10px;
	padding-bottom:10px;
	vertical-align:middle;
	font-family:"新細明體";
}
.page_outline {
	width:20px;
	height:20px;
	font-size: 11px;
	background-color:#FFFFFF;
	border:1px #CCCCCC solid;
	text-align:center;
	color:#FFFFFF;
}
.page_outline_color {
	width:20px;
	height:20px;
	font-size: 11px;
	background-color:#CCCCCC;
	border:1px #999999 solid;
	text-align:center;
	color:#333333;
}
.page_outline_skip {
	width:46px;
	height:20px;
	background-color:#FFFFFF;
	font-size: 11px;
	border:1px #CCCCCC solid;
	text-align:center;
}

/* 提示文字 */
#message {
	font-size: 15px;
	color: #CC0000;
}
#out_of_stock {
	font-size: 9px;
	color: #999999;
	width: 100%;
	text-align:center;
}

/* 按鈕 */
.botton_navigation {
	float:right;
}
