/* $Id$ */
.b-icon {
	position:absolute;
	width:30px;
	height:30px;
	overflow:hidden;
	top:0;
	margin:2px 0 0 -40px;
	user-select:none;
	-webkit-user-select:none;
	-moz-user-select:none;
	background: url(../../../img/menu-icons.png) no-repeat;
}
