/* $Id: article.css 39 2008-09-08 14:48:29Z edin.coralic $ */

.article h2 {
	font-size: 1.5em;
	font-weight: bold;
  margin-top: 1em;
  padding-top: 1em;
  border-top: 1px solid #e5e6e8;
}

.article h2 a,
.article .more a {
	color: #005ec4;
	text-decoration: none;
}

.article h2 a:hover,
.article .more a:hover {
	text-decoration: underline;
}

.article .more a {
  background: url(/media/dsg/back_arrow.gif) no-repeat center right;
  padding-right: 15px;
}

.article .files {
  border-top: none;
  margin-bottom: 0;
}

.article .items_list .files h5 {
  font-size: 1.3em;
  color: #666;
  margin-top: 1em;
}

.article .items_list .login_notice {
  font-size: 1.3em;
  margin-top: 1em;
}

.article .items_list .login_notice a {
  background: url(/media/dsg/back_arrow.gif) no-repeat center right;
  padding-right: 15px;
}
