﻿.EgRadioButtonList
{
    height:auto;
}
.EgRadioButtonList_item
{
    padding:5px;cursor:pointer;
    float:left;background:url('icon.png') no-repeat 5px center;margin:0px 5px;text-indent:20px;font-size:14px;
    -webkit-transition:all 0.2s;background-size:16px 16px;
}
.EgRadioButtonList_item_on
{
    background-image:url('icon_on.png');background-size:16px 16px;
}
.EgRadioButtonList[enabled='false'] .EgRadioButtonList_item
{
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    cursor:no-drop;
}
/*.EgRadioButtonList_item:hover
{
    -webkit-box-shadow:rgba(102,102,102,0.5) 0px 0px 3px;
}*/