@charset "utf-8";

#rgnmenu{
  float:left;
	padding-top:20px;
  padding-left:15px;
	overflow:hidden;
	width:228px;
	height:auto;
}
#rgnmenuhead{
  float:left;
	overflow:visible;
	width:213px;
	height:29px;
	background-color:#fd7800;
}
div.rgnmenusep{
  float:left;
	overflow:visible;
	width:213px;
	height:1px;
	background-color:#cccccc;
}


div.rgnitem{
  float:left;
	margin-bottom:5px;
	line-height:normal;
	padding-left:8px;
	padding-right:8px;
	padding-top:8px;
	width:679px;
}
div.rgnsep{
  float:left;
	margin-top:5px;
  background-repeat:repeat-x;
	background-image:url('/images/news_sep.gif');
	height:2px;
	width:679px;
}

div.rgnitemtitle{
  line-height:100%;
	width:100%;
  clear:both;
	overflow:visible;
}
div.rgnitemdate{
  line-height:100%;
  clear:both;
}
div.rgnitempromo{
  line-height:100%;
  clear:both;
}
div.rgnitemlink{
  line-height:100%;
  clear:both;
}

span.itemtitle{
  font-size:14px;
	font-weight:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:inherit;
  color:#ed7204;
}
span.itemdate{
  font-size:11px;
	font-weight:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:inherit;
  color:#bfbfbf;
}
span.itempromo{
  font-size:11px;
	font-weight:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:inherit;
  color:#8d8667;
}
span.itemlink{
  font-size:11px;
	font-weight:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:inherit;
  color:#ed7204;
}
