@charset "UTF-8";
/* CSS Document */

.hsbox {
	margin-bottom: 10px;
	border-radius: 10px 0 0 10px;
	margin-left: auto;
	margin-right: auto;
}
.hsnews {
	background: none;
	padding: 0;
	width: 230px;
	margin-top: 20px;
}
.hsbox b {
	display: block;
	text-align: left;
}
.hsnews b {
	font-size: 140%;
	font-weight: bold;
	line-height: 150%;
	background: url("images/bg-magentahead.png") top right no-repeat;
	text-shadow: 0 -1px 0 rgba(0,0,0,.5);
	color: #fff;
	padding-top: 3px;
	padding-left: 30px;
	padding-bottom: 3px;
	margin-top: 10px; 
}
.hsbox ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	padding-bottom: 9px;
	-webkit-margin-before: 1em;
  	-webkit-margin-after: 1em;
}
.hsnews ul {
	margin: 0;
	margin-left: 15px;
	padding-left: 10px;
	padding-right: 10px;
	background: url("images/bg-sidebar.png") repeat-y #ebc4d6;
	border-radius: 0 0 0 5px;
}
.hsbox li {
	background: url("images/arrow.png") center right no-repeat;
	border-top: 1px solid #dfbece;
	border-bottom: 1px solid #ad8b9b;
}
.hsbox a {
	display: block;
	font-weight: bold;
	padding: 3px 20px 3px 5px;
}
.hsbox a:link, .hsbox a:visited {
	text-decoration: none;
	color: #025247;
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
}
.hsbox a.highlight:link, .hsbox a.highlight:visited {
	background: #ad8b9b;
}
.hsbox a:hover, .hsbox a:active {
	text-decoration: none;
	background: rgba(255,255,255,.2);
	color: #037465;
}
.hssmall {
	font-size: 90%;
}