.promo_container {
	width: 236px;
	text-align: left;
	list-style: none;
}

.promo {
	background-color: #ebf2ea;
}

	.p-arrow {
		padding: 12px 14px 12px 14px;
		margin-bottom: 50px;
		background: #77a55e url("../images/promo_bg/arrow.gif") bottom right no-repeat;
	}
	
		.p-arrow h2 {
			font-size: 22px;
			line-height: 24px;
			font-weight: normal;
			color: #edf4d8;
		}
		
		.p-arrow h4 {
			margin-top: 5px;
			font-size: 11px;
			line-height: 14px;
			color: #fff;
			font-weight: bold;
		}
		
			.p-arrow h4 a {
				color: #fff;
				text-decoration: none;
			}

	.p-plain {
		padding: 10px;
		background-color: #fff;
		margin-bottom: 35px;
		border: 2px solid #dbedd5;
	}

		

		.p-plain h2 {
			font-size: 22px;
			line-height:28px;
			font-weight: normal;
			color: #73a55a;
		}
		
			.p-plain-small-title h2 {
				font-size: 14px;
				line-height: 20px;
			}

		.p-plain .p-plain-body {
			margin: 5px 0 5px 0;
		}

			.p-plain .p-plain-body p {
				font-size: 11px;
				color: #94a5ad;
				line-height: 16px;
			}

		.p-plain h4 {
			font-weight: bold;
			margin-top: 5px;
			font-size: 11px;
			line-height: 14px;
			color: #94a5ad;
		}

			.p-plain h4 a {
				color: #94a5ad;
				text-decoration: none;
			}