html {
	width: 100%;
	height: 100%;
}
body {
	color: #333;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-size: 15px;
	background-color: #565656;
	font-family: "微軟正黑體","蘋果儷黑體","新細明體" ,Arial, Verdana, Helvetica, sans-serif;
}
img, fieldset {
	border: 0;
}
/* 版型最外層包裝------------------------------------*/
#wrapper {
	width: 100%;
	height: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0% , rgba(86,86,86,1.00)),color-stop( 100% , rgba(23,23,23,1.00)));
	background-image: -webkit-linear-gradient(270deg,rgba(60,60,60,1.00) 0%,rgba(86,86,86,1.00) 53.37%);
	background-image: linear-gradient(180deg,rgba(60,60,60,1.00) 0%,rgba(86,86,86,1.00) 53.37%);
	min-width: 1200px;
}
.wrapper_login {
	width: 100%;
	height: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #272727;
}
/* 版型頁眉-----------------------------------------*/
#header {
	width: 100%;
	overflow: hidden;
	height: 50px;
}
#header .title {
	color: #999999;
	padding-top: 15px;
	float: left;
	font-size: 18px;
}
#header .logout {
	color: #FFFFFF;
	float: right;
	padding-top: 20px;
	padding-right: 30px;
}
#header a {
	color: #CCCCCC;
	font-size: 14px;
	text-decoration: none;
	padding-left: 20px;
	padding-right: 5px;
}
#header a:hover {
	color: #FFFFFF;
}

/* 版型頁尾 ----------------------------------------*/
#footer {
	width: 100%;
	position: relative;
	background-color: #f6f6f6;
	text-align: right;
	padding-top: 20px;
	padding-bottom: 20px;
	clear: both;
}
#footer a {
	color: #999999;
	font-size: 12px;
	text-decoration: none;
	padding-right: 20px;
}
/* 內頁 ----------------------------------------*/
#page {
	overflow: hidden;
}
/* 所有選單最外層包裝 ---------*/
#links {
	width: 170px;
	text-align: center;
	float: left;
}
#links .down {
	background-color: #2A2A2A;
	height: 20px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
#links .logo {
	background-image: url(../images/pc/logo_admin.png);
	background-repeat: no-repeat;
	height: 80px;
	width: 130px;
	background-position: 10px 10px;
}
/* 選單塊最外層包裝 */
#links .menu {
	background-color: #2a2a2a;
	border-right: 1px solid #303030;
}
#links .menu .title {
	display: block;
	color: #D2D2D2;
	font-size: 15px;
	text-align: left;
	text-decoration: none;
	font-weight: bold;
	background-color: #444444;
	border-top: 1px solid #4E4E4E;
	border-bottom: 1px solid #393939;
}
#links .menu .title span {
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	padding-left: 20px;
}
#links .menu .title a {
	text-decoration: none;
	color: #D2D2D2;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
}
#links .menu .title a:hover {
	background-color: #363636;
	color: #EFEFEF;
}
/* 選單-無分類 */
#links .list a {
	display: block;
	color: #A9A9A9;
	font-size: 14px;
	text-align: left;
	text-decoration: none;
	padding-top: 4px;
	padding-left: 30px;
	padding-bottom: 4px;
	font-weight: bold;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #202020;
}
#links .list a:hover {
	color: #D0D0D0;
	background-color: #212121;
}
/* 內容最外層包裝----------------------------------------*/
#content {
	overflow: hidden;
	background-color: #F6F6F6;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 5px 0 #000000;
	box-shadow: 0 0 5px 0 #000000;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
