 div.documentItemsContainer{
    border: 0px solid purple;
    width: 575px;
}

div.documentItemsRowBase{
    border: 0px solid red;
    width: 575px; height: 180px;
}

div.documentItemsRow{
    border: 0px solid orange;
    position: relative;
    width: 575px; height: 100%;
}

div.documentItemsRow div.left{
    border: 0px solid green;
    width: 275px; height: 100%;
    position: absolute;
}
div.documentItemsRow div.right{
    border: 0px solid yellow;
    width: 275px; height: 100%;
    position: absolute;
    left: 50%;
}

div.documentItem {
    border: 0px solid black;
    width: 275px; height: 180px;
    position: absolute;
}

div.documentItem div.flyerPicture a{
    border: 1px solid #E1E1E1;
    width: 120px; height: 170px;
    position: absolute; left: 0px; top: 5px;
}

div.documentItem div.flyerPicture a:hover{
    border: 1px solid #333333;
}

div.documentItem div.flyerStrings {
    text-align: left;
    border: 0px solid blue;
    width: 120px; height: 50%;
    position: absolute;  left: 130px; top: 0px;
}
