/* body 設定 */
body {
	background-color: #B0C623;
	text-align: center;
	margin: 0px;
}

/* 引導頁 body 設定 */
.body_index {
	color: #FFFFFF;
}

/* 版面寬度設定 */
#page {
	width: 100%;
}

/* 定義區塊：上方內容 */
#box_home_top {
	min-height:119px;
	height: 100%;
	width: 100%;
	background-image: url(../images/bg_top.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	clear: both;
	float: left;
}

#box_top { 
	height:119px;
	width: 100%;
	background-image: url(../images/bg_top.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

/* Banner 區塊 */
#banner {
	width: 960px;
	margin: 0 auto;
	padding-bottom: 10px;
	clear: both;
}

/* 上方logo區 */
#logo {
	width:200px;
	height:115px;
	float: left;
}

/* 上方menu區塊 */
#banner_menu {
	width:760px;
	float:right;
	height: auto;
	text-align: left;
	margin-bottom:10px;
}
.banner_menu_name {
	text-align: right;
	padding-right: 10px;
	font-size: 12px;
	line-height: 28px;
	color: #262626;
	height: 28px;
}
.banner_menu_name a:link { color: #0000FF; }
.banner_menu_name a:visited { color: #0000FF; }
.banner_menu_name a:hover {	color: #FF0000; }
.banner_menu_name a:active { color: #0000FF; }

.banner_name {
	font-size: 12px;
	color: #FFFFFF;
}
#banner_name a:link { color: #FFFFFF; }
#banner_name a:visited { color: #FFFFFF; }
#banner_name a:hover {	color: #FF0000; }
#banner_name a:active { color: #FFFFFF; }

/* 定義區塊：中間內容 */
#box_center {
	background-image: url(../images/bg_center.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	background-color: #B0C623;
	padding-top: 5px;
	height: auto;
	float: left;
}
#center_center{
	width: 960px;
	margin: 0 auto;
}

/* 定義區塊：下方內容 */
#box_bottom {
	background-image: url(../images/footer_bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
	width: 100%;
	margin: 0 auto;
	height: auto;
	float : left;
}

/* 定義區塊：首頁內容 */
#box_home {
	min-height:200px!important;
	_height: 200px!important;
	min-height:400px;
	_height: 400px;
	padding-bottom:15px;
	height: auto;
	width: 700px;
	padding-right: 10px;
	padding-left: 20px;
	clear: both;
	float: left;
}

/* 定義區塊：內頁內容 */
#box_main {
	padding-bottom:15px;
	width: 710px;
	padding-right: 10px;
	padding-left: 10px;
	min-height: 600px;
}

/* 定義區塊：中間內容-左選單區 */
#box_center_menu {
	width: 200px;
	float: left;
	clear: left;
}

/* 定義區塊：中間內容-右內容區 */
#box_center_content {
	width: 730px!important;
	width: 650px;
	float: right;
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: 10px;
}

/* 左選單-背景 */
#main_menu {
	width: 190px;
	text-align:center;
	padding-left:5px;
	padding-right:5px;
}

/* 會員專區 */
#menu_member {
	width:190px;
	height: auto;
	margin-bottom: 20px!important;
	margin-bottom: 10px;
	color: #FFFFFF;
}

#member_title {
	background-image: url(../images/left_title.gif);
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 1.5em;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	line-height: 30px;
	width:190px;
	height:33px;
}
#member_top {
}
#member_center {
	width: 170px;
	height: auto;
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 11px;
	line-height: 25px;
	color: #FFFFFF;
	background-color: #2F631C;
	padding-top: 5px;
	padding-bottom: 5px;
}
#member_center a:link{ color:#FFFFFF;}
#member_center a:visited{ color:#FFFFFF;}
#member_center a:hover{ color:#FFFFFF;}
#member_center a:active{ color:#FFFFFF;}
DIV#member_center table{ margin: 0 auto;}
#member_footer {
}

