div#authForm {
    position: absolute;
    width: 300px;
    height: 220px;
    background-color: #fff;
    color: #000;
    left: 50%;
    top: 50%;
    margin-left: -150px;
    margin-top: -110px;
    border-radius: 10px;
    box-shadow: 0 0 15px 0 #000;
    text-align: center;
}

#body {
    background-color: #33495e;
    padding: 0;
    margin: 0;
}

.errorMessage {
    color: red;
    font-weight: bold;
}
.okMessage {
    color: green;
    font-weight: bold;
}
#adminPabelNav {
    background-color: #33495e;
}

#adminPanelContent {    
    background-color: #fff;
}
#adminBody {
    width: 100%;
}
#adminBody > tbody > tr > td {
    vertical-align: top;
}



div#panelTitle {
    width: 100%;
    color: #fff;
    font-size: 18px;
    color: #fff;
    background-color: #999;
    text-align: center;
    padding-bottom: 10px;
}

#adminMenu ul {
    margin: 0;
    padding: 0;
}
#adminMenu li {
    list-style: none;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
}
#adminMenu li ul {
    background-color: #33495e;
    position: absolute;
    margin-left: 10%;
    margin-top: -1%;
    border: 2px solid #233342;
    border-radius: 5px;
    display: none;
}
#adminMenu li ul li:hover {
    background-color: #233342;
}
#adminMenu li ul li {
    padding:5px;
}
#adminMenu > ul > li:hover ul {
    display: block;
}
#adminMenu > ul > li:hover, #adminMenu > ul > li.active {
    background-color: #233342;
}
#adminMenu > ul > li:hover a, #adminMenu > ul > li.active a {
    color:#fff;
}
#adminMenu a {
    color: #839599;
    text-decoration: none;
    font-weight: bold;
    padding-left: 10px;	
}


div#pageTitle {
    padding: 10px;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #737373;
}

div#pageAddLinc {
    margin-left: 10px;
}
div#pageAddLinc a {
    text-decoration: none;
    color: #000;
    font-weight: bold;
}
div.nocontent {
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    padding-top: 50px;
    padding-bottom: 50px;
}
.adminForm {
    padding: 10px;
}
.adminForm .formTitle {
    font-weight: bold;
    font-size: 16px;
}
.adminForm .formTitle a {
    color: #000;
    text-decoration: none;
}
.adminForm label {
    font-weight: bold;
    padding-top: 10px;
    line-height: 30px;
    font-size: 14px;
}
.adminForm input, .adminForm select {
    border-radius: 5px;
    border: 1px solid #ccc;
    height: 30px;
    font-weight: normal;
}
.adminForm textarea  {
    border-radius: 5px;
    border: 1px solid #ccc;
    font-weight: normal;
}
.adminForm input:focus, .adminForm textarea:focus, .adminForm select:focus  {
    border: 1px solid #17CFB6;
    box-shadow: 0 0 10px 0 #17CFB6;
}

.adminForm .inputDesc {
    color: #999999;
    font-style: italic; 
}
.adminForm fieldset {
    max-width: 900px;
    border: 1px solid #ccc;
    padding: 10px;
}
.adminForm fieldset legend {
    padding: 0 10px;
    margin-left: 10px; 
    font-weight: bold;
    border: 1px solid #ccc;
    width: auto;
}

ul#componentMenu {
    margin: 5px;
    padding: 5px;
    background-color: #f5f5f5;
    border-radius: 5px;
}
ul#componentMenu li {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 2px solid #f5f5f5;
}
ul#componentMenu li a {
    color: #4E555D;
    font-weight: bold;
    text-decoration: none;
}

ul#componentMenu li:hover, ul#componentMenu li.active {
    background-color: #fff;
    border-bottom: 2px solid #0A9D4C;
}

ul#componentMenu li:hover a , ul#componentMenu li.active a {
    color: #000;
}
div#itemsFilter {
    margin: 5px;
    padding: 5px;
    border: 1px solid #ccc;
}
div#itemsFilter label {}
div#itemsFilter input {
    line-height: 22px;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-bottom: 5px;
}
div#itemsFilter input:focus {
    border: 1px solid #0D8D9B;
    box-shadow: 0 0 5px 0 #0D8D9B;
}
div#itemsFilter select {
    height: 25px;
    line-height: 25px;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-bottom: 5px;
}
div#itemsFilter select:focus {
    border: 1px solid #0D8D9B;
    box-shadow: 0 0 5px 0 #0D8D9B;
}

div#itemsFilter .clearForm {
    margin-left: 100px;
    margin-top: -34px;
}

ul.adminItemsList {
    margin: 0;
    padding: 0;
    margin-top: 5px;
}
ul.adminItemsList li {
    list-style: none;
    padding: 5px;
    margin-bottom: 5px; 
    border: 1px solid #ccc;
    background-color: #fff;
}
ul.adminItemsList li div.listImg {
    width: 50px;
    height: 50px;
    padding: 2px;
    float:left;
    margin: 5px;
}
ul.adminItemsList li div.listTitle {
    font-weight: bold;
    margin-bottom: 3px;
}
ul.adminItemsList li div.listDesc {
    font-size: 90%;
    min-height: 50px;
}
ul.adminItemsList li form.delform {
    margin-left: 50px;
    margin-top: -34px;
}
ul.adminItemsList li form.addsubcat {
    margin-left: 100px;
    margin-top: -34px;
}
ul.adminItemsList li button.subcatview {
    margin-left: 150px;
    margin-top: -57px;
}

