/* GENERAL STYLES */
.s_banner
{
  height: 100px;
  overflow: hidden;
}

.s_menu
{
  height: 30px;
  background: url(/img/tools/menu.png);
  padding-left: 5px;
  padding-right: 5px;
  font-weight: bold;
  line-height: 20px;
  overflow: hidden;
  margin-top: 1px;
  margin-bottom: 20px;
}

.s_menu_active
{
  float: left;
  height: 20px;
  background: url(/img/tools/menu_left.png) no-repeat white;
  margin-top: 5px;
  margin-left: 5px;
  display: inline;
}

.s_menu_active a
{
  background: url(/img/tools/menu_right.png) no-repeat 100% 0;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  display: block;
}

.s_menu_link
{
  float: left;
  height: 20px;
  margin-top: 5px;
  margin-left: 5px;
  display: inline;
}

.s_menu_link a
{
  color: #333;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  display: block;
}

.leftmenu_absolute
{
  position: absolute;
  top: 259px;
  left: 30px;
  bottom: 65px;
  width: 170px;
  background: url(/img/leftmenu_bg.png);
}

.leftmenu
{
  position: relative;
  float: left;
  width: 170px;
  line-height: 30px;
  font-weight: bold;
  padding: 17px 0 7px 0;
  margin-right: 20px;
}

.leftmenu_top
{
  position: absolute;
  top: 0;
  left: 0;
  width: 170px;
  height: 10px;
  background: url(/img/leftmenu_top.png);
  overflow: hidden;
}

.leftmenu_bottom
{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 170px;
  height: 10px;
  background: url(/img/leftmenu_bottom.png);
  overflow: hidden;
}

.leftmenu_link
{
  float: right;
  height: 30px;
  padding: 5px 20px 5px 25px;
  margin: -10px 0 0 0;
}

.leftmenu_link a
{
  color: #333;
}

.leftmenu_link a:hover
{
  color: #800000;
}

.leftmenu_active
{
  background: url(/img/leftmenu_link.png) left;
}

.leftmenu_active a
{
  color: #800000;
}

.leftmenu_active a:hover
{
  text-decoration: underline;
}

.leftmenu_secondlinks
{
  float: right;
  padding: 0 20px 0 0;
  text-align: right;
  font-size: 11px;
  font-weight: normal;
  line-height: 18px;
  margin: 0 0 10px 0;
}

.leftmenu_secondlinks a
{
  color: #666;
}

.leftmenu_secondlinks a:hover
{
  text-decoration: underline;
}

.leftmenu_secondlinks .active a
{
  color: #800000;
  text-decoration: underline;
}

.box
{
  background: #f9f9f9;
  padding: 10px;
  border: 1px dashed #ddd;
}

.box_1
{
  background: #ece7d0;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 0px;
  border: 1px solid #fff;
  margin-bottom: 5px;
  margin-right: 5px;
}

ul
{
  text-indent: 0px;
}

/* EDITOR PROPERTIES */

