/*================ NOTER CET ARTICLE ====================*/

.noter_article 
 {
	float: left;
	height: 26px;
	width: 104px;
 	margin: 7px 0 0 0;
	padding: 7px 0 0 130px;
	background: url(../images/bg_noter_article.png) top left no-repeat;
}

.noter_article span 
 {
	display: none
}

.noter_article .menu_noter
{
	position:relative;
	display:block;
	width:95px;
	height:15px;
	margin:0;
	padding: 0;
	background:#ffffff;
	overflow:hidden;
}

.noter_article .bg_menu_noter
{
	float:left;
	display:block;
	width:0;
	height:15px;
	background:#18aadd;
}

.noter_article .navcontainer_menu_noter
{
	position:absolute;
	top:0;
	left:0;
	width:95px;
	height:15px;
}
.noter_article .navcontainer_menu_noter ul
{
	float:left;
	display:block;
	width:95px;
	height:15px;
	margin: 0;
	padding: 0;
	background:url(../images/menu_vote.png) left top no-repeat;
	_background-image:none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/extension/hfpvote/design/standard/images/menu_vote.png', sizingMethod='crop');
}

.noter_article .navcontainer_menu_noter ul li
{
	float:left;
	display:block;
	width:18px;
	height:15px;
	list-style-type:none;
}

.noter_article .navcontainer_menu_noter ul li a
{
	position:relative;
	float:left;
	display:block;
	width:18px;
	height:15px;
}