/** body 設定 **/
body {
	background-repeat: repeat-x;
	background-position: center top;
	background-image: url(../images/bg-img.png);
	background-color: #4D4D4D;
	text-align: center;
	margin: 0px;
}

.style4 {color: #000000}

.shortcut { color:#327CA8; }
.shortcut a:link { color:#327CA8; }
.shortcut a:visited { color:#327CA8; }
.shortcut a:hover { color:#FFFFFF; }
.shortcut a:active { color:#327CA8; }

/* 網頁路徑 */
#path {
	color: #666666;
	text-align: right;
}
#path a:link { color:#666666; }
#path a:visited { color:#666666; }
#path a:hover { color:#CC0000; }
#path a:active { color:#666666; }

/* 標題框 */
#title {
	width: 100%;
}

h1 {
	color: #1f7918;
	font-weight: bold;
	font-size: 1.3em;
	line-height: 2;   /* FireFox */
	*line-height: 2;  /* IE6 */
	*+line-height: 2.16; /* IE7 */
	text-align: left;
}

/* 內容區塊 */
#content {
	min-height:400px;
	_height:400px;
	*+min-height:400px;
	text-align: justify;
}
#content li {
	list-style-type:disc; /* 圓點 */
}

/* Banner */
#banner {
}

/* 選單 */
#menu {
}
#menu ul {
	padding:0px;
	margin:0px;
}
#menu li {
	padding-top:0px;
	padding-bottom:0px;
	padding-right:10px;
	MARGIN: 0px; 
	DISPLAY: block; 
	LIST-STYLE-TYPE: none;
	float:left;
	width:80px;
}
#menu a:link {
	color: #fff; 
	text-decoration:none;
}
#menu a:visited {
	color: #fff; 
	text-decoration:none;
}
#menu a:active {
	color: #fff; 
	text-decoration:none;
}
#menu a:hover {
	color: #FF9900; 
}
#menu a#selected {
	color: #fff; 
	text-decoration:none;
}

/* 頁尾 */
.footer {
}

/* 內頁上品列表框 */
#products_row {
	width:100%;
	clear: left;
	float: left;
	height: auto;
	margin-bottom: 10px;
}

/* 內頁商品 */
#products_row .products_case { float: left; clear : right; }
#products {
	float: left;
	clear: left;
}

/* 內頁產品圖 */
DIV#products .images{ margin: 0 auto; text-align: center;}

/* 內頁產品名稱 */
DIV#products .name {
	font-size: 1em;
	color: #869671;
	line-height: 16px;
	padding-top: 5px;
	text-align: center;
	font-weight: bold;
	background-image: url(../images/arrow2.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	width: 140px;
	padding-right: 10px;
}
DIV#products .name a:link{color: #869671;}
DIV#products .name a:visited{color: #869671;}
DIV#products .name a:hover{color: #869671;}
DIV#products .name a:active{color: #869671;}

/* 產品呈現區塊 */
#products_detail_case {
	height: auto;
	width: 710px;
	margin-bottom: 15px;
	text-align: left;
	clear: both;
	float: left;
}

/* 商品頁樣式設定 (左右區塊) */
#products_detail_content_left {
	width:420px;
	float: left;
	clear: left;
}
#products_detail_content_right {
	width:256px;
	background-image:url(../images/product_title.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	float: right;
	clear: right;
}

/* 商品頁說明區塊 */
#content_description {
	height: auto;
	width: 710px;
	margin-bottom: 15px;
	text-align: left;
	clear: both;
	float: left;
}

/* 商品頁樣式設定 (商品列表) */
#products_list_title_content {
	float:left;
	width: 710px;
	background-image: url(../images/right_title2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	margin-bottom: 5px;
	clear: left;
}

#products_list_box{
	width: 710px;
	margin-bottom: 15px;
	text-align: left;
	*min-height:10em;
	_min-height:10em;
}

#products_list_title_related {
	float:left;
	width: 710px;
	background-image: url(../images/right_title3.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	margin-bottom: 5px;
	clear: left;
}

#products_product_contant{
	height: auto;
	width: 710px;
	margin-bottom: 15px;
	text-align: left;
	padding-right: 10px;
	padding-top:10px;
}

/* 相關商品列表框 */
#products_list_row {
	width:100%;
	clear: both;
	float: left;
	height: auto;
	margin-bottom: 10px;
}

/* 相關商品 */
#products_list_row .products_case { float: left; clear : right; }
#products_list {float: left; margin: 0 auto;}

/* 相關商品產品圖 */
DIV#products_list .images{ margin: 0 auto; text-align: center;}

