@charset "utf-8";

/**
 * Style dla sformatowanych tekstow generowanych przez TinyMCE.
 *
 * Do elementu zawierajacego taki tekst nalezy dodac klase Ed (od EDitor),
 * w ten sposob:
 *
 * <div class="NewsContent Ed">
 *  ...
 * </div>
 *
 */ 

html .ed
{
  line-height: 18px;
}

html .ed p
{
  margin: 0 0 1.0em/*MB*/;
}

html .ed ol
{
  list-style: decimal outside;
  padding-left: 15px;
}

html .ed ul
{
  list-style: disc outside;
  padding-left: 15px;
}

html .ed ol li,
html .ed ul li
{
  margin: 0 0 1.0em/*MB*/;
}

.heading
{
  color: #dcc08d;
  font-size: 14pt;
  margin-bottom: 8px !important;
}

.arrow-link
{
  float: left;
  line-height: 20px;
  padding-right: 28px;
  background: url('img/arrow.png') no-repeat right top;
  color: #fff;
}

.arrow-link:hover
{
  background-position: right -20px;
  color: #e1be74;
  text-decoration: none;
}
