.dropdown dt a span:hover {
    color: #444;
}
.dropdown dt :hover {
    color: #444;
}
.dropdown dd, .dropdown dt, .dropdown ul {
    margin: 0;
    padding: 0;
}
.dropdown dd {
    position: relative;
}
.dropdown a, .dropdown a:visited {
    color: #444;
    outline: medium none;
    text-decoration: none;
}
.dropdown a:hover {
    color: #fff;
}
.dropdown dt a:hover {
    color: #fff;
}
.dropdown dt a {
    background: rgba(0, 0, 0, 0) url("../images/arrow.png") no-repeat scroll right center;
    display: block;
    padding-left: 7px;
    padding-right: 19px;
    padding-top: 3px;
    padding-bottom: 2px;
}
.dropdown dt a span {
    color: #ccc;
    cursor: pointer;
    display: block;
    font-size: 12px;
}
.dropdown dd ul {
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
    color: #444;
    display: none;
    left: 0;
    list-style: outside none none;
    margin-top: 7px;
    position: absolute;
    width: 157px;
    background-color: white;
}
.dropdown span.value {
    display: none;
}
.dropdown dd ul li a {
    display: block;
    font-size: 13px;
    padding: 5px;
}
.dropdown dd ul li a:hover {
    background-color: #444;
}
.dropdown img.flag {
    border: medium none;
    margin-left: 10px;
    padding-top: 5px;
    vertical-align: middle;
}
.flagvisibility {
    float: right;
}
.dropdown {
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
    margin-left: 93px;
    margin-top: 0;
    padding: 0;
    position: absolute;
    z-index: 100;
}
.dropdown .dropdown_button {
    background: #595959 none repeat scroll 0 0;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    line-height: 29px;
    padding: 4px 12px;
    text-decoration: none !important;
    width: auto;
}
.dropdown input[type="checkbox"]:checked + .dropdown_button {
}
.dropdown input[type="checkbox"] + .dropdown_button .arrow {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
    display: inline-block;
    height: 0;
    width: 0;
}
#sample .btn2:hover {
    padding: 2px 13px !important;
}
.dropdown input[type="checkbox"]:checked + .dropdown_button .arrow {
    border-color: white transparent transparent;
}
.dropdown .dropdown_content {
    background: #595959 none repeat scroll 0 0;
    border: 1px solid #777;
    display: none;
    margin: 0;
    padding: 0;
    position: absolute;
}
.dropdown .dropdown_content li {
    border-bottom: 1px solid #555353;
    border-top: 1px solid #5f5d5d;
    line-height: 16px;
    list-style: outside none none;
    margin-bottom: 2px;
    margin-left: 0;
    margin-top: 2px;
}
.dropdown .dropdown_content li:hover {
    background: #444 none repeat scroll 0 0;
    border-bottom-color: #555;
    border-top-color: #555;
}
.dropdown .dropdown_content li a {
    color: #fff;
    display: block;
    font-size: 13px;
    padding: 2px 15px 2px 7px;
    text-decoration: none !important;
    white-space: nowrap;
}
.dropdown .dropdown_content li:hover a {
    color: white;
    text-decoration: none !important;
}
.dropdown input[type="checkbox"]:checked ~ .dropdown_content {
    display: block;
}
.dropdown input[type="checkbox"] {
    display: none;
}
