﻿/* RADIO FILTER.CSS */

.filterRadio{
float:left;
background-color:transparent;
color:#fff;
width:100%;
line-height:1em;
text-align:left;
margin:0;
display:none;
}

.showRadio{display:block}
.leegRadio{display:none}

.btnRadio{
border:none;
outline:none;
padding:5px 8px 5px 8px;
background-color:transparent;
cursor:pointer;
font-size:1.2em;
margin:0 4px 4px 0;
min-width:49%;
border-radius:8px;
color:#daa520;
text-align:center;
text-shadow:1px 1px 1px #000;
}

.btnRadio:hover{background-color:#606060}

.btnRadio.active{background-color:#dcdcdc;color:#fff;text-shadow:0 0 0 transparent}
