html {
    padding: 0;
    margin: 0;
    background-color: #000;
}
body {
    padding: 0;
    margin: 0;
    background: url(/img/main-back.jpg) no-repeat;
}
p {
    color: #000;
}
.styled-select {
    height: 34px;
    overflow: hidden;
    background: url(/img/new_arrow.png) no-repeat right #ddd;
    border: 1px solid #ccc;
}
.styled-select select {
    background: transparent;
    padding: 5px;
    font-size: 16px;
    line-height: 1;
    border: 0;
    border-radius: 0;
    height: 34px;
    width: 100%;
    -webkit-appearance: none;
}
.outer-wrapper {
    height: 150%;
}
.outer-wrapper table {
    margin: 10px;
}
.search img {
  margin: 10px;
}
.treeview ul{ /*CSS for Simple Tree Menu*/
    margin: 0;
    padding: 0;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
    list-style-type: none;
    padding-left: 22px;
    margin-bottom: 3px;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
    background: url(/img/closed.gif) no-repeat left 1px;
    background-size: 20px 20px;
    cursor: hand !important;
    cursor: pointer !important;
}


.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
    display: none; /*Hide them by default. Don't delete. */
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
    cursor: default;
}
.read {
    width: 20px;
    height: 20px;
}
h1 {
    margin: 10px;
}
.treeview {
    background-color: #ddd;
    margin: 10;
    padding: 10;
    border-radius:6px;
    -webkit-border-radius:6px;
    -moz-border-radius:5px;
    -khtml-border-radius:10px;
}
.treeview_index {
    background-color: #ddd;
    margin: 10;
    padding: 10;
    border-radius:6px;
    -webkit-border-radius:6px;
    -moz-border-radius:5px;
    -khtml-border-radius:10px;
}
table td {
    padding: 3px;
    vertical-align: top;
}
.info_img {
    padding: 10px;
}
.list_cat {
    color: #000;
    text-decoration: none;
}
.note {
    font-size: 16px;
    color: red;
}
.footer {
    padding: 10px;
}