#content .name {
	color: #666666;
	font-size: 25px;
	font-weight: bold;
	padding-bottom: 15px;
}
#content .name_seo {
	display: inline-block;
}
#content .name span{
	font-size: 15px;
}
#content .name a{
	color: #0087af;
	text-decoration: none;
}
#content .links {
	width: 150px;
	float: left;
	border-left-color: #D4D4D4;
	border-right-color: #D4D4D4;
	border-top-color: #D4D4D4;
	border-left-style: solid;
	border-right-style: solid;
	border-top-style: solid;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	margin-right: 5px;
}
/* 內容的標頭（有漸層底） */
#content .title {
	background-color: #CCCCCC;
	font-size: 16px;
	background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0% , rgba(239,239,239,1.00)),color-stop( 100% , rgba(225,225,225,1.00)));
	background-image: -webkit-linear-gradient(270deg,rgba(239,239,239,1.00) 0%,rgba(225,225,225,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(239,239,239,1.00) 0%,rgba(225,225,225,1.00) 100%);
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	overflow: hidden;
}
#content .title a {
	color: #0074BF;
	text-decoration: none;
}
/* 一般文章類裡的內容 */
#content .data {
	overflow: hidden;
}
#content .data .left {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 15px;
}
/* 最新消息類裡的內容 */
#content .data .list_name {
	font-size: 13px;
	background-color: #EAEAEA;
	overflow: hidden;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	font-weight: bold;
}
#content .data .list_name td {
	padding: 2px;
}
#content .data .list_title {
	font-size: 13px;
	border-bottom: 1px solid #CCCCCC;
	padding-left: 5px;
	padding-right: 5px;
	color: #666666;
	text-decoration: none;
	padding-bottom: 10px;
	padding-top: 10px;
}
#content .data .list_list {
	border-bottom: 1px solid #CCCCCC;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	overflow: hidden;
}
#content .data .list_list:nth-child(odd){
	background-color: #FFFFFF;
}
#content .data .list_list:hover {
	background-color: #F0F0F0;
}
#content .data .list_title {
	font-size: 14px;
	color: #00648E;
	text-decoration: none;
	border-bottom: none;
}
#content .data .list_title:hover {
	color: #000000;
}
#content .data .list_title2 {
	font-size: 14px;
	color: #008FCB;
	text-decoration: none;
	border-bottom: none;
	font-family: "微軟正黑體","蘋果儷黑體","新細明體" ,Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
}
#content .data .list_title2:hover {
	color: #000000;
}
#content .data .edit {
	width: 50px;
	height: 20px;
	background-image: url(../images/admin/edit.png);
	display: block;
	float: right;
	cursor: pointer;
	padding-left: 5px;
	padding-right: 5px;
	background-repeat: no-repeat;
}
/* 刪除 */
#content .data .del {
	width: 50px;
	height: 20px;
	background-image: url(../images/admin/del.png);
	display: block;
	float: right;
	cursor: pointer;
	margin-left: 5px;
}
/* 時間 */
#content .data .time {
	padding-right: 10px;
	padding-top: 3px;
	float: right;
}
/* 表格 */
#content .table {
	overflow: hidden;
	padding-bottom: 20px;
}
#content .table .left {
	float: left;
	padding: 0px;
	text-align: right;
	color: #333333;
	font-weight: bold;
}
#content .table .right {
	overflow: hidden;
}
#content .table .data {
	border-bottom: 1px solid #CCCCCC;
	height: 30px;
	padding-top: 10px;
}
/* 分頁數字 */
#content .number {
	text-align: center;
	clear: both;
	padding-top: 10px;
}
#content .number span {
	display: inline;
	padding: 4px;
	color: #B7B7B7;
	margin-bottom: 2px;
	margin-left: 4px;
	margin-right: 4px;
	margin-top: 2px;
}
#content .number a {
	color: #000000;
	background-color: #E7E7E7;
	text-decoration: none;
	padding-bottom: 4px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 4px;
	border: 1px solid #B9B9B9;
	display: inline-block;
}
#content .number a:hover {
	color: #3F3F3F;
}
/* 共幾頁數字 */
#content .total {
	float: right;
}
#content .total span {
	color: #0066FF;
	font-weight: bold;
}
/* 無分類選單------------------------------------------ */
#content .list {
	display: block;
	border-bottom: 1px solid #CCCCCC;
	padding-top: 7px;
	padding-bottom: 7px;
	font-weight: bold;
	padding-left: 5px;
	overflow: hidden;
	padding-right: 5px;
}
#content .list a {
	word-wrap: break-word;
	word-break: break-all;
	color: #666666;
	font-size: 14px;
	float: left;
	text-decoration: none;
}
#content .list a:hover {
	color: #0099FF;
	background-color: #F0F0F0;
}
/* 刪除 */
#content .list .del {
	width: 50px;
	height: 20px;
	background-image: url(../images/admin/del.png);
	float: right;
}