ul.firstsort ul {
    display:none;
}

div#savesort {
    text-align: right;
}

ul#adminCommentList {
    padding: 0;
    margin: 0 0 0 10px;
}
ul#adminCommentList li {
    list-style: none;
    border: 1px solid #ccc;
    padding: 5px;
    font-size: 14px;
}
div.adminCommentName {
    
}
div.adminCommentNewsName {
    
}
div.adminCommentText {
    
}

div.adminCommentPublished {
    
}


ul#pageList {
    padding: 0;
}
ul#pageList li {
    list-style: none;
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 5px;
    background-color: #fff;
}

div#photoBlock {}

ul.newsPhotoList {
    margin: 20px 0 0 0;
    padding: 0;
}
ul.newsPhotoList li {
    list-style: none;
    width: 220px;
    min-height: 320px;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 0 0 15px 0 #999;
    padding: 3px;
    text-align: center;
    display: inline-block;
    margin: 0 10px 10px 0;
    background-color: #fff;
}
ul.newsPhotoList li .imgblock {
    margin-bottom: 2px;
    height: 200px;
}
ul.newsPhotoList li img {
    max-width: 200px;
    max-height: 200px;
    
}
ul.newsPhotoList li input {
    width: 98%;
    margin-bottom: 5px;
}
ul.newsPhotoList li textarea {
    width: 96%;
    margin-bottom: 5px;
}
ul.newsPhotoList li span {
    color: red;
    cursor: pointer;
}

div#docsBlock {}
ul.newsDocsList {
    margin: 20px 0 0 0;
    padding: 0;
}
ul.newsDocsList li {
    list-style: none;
    width: 220px;
    height: 270px;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 0 0 15px 0 #999;
    padding: 3px;
    text-align: center;
    display: inline-block;
    margin: 0 10px 10px 0;
    background-color: #fff;
}
ul.newsDocsList li .imgblock {
    margin-bottom: 2px;
    height: 100px;
}
ul.newsDocsList li img {
    max-width: 100px;
    max-height: 100px;
    
}
ul.newsDocsList li input {
    width: 98%;
    margin-bottom: 5px;
}
ul.newsDocsList li textarea {
    width: 96%;
    margin-bottom: 5px;
}
ul.newsDocsList li span {
    color: red;
    cursor: pointer;
}

ul#formsLabel {
    padding: 0;
}
ul#formsLabel li {
    list-style: none;
    border: 1px solid #999999;
    background-color: #fff;
    padding: 10px;
    margin-bottom: 10px;
}

#settingNav {
    line-height: 40px;
    margin-top: 20px;
    border-bottom: 1px solid #dddddd;
}
#settingNav ul {
    margin: 0;
    position: relative;
    padding: 0;
    margin-bottom: -1px;
}
#settingNav ul li {
    display: inline-block;
    padding: 0 20px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    cursor: pointer;
    font-weight: bold;
    color: #333333;
}
#settingNav ul li.active {
    border: 1px solid #dddddd;
    border-bottom: none;
    background-color: #ffffff;
    color: #0782C1;
}
div.datablock {
    border: 1px solid #ccc;
    border-top: none;
    padding: 10px;
    display: none;
}

table.maketTable {
    width: 800px;
}
table.maketTable td {
    border: 1px solid #ccc;
    vertical-align: top;
    height: 100px;
}

table.maketTable div.addLink {
    margin: 5px;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    padding: 3px;
    cursor: pointer;
    text-align: center;
}
table.maketTable div.addForm {
    margin: 5px;
    display: none;
    border: 1px solid #ccc;
    padding: 3px;
    cursor: pointer;
    text-align: center;
}

ul.blocsList {
    margin: 10px 0;
    padding: 5px;
}
ul.blocsList li {
    list-style: none;
    padding: 5px;
    margin: 0 0 10px 0;
    border: 1px solid #ccc;
    background-color: #ffffff;
}
ul.blocsList li button {
    color: #000000;
    cursor: pointer;
}
ul.blocsList li button a {
    text-decoration: none;
    color: #000000;
}

ul#editMenuList {
    padding: 0;
}
ul#editMenuList li {
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    list-style: none;
    padding:5px 0 5px 10px;
}
ul#editMenuList li ul {
    display:none;
}

div.editMenuItemForm {
    border:1px solid #ccc;
    padding: 10px;
    margin: 10px;
    display: none;
}


div.previuDising {
    width: 600px;
    margin: 5px;
    padding: 5px;
    border: 1px solid #ccc;
    float: right;
    height: 400px;
}

