﻿/* MODAL BEGIN */
.modal-quickedit{position: fixed; display: block; clear: both; z-index: 10;}
.modal-quickedit .uim-modal-window-bcg{background: rgb(0,0,0); opacity: 0.5; filter: alpha(opacity=45); -moz-opacity: 0.5; -khtml-opacity: 0.5; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; width: 100%; height: 100%; padding: 5px; z-index: 11;}
.modal-quickedit .uim-modal-content{display: block; position: absolute; left: 4px; top: 4px; border: rgb(102,102,102) 1px solid; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; background: rgb(235,235,235); text-align: left; z-index: 12; padding: 0px 10px 10px;}
.modal-quickedit .uim-modal-head{display: block; clear: both; height: 50px; padding: 0px; background: rgb(235,235,235); border-radius: 5px 5px 0px 0px; -moz-border-radius: 5px 5px 0px 0px; -webkit-border-radius: 5px 5px 0px 0px; border: none;}
.modal-quickedit .uim-modal-head h3{display: inline-block; clear: both; height: 20px; padding: 0px 111px 0px 3px; margin-top: 15px; color: rgb(51,51,51); font-size: 15px; overflow: hidden;}
.modal-quickedit .uim-modal-body{display: block; clear: both; overflow: auto; background: rgb(255,255,255); font-size: 13px; color: rgb(51,51,51); padding: 5px; margin: 0px; border: 1px solid rgb(215,215,215); position: static;}
.modal-quickedit.modal-quickedit-tabs .uim-modal-body{border: none;}
.modal-quickedit .uim-modal-body-fill{display: block; padding: 0px; margin: 0px; background: rgb(255,255,255);}
.modal-quickedit .uim-modal-foot{display: block; clear: both; height: 40px; padding: 0px; background: rgb(235,235,235);}
.modal-quickedit .uim-modal-close-button{display: block; float: none; padding: 0px; margin: 0px; position: absolute; top: 10px; right: 10px; cursor: pointer; width: 30px; height: 30px; background: url('/img/quickedit/close-btn.png') center center no-repeat;}
.modal-quickedit .uim-modal-close-button span{display: none;}
.modal-quickedit .uim-modal-processing{width: 100%; height: 100%; padding: 5px; position: relative; z-index: 103; background: rgb(0,0,0); opacity: 0.35; filter: alpha(opacity=35); -moz-opacity: 0.35; -khtml-opacity: 0.35; visibility: hidden; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;}
.modal-quickedit .uim-modal-processing-gif{position: absolute; width: 32px; height: 32px;}
.modal-quickedit .uim-modal-processing .uim-modal-window-bcg{padding: 0px;}
/* MODAL END */

/* ROUND BEGIN */
.modal-quickedit .all-round{border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;}
.modal-quickedit .top-round{border-radius: 5px 5px 0px 0px; -moz-border-radius: 5px 5px 0px 0px; -webkit-border-radius: 5px 5px 0px 0px;}
.modal-quickedit .bottom-round{-moz-border-radius: 0px 0px 5px 5px; -webkit-border-radius: 0px 0px 5px 5px;}
.modal-quickedit .ui-corner-all{border-radius: 0px; -moz-border-radius: 0px; -webkit-border-radius: 0px;}
/* ROUND END */

/* TABS BEGIN */
.uim-modal-tab{display: block; clear: both;}
.uim-modal-tab-head{display: block; clear: both; height: 30px; padding: 5px; background: rgb(255,255,255); border: 1px solid rgb(179,183,168);}
.uim-modal-tab-body{display: block; clear: both; border: 1px solid rgb(215,215,215); border-top: none; padding: 5px; margin: 0px;}
.uim-modal-tab-body-fill{display: block; clear: both; padding: 0px; margin: 0px; overflow-y: scroll;}
.uim-modal-tab-body-content{display: block; clear: both;}
.uim-modal-tab-foot{display: block; clear: both;  padding: 0px 6px; background: rgb(240,240,240); border-top: 1px solid rgb(212,212,212);}
.uim-modal-tab-item{display: none; padding: 0px; margin: 0px;}
.uim-modal-tab-buttons{height: 30px;}
.uim-modal-tab-button{height: 30px;}
.uim-modal-tab-button span{
  display: block; clear: both; height: 18px; line-height: 18px; margin: 0px; padding: 5px 10px; color: rgb(51,51,51); font-size: 13px; font-weight: bold; cursor: pointer;
	border: 1px solid rgb(215,215,215);
  border-right: none;
  background: rgb(235,235,235);
  background-image: linear-gradient(top, rgb(255,255,255) 0%, rgb(235,235,235) 100%);
  background-image: -o-linear-gradient(top, rgb(255,255,255) 0%, rgb(235,235,235) 100%);
  background-image: -moz-linear-gradient(top, rgb(255,255,255) 0%, rgb(235,235,235) 100%);
  background-image: -webkit-linear-gradient(top, rgb(255,255,255) 0%, rgb(235,235,235) 100%);
  background-image: -ms-linear-gradient(top, rgb(255,255,255) 0%, rgb(235,235,235) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgb(255,255,255)),	color-stop(1, rgb(235,235,235)));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ebebeb', GradientType=0);
}
.uim-modal-tab-button.last span{
	border-right: 1px solid rgb(215,215,215);
}
.uim-modal-tab-button span:hover, .uim-modal-tab-button.active span{
  background: rgb(215,215,215);
  background-image: linear-gradient(top, rgb(215,215,215) 0%, rgb(235,235,235) 100%);
  background-image: -o-linear-gradient(top, rgb(215,215,215) 0%, rgb(235,235,235) 100%);
  background-image: -moz-linear-gradient(top, rgb(215,215,215) 0%, rgb(235,235,235) 100%);
  background-image: -webkit-linear-gradient(top, rgb(215,215,215) 0%, rgb(235,235,235) 100%);
  background-image: -ms-linear-gradient(top, rgb(215,215,215) 0%, rgb(235,235,235) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgb(215,215,215)),	color-stop(1, rgb(235,235,235)));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d7d7d7', endColorstr='#ebebeb', GradientType=0);
}
.uim-modal-tab-button.error span{color: rgb(218,37,28);}
/* TABS END */

