﻿p.newshead{
	padding: 0 0 0 10px;
}

#rss{
	background-color: #fafafa;
	margin: 5px auto 10px auto;
	padding: 15px;
	/* overflow: hidden;*/
	overflow: scroll;
	height:150px;
}

#rss ul{
	list-style: inside url(../imgs/icon_blue.gif) ;
}
#rss li{
	margin: 10px 0 10px 0;
}

#rss li:first-child{
	margin: 5px 0 10px 0;
}

#rss li:last-child{
	margin: 10px 0 5px 0;
}

h2.rsstitle {
  position: relative;
  padding: .75em 1em;
  background-color: #f0f0f0;
}
h2.rsstitle::before,
h2.rsstitle::after {
  content: '';
  position: absolute;
  top: 100%;
  border-style: solid;
  border-color: transparent;
}
h2.rsstitle::before {
  left: 0;
  border-width: 0 15px 15px 0;
  border-right-color: #ccc;
}
h2.rsstitle::after {
  right: 0;
  border-style: solid;
  border-width: 15px 15px 0 0;
  border-top-color: #ccc;
}

