.div-image{
    float: left;
    /*background-color: #FFFFFF;*/
/*    border-top: 1px solid green;
    border-left: 1px solid green; */
    height: 54px;
    margin-left: 4px;
    padding: 2px;
    padding-top: 4px;
    width: 53px;
}

.div-hidden{
    float: left;
    /*border-top: 1px solid green;
    border-right: 1px solid green;*/
    height: 39px;
    margin-left: -4px;
    margin-top: 7px;
    width: 59px;
    
}

.div-content-update{
    /*background-color: #FFFFFF;*/
    border-color: #87AA46 ;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    float: right;
    height: 100%;
    margin-bottom: 0px;
    /*padding: 5px;*/
    width: 327px; 
}

.div-content-update-vdo{
    /*background-color: #FFFFFF;*/
    border-color: #87AA46 ;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    float: right;
    height: 200px;
    margin-bottom: 4px;
    /*padding: 5px;*/
    width: 327px; 
}

.div-odd{
    background-color: #efefc8; 
}

.div-even{
    background-color: #FFFFFF;
}
