<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.control {
	position:fixed;
	top:120px;
	right:15px;
	padding:2px 5px;
	background: linear-gradient(#f7f6f7, #dadcda);
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#f7f6f7), to(#dadcda));
	background:-moz-linear-gradient(0% 0% 270deg,#f7f6f7, #dadcda);
	border:1px solid #c5c3c5;
	-webkit-border-radius:3px;
	   -moz-border-radius:3px;
		    border-radius:3px;
	-webkit-box-shadow:0px 0px 5px 0px #CCC;
	   -moz-box-shadow:0px 0px 5px 0px #CCC;
            box-shadow:0px 0px 5px 0px #CCC;
	z-index:2;
	font-size:0;
	z-index:1002;
}
.control span {
	display:block;
	border:1px solid transparent;
	width:28px !important;
	width:30px;
	height:28px !important;
	height:30px;
	cursor:pointer !important;
	-webkit-border-radius:5px;
	   -moz-border-radius:5px;
	        border-radius:5px;
}
.control span:hover {
	border-top:1px solid #d0d2d4;
	border-right:1px solid #a9a8a9;
	border-bottom:1px solid #8b8a8a;
	border-left:1px solid #bbbabc;
	background-color:#efeeee;
}
.control ul.function &gt; li {
	display:inline-block;
}
@media screen and (max-width : 768px) {
	.control {
		top:20px;
	}
	.control ul.function &gt; li {
		display:block;
	}
}

/* ================================================== */
/* ICON */
/* ================================================== */
.icon {
	display:inline-block;
	width: 34px !important;
	width:36px;
	height: 34px !important;
	height:36px;
	border:1px solid #CCC;
	background-color:#EEE;
	background-repeat: no-repeat;
	background-position: center center;
	background-size:16px 16px;
	cursor:pointer;
	margin:0px 1px;
	-webkit-border-radius:3px;
	   -moz-border-radius:3px;
		    border-radius:3px;
}
.icon:hover {
	background-color:#CCC;
}
.icon.folder {
	width:32px;
	height:32px;
	background-image: url(../images/icon/folder.png);
}
.icon.edit {
	background-image: url(../images/icon/edit.png);
}
.icon.view {
	background-image: url(../images/icon/view.png);
}
.icon.delete {
	background-image: url(../images/icon/delete.png);
}
.icon.create {
	background-image: url(../images/icon/create.png);
}
.icon.duplicate {
	background-image: url(../images/icon/duplicate.png);
}
.icon.photo {
	background-image: url(../images/icon/photo.png);
}
.icon.pano {
	background-image: url(../images/icon/pano.png);
}
.icon.priv {
	background-image: url(../images/icon/priv.png);
}
.icon.technical {
	background-image: url(../images/icon/technical.png);
}
.icon.status {
	background-image: url(../images/icon/status.png);
}
.icon.video {
	background-image: url(../images/icon/video.png);
}
.icon.promotion {
	background-image: url(../images/icon/promotion.png);
}
.icon.print {
	background-image: url(../images/icon/print.png);
}
.icon.like {
	background-image: url(../images/icon/like.png);
}
.icon.unlike {
	background-image: url(../images/icon/unlike.png);
}
.icon.follow {
	background-image: url(../images/icon/follow.png);
}
.icon.unfollow {
	background-image: url(../images/icon/unfollow.png);
}
.icon.addcart {
	background-image: url(../images/icon/cart.png);
}
.icon.removecart {
	background-image: url(../images/icon/delete.png);
}
.icon.store {
	background-image: url(../images/icon/store.png);
}
.icon.home {
	background-image: url(../images/icon/home.png);
}
.icon.home2 {
	background-image: url(../images/icon/home2.png);
}
.icon.attach {
	background-image: url(../images/icon/attach.png);
}
.icon.more {
	cursor:auto;
	background-image: url(../images/icon/more.png);
}
.icon.form {
	cursor:auto;
	background-image: url(../images/icon/form.png);
}
.icon.peel {
	background-image: url(../images/icon/form.png);
}
.icon.accessories {
	background-image: url(../images/icon/accessories.png);
}
.icon.share {
	cursor:auto;
	background-image: url(../images/icon/share.png);
}
.icon.comment {
	cursor:auto;
	background-image: url(../images/icon/comment.png);
}
.icon.hide {
	background-image: url(../images/icon/hide.png);
}
.icon.show {
	background-image: url(../images/icon/show.png);
}
.icon.show2 {
	background-image: url(../images/icon/show2.png);
}
.icon.material {
	background-image: url(../images/icon/material.png);
}
.icon.import {
	background-image: url(../images/icon/import.png);
}
.icon.export {
	background-image: url(../images/icon/export.png);
}
.icon.approve {
	background-image: url(../images/icon/check.png);
}
.icon.refuse {
	background-image: url(../images/icon/warning.png);
}
.icon.login {
	background-image: url(../images/icon/login.png);
}
.icon.arrange {
	background-image: url(../images/icon/arrange.png);
}
.icon.cnc {
	background-image: url(../images/icon/cnc.png);
}
.icon.cnc2 {
	background-image: url(../images/icon/cnc2.png);
}
.icon.market {
	background-image: url(../images/icon/market.png);
}
.icon.market2 {
	background-image: url(../images/icon/market2.png);
}
.icon.moveup {
	background-image: url(../images/icon/moveup.png);
}
.icon.movedown {
	background-image: url(../images/icon/movedown.png);
}
.icon.mail {
	background-image: url(../images/icon/mail.png);
}
.icon.flip {
	background-image: url(../images/icon/fliph.png);
}
.icon.price {
	background-image: url(../images/icon/price.png);
}
.icon.emotion {
	background-image: url(../images/icon/emotion.png);
}
.icon.label {
	background-image: url(../images/icon/label.png);
}
.icon.alothau {
	background-image: url(../images/icon/alothau.png);
}
.icon.alothau2 {
	background-image: url(../images/icon/alothau2.png);
}
.icon.page {
	background-image: url(../images/icon/gallery.png);
}
.icon.key {
	background-image: url(../images/icon/key.png);
}


div.status .icon {
	border:none;
	width:24px !important;
	height:24px !important;
	cursor:auto;
	margin:0;
	opacity:1.0;
	-webkit-border-radius:50%;
	   -moz-border-radius:50%;
	        border-radius:50%;
}
.icon.hot {
	background-image: url(../images/icon/hot.png);
}
.icon.new {
	background-image: url(../images/icon/new.png);
}

.icon.stat_0 {
	background-color:#ffCC66;
	background-image: url(../images/icon/stat_0.png);
}
.icon.stat_1 {
	background-color:#66cc33;
	background-image: url(../images/icon/stat_1.png);
}
.icon.stat_2 {
	background-color:#CC3333;
	background-image: url(../images/icon/stat_2.png);
}
.icon.stat_3 {
	background-color:#0066cc;
	background-image: url(../images/icon/stat_3.png);
}
.icon.stat_4 {
	background-color:#5d6f4b;
	background-image: url(../images/icon/stat_3.png);
}
.icon.stat_5 {
	background-color:#da5f7e;
	background-image: url(../images/icon/stat_3.png);
}
.icon.stat_6 {
	background-color:#52bbbe;
	background-image: url(../images/icon/stat_0.png);
}
.icon.stat_7 {
	background-color:#ff6633;
	background-image: url(../images/icon/stat_0.png);
}
.icon.stat_8 {
	background-color:#CCCCCC;
	background-image: url(../images/icon/stat_8.png);
}
.icon.stat_9 {
	background-color:#333;
	background-image: url(../images/icon/warning.png);
}

.control .icon.stat_0,
.control .icon.stat_1,
.control .icon.stat_2,
.control .icon.stat_3 {
	border:1px solid transparent;
	width:28px !important;
	width:30px;
	height:28px !important;
	height:30px;
	margin:1px;
	-webkit-border-radius:5px;
	   -moz-border-radius:5px;
	        border-radius:5px;
}
.control .icon.stat_0:hover,
.control .icon.stat_1:hover,
.control .icon.stat_2:hover,
.control .icon.stat_3:hover {
	border-top:1px solid #d0d2d4;
	border-right:1px solid #a9a8a9;
	border-bottom:1px solid #8b8a8a;
	border-left:1px solid #bbbabc;
	background-color:#efeeee;
}
</pre></body></html>