@keyframes blink {  
    0% { color: red; }
    100% { color: #fff; }
}
@-webkit-keyframes blink {
    0% { color: red; }
    100% { color: #fff; }
}
.blink {
    -webkit-animation: blink 0.5s linear infinite;
    -moz-animation: blink 0.5s linear infinite;
    animation: blink 0.5s linear infinite;
}

select {
	margin-left: 0px;	
}
.del {
	display:none;	
}
body {
	font-size: 14px;
	text-decoration: none;
	margin: 0px;
	line-height: 20px;
	background-color: #43498F;
	/*background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;*/
}
#bg{
	margin: 0px;
	background-color: #6a70c6;
}
#container {
	width: 1100px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

a:link {
	text-decoration: none;
	color: #333;
}
a:visited {
	text-decoration: none;
	color: #333;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #069;
}
a:active {
	text-decoration: none;
	color: #333;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
img {
	border:none
}

/*登入畫面開始*/
#login {
	position: relative;
	background-image: url(../images/login_bg.jpg);
	height: 661px;
	width: 1000px;
	opacity:0;
}
.login_table {
	position: absolute;
	height: 271px;
	width: 300px;
	left: 486px;
	top: 344px;
}
/*登入畫面結束*/


/*內容開始*/

/*內頁上方+小連結*/
#header {
	position: relative;
	background-image: url(../images/header.png);
	height: 110px;
	width: 1100px;
}

.menu {
	float: right;
	height: 50px;
	width: 300px;
	padding: 30px 20px 0 0;
}
.menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.menu ul li a{
	text-align: center;
	display: block;
	height: 30px;
	width: 80px;
	color: #FFF;
	font-size: 15px;
	font-weight: bold;
	float: left;
	padding: 15px 10px 0 10px;
}
.menu ul li a:hover {
	color: #FF0;
	border-bottom: 3px solid #FF0;
}
/*內頁內容*/
#content {
	background-image: url(../images/in-bg.png);
	height: 545px;
	min-height:545px;
	height:auto !important;
	width: 1100px;
	position: relative;
}
/*左側*/
.left {
	float: left;
	width: 190px;
	background-color: #FFF;
	margin:0 10px 0 20px;
}
.link_ti {
	font-weight: bold;
	color: #595fb2;
	border-bottom: 1px solid #CCC;
	height: 30px;
	text-align: center;
	padding-top: 10px;
	cursor:pointer;
}
/*左側標題滑過去效果*/
.link_ti01 {
	font-weight: bold;
	color: #FFF;
	height: 30px;
	text-align: center;
	padding-top: 10px;
	background-image: url(../images/le_icon01.png);
	background-position: 150px 12px;
	background-repeat: no-repeat;
	background-color: #595fb2;
	cursor:pointer;
}
/*左側標題收起來效果*/
.link_ti02 {
	font-weight: bold;
	color: #FFF;
	height: 30px;
	text-align: center;
	padding-top: 10px;
	background-image: url(../images/le_icon02.png);
	background-position: 150px 12px;
	background-repeat: no-repeat;
	background-color: #595fb2;
	cursor:pointer;
}
.link_box ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.link_box ul   li{
	color: #646ABE;
	background-color: #e2e4ff;
	height: 15px;
	width: 170px;
	padding: 10px;
	text-align: center;
	border-bottom: 2px solid #FFF;
	font-size: 13px;
}
.link_box ul li a:hover {
	color: #555dc1;
}
/*右側內容*/
.right {
	float: right;
	width: 850px;
	height:480px;
	min-height:480px;
	height:auto !important;
	margin: 0 20px 0 10px;
}
.main {
	background-image: url(../images/main-bg.png);
	height: 350px;
	width: 560px;
	font-weight: bold;
	color: #6A70C6;
	font-size: 18px;
	padding-top: 150px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 250px;
}
/*右側麵包屑*/
.sitemap {
	color: #666;
	padding: 10px 10px 10px 0;
	position: relative;
	font-size: 13px;
}
/*新增項目按鈕*/
.new_btn {
	position: absolute;
	background-image: url(../images/icon.png);
	background-repeat: no-repeat;
	background-position: 8px 5px;
	height: 23px;
	width: 130px;
	border-bottom: 3px solid #6066B7;
	left: 680px;
	top: 4px;
	font-size: 18px;
	color: #6A70C6;
	padding: 3px 0 0 25px;
	text-align: center;
	cursor:pointer;
}
/*匯出按鈕*/
.new_btn01 {
	position: absolute;
	background-image: url(../images/icon01.png);
	background-repeat: no-repeat;
	background-position: 17px 5px;
	height: 23px;
	width: 100px;
	border-bottom: 3px solid #6066B7;
	left: 568px;
	top: 4px;
	font-size: 18px;
	color: #6A70C6;
	padding: 3px 0 0 50px;
}
/*搜尋按鈕*/
.new_btn02 {
	position: absolute;
	background-image: url(../images/icon04.png);
	background-repeat: no-repeat;
	background-position: 17px 5px;
	height: 23px;
	width: 100px;
	border-bottom: 3px solid #6066B7;
	left: 568px;
	top: 4px;
	font-size: 18px;
	color: #6A70C6;
	padding: 3px 0 0 50px;
}
/*新增產品按鈕*/
.new_btn03 {
	position: absolute;
	background-image: url(../images/icon.png);
	background-repeat: no-repeat;
	background-position: 8px 5px;
	height: 23px;
	width: 130px;
	border-bottom: 3px solid #6066B7;
	left: 500px;
	top: 4px;
	font-size: 18px;
	color: #6A70C6;
	padding: 3px 0 0 25px;
	text-align: center;
	cursor:pointer;
}
/*商品上架步驟*/
.step {
	position: absolute;
	left: 239px;
	top: 4px;
}

