﻿.columnLeft
{
  width: 260px;
}
.columnRight
{
  width: 686px;
}



.blockList
{
  padding: 5px 0;
}
.blockList ul
{
  padding: 0;
  margin: 0;
  list-style:none;
}
.blockList ul li
{
  padding: 0;
  margin: 0;
}
.blockList ul li li
{
  padding-left: 16px;
}
.blockList ul .blockListItemLast
{
  margin-top: 2px;
}
.blockList a
{
  color: #0c4d91;
  text-decoration: none;
  display: block;
  padding: 6px 0 6px 24px;
  background: url('/images/arrow.gif') 12px center no-repeat;
}
.blockList .selected a
{
  color: #e57b00;
  font-weight: bold;
  background: url('/images/arrow_orange.gif') 12px center no-repeat;
}
.blockList .selected ul li a
{
  color:#0C4D91;
  font-weight:normal;
  background: url('/images/arrow.gif') 12px center no-repeat;
}


.blockList ul {
  border-bottom: 1px solid #e1ecff;
}
.blockList li {
  border-top: 1px solid #e1ecff;
  zoom:1;
}
.blockList ul ul {
  border:none; 
}


.headerButtons
{
}
.editMode .headerButtons
{
  position:static;
  left:50px;
}


.image-align-left
{
  float: left; margin: 0 10px 10px 0;
}
.image-align-right
{
  float: right; margin: 0 0 10px 10px;
}