
/*
.squares {
    border: 4px dashed #f0f;
}
*/
.squares td {
    padding: 5px;
}
.squares tr.first td {
    /*border: 4px dashed #f00;*/
    padding-top: 0;
}
.squares tr.last td {
    /*border: 4px dashed #0f0;*/
    padding-bottom: 0;
}
.squares td.first {
    /*background-color: #aaa;*/
    padding-left: 0;
}
.squares td.last {
    /*/background-color: #f00;*/
    padding-right: 0;
}
.squares td div.item {
    background-image: url(images/item_bg.jpg);
    background-repeat: repeat-x;
    background-position: center;
}

