/* GENERAL STYLES */
.demo_content
{
  float: left;
  width: 700px;
  background: url(/img/tools/demo/background.jpg) top no-repeat;
  margin: -20px 0 0 0;
}

.demo_title
{
  float: left;
  width: 600px;
  height: 40px;
  background-image: url(/img/icons/24_hammer.png);
  background-repeat: no-repeat;
  background-position: 0% 50%;
  padding-left: 34px;
  line-height: 40px;
  font-family: calibri, arial;
  font-size: 22px;
  font-weight: bold;
  color: #333;
  overflow: hidden;
  margin: 20px 0 0 20px;
}

.demo_text
{
  float: left;
  width: 350px;
  line-height: 18px;
  color: #333;
  margin: 30px 0 0 20px;
}

.demo_text ul
{
  padding-left: 15px;
  margin: 0 0 0 10px;
}

.demo_related
{
  position: relative;
  float: right;
  width: 250px;
  background: url(/img/tools/demo/related.jpg) bottom;
  padding: 0 20px 20px 20px;
  color: #333;
  margin: 136px 0 0 0;
  z-index: 2;
}

.demo_related_title
{
  font-size: 14px;
  font-weight: bold;
  color: #333;
  margin: 0 0 5px 0;
}

.demo_related_tools
{
  margin-left: 10px;
  width: 210px;
}

.demo_related_tools ul
{
  padding-left: 15px;
  color: #800000;
  margin: 0px;
}

.demo_related_tools a
{
  font-weight: bold;
  color: #333;
}

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

.demo_related_call
{
  height: 54px;
  background: url(/img/tools/demo/call.png) no-repeat;
  padding: 10px;
  text-align: center;
  font-weight: bold;
  color: #666;
  overflow: hidden;
  margin: 20px 0 0 0;
}

.demo_related_call i
{
  font-size: 18px;
  line-height: 22px;
  color: #333;
}

#accordion
{
  position: relative;
  background: white;
  font-size: 11px;
  line-height: 15px;
  margin: -1px 0 0 0;
}

#accordion h3.toggler
{
  cursor: pointer;
  height: 24px;
  padding: 0px 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  color: #333;
  overflow: hidden;
  margin: 1px 0 0 0;
}

#accordion .toggler
{
  background: red;
}

/* EDITOR PROPERTIES */