/* LABEL BEGIN */
.modal-quickedit label,
.modal-quickedit .form_item span.label,
.modal-quickedit .form_item span.value,
.modal-quickedit .form_item span.description{display: block; float: left; clear: left; width: 125px; line-height: 18px; padding: 6px 0px 6px 12px; font-weight: normal; font-size: 13px; text-align: left;}
.modal-quickedit .form_item span.value{clear: none; font-weight: bold; text-align: right; width: 50px;}
.modal-quickedit .form_item span.description{clear: right; text-align: left; margin-left: 10px; width: 50px;}
.modal-quickedit .form_item.file_swf_input_item label{width: 300px; color: rgb(0,128,170); font-weight: bold;}
.modal-quickedit .form_item.list_select_input_item label{width: 785px;}
/* LABEL END */

/* INPUTS DIV BEGIN */
.modal-quickedit .form_item{display: block; clear: both; float: none; width: 797px; height: auto; padding: 5px 0px; margin: 0px 0px 5px; font-size: 13px; background: rgb(229,242,246); overflow: auto; position: relative;}
.modal-quickedit .form_item.last_item{margin-bottom: 0px;}
.modal-quickedit .form_item.half_item{float: left; clear: left; width: 396px;}
.modal-quickedit .form_item.half_item_one{clear: both; width: 396px;}
.modal-quickedit .form_item.half_item_end{clear: right; margin-left: 5px;}
/*
.modal-quickedit .form_item.select_input_item{display: inline-block; overflow: inherit; margin: 0px 0px 1px;}
.modal-quickedit .form_item.select_input_item.half_item{margin: 0px 0px 5px;}
.modal-quickedit .form_item.select_input_item.half_item_one{margin: 0px 0px 1px;}
.modal-quickedit .form_item.select_input_item.half_item_end{margin-left: 5px;}
*/
.modal-quickedit .form_item.select_input_item{display: table; overflow: inherit;}
.modal-quickedit .form_item.file_swf_input_item{padding: 0px; background: none;}
.modal-quickedit .form_item.width_auto{width: auto;}
.modal-quickedit .form_item.redirect_form_item{margin-top: 5px;}
/* INPUTS DIV END */

/* INPUTS BEGIN */
.modal-quickedit .cloveku_nevyplnuj{display: none;}
.modal-quickedit .text_input, .modal-quickedit .password_input{display: block; float: left; width: 655px; height: 30px; padding: 5px 4px; margin: 0px; font-weight: normal; clear: none; border: 1px solid rgb(178,217,229); color: rgb(51,51,51); background: rgb(255,255,255); box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box;}
.modal-quickedit .half_item .text_input, .modal-quickedit .half_item .password_input{width: 254px;}
.modal-quickedit .half_item_one .text_input, .modal-quickedit .half_item_one .password_input{width: 254px;}
.modal-quickedit .checkbox_input{margin-top: 8px;}
.modal-quickedit .unit{display: block; width: 30px; float: left; padding: 4px 0px 0px 5px; color: rgb(51,51,51);}
/* INPUTS END */

/* TINYMCE BEGIN */
.modal-quickedit .defaultSkin{width: 654px; display: block; float: left; height: 200px;}
.modal-quickedit .html_text_full_height .defaultSkin{width: 654px; display: block; float: left; height: 387px;}
.modal-quickedit .mceEditor{clear: none;}
.modal-quickedit a.mce_undo,.modal-quickedit .mceIcon.mce_undo,.modal-quickedit a.mce_cut,.modal-quickedit .mceIcon.mce_cut,.modal-quickedit a.mce_copy,.modal-quickedit .mceIcon.mce_copy,.modal-quickedit a.mce_redo,.modal-quickedit .mceIcon.mce_redo,.modal-quickedit a.mce_paste,.modal-quickedit .mceIcon.mce_paste, .modal-quickedit .defaultSkin .mceListBox{display: none}
.modal-quickedit .defaultSkin table.mceLayout{border-left: 1px solid rgb(178,217,229); border-right: 1px solid rgb(178,217,229);}
.modal-quickedit .defaultSkin table.mceLayout tr.mceFirst td.mceFirst{border-top: 1px solid rgb(178,217,229);}
.modal-quickedit .defaultSkin .mceIframeContainer{border-top: 1px solid rgb(178,217,229); border-bottom: 1px solid rgb(178,217,229);}
.modal-quickedit .defaultSkin table.mceLayout tr.mceLast td{border-bottom:1px solid rgb(178,217,229);}
/* TINYMCE END */

