/* GLOBAL RESET */
* {
  margin: 0;
  padding: 0;
}

li {list-style: none;}

img {border: none;}

/* GENERAL PROPERTIES */

* {
  font-family: arial;
}

body {
  font-size: 1em;
  text-align: center;
}

h1 {
  font-size: 1.3em;
  font-weight: normal;
  font-family: verdana;
  margin-bottom: 10px;
}

h2 {
  font-weight: bold;
  font-size: 0.9em;
  margin-bottom: 8px;
}

a {
}


/* DEPRECIATED PROPERTIES */

#main-layout {
  background: url(../../images/bg2_top.gif) top repeat-x;
  width: 100%;
}

#header {
  height: 405px;
  background: url(../../images/bg_top.jpg) top left no-repeat;
  padding-left: 680px;
  vertical-align: top;
  padding-right: 20px;
  text-align: center;
}

#logo {
  margin-top: 10px;
 margin-left: 30px;

}

#menu {
  width: 270px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}

  #menu ul {
    width: 215px;
    margin-left: auto;
    margin-right: auto;
  }

  #menu li {
    background: url(../../images/bg_menu.jpg) bottom repeat-x;
    padding-bottom: 8px;
    padding-top: 3px;
    text-align: center;
  }

  #menu li a {
    font: 18px arial;
    color: #f60;
    text-decoration: none;
  }

  #menu li a:hover {
    color: #000;
  }

#left {
  padding: 10px;
  vertical-align: top;
  font-size: 0.8em;
  background: #FFE6CC;
  width: 225px;
  padding-bottom: 20px;
}

  #left h1 {
    color: #f30;
    font-size: 20px;
  }

#right {
  padding: 10px;
  padding-left: 30px;
  padding-bottom: 20px;
  vertical-align: top;
}
  #right h1 {
    color: #3E5373;
  }
#nav {
  color: #f60;
  font-size: 0.8em;
  margin-top: 10px;
  margin-bottom: 10px;
}

  #nav a {
    color: #f60;
  }

  #nav a:hover {
    color: #f30;
    font-weight: bold;
  }

.description-block {
  font-size: 0.8em;
}

    .description-block .left {
      padding-left: 0px;
      padding-right: 20px;
      vertical-align: top;
      width: 210px;
    }
        .description-block .left img {
          display: block;
          padding: 3px;
          border: 1px solid #eee;
        }

        .description-block .left p {
          margin-top: 10px;
          margin-bottom: 10px;
        }

        .description-block .left a {
          color: #f60;
        }

        .description-block .left a:hover {
          color: #f30;
          font-weight: bold;
        }

    .description-block .right {
      padding-left: 0px;
      padding-right: 20px;
      vertical-align: top;
    }
        .description-block .right {

        }

        .description-block .right p {

          margin-bottom: 10px;
        }

        .description-block .right a {
          color: #f60;
        }

        .description-block .right a:hover {
          color: #f30;
        }

#address-block {
  width: 225px;
  font-size: 11px;
  color: #666;
  margin-top: 40px;
  text-align: center;
}

#address-block p {
  margin-bottom: 10px;
}

#address-block a {
  color: #666;
}
p#spaw {
	text-align: left !important;
	font-size: 0.8em;
}

p.alert {
 padding: 10px;
 border: none;
 background-color: #ffc;
 width: 100%;
 color: #000;
}

p.success {
 padding: 10px;
 background-color: #cfc;
 color: #000;
 width: 100%;
}


p.note {
	padding: 5px 10px 5px 10px;
	color: #999;
	background-color: #eee;
	font-size: 11px;
}
span.red {
	color: #c30;
}

p.edit {background: #ff; margin-top: 5px;}

a.edit {
 width: 24px;
 height: 24px;
 background: url("/images/edit.png") left center no-repeat;
 padding-left: 22px;
 padding-bottom: 2px;
 PADDING-TOP: 2px;
}

a.del {
 width: 24px;
 height: 24px;
 background: url("/images/del.png") left center no-repeat;
 padding-left: 22px;
 padding-bottom: 2px;
 PADDING-TOP: 2px;
}


form#admin {
	background-color: #eee;
	border-left: 5px solid #900;
	padding: 5px 10px 5px 10px;
	margin: 17px 0 10px 0;
	font-size: 11px;
}

form#admin input.logout {
	border: 1px solid #ccc;
	background-color: #999;
	color: #fff;
	font: normal 11px arial;
	margin-left: 10px;
}

li.level-1 {
}

li.level-2 {
  margin-left: 30px;
  list-style-type: circle;
}

li.level-3 {
  margin-left: 60px;
  list-style-type: square;
}

li.level-4 {
  margin-left: 90px;
  list-style-type: disc;
}

.tuman{
	filter:alpha(opacity=20)
}