/* (width + (margin-left + margin-right)) x 3 = 900 */
/* (222 + 3) x 4 = 900 */

.li-pm-item
{
	width: 222px;

	background-attachment: scroll;
	background-color: transparent;
	background-image: url(/tdi/images/base/quadruple-pm-item-bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

/* 4px-margin between items */
/* first: 3 + 1, second: 2 + 2, third: 1 + 3 */

.li-pm-item-1
{
	margin: 0px 3px 0px 0px;
}

.li-pm-item-2
{
	margin: 0px 2px 0px 1px;
}

.li-pm-item-3
{
	margin: 0px 1px 0px 2px;
}

.li-pm-item-4
{
	margin: 0px 0px 0px 3px;
}

.div-pm-item
{
	/* .li-pm-item.width - background image border left + right */
	/* 222 - (2 + 2) */
	width: 218px;
}

.ul-pm-item
{
	/* .div-pm-item.width x 10: 218 x 10 = 2180 */
	width: 2180px;
}

.li-pm-subitem
{
	width: 218px;
}

.div-pm-subitem
{
	width: 218px;
}
