/*置底按鈕*/
/*
表單 ▼
按鈕 ▼
  置底按鈕(caterDownButton) , 灰外框白色底的按鈕(.Wosmart_Cray_Button)
置底功能BAR(.toolbar)
表格 ▼
  列表TD文字大小(#Wosmart_list_table)
訂單 ▼
  點數資訊列表(.Wosmart_Points_table) , 訂單列表(#Wosmart_orderinfo_table)
  訂單列表-說明文字(.Wosmart_orderinfo_name,.Wosmart_orderinfo_value) , 訂單詳細資訊區塊(.Wosmart_orderinfo_div)
優惠券 ▼
  優惠券狀態(.Wosmart_CouponBook_On) , 優惠券狀態啟用(.Wosmart_CouponBook_On_Active)
  優惠券列表(#Wosmart_CouponBook_List) , 優惠券資訊(#Wosmart_CouponBook_Info)
商品介紹頁 ▼
	圖片RWD
企業新訊 ▼
	Wosmart_News_Title
我的數據中心 ▼
	Wosmart_Bouns_List_Border , Wosmart_Bouns_List_Border_top , Wosmart_Bouns_List_Border_down

*/
body
{
	font-size:16px!important;
}

p , label , table
{
	text-shadow:none;
}

#main_page{
	margin-top:62.44px!important;
}

/* ??? */
#menu1 img , #menu2 img , #menu3 img , #menu4 img , #menu5 img , #menu6 img , #menu7 img
{
	width:100%!important;
	height:auto!important;
	display:block!important;
}
/* START 表單 ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
/*列表資料查詢欄位*/
#SEARCH_FIELD
{
	padding:7px 0 7px 0!important;
}
/* End 表單 ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲*/

/* START 按鈕 ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
/* 置底按鈕 */
#caterDownButton
{
	position  : absolute;
	bottom    : 0;
	left      : 0;  
}
/* 灰外框白色底的按鈕 */
.Wosmart_Cray_Button
{
	background-color:#1aacd8!important;
	color:#fff!important;
	/*border:1px solid #624D4A!important;*/
	border:none!important;
	box-shadow:none!important;
	text-shadow:none;
	border-radius:10px;
}
/* End 按鈕 ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲*/
/* START 置底功能BAR ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
/*置底功能BAR*/
.toolbar
{
	position:fixed;
	bottom:0;
	width:100%;
	background-color:#fff!important;
	z-index:1000!important;
	box-shadow:0 -1px 8px 0 rgba(63,67,89,.1);
	text-align:center!important;
}
.toolbar .row
{
	text-align:center!important;
}

.toolbar_div
{
	text-align:center;
	padding:5px 0;
	border-left:1px solid #eee;
	border-right:1px solid #eee;
	font-size:16px!important;
}

.toolbar_div a
{
	height:45px;
	padding-top:10px;
	font-size:16px!important;
	display:block;
}
/* End 置底功能BAR ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲*/
/* START 表格 ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
/*列表TD文字大小*/
#Wosmart_list_table td , #Wosmart_list_table th
{
	font-size:14px!important;
}
/* End 表格 ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲*/
/* START 訂單 ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
/*點數資訊列表*/
.Wosmart_Points_table th , .Wosmart_Points_table td p
{
	font-size:16px;
}
/*訂單列表*/
#Wosmart_orderinfo_table th
{
	font-size:16px!important;
}
#Wosmart_orderinfo_table td
{
	font-size:14px!important;
}
/* 訂單列表-說明文字 */
.Wosmart_orderinfo_name
{
	width:150px!important;
	text-align:right!important;
	display:inline-block;
	font-size:14px!important;
}
.Wosmart_orderinfo_value
{
	width:90px!important;
	text-align:right!important;
	display:inline-block;
	padding-right:5px;
	font-size:14px!important;
}
/* 訂單詳細資訊區塊 */
.Wosmart_orderinfo_div
{
	font-size:16px;
	text-shadow:none;
}
.Wosmart_orderinfo_div .content
{
	border:2px solid #aaa!important;
	padding:10px;
	margin:2px;
	border-radius:10px;
}
/* 訂單詳細資訊-標題 */
.Wosmart_orderinfo_div .text
{
	color:#A5A9AD;
}

.Wosmart_orderinfo_div .item
{
	border-bottom:1px solid #A5A9AD;
	padding:10px 5px;
}

.Wosmart_orderinfo_div .item:last-child
{
	border-bottom:none;
	padding:10px 5px;
}

.Wosmart_orderinfo_div .item_title , .Wosmart_orderinfo_div .item_content
{
	display:inline-block;
}
.Wosmart_orderinfo_div .item_title
{
	width:120px;
}
/* End 訂單 ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲*/
/* START 優惠券 ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
/* 優惠券狀態 */
.Wosmart_CouponBook_On
{
	border:1px solid #eee;
	padding:10px;
}

/* 優惠券狀態啟用 */
.Wosmart_CouponBook_On_Active
{
	border-bottom:2px solid #FF9800;
	color:#FF9800;
}

/* 優惠券列表 */
#Wosmart_CouponBook_List h4 , #Wosmart_CouponBook_List
{
	font-size:16px!important;
}
#Wosmart_CouponBook_List:nth-child(even)
{
	background-color: #F7F7F7!important;
}
#Wosmart_CouponBook_List:nth-child(odd)
{
	background-color: #FFF!important;
}
/* 優惠券資訊 */
#Wosmart_CouponBook_Info , #Wosmart_CouponBook_Info label
{
	color:#543F3B;
	font-size:16px!important;
}
#Wosmart_CouponBook_Info .title
{
	font-size:20px;
}
.Wosmart_CouponBook_Use
{
	background-color:#FA6C68!important;
}
/* End 優惠券 ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲*/

/* START 商品介紹頁 ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
/*圖片RWD*/
.WGoods_Info img
{
	width:100%;
}
/* End 商品介紹頁 ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲*/

/* START 企業新訊 ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
.Wosmart_News_Title
{
	font-size:18px!important;
	font-weight:normal!important;
}

/* End 企業新訊 ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲*/

/* START 我的數據中心 ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
.Wosmart_Bouns_List_Border
{
	border:1px solid #aaa;
	border-radius:15px;
}
.Wosmart_Bouns_List_Border_top
{
	border-bottom:1px solid #aaa;
	padding:10px 3px;;
	text-align:center;
}
.Wosmart_Bouns_List_Border_down
{
	padding:3px;
	text-align:center;
}
/* End 我的數據中心 ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲*/

/**/
.btn-default1
{
	color:#000!important;
}
@media screen and (min-width: 1200px)
{
	#main_page
	{
		/* margin-top:80px!important; */
	}
}
@media screen and (min-width: 768px) and (max-width: 979px)
{
}
@media screen and (max-width: 767px)
{
}
@media screen and (max-device-width: 480px)
{
	#main_page
	{
		/* margin-top:70px!important; */
	}
}