/* 廣告專區 */
#menu_ad {
	width:190px;
	margin-bottom: 20px!important;
	margin-bottom: 10px;
	font-size: 12px;
	color: #666666;
	clear:both;
}
#ad_top {
	height: 40px;
	padding-left: 40px;
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: bold;
	color: #050000;
	text-align: left;
	line-height: 30px;
}
#ad_center {
	text-align: left;
}

#ad_footer {
	text-align: left;
}

/* 商品列表 */
#menu_public {
	margin-bottom: 20px!important;
	margin-bottom: 10px;
	height: auto;
	width: 190px;
}
#menu_title {
	background-image: url(../images/left_title2.gif);
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 1.5em;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	line-height: 30px;
	color:#FFFFFF;
	width:190px;
	height:31px;
}
#menu_top {
}
#menu_center {
	float: left;
	clear: right;	
	text-align: left;
	font-size: 11px;
	line-height: 25px;
	color: #FFFFFF;
	background-color: #2F631C;
}
#menu_row {
	background-image: url(../images/arrow1.gif);
	background-repeat:no-repeat;
	background-position: 5px 8px;
	font-size: 12px;
	line-height: 16px;
	color: #4C4C4C;
	height: 23px;
	text-align: left;
	font-weight: normal;
	float: right;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #848381;
	width: 150px;
	padding-left: 20px;
	padding-top: 5px;
}
#menu_row a:link { color: #FFFFFF; }
#menu_row a:visited { color:#FFFFFF; }
#menu_row a:hover { color:#D40B00; }
#menu_row a:active { color:#FFFFFF; }

#menu_footer {
	background-image: url(../images/left_member03.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width:190px;
	float:left;
	clear:both;
	height:10px;
}

/* 商品搜尋 */
#menu_search {
	width:190px;
	margin-bottom: 20px!important;
	margin-bottom: 10px;
	font-size: 12px;
	color: #666666;
	float: left;
}
#search_title {
	background-image: url(../images/left_title.gif);
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 1.5em;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	line-height: 30px;
	color:#FFFFFF;
	width:190px;
	height:33px;
}
#search_top {

}
#search_center {
	text-align: center;
	background-color: #2F631C;
	padding-top: 5px;
	padding-bottom: 5px;
}

#search_footer {
	width:190px;
}

/* 定義區塊：主要內容 (一半寬) */
#box_main_half_left {
	width:385px;
	text-align:left;
	text-justify:inter-ideograph;
	float:left;
}
#box_main_half_right {
	width:300px;
	float:left;
	margin-left: 15px;
}

/* 標題 */
#title {
	background-image: url(../images/right_title1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 37px;
	margin-bottom: 10px;
}
h1 {
	color: #4D4C4C;
	padding-left: 42px;
	font-weight: bold;
	font-family: tahoma;
	font-size: 16px;
	line-height: 21px;
	text-align: left;
	padding-top: 10px;
}

/* 跑馬燈 */
#bomadeng {
	width:670px;
	height: 30px;
	background-image: url(../images/arrow3.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	padding-left: 30px;
	font-size: 13px;
	line-height: 30px;
	color: #00187B;
	font-weight: bold;
	text-align: left;
	margin-bottom: 30px;
	padding-right: 7px;
	margin-top: 10px;
}

/* 右廣告區 */
#center_content_ad {
	width:700px;
	margin-top: 30px;
	margin-left: 20px;
}

/*關於我們設定*/
#home_about{
	color: #666666;
	text-align: left;
	width:375px;
	padding-right: 5px;
	padding-left: 5px;
	height: auto;
	float: left;
	font-size: 1em;
}
#home_about a:link { color:#333333; }
#home_about a:visited { color:#333333; }
#home_about a:hover { color:#D40B00; }
#home_about a:active { color:#333333; }
#home_about_left {width:140px; float:left; clear:left;}
#home_about_right {
	width:230px;
	float:left;
	padding-left: 5px;
}
DIV#home_about .text{
	height:80px!important;
	height:89px;
	overflow: hidden;
}
DIV#home_about .more{
	width:30px;
	clear: both;
	float: left;
	height: 15px;
}