/* 兩層分類型的選單------------------------------------------ */
/* 分類塊的最外層 */
#content .class {
	border: 1px solid #999999;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
}
/* 選單分類一 */
#content .class1 {
	display: block;
	color: #4C4C4C;
	font-size: 16px;
	text-align: left;
	text-decoration: none;
	padding-top: 3px;
	font-weight: bold;
	padding-bottom: 1px;
	overflow: hidden;
}
#content .class1 .name {
	padding-bottom: 5px;
	font-size: 16px;
	color: #333333;
	background-color: #D9D9D9;
	overflow: hidden;
	padding-left: 5px;
	padding-top: 5px;
	font-weight: bold;
}
/* 選單分類二 */
#content .class2 {
	overflow: hidden;
}
#content .class2 .line {
	border-bottom: 1px solid #CCCCCC;
	overflow: hidden;
	padding-bottom: 3px;
}
#content .class2 .pd_class_line {
	border-bottom: 1px solid #CCCCCC;
	overflow: hidden;
}
#content .class2 .pd_class_line td {
	padding: 2px;
}
#content .class2 .pd_class_line:hover {
	background-color: #EDEDED;
}
#content .class2 .name {
	display: block;
	color: #333333;
	font-size: 14px;
	text-align: left;
	text-decoration: none;
	padding-top: 5px;
	padding-left: 15px;
	padding-bottom: 5px;
	background-image: url(../images/admin/icon-chevron-right.png);
	background-repeat: no-repeat;
	background-position: 0px 10px;
	clear: both;
}
#content .class2 .name:hover {
	color: #0099FF;
	background-color: #EFEFEF;
}
#content .class2 .class_name {
	display: block;
	color: #333333;
	font-size: 14px;
	text-align: left;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 2px;
	clear: both;
}
/* 新增按鈕 */
#content .add {
	display: inline-block;
	color: #FFFFFF;
	font-size: 14px;
	text-align: left;
	text-decoration: none;
	padding-top: 5px;
	font-weight: bold;
	padding-bottom: 5px;
	background-color: #00b7ee;
	background-image: url(../images/admin/add.png), -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0% , rgba(0,183,238,1.00)),color-stop( 100% , rgba(0,134,174,1.00)));
	background-image: url(../images/admin/add.png), -webkit-linear-gradient(270deg,rgba(0,183,238,1.00) 0%,rgba(0,134,174,1.00) 100%);
	background-image: url(../images/admin/add.png), linear-gradient(180deg,rgba(0,183,238,1.00) 0%,rgba(0,134,174,1.00) 100%);
	background-repeat: no-repeat;
	padding-left: 30px;
	border-radius: 5px;
	margin-top: 3px;
	margin-bottom: 3px;
	width: auto;
	padding-right: 10px;
}
#content .add:hover {
	color: #333333;
}