/* SUBMIT BEGIN */
.modal-quickedit .submit_item{display: block; clear: both; float: none; width: auto; padding: 0px; margin: 0px;}
.modal-quickedit .image_submit{display: block; clear: both; float: none; padding: 10px 0px 0px; margin: 0px auto; width: 93px; height: 30px;}
.modal-quickedit #login .image_submit{width: 93px;}
.modal-quickedit #logout .image_submit{width: 93px;}
.modal-quickedit #help_send_submit{width: 116px;}
.modal-quickedit #create_product .image_submit, .modal-quickedit #edit_product .image_submit, .modal-quickedit #shop_category .image_submit, .modal-quickedit #create_nod .image_submit, .modal-quickedit #edit_nod .image_submit{display: block; float: none; padding: 0px; margin: 0px; position: absolute; top: 10px; right: 50px; cursor: pointer; width: 61px; height: 30px; background: url('/img/quickedit/save-btn.png') center center no-repeat;}
.modal-quickedit #delete_product .image_submit, .modal-quickedit #delete_nod .image_submit{width: 82px;}
/* SUBMIT END */

/* ERROR BEGIN */
.modal-quickedit .error label{font-weight: normal; font-size: 13px; color: rgb(51,51,51);}
.modal-quickedit .error_message{font-size: 13px; font-weight: bold; color: rgb(218,37,28)}
/*.modal-quickedit p.error{display: block; clear: both; color: rgb(218,37,28); padding: 3px 0px 0px 137px; font-size: 11px; font-weight: bold; background: none; margin: 0px;}*/
.modal-quickedit p.error{display: block; clear: both; color: rgb(218,37,28); font-size: 11px; font-weight: bold; background: none; padding: 0px; margin: 0px; position: absolute; top: 5px; right: 7px;}
.modal-quickedit #login p.error{padding-left: 115px;}
/* ERROR END */

/* TAGS BEGIN */
.modal-quickedit p{padding-top: 6px; color: rgb(51,51,51)}
.modal-quickedit h4{color: rgb(218,37,28); font-size: 15px; font-weight: bold; border-top: 1px solid rgb(235,235,235); margin-top: 15px; padding-top: 10px;}
.modal-quickedit .info{color: rgb(51,51,51); border-top: 1px solid rgb(220,220,210); margin-top: 10px;}
.modal-quickedit .small_info{color: rgb(51,51,51); font-size: 11px; display: block; clear: both; margin: 5px 0px 0px 205px; width: 408px; padding: 5px 0px 15px; overflow: auto;}
.modal-quickedit .default_value{font-style: italic; font-weight: normal; color: rgb(135,135,135);}
.modal-quickedit .group_line{display: block; clear: both; width: 796px; height: 5px; font-size: 1px; border-top: 1px solid rgb(229,242,246);}
.modal-quickedit .group_title{display: block; clear: both; width: 784px; font-size: 13px; font-weight: bold; color: rgb(0,128,170); border-top: 1px solid rgb(229,242,246); padding: 10px 0px 10px 12px;}
.modal-quickedit .group_items{display: block; clear: both;} 
/* TAGS END */

/* COMBOBOX BEGIN */
.modal-quickedit .select_input_item select{width: 254px; height: 30px; border: 1px solid rgb(178,217,229);}

.modal-quickedit .form_combobox{display: block; float: left; width: 254px; height: 28px; border: 1px solid rgb(0,157,204); background-color: rgb(245,245,245); cursor: pointer; position: relative; font-size: 13px; text-align: left; color: rgb(51,51,51); -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;}
.modal-quickedit .form_combobox .form_combobox_selected{display: block; clear: both; margin: 0px; padding: 2px 0px 0px 5px; height: auto; background-image: url('/img/quickedit/combobox-button.png'); background-position: right top; background-repeat: no-repeat;}
.modal-quickedit .form_combobox .form_combobox_selected span{display: block; overflow: hidden; white-space: nowrap; height: 24px;}
.modal-quickedit .form_combobox_items{display: none; position: absolute; top: 28px; left: -1px; width: 100%; border: 1px solid rgb(0,157,204); border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; background: rgb(245,245,245); overflow-y: auto; z-index: 2; padding: 5px 0px;}
.modal-quickedit .form_combobox_items ul{margin: 0px; padding: 0px 5px; list-style-type: none; display: block; height: 100%;}
.modal-quickedit .form_combobox_items li{display: block; clear: both; border-bottom: 1px solid rgb(235,235,235); -moz-border-radius: 0px 0px 0px 0px; -webkit-border-radius: 0px 0px 0px 0px; border-radius: 0px 0px 0px 0px; padding: 3px 3px 2px;}
.modal-quickedit .form_combobox_items li:hover{text-decoration: underline;}
.modal-quickedit .combobox_list_key{display: none}
.modal-quickedit .combobox_bcg{display: block;}