/* 資料列表 */
#list {
	padding-top:4px;
	height:22px;
	line-height:22px;
	vertical-align:middle;
}
/* 資料列表 (首頁) */
#list_home {
	vertical-align:top;
	width: 295px;
	color:#FC7E03;
	font-size: 1em;
	float: right;
	text-align: left;
	clear: both;
	padding-left: 5px;
	background-image: url(../images/news_bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-top: 3px;
	height: 25px;
}
#list_home a:link { color:#4D4C4C; }
#list_home a:visited { color:#4D4C4C; }
#list_home a:hover { color:#4D4C4C; }
#list_home a:active { color:#4D4C4C; }

DIV#list_home .list_home_left{
	width:230px;
	float:left;
	overflow: hidden;
	height: 20px;
	line-height: 20px;
}
DIV#list_home .more{
	width:30px;
	float: left;
	height: 20px;
}
DIV#list_home .hot{
	margin-left:10px;
	float: left;
}

/* 資料列表-促銷專區 (首頁) */
#list_home_sale {
	height:16px;
	line-height:16px;
	vertical-align:top;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 350px;
	color: #4D4C4C;
	font-size: 11px;
	background-image: url(../images/news_bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-left: 17px;
}
#list_home_sale a:link { color:#FC7E03; }
#list_home_sale a:visited { color:#FC7E03; }
#list_home_sale a:hover { color:#FC7E03; }
#list_home_sale a:active { color:#FC7E03; }

/* 資料列表 (日期格式) */
#list_date {
	background-image: url(../images/arrow3.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	font-size: 11px;
}

/* 首頁商品區塊 */
#home_content {
	height: auto;
	width: 670px;
	margin-bottom: 15px;
	padding-right: 15px;
	padding-left: 15px;
	text-align: left;
}

/* 首頁上品列表框 */
#home_products_row { 
	width:100%;
	float:left;
	clear:both;
	margin-bottom:40px;
}

/* 首頁商品 */
#home_products_row .home_products_case { float: left; clear : right; }
#home_products {float: left; clear:both; margin: 0 auto;}

/* 首頁產品圖 */
DIV#home_products .home_images{ margin: 0 auto; text-align: center;}

/* 首頁產品名稱 */
DIV#home_products .home_name {
	font-size: 1em;
	color: #161616;
	padding-top: 3px;
	padding-footer: 3px;
	text-align: left;
	font-weight: bold;
	padding-left:1em;
}
DIV#home_products .home_price_list {
	font-size: 1em;
	color: #161616;
	padding-top: 3px;
	padding-footer: 3px;
	text-align: left;
	font-weight: bold;
	padding-left:1em;
}
DIV#home_products .home_price_list span.home_price_list {
	padding-top:5px;
	background-image:url(../images/line_through.gif);
	padding-left:0px;
}
DIV#home_products .home_price_selling {
	font-size: 1em;
	color: #FF0000;
	padding-top: 3px;
	padding-footer: 3px;
	text-align: left;
	font-weight: bold;
	padding-left:1em;
}

/* 分類說明 */
#content_note {
	width: 680px;
	padding-right: 10px;
	padding-left: 10px;
}

/* 分類區塊 */
#categories {
	width: 680px;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 20px;
}

/* 內容區塊 */
#content {
	width: 690px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: left;
	height: auto;
	margin-bottom: 20px;
	float: left;
}

/* 內頁上品列表框 */
#products_row {
	width:100%;
	clear:both;
	margin-bottom: 20px;
}

/* 內頁商品 */
#products_row .products_case { float: left; clear : right;}
#products {float: left; margin: 0 auto;}

/* 內頁產品圖 */
DIV#products .images{ margin: 0 auto; text-align: left;}