/* 編輯按鈕 */
#content .class .edit {
	width: 50px;
	height: 20px;
	background-image: url(../images/admin/edit.png);
	float: left;
	margin-right: 5px;
	margin-top: 5px;
}
/* 刪除按鈕 */
#content .class .del {
	width: 50px;
	height: 20px;
	background-image: url(../images/admin/del.png);
	float: left;
	margin-top: 5px;
}
/* 刪除按鈕2 */
.but_del {
	width: 50px;
	height: 20px;
	background-image: url(../images/admin/del.png);
	display: block;
}
/* 回上一頁按鈕 */
#content .back {
	display: block;
	width: 80px;
	height: 30px;
	background-image: url(../images/admin/back.png);
	background-repeat: no-repeat;
	padding-top: 5px;
	background-position: 0px 5px;
	margin-bottom: 5px;
}
/* 錯誤 */
#content .error {
	font-size: 20px;
	text-align: center;
	color: #999999;
	padding-top: 20px;
	padding-bottom: 20px;
}
.error {
	font-size: 20px;
	text-align: center;
	color: #999999;
	padding-top: 20px;
	padding-bottom: 20px;
}
#content .pd_class1_title {
	color: #00648E;
	border-bottom: 1px solid #CCCCCC;
}
#content .pd_class1_title:hover {
	background-color: #FDFFCF;
}
#content .pd_class1_title a {
	color: #000000;
	text-decoration: none;
	display: block;
}
#content .pd_class1_title td {
	border-right: 1px solid #CCCCCC;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
}
/* 產品 */
.pd_title {
	padding-top: 5px;
	padding-bottom: 5px;
}
ul.products {
	margin: 0px;
	padding: 0px;
}
ul.products li {
	width: 130px;
	display: inline-block;
	vertical-align: top;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	position: relative;
}
#l_module_id {
	display: none;
}
#pd_no {
	width: 150px;
}
#pd_quantity {
	width: 50px;
}
#pd_company_no {
	width: 200px;
}
.pd_show{
	position: absolute;
	top: 5px;
	left: 0px;
}
/* 部落格 */
.blog_tag {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	color: #2C2C2C;
	background-image: url(../images/admin/x.png);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	border: 1px solid #858585;
	background-position: 5px 7px;
	display: inline-block;
	border-radius: 5px;
	text-decoration: none;	
}
#blog_hot {
	width: 100px;
	background-position: 5px 0%;
}
/* 部落格回應框 */
.blog_reply {
	background-color: #FAFAFA;
	border: 1px solid #C4C4C4;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.blog_title {
	color: #212121;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 10px;
}
.reply_title {
	font-family: "微軟正黑體","蘋果儷黑體","新細明體" ,Arial, Verdana, Helvetica, sans-serif;
	padding-bottom: 10px;
	color: #474747;
	font-size: 15px;
	font-weight: bold;
	background-image: url(../images/pc/blog_reply.png);
	background-repeat: no-repeat;
	background-size: 20px auto;
	padding-left: 25px;
}
.reply_title span {
	font-size: 12px;
	font-weight: normal;
	color: #898989;
}
.reply_content {
	padding-bottom: 10px;
}
.reply_but {
	font-family: "微軟正黑體","蘋果儷黑體","新細明體" ,Arial, Verdana, Helvetica, sans-serif;
	color: #363636;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	background-color: #E9E9E9;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	border-radius: 5px;
	border: 1px solid #CBCBCB;
}
/* 部落格回復框 */
.blog_reply_to {
	background-color: #FFFFFF;
	border: 1px solid #ECECEC;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 10px;
}
/* 版面設計 */
#design_form {
	clear: both;
}
.design_data {
	float: left;
}
.save {
	background-color: #00DBFF;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 20px;
	float: left;
	overflow: hidden;
	padding-right: 20px;
	margin-left: 10px;
	display: none;
}
/* 表單 */
#links_sort_input {
	width: 20px;
}
#link_sort_input {
	width: 20px;
}
#form_list_sort {
	width: 20px;
}
#file_content {
	width: 99%;
	height: 700px;
}
.input1 {
	width: 100px;
}
.input2 {
	width: 20px;
}
.input3 {
	width: 200px;
}
input {
	border: 1px solid #CCCCCC;
	border-radius: 5px 5px 5px 5px;
	color: #333333;
	outline: medium none;
	padding: 5px;
	width: 93%;
}
textarea{
	border: 1px solid #CCCCCC;
	border-radius: 5px 5px 5px 5px;
	color: #333333;
	outline: medium none;
	padding: 5px;
	width: 98%;
}
input:focus {
	border: 1px solid #0099FF;
}
select {
	border: 1px solid #CCCCCC;
	border-radius: 5px 5px 5px 5px;
	color: #333333;
	outline: medium none;
	padding: 5px;
}
input[type="radio"]{
	width: 17px;
	height: 17px;
}
input[type="checkbox"]{
	width: 17px;
	height: 17px;
}
.seo_content{
	width: 100%;
	height: 120px;
}
.ckeditor{
	width: 100%;
	height: 480px;
}
/* 購物車 */
tr.list_name2 td {
	font-size: 13px;
	padding-bottom: 5px;
	padding-top: 5px;
	background-color: #EAEAEA;
	padding-left: 5px;
	padding-right: 5px;
	border-right: 1px solid #C7C7C7;
	font-weight: bold;
}
tr.list_list2 td{
	border-bottom: 1px solid #CCCCCC;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-top: 4px;
	font-size: 14px;
	border-right: 1px solid #C7C7C7;
}
tr.list_list2:nth-child(odd){
	background-color: #FFFFFF;
}
tr.list_list2:hover {
	background-color: #FDFFCF;
}
.shop_title_tr1 {
	background-color: #EFEFEF;
	color: #000000;
	font-weight: bold;
	height: 30px;
	font-size: 16px;
}
tr.shop_title_tr2 td {
	border-bottom: 1pt solid #D8D8D8;
	text-justify: distribute;
	word-break: break-all;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #303030;
	font-size: 15px;
}
tr.shop_title_tr2:nth-child(odd){
	background-color: #FFFFFF;
}
tr.shop_title_tr3 td {
	border-bottom: 1pt solid #EBEBEB;
	text-justify: distribute;
	word-break: break-all;
	background-color: #FBFBFB;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 16px;
}
tr.shop_title_tr4 td {
	border-bottom: 1pt solid #EBEBEB;
	text-justify: distribute;
	word-break: break-all;
	background-color: #FBFBFB;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	color: #303030;
}
tr.shop_title_tr5 td {
	text-justify: distribute;
	word-break: break-all;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #CFCFCF;
	font-weight: bold;
}
tr.shop_title_tr6 td {
	border-style: none;
}
.shop_time{
	font-size: 12px;
	color: #000000;
	padding-bottom: 5px;
}
.member_title {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	border-bottom: 1px solid #C6C6C6;
	padding-bottom: 0px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.shop_a{
	color: #0073B3;
	text-decoration: none;
	font-weight: bold;
	padding-right: 10px;
}
.shop_total{
	color: #C80002;
	font-weight: bold;
}
.payment {
	border: 1px solid #DCDCDC;
	padding: 10px;
	margin-bottom: 10px;
}
.shipping {
	border: 1px solid #DCDCDC;
	padding: 10px;
}
.shop_qa{
	border: 1px solid #D3D3D3;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#query_a_content{
	width: 100%;
	height: 250px;
}
#guest_to_content{
	width: 100%;
	height: 250px;
}
.price{
	width: 100px;
}

