/* GENERAL STYLES */
.s_content
{
  overflow: hidden;
}

.s_breadcrumbs
{
  background: url(/img/tools/line.png) repeat-x bottom;
  margin-bottom: 20px;
}

.s_breadcrumbs a
{
  color: #406a80;
}

.s_breadcrumbs a:hover
{
  color: #804040;
}

.s_breadcrumbs span
{
  color: #804040;
}

.s_title_big
{
  font-size: 18px;
  font-weight: bold;
  color: #800000;
  margin-bottom: 15px;
}

.s_title_small
{
  font-size: 14px;
  font-weight: bold;
  color: #333;
}

ul
{
  margin: 10px 0 0 10px;
}

.s_column
{
  float: left;
  width: 284px;
  color: #333;
  overflow: hidden;
  margin-right: 19px;
}

.s_column b
{
  font-size: 13px;
}

.s_tool
{
  float: left;
  position: relative;
  width: 284px;
  height: 130px;
  background-image: url(/img/tools/tooloverview.png);
  behavior: url(/iepngfix.htc);
  overflow: hidden;
  margin-top: 20px;
  margin-right: 19px;
}

.s_tool a
{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 284px;
  height: 130px;
  cursor: pointer;
  display: block;
  z-index: 2;
}

.s_tool_content
{
  position: absolute;
  top: 10px;
  left: 10px;
  width: 264px;
  height: 110px;
  z-index: 1;
}

.s_tool_content_title
{
  background-image: url(/img/icons/16_tools.png);
  background-position: 0% 50%;
  background-repeat: no-repeat;
  padding-left: 21px;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 4px;
}

.s_tool_content_column
{
  width: 264px;
  height: 90px;
  line-height: 15px;
  color: #333;
  overflow: hidden;
}

.s_category
{
  float: left;
  position: relative;
  width: 284px;
  height: 100px;
  background-image: url(/img/tools/categoryoverview.png);
  behavior: url(/iepngfix.htc);
  overflow: hidden;
  margin-top: 20px;
  margin-right: 19px;
}

.s_category a
{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 284px;
  height: 100px;
  cursor: pointer;
  display: block;
  z-index: 2;
}

.s_category_content
{
  position: absolute;
  top: 10px;
  left: 10px;
  width: 284px;
  height: 250px;
  z-index: 1;
}

.s_category_content img
{
  position: absolute;
  top: 0px;
  left: 0px;
  behavior: url(/iepngfix.htc);
  border: 0px;
}

.s_category_content_title
{
  position: absolute;
  top: 90px;
  left: 0px;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 4px;
}

.s_category_content_column
{
  position: absolute;
  top: 110px;
  left: 0px;
  width: 264px;
  height: 120px;
  line-height: 15px;
  color: #333;
  overflow: hidden;
}

.t_overview
{
  position: relative;
  float: left;
  width: 890px;
  height: 220px;
  overflow: hidden;
  margin: 20px 0 0 0;
}

.t_overview .t_category
{
  float: left;
  width: 162px;
  height: 100px;
  margin: 0 20px 20px 0;
}

.t_overview .t_category a
{
  height: 100%;
  display: block;
}

.t_overview .t_category a:hover
{
  background-position: 0 100%;
}

.t_overview .t_own
{
  position: absolute;
  top: 0;
  right: 0;
  width: 162px;
  height: 220px;
  margin: 0;
}

/* EDITOR PROPERTIES */