/* 內頁產品名稱 */
DIV#products .name {
	font-size: 1em;
	color: #4D4D4D;
	padding-top: 3px;
	overflow: hidden;
	text-align: left;
	line-height: 16px;
	padding-left:1em;
}
DIV#products .price_list {
	font-size: 1em;
	color: #4D4D4D;
	padding-top: 3px;
	overflow: hidden;
	text-align: left;
	padding-left:1em;
}
DIV#products .price_list span.price_list{
	padding-top:5px;
	background-image:url(../images/line_through.gif);
	padding-left:0em;
}
DIV#products .price_selling {
	font-size: 1em;
	color: #4D4D4D;
	padding-top: 3px;
	overflow: hidden;
	text-align: left;
	color:#FF0000;
	padding-left:1em;
}

/* 商品頁樣式設定 (左右區塊) */
#products_detail_content_left {
	width:418px;
	float: left;
	/*padding-right: 5px;*/
}
#products_detail_content_right {
	width:256px;
	background-image:url(../images/product_title.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	padding-top:30px;
	float: right;
	clear: right;
}

/* 商品頁樣式設定 (商品列表) */
#products_list_title_content {
	float:left;
	width: 680px;
	background-image: url(../images/right_title2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 25px;
	margin-bottom: 5px;
}

#products_list_title_related {
	float:left;
	width: 680px;
	background-image: url(../images/right_title3.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 25px;
	margin-bottom: 5px;
}
#products_list_box{
	width: 680px;
}

/* 相關商品列表框 */
#products_list_row { width:100%;}

/* 相關商品 */
#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: #000000;
	line-height: 16px;
	height: 40px;
	padding-top: 3px;
	overflow: hidden;
	text-align: center;
}

/* 相關圖檔 */
#products_detail_content_row {
	width: 256px;
	height: auto;
	margin-bottom: 10px;
}

/* 相關圖檔按鈕區 */
#products_detail_content_btn {
	width: 236px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
	margin-bottom: 10px;
	float: left;
}

/* 價格區 */
#products_detail_price {
	width: 236px;
	height:25px;
	background-image: url(../images/arrow4.gif);
	background-repeat: no-repeat;
	background-position: 6px center;
	float: left;
	padding-left: 20px;
	line-height: 25px;
}

/* 市價 */
#market_price_title { height:25px; float:left; color:#01588E; background-image:url(../images/line_through.gif);}
#market_price_number { height:25px; float:left;color:#01588E; background-image:url(../images/line_through.gif);}

/* 特價 */
#special_title { height:25px; float:left;}
#special_number { width:160px;height:25px; float:left;color:#FF0000; font-size:18px; font-weight:bold;}

/* 規格區 */
#products_detail_spec {
	width: 236px;
	padding-right: 10px;
	padding-left: 16px;
	line-height: 25px;
	float: left;
	clear:both;
	padding-bottom:10px;
}
#products_detail_spec div.title{	
	float: left;
}
#products_detail_spec div.sel{	
	float: left;
}

/* 購物車區 */
#products_detail_car {
	width: 236px;
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(../images/icon_car.gif);
	background-repeat: no-repeat;
	background-position: 5px 9px;
	margin-bottom: 10px;
	float: left;
	line-height: 25px;
	clear:left;
}

/* 購物車區-數量 */
#products_detail_car_number {
	width: 110px;
	float: left;
	padding-left:10px;
}

/* 購物車區-按鈕 */
#products_detail_car_button {
	width: 100px;
	float: left;
}

/* 相關圖檔按鈕區-上一筆 */
#products_detail_previous {
	width: 115px;
	float: left;
}

/* 相關圖檔按鈕區-下一筆 */
#products_detail_next {
	width: 115px;
	float: right;
}

