html {
    padding: 0;
    margin: 0;
    background-color: #000;
}
body {
    padding: 0;
    margin: 0;
    background: url(/img/main-back.jpg) no-repeat;
    background-size: 100% 100%;
}
p {
    color: #000;
}
h2 {
    background-color: #ddd;
    margin: 5;
    padding: 10;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    /*width: 365px;*/
}
.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 {

}
.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;
}
div {
    padding: 10px;  font-family:Georgia, Times, serif; font-size:15px;
}
/* LIST #4 */
#list4 {padding: 10px;  font-family:Georgia, Times, serif; font-size:15px; }
#list4 a {
    padding-left: 5px;
}
#list4 ul { list-style: none; }
#list4 ul li {display: inline-block;
    padding: 5px;
    width: 24%;
     }
#list4 ul li a { display:block; text-decoration:none; color:#000000;
    background-color:#FFFFFF; line-height:30px;
    border-bottom-style:solid; border-bottom-width:1px; border-bottom-color:#CCCCCC;
    padding-left:10px; cursor:pointer; }
#list4 ul li a:hover { color:#FFFFFF; background-image:url(/img/hover.png);
    background-repeat:repeat-x; }
#list4 ul li a strong { margin-right:10px; }

.items td {
    width: 50%;
}

.img{
    padding-top: 50px;
    width: 100%;
}

.treeview {
    background-color: #ddd;
    margin: 10;
    padding: 10;
    border-radius:6px;
    -webkit-border-radius:6px;
    -moz-border-radius:5px;
    -khtml-border-radius:10px;
}
.treeview td {
    width: 0%;
}

.main {
    width: 94%;
    background-color: #ddd;
    margin: 5 5 5 55;
    padding: 10;
    border-radius: 6px;
    -webkit-border-radius: 6px;
}

.main td {
    vertical-align: text-bottom;
}