.cd-info-inner {
    margin: auto;
    padding-top: 10px;
    width: 80%;
    text-align: left;
}


.cd-middle-info {
    position: relative;
    margin-top: 23px;
    padding-top: 23px;
}

.cd-mi-tabs {
    position: absolute;
    top: 2px;
    left: 0;
    z-index: 50;
}

.cd-mi-tabs div {
    position: relative;
    float: left;
    margin-right: 1px;
    padding: 0 15px 0 15px;
    height: 15px;
    line-height: 15px;
    color: darkblue;
    border: 1px solid #darkblue;
    cursor: pointer;
}

div.cd-mi-tab-selected {
    height: 20px;
    line-height: 20px;
    font-weight: bold;
    COLOR: darkblue ;
    FONT-FAMILY: tahoma,sans-serif;
    TEXT-DECORATION: none
    cursor: default;
    background: #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
}

.cd-mi-content {
    padding: 10px;
    border: 1px solid darkblue;
    background-color: #FFFFFF;
    z-index: 0;
    }

.cd-mi-content p {
    font-size: 100%;
    margin: 0;
    color: #000;
}

.cd-il-items-content {
    position: absolute;
    top: 0;
    
    width: 450px;
    height: 97px;
    white-space: nowrap;
}

.cd-il-items-content a {
    position: relative;
    cursor: pointer;
    display: block;
    float: left;
    width: 95px;
    _width: 97px;
    height: 95px;
    text-align: center;
    border: 1px solid #FFF;
    border-right: 1px solid #F7E9DA;
    text-decoration: none;
}