
.mblDomButtonGrayArrow, .mblDomButtonArrow {
	background-image: url(../common/domButtons/compat/mblDomButtonGrayArrow.png);
	background-repeat: no-repeat;
}
.mblDomButtonGrayArrow div, .mblDomButtonArrow div {
	display: none;
}
.mblDomButtonDarkBlueCheck, .mblDomButtonCheck {
	background-image: url(../common/domButtons/compat/mblDomButtonDarkBlueCheck.png);
	background-repeat: no-repeat;
}
.mblDomButtonDarkBlueCheck div, .mblDomButtonCheck div {
	display: none;
}
*html li.mblListItem.mblVariableHeight { 
	height: 0;
}
.mblListItemIcon {
	top: 13px;
}
.mblListItem .mblArrow {
	border-style: none;
	width: 9px;
	height: 13px;
	background-image: url(compat/gray-arrow.png);
}
.mblItemSelected .mblArrow {
	background-image: url(compat/white-arrow.png);
}
*html .mblListItemTextBox { 
	height: 100%;
}
*html li.mblListItem.mblVariableHeight .mblListItemTextBox { 
	height: auto;
}
