/*#px_announcements {
	height:32px;
	margin-bottom:3px;
	padding:0 8px 0 0;
	position:relative;
	overflow:hidden;
}
.px_announcement_item, .px_announcement_item_only  { 
	position:absolute; 
	top:0; 
	left:10px;
	margin:0;
}
.px_announcement_item p, .px_announcement_item_only p { line-height:32px; padding:0; }
#px_announcements a { color:#333; text-decoration:none; }
#px_announcements a:hover { text-decoration:underline; }
.btn_announcement { float:right; margin-right:4px; }*/


#px_announcements {
	background:url(/images/bg_announcement.jpg) no-repeat 20px 0;
	height:34px;
	margin-top:1px;
	margin-bottom:3px;
	padding:4px 8px 0 30px;
	position:relative;
	overflow:hidden;
	display:block;
}
.px_announcement_item, .px_announcement_item_only  { 
	position:absolute; 
	top:2px; 
	left:90px;
	margin:0;
}
.px_announcement_item p, .px_announcement_item_only p { padding:0 0 0 20px; font:normal 15px/32px "Georgia", "Times New Roman", serif; }
#px_announcements a {color:#fff; text-decoration:none;}
#px_announcements a:hover {text-decoration:underline;}
.btn_announcement {float:right; margin:2px 4px 0 0;}