@charset "utf-8";
/* CSS Document */
html{
	overflow-x:hidden;
}
#main_container{
	min-height:720px;
}
.message-status{
	width:100%;
	color:#fff;
	height:34px;
	line-height:34px;
	vertical-align:middle;
	float:left;
	margin-top:-40px;
	background: url(../images/green.png);
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	display:none;
}
.message-status .icon{
	height:34px;
	width:34px;
	float:left;
	display:block;
	background: url(../../img/loadding.gif) #fff no-repeat center center;
	-moz-border-radius-bottomleft:6px;
	-webkit-border-bottom-left-radius:6px;
	-khtml-border-bottom-left-radius:6px;
	border-bottom-left-radius:6px;
	-moz-border-radius-topleft:6px;
	-webkit-border-top-left-radius:6px;
	-khtml-border-top-left-radius:6px;
	border-top-left-radius:6px;
}
.message-status .msg{
	float:left;
	margin-left:10px;
}
.message-status.error{
	background:url(../images/pink.png);
}
.message-status.alerts .icon{
	background: url(../images/050.png)  #fff no-repeat center center;
}
.message-status.error .icon{
	background:url(../images/cross.png)  #fff no-repeat center center;
}
.message-status.success .icon{
	background:url(../images/accept.png)  #fff no-repeat center center;
}
.language-bar{
	height:25px;
	padding:5px;
	width:40%;
	position:absolute;
	right:15px;
	top:5px;
	text-align:right;
}