div.previuDising div.siteBlock {
    width: 70%;
    margin: auto;
    margin-bottom: 1%;
    border: 1px solid #ccc;
    height: 94%;
}

div.previuDising div.siteInkBanner{    
    position: relative;
    width: 100%;
    z-index: 999;
    height: 15px;
    background: #0A9D4C;
    text-align: center;
    color: #fff;
    font-size: 10px;
    padding-top: 5px;
}

ul.pagination {
    width: 100%;
    text-align: center;
    padding: 0;
}
ul.pagination li {
    display: inline-block;
    margin: 0 15px;
    font-size: 14pt;
    font-weight: bold;
}
ul.pagination li a {
    color: #000000;
    text-decoration: none;
    border-bottom: 1px dashed #000000;
}

ul#newsCommentsList {
    padding: 0;
}
ul#newsCommentsList li {
    list-style: none;
    margin-bottom: 10px;
    border-bottom: 1px dashed #dddddd;
    padding-bottom: 5px;
}
ul#newsCommentsList li:last-child {
    border: none;
}
ul#newsCommentsList li div.commentName{
    font-size: 110%;
    font-weight: bold;
    background: url('/img/iconcomment.png') no-repeat;
    padding-left: 35px;
}
ul#newsCommentsList li div.commentText{}
ul#newsCommentsList li div.commentDate{
    font-size: 80%;
    color: #ccc;
}

#addNewsComment {
    border-top: 1px dashed #dddddd;
}
#addNewsComment label {
    font-weight: bold;
}
#addNewsComment input[type=text] {
    line-height: 25px;
    border: 1px solid #dddddd;
    border-radius: 5px;
}
#addNewsComment textarea {
    border: 1px solid #dddddd;
    border-radius: 5px;
}
#addNewsComment input[type=button] {
    line-height: 25px;
    border: 1px solid #cccccc;
    border-radius: 5px;
    background: none;
    background-color: #dddddd;
    padding: 0 30px;
}

#newsPage h1 {
    margin: 10px 0;
    padding: 0;
    border-bottom: 1px dashed #ccc;
    font-size: 22px;
    font-weight: bold;
}


ul#newsPhotoList {
    padding: 0;
}
ul#newsPhotoList li {
    list-style: none;
    width: 220px;
    height: 230px;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 0 0 15px 0 #999;
    padding: 3px;
    text-align: center;
    display: inline-table;
    margin: 0 10px 10px 0;
    background-color: #fff;
}
ul#newsPhotoList li img {
    max-width: 230px;
    max-height: 230px;
    cursor: pointer;
}

ul#newsPhotoList li .imgblock {
    width: 220px;
    height: 230px;
}
ul#newsDocsList {
    margin: 0;
    padding: 0;
    font-size: 10pt;
}
ul#newsDocsList li {
    display: inline-block;
    width: 33%;
    margin-bottom: 10px;
}
ul#newsDocsList li img {
    width: 70px;
    float: left;
    margin: 0 10px 0 0;
}

span.selectSubGroupToMenuFilter {
    padding: 5px;
    border: 1px solid #ccc;
    margin: 0 5px 0 0;
}
div#listMenuSubGroupFilter {
    padding: 5px;
    margin-bottom: 5px;
}

#adminMenu h3 {
    color: #ffffff;
    border-bottom: 1px dashed #ffffff;
}
#adminMenu h4 {
    color: #ffffff;
}

fieldset .fieldsetbody {
    display: none;
}
fieldset legend span {
    cursor: pointer;
}

#shopProperties, #catalogsProperties {
    padding: 0;
}
#shopProperties li, #catalogsProperties {
    list-style: none;
    padding: 5px 0;
    border-bottom:  1px dashed #ccc;
}

ul.dopfieldlist {}
ul.dopfieldlist li {
    list-style: none;
    display: inline-table;
    width: 30%;
    padding: 0 1%;
}

div#ajaxBg {
    width: 100%;
    height: 100%;
    z-index: 999;
    background-color: rgba(0,0,0, 0.3);
    position: fixed;
    top: 0;
    left: 0;
}
div#ajaxBody {
    min-width: 300px;
    min-height: 150px;
    background-color: #fff;
    border-radius: 10px;
    text-align: center;
    margin: 50px 0;
    z-index: 999;
    padding: 20px;
    left: 0;
    top: 0;
    position: absolute;
}
div#ajaxImgTitle {
    font-weight: bold;
    font-size: 120%;
}
div#ajaxImgDesc {
    font-size: 80%;
}

.support-messages {
    padding: 0;
    width: 100%;
}
.support-messages li {
    list-style: none;
    border:1px solid #cccccc;
    width: 90%;
    max-width: 700px;
    margin: 10px 0;
    padding: 5px;
}
.support-messages li.user-message {}
.support-messages li.user-message .message-date {
    width: 100%;
    padding: 5px;
}
.support-messages li.admin-message {
    margin-left: 30px;
}
.support-messages li.admin-message .message-date {
    text-align: right;
    width: 100%;
    padding: 5px;
}

/**/
.default-image-list {
    display: none;
}
h3.default-image-block {
    cursor: pointer;
}
