/* Button */

.gui-eightysix-button {
	margin-bottom: 3px;
	height: 20px;
	white-space: nowrap;
	margin-right: 2px;
	display: block;
	width: auto;
	background: transparent url('../img/gui-eightysix/button/bg.png') repeat-x top left;
	padding: 0 !important;
}
.gui-eightysix-button:hover {
	background-image: url('../img/gui-eightysix/button/bg-hover.png');
	color: #375669;
}

	.gui-eightysix-button span {
		padding: 2px 0 3px 3px;
		display: block;
		height: 15px;
		margin-right: -2px;
		text-align: center;
	}
	*html .gui-eightysix-button span {
		margin-right: 0;
	}
	
	.gui-eightysix-button span {
		background: transparent url('../img/gui-eightysix/button/bg-r.png') no-repeat top right;
	}
	.gui-eightysix-button:hover span {
		background-image: url('../img/gui-eightysix/button/bg-r-hover.png');
	}
		.gui-eightysix-button span b {
			font-weight: normal;
			padding: 0 8px 0 4px;
			font-size: 11px; 
		}
	.gui-eightysix-button img {
		margin-right: 3px;
	}
	
	.gui-eightysix-button.selected {
		background-image: url('../img/gui-eightysix/button/bg-selected.png');
	}
		.gui-eightysix-button.selected span {
			background: url('../img/gui-eightysix/button/bg-r-selected.png') no-repeat top right;
		}
	
	*html .selected {
		background: none;
	}