/* tag, remove upon next commit */
/* (width + (margin-left + margin-right)) x 3 = 900 */
/* (298 + 2) x 3 = 900 */

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

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

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

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

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

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

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

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

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

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