.modal-quickedit .combomenu{display: block; float:left; cursor: pointer; position: relative; width: 254px;}
.modal-quickedit .combomenu .title{display: block; clear: both; height: 18px; line-height: 18px; border: 1px solid rgb(178,217,229); background: rgb(255,255,255) url('/img/quickedit/combo-bcg.png') left top no-repeat; padding: 5px 34px 5px 5px;}
.modal-quickedit .combomenu ul{display: none; background: rgb(255,255,255); border: 1px solid rgb(178,217,229); border-width: 1px 1px 1px 1px; margin: 0px; padding: 0px; position: absolute; top: 26px; left: 0px; width: 252px; overflow-x: hidden; overflow-y: scroll;}
.modal-quickedit .combomenu:hover ul{display: block;}
.modal-quickedit .combomenu.uim-combo-container:hover ul{display: none;}
.modal-quickedit .combomenu li{display: block; clear: both; border-bottom: 1px solid rgb(178,217,229); padding: 0px; margin: 0px;}
.modal-quickedit .combomenu li.last{border-bottom: none;}
.modal-quickedit .combomenu li a, .modal-quickedit .combomenu li span{display: block; clear: both; height: 18px; line-height: 18px; padding: 3px 3px 3px 5px; color: rgb(51,51,51); text-decoration: none;}
.modal-quickedit .combomenu li.last a, .modal-quickedit .combomenu li.last span{border-bottom: 0px;}
.modal-quickedit .combomenu li.first.last a, .modal-quickedit .combomenu li.first.last span {border-bottom: 0px;}
.modal-quickedit .combomenu li a:hover, .modal-quickedit .combomenu li.uim-hover span{color: rgb(0,0,0); background: rgb(235,235,235);}
/* COMBOBOX END */

/* AUTOCOMPLETE BEGIN */
.modal-quickedit .ui-autocomplete{background: rgb(255,255,255); border: solid rgb(178,217,229); border-width: 0px 1px 1px 1px; margin: 0px; padding: 0px; position: absolute; top: 26px; left: 0px; width: 653px; overflow-x: hidden; overflow-y: scroll; z-index: 21;}
.modal-quickedit .ui-autocomplete li{display: block; clear: both; border-bottom: 1px solid rgb(178,217,229); padding: 0px; margin: 0px; background: rgb(255,255,255); color: rgb(51,51,51);}
.modal-quickedit .ui-autocomplete li.last{border-bottom: none;}
.modal-quickedit .ui-autocomplete li a{display: block; clear: both; height: 18px; line-height: 18px; padding: 3px 3px 3px 5px; background: rgb(255,255,255); color: rgb(51,51,51); text-decoration: none; border: none; font-weight: normal; font-size: 13px;}
.modal-quickedit .ui-autocomplete li a.ui-state-hover{display: block; clear: both; height: 18px; line-height: 18px; padding: 3px 3px 3px 5px; background: rgb(235,235,235); color: rgb(0,0,0); text-decoration: none; border: none; font-weight: normal; font-size: 13px;}
/* AUTOCOMPLETE END */

