/*-- Image sprite --*/
	/*-- Item 1 --*/
		.aside .pp-1-1:before {
			width: 28px;
			height: 28px;
			background: url('../images/sprite.png') 0px 0px no-repeat;
		}

	/*-- Item 2 --*/
		.aside .pp-1-2:before {
			width: 28px;
			height: 28px;
			background: url('../images/sprite.png') -28px 0px no-repeat;
		}

	/*-- Item 3 --*/
		.aside .pp-1-3:before {
			width: 28px;
			height: 28px;
			background: url('../images/sprite.png') -56px 0px no-repeat;
		}

	/*-- Item 4 --*/
		.aside .pp-1-4:before {
			width: 28px;
			height: 28px;
			background: url('../images/sprite.png') -84px 0px no-repeat;
		}

	/*-- Item 5 --*/
		.aside .pp-1-5:before {
			width: 28px;
			height: 28px;
			background: url('../images/sprite.png') -112px 0px no-repeat;
		}

	/*-- Item 6 --*/
		.aside .pp-1-6:before {
			width: 28px;
			height: 28px;
			background: url('../images/sprite.png') -140px 0px no-repeat;
		}

	/*-- Item 7 --*/
		.aside .pp-1-7:before {
			width: 28px;
			height: 28px;
			background: url('../images/sprite.png') -168px 0px no-repeat;
		}

/*-- Base 64 Rects --*/