/* 相關商品名稱 */
DIV#products_list .name {
	font-size: 1em;
	color: #656565;
	line-height: 16px;
	padding-top: 5px;
	padding-bottom: 5px;
	overflow: hidden;
	text-align: center;
	width: 140px;
	padding-left: 10px;
	padding-right: 10px;
}
DIV#products_list .name a:link{color: #869671;}
DIV#products_list .name a:visited{color: #869671;}
DIV#products_list .name a:hover{color: #869671;}
DIV#products_list .name a:active{color: #869671;}

/* 相關圖檔 */
#products_detail_content_row {
	width: 256px;
	height: auto;
	margin-bottom: 10px;
	float: left;
}

/* 相關圖檔按鈕區 */
#products_detail_content_btn {
	width: 250px;
	text-align: center;
	margin-bottom: 10px;
	float: left;
}

/* 價格區 */
#products_detail{
	width: 250px;
	float: left;
	clear: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #8c8c8e;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#products_detail_price {
	width: 125px;
	float: left;
	padding: 0px 0px 0px 0px;
	vertical-align: baseline ;
}

/* 市價 */
#market_price_title {
	font-size: 1em;
	float:left;
	color:#666666;
	vertical-align: baseline ;
}
#market_price_number {
	float:left;
	font-size: 1em;
	color:#ff6000;
	font-weight: bold;
	text-decoration: line-through;
	vertical-align: baseline ;
	line-height:1.4;
}

/* 特價 */
#special_title {
	font-size: 1em;
	float:left; 
	color:#666666;
	vertical-align: baseline;
}
#special_number {
	float:left;
	font-size: 1.3em;
	font-weight: bold;
	color: #ff6000;
	vertical-align: baseline;
	line-height:1.1;
}

/* 購物車-規格區 */
#products_detail_spec {
	width: 250px;
	line-height: 25px;
	float: left;
	margin-bottom: 5px;
	margin-top: 5px;
}
#products_detail_spec select{
	font-size: 1em;
	line-height: 24px;
	color: #999999;
	width: 14em;
}
/* 購物車區 */
#products_detail_car {
	width: 250px;
	margin-bottom: 10px;
	float: left;
	line-height: 25px;
	clear: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-bottom: 15px;
}
#products_detail_car input{
	line-height: 14px;
	font-size: 1em;
}

/* 購物車區-數量 */
#products_detail_car_number {
	width: 126px;
	padding-right:10px;
	float: left;
	margin-bottom:5px;
}

/* 購物車區-按鈕 */
#products_detail_car_button {
	float: left;
	text-align: left;
}

/* 詢問車-規格區 */
#products_detail_spec_iq {
	background-image: url(../images/arrow3.gif);
	background-repeat: no-repeat;
	background-position: left 7px;
	width: 230px;
	padding-right: 10px;
	padding-left: 16px;
	line-height: 25px;
	float: left;
	margin-bottom: 5px;
	margin-top: 5px;
	clear: left;
}
#products_detail_spec_iq select{
	font-size: 1em;
	line-height: 24px;
	color: #999999;
	width: 14em;
}

/* 詢問車區 */
#products_detail_iqcar {
	width: 250px;
	margin-bottom: 10px;
	float: left;
	line-height: 25px;
	text-align: left;
	padding-bottom: 15px;
}

/* 詢問車區-按鈕 */
#products_detail_iqcar_button {
	text-align: left;
}

/* 相關圖檔按鈕區-上一筆 */
#products_detail_previous {
	width: 120px;
	float: left;
	text-align: left;
}

/* 相關圖檔按鈕區-下一筆 */
#products_detail_next {
	width: 120px;
	float: right;
	text-align: right;
}

/* 商品頁樣式設定 (商品詳細資料: 相關圖片) */
#products_detail_thumbs_box {
	width: 122px;
	margin-bottom: 6px;
	margin-right: 6px;
	float: left;
}
#products_detail_thumbs_images {
	width:120px;
	height:120px;
	background-color: #FFFFFF;
	text-align: center;
}
#products_detail_thumbs_images img{
	border: 1px solid #CACACA;
}

/* 內頁商品 */
#album {
	float: left;
	clear: left;
}

/* 內頁產品圖 */
DIV#album .images{ 
	margin: 0 auto; 
	text-align: center;
	float: left;
	padding-right: 10px;
}
DIV#album .desc {
	float: left;
	width:400px;
}

/* 內頁產品名稱 */
DIV#album .name {
	font-size: 1em;
	color: #869671;
	line-height: 16px;
	padding-top: 5px;
	text-align: left;
	font-weight: bold;
	padding-bottom: 5px;
	float: left;
	width:400px;
}
DIV#album .name a:link{color: #869671;}
DIV#album .name a:visited{color: #869671;}
DIV#album .name a:hover{color: #869671;}
DIV#album .name a:active{color: #869671;}

