Hi Stan, cool that you fixed that. Just a minor CGL, could you fix that? + border-width: 0px 1px 1px 1px; => + border-width: 0 1px 1px 1px; + border-color: #C7C7C7; => + border-color: #c7c7c7; (we now have lower case in all css for the hex values) vg Steffen