/* News boxes */
.news {
	clear: both;
	padding: 5px;
}

.news h2  {
 	text-align: right;
	position: relative;
	margin: 0 0 10px 0;
	padding: 0;
	width: 100%;

}

.news h2 a {
	display: block;
 	border-top: 3px solid #b6bea6;
 	padding-top: 3px;
}

.news h2 a:link, .news h2 a:visited {
	text-decoration: none;
		color: #8D2705;
}

.news h2 a:hover {
	color: #888;
}


.news h2 span {
  background: transparent url('/images/home_page/header_tabs/news_tab.gif') center left no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 11px;
  color: #fff;
  width: 109px;
  height: 23px;
  text-align: left;
  line-height: 23px;
  letter-spacing: .1em;
  padding-left: 7px;
}

.news h2 span.long-tab {
	letter-spacing: 0;
}

.news ul.logistics li {
	list-style: none;
	font: normal 11px arial, Helvetica, sans-serif;