.mod_form {
	font-size: 16px;
	color: #00648E;
	text-decoration: none;
	border-bottom: none;
}
.mod_form:hover {
	color: #000000;
}
.query_notice{
	display: inline-block;
	color: #FFFFFF;
	padding-left: 5px;
	padding-right: 5px;
	border-radius: 50%;
	margin-left: 2px;
	margin-right: 2px;
	background-color: #940002;
	font-size: 13px;
}
.pd_notice{
	display: inline-block;
	color: #C80000;
	font-size: 13px;
	font-weight: bold;
}
.pd_class_line td{
	border-right: 1px solid #C7C7C7;
}
.list_name td{
	border-right: 1px solid #B0B0B0;
}
.pd_spec{
	padding-top: 10px;
}
.pd_spec_name{
	padding-left: 5px;
	padding-right: 5px;
}
.pd_spec_select {
	display: inline-block;
	border: 1px solid #dcdcdc;
	color: #212121;
	font-size: 13px;
	text-align: center;
	text-decoration: none;
	padding-left: 5px;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	min-width: 20px;
}
/* 按鈕類 */
.but1 {
	color: #000000;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	border-radius: 3px;
	background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0% , rgba(255,255,255,1.00)),color-stop( 100% , rgba(223,223,223,1.00)));
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(223,223,223,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(223,223,223,1.00) 100%);
	border: 1px solid #999999;
	padding-right: 5px;
	width: auto;
	cursor: pointer;
	font-size: 13px;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	min-width: 50px;
}
.but2 {
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
	border-radius: 3px;
	background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0% , rgba(255,255,255,1.00)),color-stop( 100% , rgba(223,223,223,1.00)));
	background-image: -webkit-linear-gradient(270deg,rgba(0,197,221,1.00) 0%,rgba(0,118,168,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(0,197,221,1.00) 0%,rgba(0,118,168,1.00) 100%);
	border: 1px solid #999999;
	padding-right: 7px;
	width: auto;
	cursor: pointer;
}
#content .title .but3 {
	color: #333333;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
	border-radius: 3px;
	background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0% , rgba(255,255,255,1.00)),color-stop( 100% , rgba(223,223,223,1.00)));
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(223,223,223,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(223,223,223,1.00) 100%);
	border: 1px solid #999999;
	width: auto;
	cursor: pointer;
	font-weight: normal;
}
.but_seo {
	display: inline-block;
	color: #333333 !important;
	text-decoration: none !important;
	font-size: 16px !important;
	font-weight: normal !important;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	border-radius: 3px;
	background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0% , rgba(255,255,255,1.00)),color-stop( 100% , rgba(223,223,223,1.00)));
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(223,223,223,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(223,223,223,1.00) 100%);
	border: 1px solid #999999;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-right: 5px;
}
.but_ok {
	height: 35px;
	width: 100px;
	background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0% , rgba(92,92,92,1.00)),color-stop( 100% , rgba(42,42,42,1.00)));
	background-image: -webkit-linear-gradient(270deg,rgba(92,92,92,1.00) 0%,rgba(42,42,42,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(92,92,92,1.00) 0%,rgba(42,42,42,1.00) 100%);
	color: #CCCCCC;
	font-size: 15px;
	cursor: pointer;
	display: block;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}
.but_back {
	color: #008BD8;
	display: block;
	float: right;
	padding-right: 20px;
}

