/*
  site/css/3cols.css
*/

/* import basic css for 3 column layout */
@import url("../../css/3_columns.css");

/* import css for all layout types */
@import url("common.css");

/* start contentRelated */

div#contentRelated {
  font-size: .9em;
}

div#contentRelated div.relatedBlock {
  border: 1px solid #009;
  margin: .5em 0;
}

div#contentRelated .relatedBlockContent {
  padding: .4em;
}

div#contentRelated h2 {
  color: #fff;
  background: none #009;
  font-size: 1em;
  font-weight: bold;
  padding: .2em .5em;
  border-bottom: 1px solid #009;
  margin: 0;
}

div#contentRelated ol#relatedLinks {
  padding: 0 0 0 1.4em;
}

div#contentRelated ol#relatedLinks li {
  list-style-type: disc;
}

/* end contentRelated */
