@CHARSET "UTF-8";
#ampnewsticker
{
	position: relative;
	overflow: hidden;

}
#ampnewsticker_border
{
	margin-left: 6px;
	margin-right: 6px;
	width: auto;

	height: 25px;
}
.ampnewsticker_container
{
	position: relative;
	font-weight: normal;
	text-decoration: none;
	display: block;
	float: left;
	height: 25px;
}
.ampnewsticker_item, .ampnewsticker_label span
{
	position: absolute;
	top: 5px;
	color: #4E9258;
	left: 7px;
}
.ampnewsticker_label
{
	position: relative;
	font-weight: normal;
	display: block;
	float: left;
	height: 25px;
}
.ampnewsticker_divider
{
	position: relative;
	border-left: 1px solid #4E9258;
	width: 1px;
	height: 16px;
	top: 3px;
	float: left;
}
.ampnewsticker_item a
{
	color: #7E7E7E;
	text-decoration: none;
}
.ampnewsticker_item a:hover
{
	color: #7E7E7E;
	text-decoration: none;
}
.ampnewsticker_left_side
{
	position: absolute;
	top: 0;
	left: 0;
	width: 6px;
	height: 25px;

}
.ampnewsticker_right_side
{
	position: absolute;
	top: 0;
	right: 0;
	width: 6px;
	height: 25px;
}