.cell {
	width: 100%;
}

/* Line Heigth; Width*/
.cell .top-left, .cell .top-right,
.cell .bottom-left, .cell .bottom-right {
	width: 49px;
	line-height: 1px;
}
.cell .top-center, .cell .bottom-center {
	line-height: 1px;
}

/* Cell: Top */
.cell .top-left {
	background: url("../images/cell/tLeft.gif");
}

.cell .top-center {
	background: url("../images/cell/tCenter.gif");
}

.cell .top-right {
	background: url("../images/cell/tRight.gif");
}


/* Cell: Middle */
.cell .middle-left {
	background: url("../images/cell/mLeft.gif");
}

.cell .middle-center {
	background: url("../images/cell/mCenter.gif");
}

.cell .middle-right {
	background: url("../images/cell/mRight.gif");
}


/* Cell: Bottom */
.cell .bottom-left {
	background: url("../images/cell/bLeft.gif");
}

.cell .bottom-center {
	background: url("../images/cell/bCenter.gif");
}

.cell .bottom-right {
	background: url("../images/cell/bRight.gif");
}
