/* 外框 */
.case01 {
	padding: 35px 13px;
	border: 1px solid #000000;
}

/* 內框 */
.case02 {
	border: 1px solid #000000;
}
.case03 {
	border: 1px solid #000000;
	padding:16px;
}
.case03 table{
	color:#000000;
	text-align:justify;
	line-height:1.4;
}

/* header */
.header_menu{ color:666666;}
.header_menu a{ color:666666;}
.header_menu a:hover{color:666666; text-decoration: none;}

/* 內容區塊 */
.story_manu{
	font-size:11px;
	line-height:1.3;
	color:#7d7c7c;
	text-align:left;
	padding-left:55px;
	padding-top:10px;
}
.story_manu a{color:#7d7c7c;}
.story_manu a:hover{color:#7d7c7c;}

.product_select {
	color: #868585;
	width:15em;
}


/* 頁尾資訊 */
.index_footer {
	padding-top: 25px;
	padding-bottom:5px;
}
.footer {
	padding-top: 25px;
	padding-bottom:5px;
	background-image: url(../images/footer_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

.footer_text {
	font-size: 11px;
	line-height: 1.5;
	color: #000000;
	text-align: right;
}
.footer_text a:link{color: #000000;}
.footer_text a:visited{color: #000000;}
.footer_text a:hover{color: #000000;}
.footer_text a:active{color: #000000;}

.footer_copyright {
	font-size: 11px;
	line-height: 1.5;
	color: #000000;
	text-align: left;
}
.footer_copyright a:link{color: #000000;}
.footer_copyright a:visited{color: #000000;}
.footer_copyright a:hover{color: #ff0000;}
.footer_copyright a:active{color: #000000;}

/*	Copy By Varmus, At 2009/04/03	*/
/* 相關圖檔 */
#products_detail_content_row {
	width: 256px;
	height: auto;
	margin-bottom: 10px;
	float: left;
}

/* 商品頁樣式設定 (商品詳細資料: 相關圖片) */
#products_detail_thumbs_box {
	width: 52px;
	margin-bottom: 6px;
	margin-right: 6px;
	float: left;
}
#products_detail_thumbs_images {
	width:50px;
	height:50px;
	text-align: center;
}
#products_detail_thumbs_images img{
	border: 1px solid #CACACA;
	background-color: #FFFFFF;
}