.but_back2 {
	display: inline-block;
	width: 80px;
	height: 30px;
	background-image: url(../images/admin/back.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-top: 5px;
}
/* 經銷權限選項 */
.navbar {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	-webkit-box-shadow: inset 0px -5px 10px hsla(0,0%,0%,0.54);
	box-shadow: inset 0px -5px 10px hsla(0,0%,0%,0.54);
}
.navbar li {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-radius: 3px;
	background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0% , rgba(255,255,255,1.00)),color-stop( 100% , rgba(223,223,223,1.00)));
	background-image: -webkit-linear-gradient(270deg,rgba(89,89,89,1.00) 0%,rgba(21,21,21,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(89,89,89,1.00) 0%,rgba(21,21,21,1.00) 100%);
	display: inline-block;
	padding-right: 10px;
	border-top: 1px solid #B5B5B5;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
}
.navbar li a {
	color: #BABABA;
	text-decoration: none;
	font-size: 13px;
}
.navbar li a:hover {
	color: #009BFF;
}
/* 登入區 */
.login_logo {
	background-image: url(../images/pc/login.png);
	background-repeat: no-repeat;
}
.loginbox {
	background-color: #FFFFFF;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 10px #000000;
	box-shadow: 0px 0px 10px #000000;
}
.login_error {
	color: #C80000;
}
.login_button {
	background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0% , rgba(55,55,55,1.00)),color-stop( 100% , rgba(0,0,0,1.00)));
	background-image: -webkit-linear-gradient(270deg,rgba(55,55,55,1.00) 0%,rgba(0,0,0,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(55,55,55,1.00) 0%,rgba(0,0,0,1.00) 100%);
	color: #FFFFFF;
	height: 35px;
	cursor: pointer;
}
/* 上排登出、帳號管理區 */
.login_admin {
	background-image: url(../images/admin/admin.png);
	background-repeat: no-repeat;
	padding-left: 20px;
}
.login_home {
	background-image: url(../images/admin/home.png);
	background-repeat: no-repeat;
	padding-left: 15px;
	background-position: left 2px;
}
.login_user_admin{
	background-image: url(../images/admin/manage.png);
	background-repeat: no-repeat;
	padding-left: 15px;
	background-position: left 4px;
}
.login_back_login {
	background-image: url(../images/admin/back_login.png);
	background-repeat: no-repeat;
	padding-left: 15px;
	background-position: left 4px;
}
.login_message {
	background-image: url(../images/admin/message.png);
	background-repeat: no-repeat;
	padding-left: 15px;
	background-position: left 4px;
}
.login_design {
	background-image: url(../images/admin/design.png);
	background-repeat: no-repeat;
	background-position: 10px 4px;
	background-color: #00adff;
	display: inline-block;
	color: #FFFFFF !important;
	border-radius: 5px;
	padding-left: 30px !important;
}
/* 文字 */
.C_black_1_12px{
	font-size: 12px;
	color: #656565;
}
.out_1_13px{
	font-size: 13px;
	color: #008BD8;
	text-decoration: none;
}
.C_black_1_15px{
	font-size: 15px;
}
.C_black_1_16px{
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}
.D_black_1_H18x_13px{
	font-size: 13px;
	line-height: 20px;
}
.out_1_15px{
	font-size: 15px;
	color: #008BD8;
	text-decoration: none;
}
.out_1_15px:hover{
	color: #000000;
}
.red_13px{
	font-size: 13px;
	color: #AA0002;
	font-weight: bold;
	text-decoration: none;
}
.red_1_16px{
	font-size: 16px;
	color: #AA0002;
	font-weight: bold;
	text-decoration: none;
}
.blue_1_15px{
	font-size: 15px;
	color: #006DAA;
}
.blue_1_18px{
	font-size: 18px;
	color: #006DAA;
	font-weight: bold;
}
/* 線 */
.line1{
	border-bottom: 1px solid #DDDDDD;
	padding-top: 2px;
	padding-bottom: 2px;
}
.line2{
	border-right-color: #C3C3C3;
	border-right-style: solid;
	border-right-width: 1px;
}
.line3{
	border-top: 1px solid #CBCBCB;
}
.left_photo{
	float: left;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}
