body .toolbarContainer {
	background-color : #00f;
	background-image: url(/ic/images/toolbar48.gif);
	
}
body .toolbar {
	min-height : 48px;
	_height : 48px;
}

body .toolbarItem {
	float : left;
	padding : 1px 2px;
	margin : 0 2px 1px 0;
	cursor : pointer;
}

body .toolbarItem.selected, .toolbarItem.down {
	margin : 1px 1px 0 1px;
	padding : 0px 1px;
	border : 2px solid #cb0000;
	background-color : #fafaff;
}

body .toolbarButton.hover {
	padding : 0px 1px;
	border : 2px solid #99c;
}