/* DATEPICKER BEGIN */
.modal-quickedit .datepicker-content{display: block; float: left; width: 655px; height: 30px; padding: 5px 4px; margin: 0px; font-weight: normal; clear: none; border: 1px solid rgb(178,217,229); color: rgb(51,51,51); background: rgb(255,255,255); box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box;}
.modal-quickedit .half_item .datepicker-content, .modal-quickedit .half_item_one .datepicker-content{width: 254px;}
.modal-quickedit .datepicker-content .text_input{width: 627px; height: 18px; line-height: 18px; border: none; box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box;}
.modal-quickedit .half_item .datepicker-content .text_input, .modal-quickedit .half_item_one .datepicker-content .text_input{width: 226px;}
.modal-quickedit .datepicker-content .date_null_item{display: block; float: right; clear: right; width: 18px; height: 18px; cursor: pointer;}
.modal-quickedit .datepicker-content .date_null_item img{margin: 2px 4px 2px 0px; cursor: pointer;}
.quickedit-datepicker.ui-corner-all{border-radius: 0px; -moz-border-radius: 0px; -webkit-border-radius: 0px;}
.quickedit-datepicker .ui-corner-all{border-radius: 0px; -moz-border-radius: 0px; -webkit-border-radius: 0px;}
.quickedit-datepicker.ui-widget{font-size: 13px;}
.quickedit-datepicker .ui-widget{font-size: 13px;}
.quickedit-datepicker.ui-datepicker .ui-datepicker-header{padding: 1px 0px;}
.quickedit-datepicker .ui-widget-header{border: 1px solid rgb(178,217,229); color: rgb(51,51,51); background: rgb(178,217,229);}
.quickedit-datepicker .ui-widget-header .ui-state-hover, .quickedit-datepicker .ui-widget-header .ui-state-focus{border: 1px solid rgb(178,217,229); background: rgb(178,217,229);}
.quickedit-datepicker .ui-widget-header .ui-state-hover .ui-icon, .quickedit-datepicker .ui-widget-header .ui-state-focus .ui-icon{background-image: url('/modelina2/urw/css/jquery-ui-custom/ui-icons_ffffff_256x240.png');}
.quickedit-datepicker.ui-datepicker table{font-size: 13px; border: none;}
.quickedit-datepicker.ui-datepicker td{padding: 1px;}
.quickedit-datepicker.ui-datepicker td span, .quickedit-datepicker.ui-datepicker td a{padding: 2px;}
.quickedit-datepicker .ui-state-highlight, .quickedit-datepicker .ui-widget-content .ui-state-highlight{color: rgb(51,51,51);}
.quickedit-datepicker .ui-widget-content{color: rgb(51,51,51);}
.quickedit-datepicker.ui-datepicker th{background: rgb(228,228,228); color: rgb(51,51,51); padding: 4px 2px;}
/* DATEPISKER END*/

/* CATEGORY BEGIN */
.modal-quickedit .select_items, .modal-quickedit .selected_items{display: block; clear: left; float: left; margin: 0px 0px 0px 5px; width: 389px; height: 280px; overflow-y: scroll; background: rgb(255,255,255); border: 1px solid rgb(178,217,229); font-size: 13px; color: rgb(51,51,51);}
.modal-quickedit .selected_items{clear: right;}
.modal-quickedit .treeview, .modal-quickedit .treeview ul{padding: 0px; margin: 0px; list-style: none;}
.modal-quickedit .treeview ul{display: block; clear: both; background: rgb(255,255,255); padding: 0px 0px 0px 19px; margin: 5px 0px 0px;}
.modal-quickedit .treeview li{display: block; clear: both; padding: 3px 0px 4px; margin: 0px; cursor: default;}
.modal-quickedit .treeview li.end_item{padding-left: 19px;}
.modal-quickedit .treeview li.collapsable{padding-bottom: 1px;}
.modal-quickedit .treeview .hitarea {display: inline; clear: left; float: left; width: 14px; height: 18px; padding: 0px; margin: 0px 0px 0px 5px; cursor: pointer;}
.modal-quickedit .treeview .expandable-hitarea{background: url('/img/quickedit/plus.png') left 2px no-repeat;}
.modal-quickedit .treeview .collapsable-hitarea{background: url('/img/quickedit/minus.png') left 2px no-repeat;}
.modal-quickedit .treeview .title{display:block; clear: none; float: left; width: 320px; height: 18px; line-height: 18px; padding: 0px; margin: 0px 0px 0px 10px; overflow: hidden; cursor: pointer;}
.modal-quickedit .treeview li.level_2_item .title{width: 301px;}
.modal-quickedit .treeview li.level_3_item .title{width: 282px;}
.modal-quickedit .treeview .end_item .title{cursor: default;}
.modal-quickedit .treeview .add{display:block; width: 14px; height: 18px; line-height: 18px; float: left; clear: right; padding: 0px; margin: 0px 0px 0px 5px; background: url('/img/quickedit/tree-add.png') left 2px no-repeat; cursor: pointer;}
.modal-quickedit .treeview .add span{display: none;}
.modal-quickedit .treeview .add.selected{background: url('/img/quickedit/tree-selected.png') left 2px no-repeat; cursor: default;}
.modal-quickedit .selected_items ul{display: block; list-style-type: none; padding: 0px 0px 10px; margin: 0px; position: relative;}
.modal-quickedit .selected_items li{display: block; clear: both; border-bottom: 1px solid rgb(178,217,229); padding: 3px 0px; margin: 0px; cursor: default;
  background: rgb(235,235,235);
  background-image: linear-gradient(top, rgb(255,255,255) 0%, rgb(235,235,235) 100%);
  background-image: -o-linear-gradient(top, rgb(255,255,255) 0%, rgb(235,235,235) 100%);
  background-image: -moz-linear-gradient(top, rgb(255,255,255) 0%, rgb(235,235,235) 100%);
  background-image: -webkit-linear-gradient(top, rgb(255,255,255) 0%, rgb(235,235,235) 100%);
  background-image: -ms-linear-gradient(top, rgb(255,255,255) 0%, rgb(235,235,235) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgb(255,255,255)),	color-stop(1, rgb(235,235,235)));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ebebeb', GradientType=0);
}
.modal-quickedit .selected_items li .delete{display: block; float: left; clear: left; width: 14px; height: 18px; padding: 0px; margin: 0px 0px 0px 5px; background: url('/img/quickedit/tree-delete.png') left 2px no-repeat; cursor: pointer;}
.modal-quickedit .selected_items li .delete span{display: none;}
.modal-quickedit .selected_items li .title{display: block; float: left; clear: none; width: 338px; height: 18px; line-height: 18px; padding: 0px; margin: 0px 0px 0px 10px; overflow: hidden; cursor: default;}
.modal-quickedit .selected_items .uim_list_moveable li .title{width: 319px;}
.modal-quickedit .selected_items li .move{display: block; float: left; clear: right; width: 14px; height: 18px; padding: 0px; margin: 0px 0px 0px 5px; background: url('/img/quickedit/move.png') left 2px no-repeat; cursor: pointer;}
.modal-quickedit .selected_items li .move span{display: none;}
.modal-quickedit .selected_items li:hover{
  background: rgb(215,215,215);
  background-image: linear-gradient(top, rgb(215,215,215) 0%, rgb(235,235,235) 100%);
  background-image: -o-linear-gradient(top, rgb(215,215,215) 0%, rgb(235,235,235) 100%);
  background-image: -moz-linear-gradient(top, rgb(215,215,215) 0%, rgb(235,235,235) 100%);
  background-image: -webkit-linear-gradient(top, rgb(215,215,215) 0%, rgb(235,235,235) 100%);
  background-image: -ms-linear-gradient(top, rgb(215,215,215) 0%, rgb(235,235,235) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgb(215,215,215)),	color-stop(1, rgb(235,235,235)));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d7d7d7', endColorstr='#ebebeb', GradientType=0);
}
/* CATEGORY END */

