		.sidebar_left_payment {
				width: 154px;
				background-color: #ffffff;
				border: 1px solid #DCDCDC;
				margin-top: 2em;
				display: block;
				text-decoration: none;
		}
				.sidebar_left_payment_head {
						text-align: center;
						/*
						background-image: -webkit-linear-gradient(0deg, #ececec 0%, #ffffff 50%);
						background-image: -moz-linear-gradient(0deg, #ececec 0%, #ffffff 50%);
						background-image: -o-linear-gradient(0deg, #ececec 0%, #ffffff 50%);
						background-image: linear-gradient(0deg, #ececec 0%, #ffffff 50%);
						*/
						background-color: #ececec;
						margin: 1px;
						padding-top: 4px;
						padding-bottom: 4px;
						font-size: 10px;
						font-weight: bold;
				}
				.sidebar_left_payment_body table {
						width: 100%;
						table-layout: fixed;
						border-spacing: 0;
				}
						.sidebar_left_payment_body table tr td {
								padding: 0;
								text-align: center;
						}
								.sidebar_left_payment_body table tr td img {
										padding: 0;
										text-align: center;
										padding-top: 6px;
										padding-bottom: 6px;
										border: 0;
								}