/* 商品頁樣式設定 (商品詳細資料: 相關圖片) */
#products_detail_thumbs_box {
	width: 128px;
	margin-bottom: 6px;
	float: left;
}
#products_detail_thumbs_no {
}
#products_detail_thumbs_images {
	width:120px;
	_height:90px;
	border: 1px solid #CACACA;
	background-color: #FFFFFF;
	margin-left: 6px;
}

/* 內容區塊頁尾 */
#bottom {
	width: 680px!important;
	width: 680px;
	padding-right: 10px;
	padding-left: 10px;
}

/* 網頁路徑 */
#path {
	background-image: url(../images/page_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	font-size: 0.9em;
	color: #456E14;
	width: 700px;
	padding-right: 15px;
	padding-left: 15px;
	float: left;
	text-align: left;
	line-height: 25px;
	height: 25px;
	text-transform: uppercase;
}
#path a:link { color:#456E14; }
#path a:visited { color:#456E14; }
#path a:hover { color:#456E14; }
#path a:active { color:#456E14; }

/* 頁尾 */
#footer {
	width:960px;
	min-height: 89px;
	height:100%;
	margin:0 auto;
}

/* 頁尾 logo */
#footer_logo {
	background-image: url(../images/footer_logo.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	width:200px;
	height:45px;
	float:left;
	font-size: 1.5em;
	line-height: 20px;
	font-weight: bold;
	color: #A6D253;
	text-align: center;
	padding-top: 44px;
}
/* 頁尾右區塊 */
#footer_right{
	width:760px;
	float: right;
}

/* 頁尾內文 */
#footer_text {
	width:730px;
	color:#000000;
	line-height: 16px;
	float:left;
	font-size: 1em;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	padding-left: 30px;
}
#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_menu {
	width:730px;
	line-height: 16px;
	color: #FFFFFF;
	font-size: 1em;
	height: 19px;
	float:right;
	text-align: left;
	padding-top:4px;
	padding-bottom: 2px;
	padding-left: 30px;
}
#footer_menu a:link { color:#FFFFFF; }
#footer_menu a:visited { color:#FFFFFF; }
#footer_menu a:hover { color:#333333; }
#footer_menu a:active { color:#FFFFFF; }

/* 頁尾版權宣告 */
#footer_copyright {
	width:730px;
	color: #FFFFFF;
	line-height: 16px;
	float:left;
	font-size: 0.9em;
	padding-left: 30px;
	text-align: left;
}
#footer_copyright a:link { color: #FFFFFF; }
#footer_copyright a:visited { color: #FFFFFF; }
#footer_copyright a:hover {	color: #ff0000; }
#footer_copyright a:active { color: #FFFFFF; }

/* 頁碼 */
#page_box{
	width:650px;
	text-align: right;
	padding-right: 10px;
	padding-left: 10px;
}

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

/* 日曆 */
#menu_center_calender {
	background-image: url(../images/left_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding-top:8px;
	padding-left:23px;
}
.calender {
	font-size:9px;
}