/* VARIANT LIST BEGIN */
.modal-quickedit .select_items.variant_list, .modal-quickedit .selected_items.variant_list{height: 178px;}
.modal-quickedit .variant_list ul{padding: 0px; margin: 0px; list-style: none;}
.modal-quickedit .variant_list li{display: block; clear: both; border-bottom: 1px solid rgb(178,217,229); padding: 3px 0px 3px; margin: 0px; cursor: default;
  background: rgb(235,235,235);
  background-image: linear-gradient(top, rgb(255,255,255) 0%, rgb(235,235,235) 100%);
  background-image: -o-linear-gradient(top, rgb(255,255,255) 0%, rgb(235,235,235) 100%);
  background-image: -moz-linear-gradient(top, rgb(255,255,255) 0%, rgb(235,235,235) 100%);
  background-image: -webkit-linear-gradient(top, rgb(255,255,255) 0%, rgb(235,235,235) 100%);
  background-image: -ms-linear-gradient(top, rgb(255,255,255) 0%, rgb(235,235,235) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgb(255,255,255)),	color-stop(1, rgb(235,235,235)));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ebebeb', GradientType=0);
}
.modal-quickedit .variant_list li:hover{
  background: rgb(215,215,215);
  background-image: linear-gradient(top, rgb(215,215,215) 0%, rgb(235,235,235) 100%);
  background-image: -o-linear-gradient(top, rgb(215,215,215) 0%, rgb(235,235,235) 100%);
  background-image: -moz-linear-gradient(top, rgb(215,215,215) 0%, rgb(235,235,235) 100%);
  background-image: -webkit-linear-gradient(top, rgb(215,215,215) 0%, rgb(235,235,235) 100%);
  background-image: -ms-linear-gradient(top, rgb(215,215,215) 0%, rgb(235,235,235) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgb(215,215,215)),	color-stop(1, rgb(235,235,235)));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d7d7d7', endColorstr='#ebebeb', GradientType=0);
}
.modal-quickedit .variant_list .title{display:block; clear: none; float: left; width: 340px; height: 18px; line-height: 18px; padding: 0px; margin: 0px 0px 0px 10px; overflow: hidden;}
.modal-quickedit .variant_list .add{display:block; width: 14px; height: 18px; line-height: 18px; float: left; clear: right; padding: 0px; margin: 0px 0px 0px 5px; background: url('/img/quickedit/tree-add.png') left 2px no-repeat; cursor: pointer;}
.modal-quickedit .variant_list .add span{display: none;}
.modal-quickedit .variant_list .add.selected{background: url('/img/quickedit/tree-selected.png') left 2px no-repeat; cursor: default;}
.modal-quickedit .variant_list .list_price li{padding: 2px 0px 2px}
.modal-quickedit .variant_list .list_price li .title{width: 209px; margin-top: 1px;}
.modal-quickedit .variant_list .list_price li input{display:block; clear: none; float: left; width: 80px; height: 20px; line-height: 18px; border: 1px solid rgb(178,217,229); text-align: right; padding: 0px 3px; margin: 0px 0px 0px 5px; box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box;}
.modal-quickedit .variant_list .list_price li .unit{display: block; clear: none; float: left; width: 20px; height: 18px; line-height: 18px; padding: 0px; margin: 1px 0px 0px 5px;} 
.modal-quickedit .variant_list .list_price li .add, .modal-quickedit .variant_list .list_price li .delete, .modal-quickedit .variant_list .list_price li .move{margin-top: 1px;}
/* VARIANT LIST END */

