html, body {
   padding: 0px;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 11px;
   color: #555555;
}

li {
   list-style: square;
   margin-bottom: 2px;
   margin-top: 2px;
   margin-left: 20px;
   /*display: block;*/
}

hr
{
  border: none 0;
  border-top: 1px dashed #000;
  height: 1px;
}

#copyr {
   font-size: 9px;
   color: #aaaaaa;
   letter-spacing: 1px;
   margin-left: 100px;
}

.item_title_bg 
{
  display: block;
  background-color: #f7f7f7;

  color: #000000;
  font-size: 11px;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;

  border-bottom-color: #dfdfdf;
  border-bottom-style: solid;
  border-bottom-width: 1px;

  border-top-color: #000000;
  border-top-style: solid;
  border-top-width: 1px;
  
  margin: 15px;
}

.item_title1 
{
  display: block;
  margin: 5px;
  font-size: 13px;
  font-weight: 700;
}

.item_title1 a 
{
  color: #000000;
  text-decoration: none; 
}

.item_title2 
{
  display: block;
  margin: 5px;
}

.item_title2 a 
{
  text-decoration: none; 
}

.item_text 
{
  display: block;
  color: #000000;
  font-size: 11px;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  margin: 15px;
  line-height: 14px;
}

.item_text img
{
  border: 0px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.item_text a
{
  text-decoration: none; 
}

.item_text ul 
{
  margin: 0px;
  padding: 0px;
}

.item_panel 
{
  display: block;
  color: #000000;
  font-size: 11px;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  margin: 15px;
}

.item_panel a 
{
  text-decoration: none; 
}

.menu 
{
  margin-bottom: 10px;
}

.menu a
{
  text-decoration: none;
  color: #555555;
}

.menu a:hover
{
  text-decoration: underline;
  color: #555555;
}

.menu-right
{
  padding-left: 10px;
}

.menu-right ul {
  float: left;
  width: 15em; /* width is changed */
  margin: 0;
  padding: 0;
  list-style: none;
}
 
.menu-right li {
  float: left;
  width: 10em;
  margin: 0;
  padding: 0 0 0 1em; 
  list-style: none;
}

.menu-right a
{
  text-decoration: none;
  color: #555555;
}

.menu-right a:hover
{
  text-decoration: underline;
  color: #555555;
}

.menu-right2 {
  display: block;
  padding: 10px;
}

.menu-right2 a
{
  text-decoration: none;
  color: #555555;
}

.menu-right2 a:hover
{
  text-decoration: underline;
}

.menu-right2 li {
  margin: 0 0 0 10px;
  padding: 0 0 0 0em; 
}

.menu-right2 ul {
  margin: 0px;
  padding: 0em; 
}


.navigation a {
  text-decoration: none;
  color: #555555;
}

.navigation a:hover {
  text-decoration: underline;
}

.comm_data {
  display: block;
  background: #ffffff url(images/cite.png) no-repeat left top;

  margin: 15px;

  font-size: 11px;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  line-height: 14px;
}

.comm_text {
  padding-left: 70px;
  padding-top: 10px;
}

.form_table input, textarea {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 9px;
   color: #555555;
}

.inp_autor {
   width: 160px;
}

.inp_email {
   width: 160px;
}

.inp_www {
   width: 320px;
}

.inp_tresc {
   width: 320px;
   height: 40px;
}


.comm_title1 
{
  display: block;
  margin: 15px;
  font-size: 13px;
  font-weight: 700;
}

.children ul
{
   margin: 0px;
   paddding: 0px;
}