/* 頁面上方選單 */
#top_products_type_menu{
	float:left;
	height:28px;
}
#top_products_type_menu_interval{
	background:url(../images/line.gif);
	width:13px;
	height:28px;
	float:left;
}
.banner_name {
	font-size: 12px;
	color: #000000;
}
.banner_name a:link { color: #000000; }
.banner_name a:visited { color: #000000; }
.banner_name a:hover {	color: #FF0000; }
.banner_name a:active { color: #000000; }

.banner_name_over {
	font-size: 12px;
	color: #FF0000;
}
.banner_name_over a:link { color: #FF0000; }
.banner_name_over a:visited { color: #FF0000; }
.banner_name_over a:hover {	color: #FF0000; }
.banner_name_over a:active { color: #FF0000; }

/* 上方商品分類 */
table.banner_name_1 td.banner_name_left{
	background:url(../images/menu_a01.gif);
	background-repeat:no-repeat;
	width:5px;
	height:24px;
}
table.banner_name_1 td.banner_name_center{
	background:url(../images/menu_a02.gif);
	width:5px;
	height:24px;
}
table.banner_name_1 td.banner_name_right{
	background:url(../images/menu_a03.gif);
	background-repeat:no-repeat;
	width:5px;
	height:24px;
}
table.banner_name_1 td.banner_name_center a:link { color: #FFFFFF; }
table.banner_name_1 td.banner_name_center a:visited { color: #FFFFFF; }
table.banner_name_1 td.banner_name_center a:hover {	color: #FFFFFF; }
table.banner_name_1 td.banner_name_center a:active { color: #FFFFFF; }

table.banner_name_2 td.banner_name_left{
	background:url(../images/menu_c01.gif);
	background-repeat:no-repeat;
	width:5px;
	height:24px;
}
table.banner_name_2 td.banner_name_center{
	background:url(../images/menu_c02.gif);
	width:5px;
	height:24px;
}
table.banner_name_2 td.banner_name_right{
	background:url(../images/menu_c03.gif);
	background-repeat:no-repeat;
	width:5px;
	height:24px;
}
table.banner_name_2 td.banner_name_center a:link { color: #FFFFFF; }
table.banner_name_2 td.banner_name_center a:visited { color: #FFFFFF; }
table.banner_name_2 td.banner_name_center a:hover {	color: #FFFFFF; }
table.banner_name_2 td.banner_name_center a:active { color: #FFFFFF; }

table.banner_name_3 td.banner_name_left{
	background:url(../images/menu_d01.gif);
	background-repeat:no-repeat;
	width:5px;
	height:24px;
}
table.banner_name_3 td.banner_name_center{
	background:url(../images/menu_d02.gif);
	width:5px;
	height:24px;
}
table.banner_name_3 td.banner_name_right{
	background:url(../images/menu_d03.gif);
	background-repeat:no-repeat;
	width:5px;
	height:24px;
}
table.banner_name_3 td.banner_name_center a:link { color: #FFFFFF; }
table.banner_name_3 td.banner_name_center a:visited { color: #FFFFFF; }
table.banner_name_3 td.banner_name_center a:hover {	color: #FFFFFF; }
table.banner_name_3 td.banner_name_center a:active { color: #FFFFFF; }

table.banner_name_4 td.banner_name_left{
	background:url(../images/menu_e01.gif);
	background-repeat:no-repeat;
	width:5px;
	height:24px;
}
table.banner_name_4 td.banner_name_center{
	background:url(../images/menu_e02.gif);
	width:5px;
	height:24px;
}
table.banner_name_4 td.banner_name_right{
	background:url(../images/menu_e03.gif);
	background-repeat:no-repeat;
	width:5px;
	height:24px;
}
table.banner_name_4 td.banner_name_center a:link { color: #FFFFFF; }
table.banner_name_4 td.banner_name_center a:visited { color: #FFFFFF; }
table.banner_name_4 td.banner_name_center a:hover {	color: #FFFFFF; }
table.banner_name_4 td.banner_name_center a:active { color: #FFFFFF; }


table.banner_name_checked td.banner_name_left{
	background:url(../images/menu_b01.gif);
	background-repeat:no-repeat;
	width:5px;
	height:24px;
}
table.banner_name_checked td.banner_name_center{
	background:url(../images/menu_b02.gif);
	width:5px;
	height:24px;
}
table.banner_name_checked td.banner_name_right{
	background:url(../images/menu_b03.gif);
	background-repeat:no-repeat;
	width:5px;
	height:24px;
}
table.banner_name_checked td.banner_name_center a:link { color: #FFFFFF; }
table.banner_name_checked td.banner_name_center a:visited { color: #FFFFFF; }
table.banner_name_checked td.banner_name_center a:hover {	color: #FFFFFF; }
table.banner_name_checked td.banner_name_center a:active { color: #FFFFFF; }

.products_detail_no{
	float: left;
	clear:both;	
	padding-left: 20px;
	margin-top:20px;
}