/*
SDDM START
*/
#sddm {
    margin: 0;
    padding: 0;
    z-index: 30;
}
#sddm a {
    text-decoration: none;
    outline:0;
}
#sddm a, #sddm span {
    display: block;
}
#sddm a:hover, #sddm .sel a {
    color: #F9D96D;
}
#sddm li, #sddm div {
    background-color: black;
}
#sddm li {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom:10px;
}
#sddm .list {
    display:none;
    position: absolute;
    border-left: 1px solid #444240;
    border-right: 1px solid #444240;
    border-bottom: 1px solid #444240;
}
#sddm .list *, #sddm a  {
    white-space: nowrap;
    padding: 1px 0px 1px 5px;
}
#sddm .list span {
    color: #444240;
}
#sddm .text a, #sddm .text a:hover {
    background-repeat: no-repeat;
    background-position: 268px;
}
#sddm .text a {
    background-image:url("/images/c.gif");
    border: 1px solid #444240;
}
#sddm .text a:hover, #sddm .sel a {
    background-image:url("/images/o.gif");
}
#sddm .text a, #sddm .list a {
    width: 278px;
}


#sddm_select #sddm .text a, #sddm_select #sddm .list a {
    width: 128px;
}
#sddm_select #sddm .text a, #sddm_select #sddm .text a:hover {
    background-repeat: no-repeat;
    background-position: 118px;
}
#sddm_select #sddm li {
    margin-bottom:1px;
}
/*
SDDM STOP
*/