#twzipcode input {
	width: 25px;
}
#new_time {
	width: 150px;
}
.input_width{
	width: 200px;
}
.input_width2{
	width: 40px;
}
.input_width3{
	width: 20px;
}
.input_width4{
	width: 30px;
}
.input_width5{
	width: 50px;
}
.input_width6{
	width: 70px;
}
.input_width7{
	width: 100px;
}
.input_width8{
	width: 300px;
}
.input_box{
	width: 16px;
	height: 16px;
	padding: 0px;
	margin: 0px;
}
.title_box{
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #FFFFFF;
	padding-left: 5px;
	padding-right: 5px;
	border-left-color: #D9D9D9;
	border-right-color: #D9D9D9;
	border-bottom-color: #D9D9D9;
	border-left-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
}
.title_box2{
	padding: 7px;
	border-left-color: #D9D9D9;
	border-right-color: #D9D9D9;
	border-bottom-color: #D9D9D9;
	border-left-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	background-color: #FFFFFF;
}
.title_box3{
	display: inline-block;
	padding-right: 10px;
	border-right: 1px solid #B8B8B8;
	padding-left: 10px;
}
.title_total{
	font-size: 16px;
	float: right;
	padding-right: 10px;
}
.quick_search a{
	color: #008FCB;
	text-decoration: none;
	border-right: 1px solid #B8B8B8;
	padding-left: 5px;
	padding-right: 5px;
}
.hide{
	display: none;
}
.photo_sort{
	font-size: 12px;
}
.aj_box div:hover {
	cursor: pointer;
	background-color: #FFFE4D;
}
.aj_box input{
	display: none;
}
#content .data .ps_list td{
	border-right: 1px solid #C7C7C7;
	border-bottom: 1px solid #C7C7C7;
	padding-top: 0px;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 0px;
}
tr.ps_list {
	background-color: #F3F3F3;
}
tr.ps_list:hover {
	background-color: #FDFFCF;
}
.ps_list:nth-child(even){
	background-color: #FFFFFF;
}
.data .pd_edit td {
	padding-top: 2px;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 0px;
	border-width: 0px;
}
.aj_0_1:hover {
	cursor: pointer;
	background-color: #FFFE4D;
}
#cp_phone{
	width: 200px;
}
.buy_pd_title{
	text-align: center;
	background-color: #00A2D3;
	color: #FFFFFF;
	font-weight: bold;
	padding-bottom: 2px;
	padding-top: 2px;
}
#pd_sn{
	height: 320px;
}
.table_line{
	border-left: 1px solid #C3C3C3;
	border-top: 1px solid #C3C3C3;
	font-size: 13px;
	background-color: #FFFFFF;
	line-height: 23px;
	color: #000000;
}
.table_line td{
	border-right-color: #C3C3C3;
	border-bottom-color: #C3C3C3;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-collapse: separate;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}
.tr_line td{
	background-color: #ececec !important;
	color: #000000;
	font-weight: bold;
	border-bottom: 1px solid #1E1E1E;
	padding-bottom: 5px;
	padding-top: 5px;
}
.tr_line td a{
	color: #000000;
	text-decoration: none;
	display: block;
}
.tr_line td a:hover {
	color: #0086B7;
}
.table_line tr:nth-child(even){
	background-color: #F4F4F4;
}
.table_line tr:hover {
	background-color: #EDEDED;
}
.o_table_line{
	font-size: 13px;
	font-family: "新細明體";
	border-top: 1px solid #C3C3C3;
	border-left: 1px solid #C3C3C3;
}
.o_tr_line{
	background-color: #C0C0C0;
	color: #000000;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
	font-size: 14px;
}
.o2_table_line td{
	border-right-color: #C3C3C3;
	border-bottom-color: #C3C3C3;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-collapse: separate;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}
.o2_table_line td a{
	color: #000000;
}
.o2_table_line_td_del td{
	border-right: 0 solid #C3C3C3;
	border-bottom: 0 solid #C3C3C3;
	padding: 0px;
}
.o2_table_line2 td{
	border-left: 1px solid #C3C3C3;
}
.o2_tr_line{
	background-color: #E4E4E4;
	color: #2E2E2E;
	font-weight: bold;
}
.o3_table_line td{
	border-right-color: #C3C3C3;
	border-bottom-color: #C3C3C3;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-collapse: separate;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}
#exl_sort{
	width: 20px;
}
#upload {
	cursor: pointer;
	z-index: 1;
	display: block;
	width: 116px;
	height: 25px;
	background-image: url(../images/admin/upload.png);
	background-repeat: no-repeat;
}
#upload input{
 display: none;
}
#upload2 {
	cursor: pointer;
	z-index: 1;
	display: block;
	width: 64px;
	height: 25px;
	background-image: url(../images/admin/upload2.png);
	background-repeat: no-repeat;
}
#upload2 input{
 display: none;
}
.button {
	cursor: pointer;
}
.pd_box {
	background-color: #FFFFFF;
	border: 2px solid #333333;
	position: absolute;
	display: none;
	z-index: 99999999;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-left: 30px;
}
.float_left{
	float: left;
	padding-right: 3px;
}
.float_left td{
	border-right-style: none;
	border-bottom-style: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.year_number{
	border-bottom-color: #B9B9B9;
	border-top-color: #B9B9B9;
	border-bottom-style: solid;
	border-top-style: solid;
	border-bottom-width: 1px;
	border-top-width: 1px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #FFFFFF;
}
.year_number span{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #EDEDED;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	font-weight: bold;
}
.year_number span span{
	padding: 0px;
	margin: 0px;
	color: #DD0003;
}
.purview div{
    width:165px;
    float:left;
}
.purview span{
	display: inline-block;
	vertical-align: top;
	padding-top: 4px;
}
.purview table{
	border-left: 1px solid #C3C3C3;
	border-top: 1px solid #C3C3C3;
	font-size: 13px;
	background-color: #FFFFFF;
	font-family: "新細明體";
}
.purview table td{
	border-right-color: #C3C3C3;
	border-bottom-color: #C3C3C3;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-collapse: separate;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}
.purview_title{
	background-color: #EDEDED !important;
}
#myspec{
	display: none;
}
#tablesort div{
	padding-bottom: 5px;
}
.table_line_td_del td{
	border-left-width: 0px !important;
	border-left-style: none !important;
}
.sort_asc{
	background-image: url(../images/admin/sort_asc.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 15px !important;
}
.sort_desc{
	background-image: url(../images/admin/sort_desc.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 15px !important;
}
.pd_class_list{
	border-left: 1px solid #C7C7C7;
}
#o_origin{
	display: none;
}
#ad_id{
	display: none;
}
#ad_id{
	display: none;
}
.pd_sn_box{
	display: none;
}
#loading_box{
	text-align: center;
	color: #FF0004;
	display: none;
}
#print-store{
	margin-bottom: 5px;
	margin-top: 5px;
}
.warning{
	background-color: #AB0002;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
	color: #FFFFFF;
}
.discount_table {
	border-top: 1px solid #C1C1C1;
	border-left: 1px solid #C1C1C1;
	margin-bottom: 10px;
	margin-top: 10px;
}
.discount_table td {
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}