.ctrl-titlepage{
	height:47px;
	padding:5px !important;
}
.ctrl-titlepage label{ letter-spacing: 0px !important; }
.ctrl-thispage{
	width:50%;
	height:48px;
	float: right;
}
.ctrl-thispage button{
	float:right !important;
	margin-right:3px;
	margin-left:2px;
	height:47px;
	padding:0;
	padding-left:3px;
	padding-right:3px;
	line-height:18px;
	font-weight:100;
	font-size:11px;
	letter-spacing: 0px;
}
.ctrl-thispage .lyrics{
	float:right;
	height:48px;
	width:0;
	margin-left:5px;
	margin-right:5px;
	border-left:1px solid #fff;
}
/************** Lang page **************/
.main-dialog{
	width:100%;
	float:right;
	height:1px;
}
.lang-list{
	list-style-type:none;
	width:97%;
	margin-left:1%;
	padding-top:5px;
	padding-left:1%;
	padding-bottom:5px;
	float:left;
	background:#fff;
	border:1px solid #ccc;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}
.loading-lang{
	float:right;
	margin-right:5px;
	margin-top:18px;
	position:absolute;
	margin-left:-32px;
	margin-top:-2px;
}
.lang-list li{
	display:block;
	float:left;
	width:99%;
	border-bottom:1px dotted #ccc;
}
.lang-list li:last-child{ border:0; }
.lang-list li a.a-link-in{
	margin-top:15px;
}
.lang-list .detail{
	float:left;
	display:block;
	width:80%;
	margin-left:5px;
}
.lang-list .detail h3{
	display:block;
	float:left;
	width:100%;
	padding-bottom:0;
	margin-bottom:7px;
	padding-top:7px;
}
.lang-list .detail p{
	padding:0;
	display:block;
	float:left;
	line-height:17px;
	padding-bottom:5px;
	margin:0;
	width:100%;
	color:#789;
}
.lang-list .flag{
	width:50px;
	height:50px;
	margin-left:20px;
	float:left;
	overflow:hidden;	
}
.lang-list .flag img{
	max-height:50px;
	max-width:60px;
}
/*********/
.box-new-dialog{
	width:400px;
	max-height:600px;
	background:#fff;
	position:relative;
	float:right;
	border:3px solid #388032;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	display:none;
}
.box-new-dialog header{
	display:block;
	float:left;
	background:#388032;
	width:100%;
}
.box-new-dialog header img{
	display: inline;
	float:left;
	margin-top:4px;
}
.box-new-dialog header label{
	font-size:12px;
	display:block;
	float:left;
	font-weight:bold;
	color:#fff;
	text-shadow:none;
}
.box-new-dialog:hover header label{
	color:#0F0;
}
.box-new-dialog header input[type=submit]{
	float:right;
	color: #606060;
	border: solid 1px #b7b7b7;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top, #fff, #ededed);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	margin:3px;
	line-height:22px;
	padding:1px 5px;
	height:25px;
}
.box-new-dialog header input[type=submit]:hover{
	cursor:pointer;
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top, #fff, #dcdcdc);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
}
.box-new-dialog .headbox{
	background:url(../images/quinl-icon.png) no-repeat;
	width:40px;
	height:10px;
	margin-top:-10px;
	float:right;
}
.box-new-dialog section{
	width:380px;
	padding:10px;
	min-height:60px;
	float:left;
	font-weight:100;
	font-size:12px;
	overflow:auto;
	max-height:540px;
	background:#fff;
}
.box-new-dialog section.style-2{
	width:400px;
	padding:0;
}
.box-new-dialog .boxlang-in{
	background:#e5e5e5;
	width:100%;
	float:left;
	height:25px;
	margin:0;
	border-bottom:1px solid #fff ;
}
.box-new-dialog .boxlang-in:hover{
	opacity:.7;
	cursor:pointer;
}
.box-new-dialog .boxlang-in img,.box-new-dialog .boxlang-in label{
	display:inline-block;
	float:left;
	margin-left:10px;
}
.box-new-dialog .field-data{
	width:99%;
	padding:5px 0px;
	float:left;
	padding-top:10px;
}
.field-data .sub-field{
	width:100%;
	float:left;
	padding-top:5px;
	padding-bottom:5px;
}
.field-data .sub-field .addfield-c{
	background:url(../images/plus_circle.png) no-repeat;
	height:16px;
	line-height:16px;
	padding-left:20px;
	display: inline-block;
	vertical-align:middle;
}
.field-data .sub-field label{
	font-size:12px;
	line-height:25px;
	height:25px;
	vertical-align:middle;
}
.field-data label{
	font-size:12px !important;
}
.box-new-dialog .field-data input:focus, .box-new-dialog .field-data textarea:focus{
	background:#f0f0f0;
}
.t-red{
	display:inline-block;
	color:#F00 !important;
	text-shadow:none;
	font-style:normal;
	width:10px;
	padding-left:5px;
}
.tooltip-iin{
	display:block;
	position: absolute;
	float:left;
	background:#060;
	color:#fff;
	opacity:.8;
	font-size:11px;
	line-height:13px;
	padding:4px 8px;
	border-bottom:0;
	margin-top:-20px;
	text-shadow:none;
	font-weight:100 !important;
	letter-spacing: 0px;
	-moz-border-radius-topleft:6px;
	-webkit-border-top-left-radius:6px;
	-khtml-border-top-left-radius:6px;
	border-top-left-radius:6px;
	-moz-border-radius-topright:6px;
	-webkit-border-top-right-radius:6px;
	-khtml-border-top-right-radius:6px;
	border-top-right-radius:6px;
}
.l-hder{
	margin-left:1%;
}
.l-hder i{
	font-style:normal;
	display:inline;
}
.datalang input{
	width:94% !important;
	margin-left:10px;
	margin-bottom:5px;
	background:#f8f8f8;
}
.datalang input:focus{
	background:#f2f2f2;
}
.datalang input[required]:focus{
	border-color:#F00 ;
}
.datalang .tooltip-iin{
	margin-left:10px;
}
.i-label{
	display:inline-block;
	float:left;
	margin-top:-2px;
}
.other-detail{
	border-top:1px solid #ccc !important;
}
.datalang hr{
	padding:0;
	margin:0;
}
.inputrdio-nb{
	height:25px;
	width:25px;
	float:left;
	margin-top:-6px;
}
.title-inbox-nb{
	display:inline-block;
	float:left;
	margin-bottom:-15px;
}
/*****************************************/
.table-data-list{
	width:100%;
	margin:0;
}
.table-data-list thead{
	margin-top:-20px;
	color:#fff;
	font-weight:bold;
	background:#317a2b;
}
.table-data-list thead td{
	padding-top:10px;
	padding-bottom:10px;
}
.table-data-list td{
	padding:5px;
	vertical-align:middle;
	border-right:1px dotted #eee;
}
.table-data-list thead td:last-child{
	border:0;
}
.table-data-list tbody tr{
	border-bottom:1px dashed #ccc;
}
.table-data-list tbody tr:last-child{
	border-bottom:0;
}
.table-data-list tbody .view-img{
	height:60px;
	width:60px;
	border:1px solid #ccc;
}
.u-option-event{
	width:150px;
	height:45px;
	float:right;
	background:#fff;
	border:1px solid #ccc;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}
.u-option-event .icon{
	display:block;
	float:left;
	height:35px;
	width:25px;
	margin-left:5px;
	margin-top:5px;
	background: url(../images/icons/small/grey/delicious.png) no-repeat center center;
}
.u-option-event .event{
	display:block;
	float:left;
	height:35px;
	width:110px;
	margin-top:5px;
	margin-left:5px;
	font-size:12px;
	letter-spacing:0px;
	vertical-align:middle;
}
.u-option-event .event:hover{
	cursor:pointer;
}
.u-option-event .list-option{
	display:block;
	float:left;
	background:#fff;
	border:1px solid #ccc;
	font-size:12px;
	position:absolute;
	z-index:111111;
	list-style-type:none;
	margin:0;
	padding:0;
	padding-top:5px;
	margin-top:48px;
	display:none;
	min-width:150px;
}
.u-option-event .list-option li{
	padding:5px;
	line-height:17px;
	letter-spacing: 0px;
}
.u-option-event .list-option li:hover{
	cursor:pointer;
	background:#f5f5f5;
	color:#000;
}
/*************************************/
.tip-recommend{
	display:block;
	float:left;
	width:100%;
	margin-bottom:10px;
}
.tip-recommend label{
	display:inline-block;
}
.tip-recommend .red{
	color:#F00;
}
.lispage-ulin{
	float:left;
	width:98%;
	height:20px;
	background:none;
	margin-bottom:10px;
	margin-left:1%;
}
.lispage-ulin ul{
	list-style-type:none;
	margin:0;
	padding:0;
	float:left;
}
.lispage-ulin ul li{
	float:left;
	display:block;
}
.lispage-ulin ul li a{
	display:block;
	float:left;
	width:20px;
	padding:2px;
	font-weight:100;
	text-align:center;
	margin-right:6px;
	background:#388032;
	border:1px solid #388032;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
.lispage-ulin ul li a:hover{
	border-color:#999;
}
.lispage-ulin ul li a.active{
	border-color:#999;
	background:#f5f5f5;
}
.dt-categories{
	width:98% !important;
	padding-top:12px;
	height:20px;
	padding-bottom:5px;
}
.dt-categories .tls{
	float:right;
	margin-left:5px;
	font-weight:100;
}
.tab-input-data{
	width:100%;
	float:left;
	min-width:550px;
}
.tab-input-data .tabheader{
	width:100%;
	min-width:550px;
	float:left;
	height:35px;
	background:#337c2e;
}
.tab-input-data .tabheader ul{
	float:left;
	padding:0;
	display:block;
	list-style-type:none;
}
.tab-input-data .tabheader ul li{
	padding:5px 10px;
	display:block;
	float:left;
	height:22px;
	margin-top:3px;
	color:#fff;
	line-height:22px;
	vertical-align:middle;
}
.tab-input-data .tabheader ul li:first-child{
	margin-left:3px;
}
.tab-input-data .tabheader ul li:hover{
	cursor:pointer;
	background:#093;
}
.tab-input-data .tabheader ul li.active{
	background:#fff;
	color:#000;
	-moz-border-radius-topleft:4px;
	-webkit-border-top-left-radius:4px;
	-khtml-border-top-left-radius:4px;
	border-top-left-radius:4px;
	-moz-border-radius-topright:4px;
	-webkit-border-top-right-radius:4px;
	-khtml-border-top-right-radius:4px;
	border-top-right-radius:4px;
}
.tab-input-data .tabheader ul li img{
	height:22px;
}
.tab-input-data .tab-detail{
	width:100%;
	float:left;
}
.tab-input-data .tab-item{
	width:100%;
	float:left;
	display:none;
}
.tab-input-data .tab-item.active{
	display:block;
}
.tab-input-data .field-data{
	width:100%;
	min-width:550px;
	float:left;
	font-size:12px;
	padding-top:10px;
	padding-bottom:10px;
	border-bottom:1px dotted #ccc;
}
.tab-input-data .field-data label{
	width:20%;
	min-width:200px;
	height:20px;
	margin-right:15px;
	float:left;
	font-weight:bold;
	font-size:11px;
	color:#789;
	text-align:right;
}
.tab-input-data .field-data input[type=text],.tab-input-data .field-data input[type=email],.tab-input-data .field-data input[type=password],.tab-input-data .field-data input[type=number],.tab-input-data .field-data textarea,.tab-input-data .field-data select,select{
	border:1px solid #ccc;
	background:#f9f9f9;
	padding:5px;
	margin:0;
	font-size:12px;
	line-height:17px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
}
.tab-input-data .field-data select,select{
	height:29px;
}
.tab-input-data .field-data input:focus{
	border-color:#F00;
}
.tab-input-data .field-data .l1{
	width:50%;
}
.tab-input-data .field-data .l2{
	width:40%;
}
.tab-input-data .field-data .l3{
	width:30%;
}
.tab-input-data .field-data .l4{
	width:20%;
}
.tab-input-data .field-data .l5{
	width:10%;
}
.tab-input-data .field-data table{
	margin:0;
}
.new-currency{
	display:none;
}
.inpkeyword td{
	padding-bottom:5px;
}
.inpkeyword .txtn{
	padding-left:5px;
	padding-right:5px;
}
.showfile-info{
	display:none;
}
.showfile-info ul,.select-filem{
	display:block;
	float:left;
	margin:0;
	padding-left:10px;
}
.select-filem p{
	margin:0;
	margin-top:5px;
}
.showfile-info ul li{
	display:block;
	float:left;
	margin-left:5px;
	margin-bottom:5px;
	border:1px solid #ccc;
	background:#f5f5f5 url(../images/image_cultured.png) no-repeat 10px 10px;
	padding:7px;
	padding-left:37px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	line-height:16px;
	font-size:11px;
	color:#789;
	max-width:200px;
}
.showfile-info ul li i{
	display:block;
	float:left;
	font-style:normal;
	color:#444;
	width:100%;
	height:16px;
	overflow:hidden;
}
.list-image-products{
	
}
.list-image-products ul{
	list-style-type:none;
	display:block;
	float:left;
	margin-left:10px;
}
.list-image-products ul li{
	height:100px;
	width:100px;
	float:left;
	display:block;
	border:1px solid #ccc;
	background:#f5f5f5;
	padding:10px;
	margin:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.list-image-products ul li img.image-product{
	width:100px;
	height:100px;
	float:left;
}

.list-image-products .toolsb{
	background:#e5e5e5;
	height:30px;
	width:100%;
	float:left;
	position:absolute;
	margin-left:-10px;
	margin-top:75px;
}
.list-image-products .toolsb a{
}
.list-image-products .toolsb a.move-arrow{
	height:20px;
	width:20px;
	padding:5px;
	display:block;
	background:#fff url(../images/1355198442_move.png) no-repeat center center;
	background-size:20px 20px;
}
.list-image-products .toolsb a.move-arrow:hover{
	cursor:move;
}
.previewin{
	border-right-color:#F00 !important;
}
.boxpreview{
	height:50px;
	width:50px;
	position:absolute;
	float:left;
	padding:10px;
	margin-left:121px;
	margin-top:-11px;
	display:none;
}
.previewin .boxpreview{
	display:block;
}
.allow:active{
	z-index:99999 !important;
}
.ifm-action-data{
	float:left;
	width:98%;
	margin:1%;
	float:left;
	display:none;
	border:1px solid #ccc;
	background:#fff;
}
.ifm-action-data iframe, .ifm-detail-action{
	width:100%;
	margin:0;
	padding:0;
	border:0;
	height:30px;
	float:left;
	overflow: auto;
}
.ifm-detail-action{
	display:none;
}
.bnt-submit-v1e{
	margin-left:10px;
	padding:5px 10px;
}
/*********/
.tools-managerimg{
	
}
.tools-managerimg ul{
	list-style-type:none;
	margin:0;
	float:left;
	margin-left:10px;
}
.tools-managerimg ul li{
	display:block;
	float:left;
	border:1px solid #ccc;
	margin-right:5px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
}
.tools-managerimg ul li.active{
	border-color:#000;
}
.tools-managerimg ul li:hover{
	cursor:pointer;
	opacity:.7;
}
.tools-managerimg ul li img{
	display:inline;
	height:24px;
	width:24px;
}
.bnt-save-img,.bnt-save-editimg,.bnt-save-default,.a-link-in{
	float: left;
	padding:5px 10px;
	background:#337c2e;
	margin-right:10px;
	color:#fff !important ;
	font-weight:100 !important;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	margin-top:-10px;
	font-size:12px !important;
}
.bnt-save-editimg,.bnt-save-default{
	float:left;
	display:block;
	margin-top:0;
}
.bnt-save-default{
	opacity:.6;
	cursor:auto;
}
.bnt-save-default.i-edit,.bnt-save-default.i-edit2{
	opacity:1;
	cursor:pointer;
}
.bnt-save-img:hover,.a-link-in:hover{ opacity:.8; }
.del-img-product li.active,.edit-img-product li.active{
	border-color:#F00;
}
li .checker-i{ display:none; }
.del-img-product li .checker-i{
	margin-top:-12px;
	margin-left:-6px;
	float:left;
	display:block;
}
.img-bntview{
	display:none;
	position:absolute;
	margin-top:-8px !important;
	margin-left:-8px !important;
}
.del-img-product .img-bntview{ display:block; }
.i-loading{
	display:none;
}
.i-loading-1{
	float:right;
	margin-right:5px;
	margin-top:-3px;
}
.loadericon{
	margin-top:5px;
	opacity:0;
	display:inline-block;
}
.i-loading-2,.i-loading-3{
	float:left;
	margin-top:6px;
}
.bin-temp{
	display:none
}
.for-edit-image{
	display:none;
	opacity:0;
}
.for-edit-image .ex{
	border:1px solid #ccc;
	height:100px;
}
/********************************************/
a.edit-data{
	font-weight:100 !important;
	float:right;
	display:inline-block;
	margin-right:15px;
	height:24px;
	width:0px;
	padding-left:24px;
	overflow:hidden;
	font-size:12px !important;
	color: #606060 !important;
	border: solid 1px #b7b7b7;
	-moz-border-radius:2em;
	-webkit-border-radius:2em;
	border-radius:2em;
	background: #fff url(../images/icons/small/grey/pencil.png) no-repeat center center;
	background-size:20px;
}
a.edit-data:hover,a.edit-data.active{
	color:#000 !important;
	border:1px solid #F00;
}
.for-edit-data{
	display:none;
	opacity:0;
	background:#f5f5f5;
}
.for-edit-data input,.for-edit-data textarea{
	background-color:#fff !important;
}
/********************************************/
.right-t{ text-align:right; }
.right-t a{
	font-weight:100 !important;
	margin-left:5px;
	margin-right:5px;
}
/****************************************/
.option-showpage{
	height:30px;
	float:right;
	position:relative;
	margin-top:-32px;
}
.option-showpage ul{
	float:left;
	list-style-type:none;
	margin:0;
}
.option-showpage ul li{
	float:left;
	background:#09C;
	border-left:1px solid #fff;
}
.option-showpage ul li:first-child{
	border:0;
	-moz-border-radius-topleft:6px;
	-webkit-border-top-left-radius:6px;
	-khtml-border-top-left-radius:6px;
	border-top-left-radius:6px;
}
.option-showpage ul li:last-child{
	-moz-border-radius-topright:6px;
	-webkit-border-top-right-radius:6px;
	-khtml-border-top-right-radius:6px;
	border-top-right-radius:6px;
}
.option-showpage ul li.active{
	background:#317a2b;
}
.option-showpage ul li a{
	font-weight:100;
	color:#000;
	display:block;
	height:12px;
	padding:10px 20px;
}
/*****************************************/
.frm-onpage-v1{
	display:none;
	float:left;
	width:98%;
	margin-left:1%;
	border:1px solid #ccc;
	margin-bottom:10px;
	min-height:150px;
	background:#f5f5f5;
}
.frm-onpage-v1 header{
	width:100%;
	font-size:14px;
	font-weight:bold;
	padding-top:10px;
	padding-bottom:5px;
	text-indent:20px;
	border-bottom:1px dashed #ccc;
}
.frm-onpage-v1 .field-data{
	float:left;
	width:100%;
	padding:10px 0;
}
.frm-onpage-v1 .field-data label{
	display:block;
	float:left;
	width:200px;
	text-align:right;
	margin-right:10px;
	color:#678;
}
.select-lang{
	background:#fff;
	border:1px solid #ccc;
	float:left;
	height:20px;
	padding:5px;
	width:200px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}
.select-lang .pr{
	width:100%;
	float:left;
	height:20px;
}
.select-lang .pr img,.select-lang ul li img{
	height:20px;
	float:left;
	margin-left:5px;
}
.select-lang .pr span{
	margin-left:5px;
	width:167px;
	float:left;
	display:block;
	height:20px;
	vertical-align:middle;
	background:url(../../img/grey-disclosure-arrow-up-down.png) no-repeat right center;
}
.select-lang .pr span:hover{
	cursor:pointer;
	opacity:.7;
}
.select-lang ul{
	list-style-type:none;
	background:#fff;
	max-height:300px;
	width:210px;
	display:none;
	float:left;
	overflow:auto;
	margin-left:-6px;
	border:1px solid #ccc;
	position:absolute;
	margin-top:25px;
}
.select-lang ul li{
	border-bottom:1px dotted #ccc;
	width:100%;
	float:left;
}
.select-lang ul li img{
	margin-left:10px;
	margin-top:3px;
}
.select-lang ul li span{
	display:block;
	float:left;
	width:150px;
	margin-left:10px;
	height:16px;
	overflow:hidden;
	margin-top:5px;
	margin-bottom:5px;
	vertical-align:middle;
}
.select-lang ul li:nth-child(even) {
	background-color: #f9f9f9;
}
.select-lang ul li:hover{
	background:#f2f2f2;
	cursor:pointer;
}
.txt-msg-member{
	display:inline-block;
	float:right;
	color:#F00;
}
/*****************message*****************/
.msstatus{
	display:inline-block;
	float:left;
	line-height:16px;
	padding-left:25px;
	background:url(../images/ms-icon.png) no-repeat;
}
.msstatus-10{
	background-position:0px 0px;
}
.msstatus-11{
	font-weight:100 !important;
	background-position:0px -27px;
}
/**** send ****/
.sendmailto{
	padding-bottom:10px;
	float:left;
	width:100%;
}

.sendmailto .field-data{
	width:100%;
	float:left;
	padding-bottom:10px;
}
.sendmailto .field-data label{
	display:block;
	float:left;
	width:50%;
}
.sendmailto .title{
	width:99%;
	padding:5px;
	float:left;
	border:1px solid #ccc;
}
.sendmailto .messages{
	width:99%;
	float:left;
	padding:5px;
	height:300px;
	border:1px solid #ccc;
}
.preview-data{
	display:block;
	float:left;
	max-width:50%;
	max-height:100px;
	overflow:hidden;
	font-size:12px !important;
}
.status-s{
	display:inline-block;
	width:16px;
	height:16px;
	background:url(../images/star-s-0.png) no-repeat;
}
.status-s.s1{
	background:url(../images/star-s-1.png) no-repeat;
}
.theme-img-preview{
	max-width:350px;
	max-height:100px;
	overflow:hidden;
}
.theme-img-preview img{
	max-height:100px;
	max-width:350px;
}
.frm-account .iframe-v1{
	width:300px;
	height:30px;
}
.show-upload{
	display:none;
}

/***************************************************/
.login-report{
	width:250px;
	float:left;
	position:absolute;
	margin-left:10px;
	background:#fff;
	margin-top:20px;
	padding:10px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
}
.panel-main,.panel-main2{
	margin-bottom:15px;
	display:inline-block;
	padding:20px;
	margin-left:275px;
	height:400px;
	min-width:400px;
}
.panel-main a{
	display:block;
	float:left;
	padding:10px 20px;
	background:#fff;
	text-align:center;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	margin-right:15px;
	margin-bottom:15px;
	font-weight:100 !important;
}
.panel-main a:hover,.login-report:hover{
	-moz-box-shadow: 0 0 5px #999;
	-webkit-box-shadow: 0 0 5px#999;
	box-shadow: 0 0 5px #999;
}
.panel-main2 ul{
	margin-left:30px;
}
.panel-main2 ul li{
	padding:3px;
}
.m-price{
	border-top:1px dotted #ccc;
	margin-top:10px;
	padding-top:10px;
}
.m-order {
	border-top:1px dotted #ccc;
	margin-top:10px;
	padding-top:10px;
	text-align:center;
}
.m-order .button {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.m-order .button:hover {
	text-decoration: none;
}
.m-order .button:active {
	position: relative;
	top: 1px;
}
.m-order .bigrounded {
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
}
.m-order .green {
	color: #e8f0de;
	border: solid 1px #538312;
	background: #64991e;
	background: -webkit-gradient(linear, left top, left bottom, from(#7db72f), to(#4e7d0e));
	background: -moz-linear-gradient(top, #7db72f, #4e7d0e);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db72f', endColorstr='#4e7d0e');
}
.m-order .green:hover {
	background: #538018;
	background: -webkit-gradient(linear, left top, left bottom, from(#6b9d28), to(#436b0c));
	background: -moz-linear-gradient(top, #6b9d28, #436b0c);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b9d28', endColorstr='#436b0c');
}
.m-order .green:active {
	color: #a9c08c;
	background: -webkit-gradient(linear, left top, left bottom, from(#4e7d0e), to(#7db72f));
	background: -moz-linear-gradient(top, #4e7d0e, #7db72f);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e7d0e', endColorstr='#7db72f');
}
.m-order .white {
	color: #606060;
	border: solid 1px #b7b7b7;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top, #fff, #ededed);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}
.m-order .white:hover {
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top, #fff, #dcdcdc);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
}
.m-order .white:active {
	color: #999;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
	background: -moz-linear-gradient(top, #ededed, #fff);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
}
.m-order .red {
	color: #faddde;
	border: solid 1px #980c10;
	background: #d81b21;
	background: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(#aa1317));
	background: -moz-linear-gradient(top, #ed1c24, #aa1317);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#aa1317');
}
.m-order .red:hover {
	background: #b61318;
	background: -webkit-gradient(linear, left top, left bottom, from(#c9151b), to(#a11115));
	background: -moz-linear-gradient(top, #c9151b, #a11115);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9151b', endColorstr='#a11115');
}
.m-order .red:active {
	color: #de898c;
	background: -webkit-gradient(linear, left top, left bottom, from(#aa1317), to(#ed1c24));
	background: -moz-linear-gradient(top, #aa1317, #ed1c24);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aa1317', endColorstr='#ed1c24');
}



.t-checkout{
	width:100%;
	min-width:500px;
	margin:0;
}
.t-checkout thead,.t-checkout tfoot{
	background:#92d050;
}
.t-checkout td,.t-checkout th{
	border:1px solid #92d050;
	padding:5px;
}
.t-currencies{
	width:98%;
	margin:1%;
}
.t-currencies .update-currencies{
	display:inline-block;
}
.main-bnt-checkout{
	margin:1%;
	margin-top:0;
	width:98%;
	padding-top:20px;
	padding-bottom:20px;
	float:left;
}
.main-bnt-checkout section{
	text-align:right;
	width:100%;
	border:0;
}
.main-bnt-checkout .order{
	position:absolute;
	display:block;
	margin-top:-30px;
	color:#444;
	display:none;
}
#popup_prompt{
	border:1px solid #ccc;
	padding-top:5px;
	padding-bottom:5px;
	background-color:#f5f5f5;
}
#popup_prompt:focus{
	background-color:#f9f9f9;
}
.rw-table{
	width:98%;
	float:left;
	margin:1%;
}
.rw-table table{
	border:1px solid #ccc;
}
.rw-table table td{
	padding:10px;
	border:1px dashed #ccc;
}
.rw-table table .nn1{
	text-align:right;
	font-weight:bold;
}
.rw-table table tr:nth-child(odd) {
	background-color: #f9f9f9;
}
.rw-table table tr:nth-child(even) {
	background-color: #FFF;
}
.rw-table table tr:hover{
	background-color:#f5f5f5;
}
.rw-table .button{
	float:left;
	margin-bottom:10px;
}
/**************************************************************************************
***************************************************************************************
**************************************************************************************/
.list-itm-img li.allow{
	height:125px;
}
.list-itm-img{
	min-height:150px;
}
.list-itm-img .image-product{
	height:100px;
}
.list-itm-img li.allow:hover .tools{
	background:#e5e5e5;
}
.list-itm-img li.allow .tools{
	text-align:center;
	padding-top:3px;
	display:block;
	float:left;
	width:100%;
}
.list-itm-img li.allow .tools a:first-child{
	margin-left:2px;
}
.list-itm-img li.allow .tools a{
	display:block;
	float:left;
}
.list-itm-img li.allow .tools a:hover{
	background-color:#f5f5f5;
	cursor:pointer;
}
form.fors-edit-image{
	display:none;
	
}
form.fors-edit-image .field-data{
	background:#e5e5e5;
}
form.fors-edit-image .field-data .showimg{
	display:inline-block;
	height:120px;
	border:1px dashed #fff;
	padding:2px;
}
form.fors-edit-image .field-data .cancel{
	display:inline-block;
	margin-left:10px;
	margin-top:4px;
}
form.fors-edit-image .field-data .cancel:hover{
	cursor:pointer;
}
.img-profile-pb{
	width:100px;
	height:100px;
	padding:10px;
	margin-top:20px;
	border:1px solid #ccc;
	margin-left:15px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background:#f5f5f5;
}
.img-profile-pb img{
	width:100%;
}
.img-profile-pb img.iconprofile{
	width:24px;
	height:24px;
	float:left;
	position:absolute;
	margin-top:-30px;
}
.bnt-set-profile.hidden{
	display:none !important;
}
.bnt-my-picture{
	height:20px;
	padding-top:8px;
	padding-left:35px;
	margin-left:10px;
	margin-top:0px;
}
.bnt-my-picture img{
	position:absolute;
	margin-left:-30px;
	margin-top:-4px;
	
}
.bnt-my-picture:hover{
	cursor:pointer;
}

/************************************************************/
.my-picture-main{
	position:fixed;
	top:0;
	right:0;
	left:0;
	bottom:0;
	display:none;
	background: url(../images/trans_black.png);
	z-index:99999;
}
.my-picture-main .mpe-content{
	width:70%;
	margin:0 auto;
	min-height:500px;
	min-width:440px;
	border:1px solid #fff;
	border-top:0;
	background: url(../images/bg_white_wood.jpg);
}
.my-picture-main .mpe-content h3{
	width:96%;
	border:1px solid #fff;
	margin:1%;
	padding:1%;
	float:left;
	margin-right:0;
	background: url(../images/trans_black.png);
}
.my-picture-main .mpe-content section{
	width:96%;
	margin:1%;
	padding:1%;
	float:left;
	background:#fff;
	margin-right:0;
	display:block;
	height:500px;
	min-width:420px;
	overflow:auto;
}
.my-picture-main .mpe-content .select-page{
	height:25px;
	display:block;
	width:96%;
	text-align:center;
	margin-left:1%;
	padding-left:1%;
	float:left;
}
.my-picture-main .mpe-content .select-page .right{
	float:right;
}
.my-picture-main .mpe-content section ul{
	display:block;
	float:left;
}
.my-picture-main .mpe-content section ul li{
	float:left;
	width:100px;
	height:125px;
	display:block;
	padding:10px;
	border:1px solid #ccc;
	background:#f5f5f5;
	margin-left:15px;
	margin-right:10px;
	margin-bottom:10px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.my-picture-main .mpe-content section ul li img{
	width:100px;
	height:100px;
	float:left;
}
.my-picture-main .mpe-content section ul li span.tools{
	display:block;
	float:left;
	width:100%;
	margin-top:5px;
	padding-bottom:0;
}
.my-picture-main .mpe-content section ul li:hover a{
	color:#000;
}
.mpe-content span.tools a{
	float: left;
	width:100%;
	display:block;
	height:20px;
	text-align:center;
}
.mpe-content span.tools a:hover{
	background-color:#f5f5f5;
}
.mpe-content span.tools .add-item{
	padding-top:4px;
	height:16px;
}
.mpe-content span.tools .add-item:hover{
	cursor:pointer;
}
.close-diamypc{
	display:block;
	float:right;
}
.close-diamypc:hover{
	cursor:pointer;
	color:#F00;
}
.ilink:hover{
	cursor:pointer;
}

/**************************************************
***************************************************/
.additemtosettingitem{
	float:left;
	width:98%;
	margin:1%;
	margin-top:-20px;
	display:none;
}
.areaitemsmenu{
	height:200px;
	float:left;
	width:400px;
	background:#fff;
	border:1px solid #F00;
	overflow:auto;
}
.areaitemsmenu ul{
	list-style-type:none;
	margin:0;
	float:left;
	width:100%;	
}
.areaitemsmenu ul li{
	padding:5px 5px;
	border-bottom:1px dotted #ccc;
}
.areaitemsmenu ul li:nth-child(odd) {
background-color: #EEE;
}
.areaitemsmenu ul li:nth-child(even) {
background-color: #FFF;
} 
.areaitemsmenu ul li label{
	display:inline;
	margin-left:10px;
}
.main-real-setting-menu{
	width:98%;
	background: url(../images/grey_noise.png);
	float:left;
	margin:1%;
	min-width:400px;
}
.pn-langflag{
	float:left;
	margin-right:10px !important;
	margin-bottom:10px;
}
.check-statusmn{
	margin-top:7px;
}
.pn-langname{
	display:block;
	float:left;
	margin-top:5px;
}
.mainbnn-bntorder{
	height:0px;
	width:100%;
	float:left;
	margin-top:-40px;
}
.mainbnn-bntorder button{
	padding:5px 10px;
	margin:0;
}
.bnt-saveordermenu{
	float:right;
	display:block;
}
.ma-menus{
	width:100%;
	list-style-type:none;
	float:left;
	margin:0;
	border-bottom:1px solid #ccc;
}
.ma-menus li{
	border:1px solid #ccc;
	border-bottom:0;
	width:100%;
	float:left;
}
.ma-menus .ma-head{
	width:98%;
	float:left;
	height:22px;
	line-height:22px;
	vertical-align: middle;
	padding:5px 1%;
	background: url(../images/bg-o1n.png) repeat-x;
}
.ma-menus .ma-head .show-content{
	color:#555;
	font-weight:100;
	padding-left:24px;
	background:url(../images/sticky_note__pencil.png) no-repeat center left;
	display:inline-block;
}
.ma-menus .ma-head .show-content:hover{
	cursor:pointer;
	background-position: bottom left;
	text-decoration:underline;
}
.ma-menus li:hover .ma-head b{
	color:#000;
}
.ma-menus li:hover .ma-head i.icon-plus{
	background:url(../images/nav_plus.gif) no-repeat;
	height:18px;
	width:18px;
	float:left;
	display:block;
}
.ma-menus li .contents{
	background:#fff;
	width:100%;
	float:left;
	display:none;
}
.ma-menus li .tools{
	height:20px;
	float:right;
}
.ma-menus li .tools i{
	height:24px;
	width:24px;
	float:right;
	display:block;
	margin-left:5px;
	opacity:.6;
}
.ma-menus li .tools i:hover{
	opacity:1;
	cursor:pointer;
}
.ma-menus li .tools i.hide{
	display:none;
}
.ma-menus li .tools .order-up{
	
	background:url(../images/arrow-up-grey.png) no-repeat;
}
.ma-menus li .tools .order-up:hover{
	margin-top:-3px;
}
.ma-menus li .tools .order-down{
	background:url(../images/arrow-down-grey.png) no-repeat;
}
.ma-menus li .tools .order-down:hover{
	margin-top:3px;
}
.ma-menus li .tools .number-this-order{
	float: right;
	display:block;
	border:1px solid #ccc;
	width:24px;
	height:24px;
	line-height:24px;
	text-align:center;
	vertical-align:middle;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	margin-left:5px;
	margin-top:-2px;
	font-size:11px;
}
.ma-menus li .tools .number-this-order.status-0{
	background:#F00;
}
.ma-menus li .tools .number-this-order.status-1{
	background:#FFF;
}
.mes-mainii-edit{
	width:100%;
	padding-top:15px;
	padding-bottom:15px;
	border-bottom:1px dashed #ccc;
}
.mes-mainii-edit select{
	height:30px;
}
.mes-mainii-edit label{
	display:block;
	width:150px;
}
.mes-mainii-edit input[type=text]{
	display:inline;
	min-width:300px;
	width:40%;
	font-size:12px;
	padding:2px;
	margin-bottom:5px;
	border:1px solid #ccc;
	background:#f5f5f5;
}
.mes-mainii-edit input:focus{
	background:#f9f9f9;
}
.mes-mainii-edit img{
	margin-right:20px;
}
.bntdelete-mnstitem{
	background: url(../images/trashcan-delete.png) no-repeat;
	float:right;
	height:32px;
	width:32px;
	margin-right:20px;
}
.load-save-menust{
	float:right;
	margin-right:10px;
	margin-top:30px;
	opacity:0;
}
/**********************************************/
.button {
display: inline-block;
zoom: 1;
*display: inline;
vertical-align: baseline;
margin: 0 2px;
outline: none;
cursor: pointer;
text-align: center;
text-decoration: none;
font: 14px/100% Arial, Helvetica, sans-serif;
padding: .5em 2em .55em;
text-shadow: 0 1px 1px rgba(0,0,0,.3);
-webkit-border-radius: .5em;
-moz-border-radius: .5em;
border-radius: .5em;
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:hover {
text-decoration: none;
}
.button:active {
position: relative;
top: 1px;
}
.red {
	color: #faddde !important;
	border: solid 1px #980c10 !important;
	background: #d81b21 !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(#aa1317)) !important;
	background: -moz-linear-gradient(top, #ed1c24, #aa1317) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#aa1317') !important;
}
.red:hover {
	background: #b61318 !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#c9151b), to(#a11115)) !important;
	background: -moz-linear-gradient(top, #c9151b, #a11115) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9151b', endColorstr='#a11115') !important;
}
.red:active {
	color: #de898c !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#aa1317), to(#ed1c24)) !important;
	background: -moz-linear-gradient(top, #aa1317, #ed1c24) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aa1317', endColorstr='#ed1c24') !important;
}
.bnt-enable-setmenu{
	position:absolute;
	margin-top:-40px;
}
.white {
color: #606060;
border: solid 1px #b7b7b7;
background: #fff;
background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
background: -moz-linear-gradient(top, #fff, #ededed);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}
.white:hover {
background: #ededed;
background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
background: -moz-linear-gradient(top, #fff, #dcdcdc);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
}
.white:active {
color: #999;
background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
background: -moz-linear-gradient(top, #ededed, #fff);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
}
/****************************************************************************************/
#status-writefile{
	background:#f5f5f5;
	width:100%;
	height:25px;
	display:inline-block;
	overflow:hidden;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
#status-writefile .loadding{
	height:25px;
	width:0%;
	float:left;
	background:url(../images/loadding-blue.jpg) repeat-x;
}
#status-writefile .j-status-file{
	position:absolute;
	display:inline-block;
	line-height:25px;
	float:left;
	left:0;
	margin-left:1%;
	padding-left:20px;
	color:#555;
	vertical-align:middle;
}
#status-writefile .j-status-process{
	position:absolute;
	display:inline-block;
	line-height:25px;
	float:left;
	right:0;
	color:#555;
	margin-right:1%;
	padding-right:20px;
	vertical-align:middle;
}
.iconLoading{
	height:14px;
	width:200px;
	display: none;
	margin-bottom:10px;
	float:left !important;
}
.j-main-message{
	width:98%;
	height:400px;
	margin-bottom:50px;
	padding:1%;
	background:#fff;
	border:1px solid #ccc;
	overflow:auto;
}
.j-main-message i{
	display:block;
	float:left;
	width:90%;
	padding-left:20px;
	height:20px;
	font-size:12px;
	font-style:normal;
	line-height:20px;
	vertical-align:middle;
	background:url(../../img/icon_loading.gif) no-repeat left center;
}
.j-main-message i.success{
	background: url(../../img/accept.png) no-repeat left center;
}
.j-main-message i.error{
	background: url(../../img/alert_m_icon.png) no-repeat left center;
}
.j-main-message i b{
	color:#789;
	font-weight:100;
}
.contrl-hide{
	display:none;
}
.show-detail-level{
	height:330px;
	width:450px;
	border:1px solid #ccc;
	margin-left:-6px;
	margin-top:25px;
	background:#f5f5f5;
	position: fixed;
	z-index:9999999;
	bottom:10px;
	left:10px;
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px#888;
	box-shadow: 0 0 5px #888;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	display:none;
}
.show-detail-level.show{ display:block; }
.show-detail-level ol{
	padding:10px;
	color:#444;
	margin-left:20px;
	list-style-type:circle;
}
.show-detail-level h4{
	color:#50c63a !important;
	width:100%;
	font-size:18px;
	letter-spacing: 3px;
	text-align:center;
	padding-top:10px;
	margin-bottom:0;
	padding-bottom:7px;
	border-bottom:1px dotted #ccc;
}
.show-detail-level ol li{
	line-height:18px;
	vertical-align:middle;
	color:#444 !important;
}
.show-detail-level .close-box{
	height:18px;
	width:18px;
	display:block;
	float:right;
	margin-right:10px;
	margin-top:-27px;
	opacity:.6;
	background:url(../images/cross.png) no-repeat center center;
}
.show-detail-level .close-box:hover{
	cursor:pointer;
	opacity:1;
}
.dismembername {
	width:95px;
	margin-bottom:0;
	display: inline-block;
}
.main-editorser{
	height:350px;
	width:98%;
	margin:1%;
	background:#fff;
}
.main-editorser textarea{
	height:350px;
	width:100% !important;
}

.nicEdit-main{
	width:100%;
}
.new-ibstatus{
	display:none;
	height:20px;
	float: left;
	margin-top:5px;
	line-height:20px;
	vertical-align:middle;
	padding-left:22px;
	background-image:url(../../img/loadding.gif);
	background-repeat:no-repeat;
	background-position:2px center ;
}
.new-ibstatus.error{
	background-image:  url(../images/050.png);
}
.new-ibstatus.success{
	background-image: url(../images/accept.png);
}
/****************************************************************************/
.list-itm-img li.allow:last-child .sort{
	display:none;
}
.bnt-save-vb1{
	padding:4px 10px;
}
.bnt-save-image-sort{
	margin-left:15px;
}
/*****************************************************************************/
.main-select-template{
	width:100%;
	margin:2%;
	margin-left:0;
	padding:0;
	display:block;
	list-style-type:none;
}
.main-select-template li{
	display:inline-block;
	margin-left:2%;
	width:20%;
	padding:1%;
	border:2px solid #e5e5e5;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.main-select-template li img{
	width:100%;
}
.main-select-template li.active,.main-select-template li:hover{
	cursor:pointer;
	border:2px solid #F00;
}
.main-select-template li .title{
	font-weight:bold; 
	margin-bottom:5px; 
	border-bottom:1px dotted #ccc; 
	padding-bottom:5px;
}
.link-view1{
	font-weight:100 !important;
	font-size:12px;
	margin-top:5px;
	color:#789 !important;
	display:inline-block;
}
.link-view1:hover{
	color:#0C0 !important;
	text-decoration:underline;
}
.main-setup-website{
	background:url(../images/w50.png);
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	padding-top:100px;
	z-index:999999;
	text-align:center;
}
.setup-boxstep{
	width:100%;
	height:100px;
	right:-100%;
	position:absolute;
}
.setup-boxstep:first-child{
	right:0px;
}
.setup-boxstep .setup-content{
	width:500px;
	display:inline-block;
	background:#FFF;
	margin:0 auto;
	overflow:hidden;
	border:1px solid #ccc;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	-webkit-box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.75);
	-moz-box-shadow:    0px 0px 10px rgba(255, 255, 255, 0.75);
	box-shadow:         0px 0px 10px rgba(255, 255, 255, 0.75);
}
.setup-title{
	font-size:12px;
	font-weight:bold;
	text-align:left;
	padding:5px 0;
	text-indent:12px;
	background:#e5e5e5;
}
.setup-detail{
	text-align:left;
	padding:10px;
	width:480;
	max-height:317px;
	overflow:auto;
}
.setup-bottom{
	height:24px;
	padding:5px;
	background:#f5f5f5;
}
.setup-bottom button{
	margin:0;
	float:none;
	padding:3px 10px;
}
.setup-langlist{
	list-style-type:none;
}
.setup-langlist li{
	height:25px;
	padding:7px 0;
	width:49%;
	float:left;
	border-bottom:1px dashed #ccc;
}
.setup-langlist.st2 li{
	width:48%;
}
.setup-langlist li .checker{
	float:left;
	margin-top:4px;
}
.setup-langlist li img{
	display:inline-block;
	float:left;
}
.setup-langlist li:nth-child(odd) {

}

.setup-langlist li:nth-child(even) {
	border-left:1px dashed #ccc;
	padding-left:5px;
}
.setup-langlist li label{
	display:inline-block;
	float:left;
	margin-top:5px;
	margin-left:10px;
}
.display-status-setup{
	margin:0;
	padding:0;
}
.upgradevf-main button{
	padding:5px; 10px;
	}
.white {
	float:none;
	margin:3px auto;
	color: #606060;
	border: solid 1px #b7b7b7;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top, #fff, #ededed);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}
.white:hover {
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top, #fff, #dcdcdc);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
}
.white:active {
	color: #999;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
	background: -moz-linear-gradient(top, #ededed, #fff);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
}
.upgradevf-content1 .upgrade-img1{
	position:absolute;
	float:left;
}
.upgradevf-content1 .upgrade-p1{
	min-height:200px;
	width:100%;
	max-width:800px;
	float:left;
}
.table-site-option{
	width:99%;
	margin:0;
	text-align:left;
	border:1px solid #ccc;
}
.table-site-option .property{
	padding:10px;
	background:#e0e0e0;
	font-weight: bold;
	background-size:auto 100%;
	vertical-align:top;
}

.table-site-option th:first-child{
	border-left:0;
}
.table-site-option th:last-child{
	border-right:0;
}
.table-site-option .standart{
	width:150px;
	background: url(../images/bg_topnav.png)
}
.table-site-option .standart .Buyer{
	background: url(../images/green.jpg) repeat-x;
}
.table-site-option .standart .Seller{
	background:url(../images/blue.jpg) repeat-x;
}
.table-site-option .verifried{
	width:150px;
}
.table-site-option .verifried .Buyer{
	background:url(../images/g2.jpg) repeat-x;
}
.table-site-option .verifried .Seller{
	background:url(../images/red.jpg) repeat-x;
}
.table-site-option .standart center, .table-site-option .verifried center{
	display:block;
	float:left;
	width:100%;
	padding-top:4px;
	padding-bottom:3px;
	font-weight:100;
	font-size:11px;
}
.table-site-option th td{
	background:none;
}
.table-site-option tbody td{
	text-align:center;
	line-height:24px;
	vertical-align:middle;
}
.table-site-option tbody td{
	border-right:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
}
.table-site-option tbody td td{
	padding:0;
}
.table-site-option tbody td:first-child{
	text-align:left;
	text-indent:6px;
}
.table-site-option tbody tr:nth-child(odd) {
background-color: #EEE;
}

.table-site-option tbody tr:nth-child(even) {
background-color: #FFF;
}
.table-n2 {
	float:left;
	width:100%;
	margin:0;
}
.table-n2 tr{
	background: none !important;
}
.table-n2 tr td{
	width:50%;
	text-align:center !important;
	font-weight:100;
	border-bottom:0px;
	text-indent:0px !important;
}
.table-n2 tr td:last-child{
	border:0;
}
.table-site-option tbody tr:last-child td{
	border-bottom:0;
}
.upgradevf-content1 .upgrade-pex{
}
/**************************************************************/
#bnt-evpage:hover{
	cursor:pointer;
}
/**************************************************************/
a:hover{
	cursor:pointer;
}
.view-product-info{
	width:98%;
	border:1px solid #ccc;
	border-left:0px;
	border-right:0px;
	background:#f5f5f5;
	float:left;
	display:none;
}
.view-product-info .vpi-title{
	font-size:12px;
	font-weight:bold;
	padding:10px;
}
.view-product-info .vpi-title .vpi-close{
	float:right;
	font-size:18px;
	margin-top:-5px;
}
.view-product-info .vpi-img{
	padding:10px;
	height:100px;
	background:#fff;
}
.view-product-info .vpi-img img{
	margin-left:160px;
	height:100px;
}
.view-product-info .vpi-info{
	padding:10px;
	background:#fff;
}
.view-product-info .vpi-info td{
	line-height:25px;
	vertical-align:middle;
}
.view-product-info .show-img{
	width:100%;
	margin-bottom:5px;
	height:22px;
	border:1px solid #2a7626 !important;
}
.view-product-info .bnt-copy{
	float:left;
	width:100%;
	margin:0;
	margin-bottom:5px;
	height:30px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	border-radius:0px;
	border:1px solid #2a7626;
}
/********************************************/
select{
	height:24px;
	border:1px solid #cccccc;
}
.bnt-allnewquinl,.bnt-slideupload,.bnt-productupload,.bnt-productsort,.bnt-newqlfunction{
	display:inline-block;
	float:none !important;
	height:30px;
	font-size:12px;
	padding:5px 15px;
	
}
.bnt-allnewquinl[disabled="disabled"],.bnt-allnewquinl[disabled],
.bnt-slideupload[disabled="disabled"],.bnt-slideupload[disabled],
.bnt-productupload[disabled="disabled"],.bnt-productupload[disabled],
.bnt-productsort[disabled="disabled"],.bnt-productsort[disabled],
.button[disabled="disabled"],button[disabled]{
	color:#000 !important;
	opacity:0.6;
	text-shadow:none !important;
}
.txt-showstatus{
	display:none;
	color:#00F;
}
.drawer{
	display:none;
}
.frmedit-imageproduct{
	float:left;
	width:100%;
}
.frmedit-imageproduct ul{
	list-style-type:none;
	padding:10px;
}
.frmedit-imageproduct ul li{
	width:100px;
	border:1px solid #ccc;
	padding:5px;
	margin:3px;
	display:inline-block;
}
.view-product-info{
	float:left;
	width:100%;
}
.slideshow-previewimg{
	height:100px;
	overflow:hidden;
	border:1px solid #ccc;
	margin-bottom:5px;
}
.mbnt-save-slideshow button{
	margin-bottom:0;
	padding:5px 15px;
}
.add-loader{
	height:47px;
	width:37px;
	margin-left:-40px;
	position:absolute;
	display:inline-block;
	opacity:0;
	background: url(../images/loader.gif) no-repeat center center;
	background-size:20px;
}
.action-frm-action{
	height:30px;
	line-height:30px;
	margin-top:8px;
	width:300px;
	color:#00F;
	display:none;
	margin-left:-350px;
	text-align:right;
	font-size:12px;
	position:absolute;
}
/********************************************/
.bnt-delete-inthemem{
	float:left;
}
.bnt-delete-inthemem .inthemem-a{
	float:left;
	padding-right:5px;
}
.bnt-delete-inthemem .inthemem-img{
	float:left;
}
.bnt-delete-inthemem .inthemem-txt{
	font-weight:100 !important;
	display:inline-block;
	margin-left:5px;
	padding-top:4px;
}
.loaderdelete{
	float:left;
	display:none;
	position:absolute;
	margin-left:-15px;
	margin-top:5px;
}
/*********************************************/
.newquinl-listoption{
	width:300px;
	height:40px;
	display:inline-block;
	border:1px solid #ccc;
}
.newquinl-listoption .showdetail{
	display:block;
	float:left;
	width:280px;
	height:30px;
	padding:5px 10px;
	background:#fff url(../../img/grey-disclosure-arrow-up-down.png) 285px center no-repeat;
}
.newquinl-listoption .showdetail:hover{
	cursor:pointer;
	background-color:#f5f5f5;
}
.newquinl-listoption .showdetail img{
	height:30px;
}
.newquinl-listoption ul{
	padding:0px;
	margin:0px;
	width:300px;
	float:left;
	margin-top:40px;
	border:1px solid #ccc;
	background:#fff;
	position:absolute;
	list-style-type:none;
	margin-left:-1px;
	display:none;
}
.newquinl-listoption ul li{
	padding:5px 15px;
	border-bottom:1px dotted #ccc;
}
.newquinl-listoption ul li:last-child{
	border:0;
}
.newquinl-listoption ul li:hover{
	background:#f5f5f5;
	cursor:pointer;
}
.newquinl-listoption ul li img{
	height:32px;
}
.nq-show-menulist{
	background:#fff;
	width:36%;
	float: right;
	margin:1%;
	margin-left:0px;
	overflow:auto;
	border:1px solid #ccc;
}
.nq-show-menulist ul{
	list-style-type:none;
	padding:0px;
	margin:0px;
}
.nq-show-menulist ul li{
	padding:5px;
	height:25px;
	line-height:25px;
	border-bottom:1px solid #fff;
}
.nq-show-menulist ul li label{
	display:block;
	float:left;
	background:url(../images/icons/small/grey/list_w__image.png) no-repeat 0 center;
	text-indent:25px;
	font-size:12px;
	width:75%;
	overflow:hidden;
}
.nq-show-menulist ul li:nth-child(odd) {
	background-color: #f0f0f0;
}
.nq-show-menulist ul li:nth-child(even) {
	background-color: #f9f9f9;
}
.nq-show-menulist ul li:hover,.nq-show-menulist ul li.active{
	background:#e5e5e5;
	cursor:pointer;
}
.nq-show-menulist ul li button{
	float:right;
	padding:2px 5px;
	margin:0;
	height:25px;
	font-size:12px;
}
.nq-show-menulist ul li span{
	float:right;
}
.nq-show-menulist ul li .maddloading{
	margin:0;
	margin-top:5px;
	margin-right:5px;
	float:right;
}
.nq-show-menulist ul li input{ margin-right:10px; }
.inp-sort-itemtable{
	border:1px solid #e5e5e5;
	padding:5px;
	width:40px;
	text-align:center;
}
.a-table-sort{
	color:#FFF !important;
}
.a-table-sort .iconn{
	height:16px;
	width:16px;
	display:none;
	position:relative;
	margin-bottom:-4px;
	margin-left:5px;
	-webkit-transition:all 1s;
	-moz-transition:all 1s;
	-o-transition:all 1s;
	-ms-transition:all 1s;
	-khtml-transition:all 1s;
	transition:all 1s;
	background: url(../images/arrow_state.png);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-khtml-transform: rotate(90deg);
	transform: rotate(90deg);
}
.a-table-sort.active .iconn,.a-table-sort:hover .iconn{
	display:inline-block;
}
.a-table-sort.asc .iconn,.a-table-sort.desc:hover .iconn{
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-khtml-transform: rotate(90deg);
	transform: rotate(90deg);
}
.a-table-sort.desc .iconn,.a-table-sort.asc:hover .iconn{
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	-khtml-transform: rotate(270deg);
	transform: rotate(270deg);
}
/********************************************************************/
.top-boxlang{
	height:32px;
	float:right;
}
.top-boxlang .show-changeboxlang{
	height:32px;
	width:32px;
	float:left;
	cursor:pointer;
}
.top-boxlang .bx-changeboxlang{
	width:32px;
	float:left;
	padding:5px 10px;
	padding-bottom:2px;
	margin-top:37px;
	margin-left:-20px;
	background:#fff;
	position:absolute;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	display:none;
}
.top-boxlang .bx-changeboxlang.open{
	display:block;
}
.top-boxlang .bx-changeboxlang .iconnn{
	width:20px;
	height:16px;
	float:right;
	margin-right:-5px;
	display:block;
	margin-top:-16px;
	background:url(../images/icon1.png) no-repeat;
}
.top-boxlang .bx-changeboxlang a{
	display:block;
	float:left;
	margin:0px;
	padding:0px;
}
.top-boxlang .bx-changeboxlang a:hover{
	cursor:pointer;
	opacity:0.6;
}
.table-seo-reoport{
	width:100%;
}
.table-seo-reoport thead{
	background:#090;
}
.table-seo-reoport thead th{
	padding:5px;
	color:#fff;
	border:1px solid #090;
	border-right:1px solid #060;
}
.table-seo-reoport tbody td{
	border:1px solid #090;
	padding:5px;
}
.table-seo-reoport tbody td input[type=text]{
	border:1px solid #ccc;
	width:99%;
}
.table-seo-reoport tbody tr:nth-child(odd) {
	background-color: #f9f5f5;
}
.table-seo-reoport tbody tr:nth-child(even) {
	background-color: #f1eeee;
}
.table-seo-reoport tbody tr:hover{
	background:#e5e5e5;
}
.cshowlink{
	height:32px;
	width:100%;
}
.cshowlink img{
	float:left;
}
.cshowlink span{
	display:block;
	float:left;
	margin-left:10px;
	margin-top:3px;
	font-weight:bold;
}
.viewprintableversion{
	background:#090;
	margin:0 auto;
	padding:10px 25px;
	float:left;
	color:#fff !important;
}
/*******************************************************/
.mainframe-upload{
	border:0px;
	width:100%;
	height:500px;
}
.conn-bnt-toggetul{
	display:inline-block;
	padding:5px 15px ;
	color:#000 !important;
	font-weight:100 !important;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	text-indent:18px;
	background:#999 url(../images/icons/small/grey/upload.png) no-repeat 5px center;
	background-size:22px;
}
.conn-bnt-toggetul:hover{
	color:#FFF !important;
	background-image:url(../images/icons/small/white/upload.png);
}
/*********************************************************/
.main-cookie-run{
	background:#0FF;
	margin:1%;
	padding:5px;
	border:1px solid #00F;
}
.main-cookie-run.bbc-red{
	background:#F93;
	border:1px solid #F00;
}
.main-cookie-run img{
	float:left;
	height:24px;
}
.main-cookie-run span{
	display:inline-block;
	float:left;
	color:#888;
	padding-top:4px;
	margin-left:10px;
}
.imgdelete-bin{
	display:block;
	height:30px;
	width:100px;
	float:right;
	margin-right:5px;
	margin-top:-9px;
	border:1px solid #ccc;
	border-top:0;
	opacity:0.6;
	background:#f5f5f5 url(../images/icons/small/grey/trashcan.png) no-repeat center center;
	-moz-border-radius-bottomleft:4px;
	-webkit-border-bottom-left-radius:4px;
	-khtml-border-bottom-left-radius:4px;
	border-bottom-left-radius:4px;
	-moz-border-radius-bottomright:4px;
	-webkit-border-bottom-right-radius:4px;
	-khtml-border-bottom-right-radius:4px;
	border-bottom-right-radius:4px;
}
.imgdelete-bin:hover{
	opacity:1;
}
.imgdelete-bin .loading{
	display:none;
	background:#f5f5f5 url(../images/loader.gif) no-repeat center center;
	background-size:24px 24px;
	width:50px;
	height:30px;
	margin-left:25px;
}