div {
    display: block;
}

.info-list{
    margin: 0 15px 15px 0;
    padding: 0;
    float:left;
}
.info-list li{
    float:left;
    list-style:none;
    margin: 0;
    padding: 5px 5px;
    height: 60px;
    background-color: #EEE;
    position: relative;
    overflow: hidden;
}

.info-list li:first-child{
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.info-list li:last-child{
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.info-list li:nth-child(2n){
    background-color: #DDD;
}

.info-list li .info-title{
    overflow: hidden;
    display: block;
    font-size: 12px;
    min-width: 55px;
    max-width: 85px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    vertical-align: bottom;
    white-space: nowrap;
}

.info-list li .info-value{
    overflow: hidden;
    display: block;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    font-weight: bold;
    min-width: 55px;
    max-width: 85px;
    text-align: center;
}

#headline_wrap h1{
    margin: 10px 0 0 0;
    display:inline-block;
}

#breadcrumbs_wrap ol{
    margin:0px;
}