.left_bottom_line {
	border-bottom: 1px solid #C1C1C1;
	border-right: 1px solid #C1C1C1;
}
.mail_list{
	display: inline-block;
	margin-left: 5px;
}
.mail_box{
	display: inline-block;
	margin-left: 5px;
}
.mail_server{
	display: none;
}
.mail_loader{
	color: #BF0003;
	font-size: 13px;
	margin-left: 10px;
	display: none;
}
.pd_sale{
	background-color: #9B0002;
	color: #FFFFFF;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-left: 5px;
	border-radius: 2px;
	font-size: 12px;
	margin-right: 5px;
}
.order_sale{
	background-color: #9B0002;
	color: #FFFFFF;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-left: 5px;
	border-radius: 2px;
}
#menu_layer{
	display: none;
}
.help{
	display: inline-block !important;
	width: 35px;
	background-color: #00ADD9;
	color: #FFFFFF !important;
	border-radius: 3px;
	cursor: pointer;
}
.slider_code {
	background: #ECECEC !important;
	height: 27px !important;
	text-align: center !important;
	font-family: "微軟正黑體","蘋果儷黑體","新細明體" ,Arial, Verdana, Helvetica, sans-serif !important;
	font-size: 14px !important;
	color: #2B2B2B !important;
	max-width: 150px;
	line-height: 28px;
}
.slider_code a {
	width: 25px !important;
	height: 25px !important;
	background: #FFFFFF url(../images/pc/blockbg.png) no-repeat center center !important;
	top: 0px !important;
	margin-left: 0px !important;
	cursor: move !important;
}
.slider_code .suc {
	padding-right: 5px;
}
.order_list_sale{
	background-color: #9B0002;
	color: #F4F4F4;
	font-size: 13px;
	display: inline-block;
	padding-left: 2px;
	padding-right: 2px;
}
.ship_store_box{
	width: auto;
	overflow-y: hidden;
	overflow-x: scroll;
}
.analytics{
	height: 170px;
}
.ga{
	color: #008FCB;
	font-weight: bold;
}
.o_ad_remark{
	height: 60px;
}
.member_id{
	display: none;
}
.small_site{
	display: none;
}
#a_end_date{
	width: 100px;
}
#rooms_form input[type='checkbox'] {
	width: 16px;
	height: 16px;
}
#rooms_form a{
	color: #6B6B6B;
}
.calendar_table1{
	border-collapse: collapse;
	color: #171717;
	font-family: "微軟正黑體","蘋果儷黑體","新細明體" ,Arial, Verdana, Helvetica, sans-serif;
	table-layout:fixed;/*列的寬度是由列單元格中沒有折行的最寬的內容設定*/
}
.calendar_table1,.calendar_table1 td,.calendar_table1 th {
	border: 1px solid #B1B1B1;
	padding: 5px;
	vertical-align: top;
}
.calendar_table1 div{
	padding-bottom: 5px;
}
.calendar_table1 font{
	padding: 3px;
	background-color: #787878;
	border-radius: 50%;
	width: 16px;
	height: 16px;
	display: inline-block;
	text-align: center;
	color: #FFFFFF;
	font-size: 13px;
	margin-bottom: 5px;
}
.calendar_table1 tr:nth-child(1n+3){
	height: auto;
}
.calendar_table1 .pty_price{
	width: 50px;
}
.calendar_table1 .pty_qty{
	width: 30px;
}
.holiday{
	background-color: #ff5e00;
	color: #FFFFFF;
	font-weight: bold;
}
.weekday{
	background-color: #7d7d7d;
	color: #FFFFFF;
	font-weight: bold;
}
.calendar_table1{
	border-collapse: collapse;
	color: #171717;
	font-size: 15px;
}
.calendar_table1,.calendar_table1 td,.calendar_table1 th {
	border: 1px solid #B1B1B1;
	padding: 5px;
}
.schedule_ok{
	padding: 0px;
	margin: 3px;
	background-color: #91e5ff;
	border-radius: 5px;
	color: #000000;
}
.schedule_on{
	padding: 0px;
	margin: 3px;
	background-color: #9B0000;
	color: #FFFFFF;
	border-radius: 5px;
}
.pd_pre_shop{
	background-color: #FF5F00;
	color: #FFF9F9;
	font-weight: bold;
	padding-top: 3px;
	padding-right: 6px;
	padding-left: 6px;
	padding-bottom: 3px;
	font-size: 14px;
	display: inline-block;
	border-radius: 5px;
}
.g_invoice{
	background-color: #689C00;
	color: #FFFFFF;
	padding: 5px;
	margin: 5px;
	border-radius: 5px;
	display: inline-block;
}
.loading_box{
	background-image: url(../images/pc/loading2.gif);
	background-position: center center;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 100;
	background-color: hsla(0,0%,100%,0.90);
	background-repeat: no-repeat;
	top: 0px;
	left: 0px;
	display: none;
}