/*內容表格*/
.main_box {
	position: relative;
	width: 850px;
	margin-top: 10px;
}
/*內容標題*/
.ma_title {
	height: 20px;
	/*width: 705px;*/
	font-weight: bold;
	color: #FFF;
	background-color: #666;
	padding: 5px 5px 5px 10px;
	margin-top: 5px;
	font-size: 13px;
	position: relative;
}

/*表格標題*/
.ma_title01 {
	color: #FFF;
	background-color: #666;
	font-size: 13px;
}
.item-ad  {
	height: 18px;
	width: 62px;
	color: #FFF;
	padding:0 3px 3px 30px;
	background-image: url(../images/icon10.png);
	background-repeat: no-repeat;
	background-position: 6px 3px;
	float: left;
	position: absolute;
	top: 4px;
	left: 619px;
	background-color: #6A70C6;
	border: 1px solid #FFF;
}

/*列表框*/
.list_meta {
	font-size: 13px;
	background-color: #E2E4FF;
	margin-top: 5px;
}
.list_meta_in {
	font-size: 13px;
	background-color: #f0f1fa;
	padding-left:30px;
	background-image: url(../images/icon11.png);
	background-position: 10px 6px;
	background-repeat: no-repeat;
	margin-top: 5px;
	padding: 5px 5px 5px 30px;
	padding-bottom: 5px;
}
/*列表框*/
.list_meta01 {
	font-size: 13px;
	background-color: #c8caec;
	margin-top: 5px;
}

/*警示字眼*/
.font01 {
	font-size: 13px;
	color: #FF0;
	padding-left: 20px;
}
.font02 {
	color: #F00;
}

/*按鈕*/
.ta_btn {
	background-image: url(../images/btn.jpg);
	height: 22px;
	width: 80px;
	border: 1px solid #FFF;
	color: #FFF;
	padding-top: 3px;
	text-align: center;
	float: left;
	font-size: 13px;
	margin: 2px;
	cursor:pointer;
}

/*搜尋按鈕*/
.ser-btn {
	width: 720px;
	font-size: 13px;
	color: #4C55D4;
	text-align: right;
	padding-right: 10px;
}

/*廣告圖檔名稱效果*/
.ad_txt a{
	color: #09C;
	text-decoration: underline;
}
.ad_btn {
	width: 850px;
	margin-top: 10px;
}
.up_btn {
	height: 30px;
	width: 720px;
	margin-top: 10px;
	font-size: 13px;
}



/*頁碼*/
.page {
	margin-top: 50px;
	padding-top: 5px;
	border-top: 2px solid #E2E4FF;
	font-size: 13px;
	color: #4f58cd;
}

/*內容結束*/




/*footer*/

#lo_footer {
	text-align: right;
	font-size: 13px;
	position: relative;
	color: #FFF;
	height: 100px;
	width: 100%;
	opacity:0;
	background-color: #44488F;
}
.lo_fo_b {
	background-image: url(../images/login_footer.png);
	background-repeat: no-repeat;
	height: 60px;
	width: 1000px;
	margin: 0px auto 0px auto;
	padding-top: 40px;
	padding-right: 100px;
}



#footer {
	text-align: center;
	font-size: 13px;
	position: relative;
	color: #FFF;
	height: 120px;
	width: 100%;
	background-color: #43498f;
}
.fo_b {
	background-image: url(../images/fo-b.png);
	height: 50px;
	width: 1090px;
	color: #FFF;
	background-repeat: no-repeat;
	text-align: right;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 50px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0;
}

#footer a ,#lo_footer a {
	color: #FFF;
	text-decoration: none;
}
#footer a:hover ,#lo_footer a:hover {
	color: #FF0;
}
