.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
    }
.clearfix {
    display: block
    }
html[xmlns] .clearfix {
    display: block
    }
* html .clearfix {
    height: 1%
    }
.ldc-ul_cont {
    position: relative;
    background-color: #E0E0E0;
    background-image: linear-gradient(to bottom, #FAFAFA 0, #DCDCDC 100%);
    border-color: #CCC #CCC #AAA;
    box-shadow: 0 0 1px #FFF inset;
    text-shadow: 0 1px 0 #FFF;
    border-radius: 2px 2px 2px 2px;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    font-size: 11px;
    font-weight: bold;
    height: 2em;
    margin-bottom: 15px;
    outline: 0 none;
    padding: 0 0.91em;
    position: relative;
    vertical-align: middle;
    white-space: nowrap;
    word-wrap: normal;
    float: left
    }
.ldc-ul_cont img {
    background: none repeat scroll 0 0 transparent;
    box-shadow: none;
    margin: 0 3px;
    position: relative;
    top: 3px
    }