/* SWFUPLOAD BEGIN */
.modal-quickedit .gallery_images_form_item, .modal-quickedit .files_in_list_form_item{overflow: inherit;}
.modal-quickedit .gallery_images_button, .modal-quickedit .files_in_list_button{width: 797px; float: none; clear: both;}
.modal-quickedit .product_gallery_form_item, .modal-quickedit .product_filelist_form_item{overflow: inherit;}
.modal-quickedit .product_gallery_button, .modal-quickedit .product_filelist_button{width: 797px; float: none; clear: both;}
.modal_window .gallery_images_button, .modal_window .files_in_list_button{width: 797px; float: left; clear: right;}
.modal-quickedit .upload_log_status{display: block; clear: both; width: 797px; padding: 0px;}
.modal-quickedit .upload_log_status span{display: block; padding: 5px 0px 5px 12px; background: rgb(229,242,246); color: rgb(51,51,51); font-size: 12px; font-weight: bold;}
.modal-quickedit .upload_log{list-style-type: none; padding: 0px; margin: 0px; display: block; clear: both}
.modal-quickedit .upload_log li{display: block; clear: both; margin: 5px 0px 0px; padding: 5px; border: 0px; font-size: 11px; position: relative; height: 80px; background: rgb(229,242,246); border: none;}
.modal-quickedit .upload_log .img_bcg{display: block; width: 78px; height: 78px; float: left; clear: left; margin: 0px; padding: 0px; border: 1px solid rgb(178,217,229); background: rgb(255,255,255) url('/img/quickedit/swfupload-loader.gif') center center no-repeat;}
.modal-quickedit .upload_log .img_detail{display: block; float: left; clear: right; width: 621px; margin: 0px 0px 0px 5px;}
.modal-quickedit .upload_log h4{display: block; clear: both; width: 611px; height: 18px; line-height: 18px; margin: 0px; padding: 5px 4px; font-size: 13px; font-weight: normal; color: rgb(51,51,51); border: 1px solid rgb(178,217,229);}
.modal-quickedit .upload_log .filesize, .modal-quickedit .upload_log .progressvalue{font-weight: normal; color: rgb(51,51,51); font-size: 11px}
.modal-quickedit .upload_log .progressbar{display: block; clear: both; background: rgb(255,255,255); border: 1px solid rgb(178,217,229); padding: 1px; margin-top: 5px}
.modal-quickedit .upload_log .progressbar_fill{width: 615px;}
.modal-quickedit .upload_log .progress{display: block; clear: both; height: 5px; border: 1px solid rgb(0,153,0); background: rgb(102,204,0);}
.modal-quickedit .upload_log .delete, .modal-quickedit .upload_log .cancel{display: block; clear: both; position: absolute; top: 5px; right: 5px; width: 74px; height: 28px; cursor: pointer; text-align: center;
	border: 1px solid rgb(178,217,229);
	border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
  background: rgb(199,228,237);
  background-image: linear-gradient(top, rgb(199,228,237) 0%, rgb(178,217,229) 100%);
  background-image: -o-linear-gradient(top, rgb(199,228,237) 0%, rgb(178,217,229) 100%);
  background-image: -moz-linear-gradient(top, rgb(199,228,237) 0%, rgb(178,217,229) 100%);
  background-image: -webkit-linear-gradient(top, rgb(199,228,237) 0%, rgb(178,217,229) 100%);
  background-image: -ms-linear-gradient(top, rgb(199,228,237) 0%, rgb(178,217,229) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgb(199,228,237)),	color-stop(1, rgb(178,217,229)));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c7e4ed', endColorstr='#b2d9e5', GradientType=0);
}
.modal-quickedit .upload_log .delete:hover, .modal-quickedit .upload_log .cancel:hover{
  background: rgb(158,208,218);
  background-image: linear-gradient(top, rgb(158,208,218) 0%, rgb(178,217,229) 100%);
  background-image: -o-linear-gradient(top, rgb(158,208,218) 0%, rgb(178,217,229) 100%);
  background-image: -moz-linear-gradient(top, rgb(158,208,218) 0%, rgb(178,217,229) 100%);
  background-image: -webkit-linear-gradient(top, rgb(158,208,218) 0%, rgb(178,217,229) 100%);
  background-image: -ms-linear-gradient(top, rgb(158,208,218) 0%, rgb(178,217,229) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgb(158,208,218)),	color-stop(1, rgb(178,217,229)));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9ed0da', endColorstr='#b2d9e5', GradientType=0);
}
.modal-quickedit .upload_log .delete span, .modal-quickedit .upload_log .cancel span{display: block; height: 18px; line-height: 18px; padding: 4px 0px 0px; font-size: 13px;}
.modal-quickedit .upload_log .status{padding: 1px 0px; color: rgb(51,51,51); background: rgb(229,242,246);}

.modal-quickedit .swfupload-button-content{display: block; clear: both; width: 797px; height: 30px; padding: 5px 0px; margin: 0px 0px 5px; font-size: 13px; background: rgb(229,242,246);}
.modal-quickedit .swfupload-button-text{display: block; float: left; clear: left; width: 645px; line-height: 18px; padding: 6px 0px 6px 12px; font-weight: normal; font-size: 13px; text-align: left;}
.modal-quickedit .swfupload{display: block; clear: right; float: right; margin: 0px 5px 0px; 0px;}
/* SWFUPLOAD END */

/* SHOP CATEGORY BEGIN */
.modal-quickedit .form_item.category_input_item{
  padding: 0px;
  background: none;
}
.modal-quickedit .form_item.category_input_item label{
  color: rgb(0,128,170);
  font-weight: bold;
}
.modal-quickedit .form_item.category_input_item .text_input{
  display: block;
  width: 306px;
  margin-left: 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.modal-quickedit .category_create{
  display: block;
  float: left;
  width: 75px;
  height: 30px;
  margin: 0px 0px 0px 5px;
  clear: right;
  background: url('/img/quickedit/create.png') left top no-repeat;
  cursor: pointer;
}
.modal-quickedit .category_create span{
  display: none;
}
.modal-quickedit .form_item .form_item{
  margin: 0px;
}
.modal-quickedit .shop_category_content{
  display: block;
  clear: left;
  margin: 0px 0px 0px 5px;
  width: 384px;
  height: 351px;
  overflow-x: hidden;
  overflow-y: scroll;
  background: rgb(255,255,255);
  border: 1px solid rgb(178,217,229);
  font-size: 13px;
  color: rgb(51,51,51);
}
.modal-quickedit .shop_category_content ul{
  display: block;
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  position: relative;
}
.modal-quickedit .shop_category_content li{
  display: block;
  clear: both;
  border-bottom: 1px solid rgb(178,217,229);
  padding: 3px 0px;
  margin: 0px;
  cursor: default;
  background: rgb(235,235,235);
  background-image: linear-gradient(top, rgb(255,255,255) 0%, rgb(235,235,235) 100%);
  background-image: -o-linear-gradient(top, rgb(255,255,255) 0%, rgb(235,235,235) 100%);
  background-image: -moz-linear-gradient(top, rgb(255,255,255) 0%, rgb(235,235,235) 100%);
  background-image: -webkit-linear-gradient(top, rgb(255,255,255) 0%, rgb(235,235,235) 100%);
  background-image: -ms-linear-gradient(top, rgb(255,255,255) 0%, rgb(235,235,235) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgb(255,255,255)),	color-stop(1, rgb(235,235,235)));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ebebeb', GradientType=0);
}
.modal-quickedit .shop_category_content li span{
  display: block;
  float: left;
 	width: 18px;
  height: 18px;
  line-height: 18px;
  margin-left: 5px;
}
.modal-quickedit .shop_category_content li span.first{
  clear: left;
}
.modal-quickedit .shop_category_content li span.last{
  clear: right;
}
.modal-quickedit .shop_category_content li span span{
  display: none;
}
.modal-quickedit .shop_category_content li span.title{
  width: 295px;
  margin-left: 10px;
  overflow: hidden;
}
.modal-quickedit .shop_category_content li span.title input{
  width: 285px;
  height: 18px;
  line-height: 18px;
  padding: 0px 3px;
  background-color: transparent;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.modal-quickedit .shop_category_content.shop_subcategory_select li span.title{
  width: 314px;
}
.modal-quickedit .shop_category_content.shop_subcategory_select li span.title input{
  width: 304px;
}
.modal-quickedit .shop_category_content li span.open{
 	width: 14px;
  background: url('/img/quickedit/plus.png') left 2px no-repeat;
  cursor: pointer;
}
.modal-quickedit .shop_category_content li span.move{
 	width: 14px;
  background: url('/img/quickedit/move.png') left 2px no-repeat;
  cursor: pointer;
}
.modal-quickedit .shop_category_content li span.delete{
 	width: 14px;
  background: url('/img/quickedit/delete.png') left 2px no-repeat;
  cursor: pointer;
}
.modal-quickedit .shop_category_content li:hover, .modal-quickedit .shop_category_content li.opened{
  background: rgb(215,215,215);
  background-image: linear-gradient(top, rgb(215,215,215) 0%, rgb(235,235,235) 100%);
  background-image: -o-linear-gradient(top, rgb(215,215,215) 0%, rgb(235,235,235) 100%);
  background-image: -moz-linear-gradient(top, rgb(215,215,215) 0%, rgb(235,235,235) 100%);
  background-image: -webkit-linear-gradient(top, rgb(215,215,215) 0%, rgb(235,235,235) 100%);
  background-image: -ms-linear-gradient(top, rgb(215,215,215) 0%, rgb(235,235,235) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgb(215,215,215)),	color-stop(1, rgb(235,235,235)));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d7d7d7', endColorstr='#ebebeb', GradientType=0);
}
/* SHOP CATEGORY BEGIN */

#ui-datepicker-div{display: none;}