
.all-promotions ul {
	margin: 0;
}

.all-promotions ul li.promotion-item-wrapper {
	list-style-type: none;
	border-bottom: 1px solid #2b2a28;
	padding: 26px 0;
	min-height: 140px;
}

.all-promotions ul li.promotion-item-wrapper .offer-info-r,
.all-promotions ul li.promotion-item-wrapper .offer-info-l {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	vertical-align: top;
	}

.all-promotions ul li.promotion-item-wrapper .offer-info-r {
	width: 74%;
	}

.all-promotions ul li.promotion-item-wrapper .offer-info-l {
	width: 21%;
	min-height: 160px;
	margin: 0 0 0 20px;
	/*float: right; */
	}

.all-promotions ul li.promotion-item-wrapper.left .offer-info-l {
	float: none;
	margin: 0 20px 0 0;
	}

.all-promotions ul li h4 {
	color: #FFF;
	font-weight: normal;
	font-family: 'bebas_neueregular', 'bebas_neue_regular', 'bebas_polish', 'bebas_neue_cyrillic';
	font-size: 25px;
	margin: 0 0 10px 0;
	}

.greek .all-promotions ul li h4 {
	font-family: Impact, "Helvetica Neue", Helvetica, Arial, sans-serif;
	}

.all-promotions ul li h4 {
	/*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
	font-size: 22px;
	line-height: 26px;
	}

.all-promotions ul li ol {
	font-size: 12px;
	font-weight: normal;
	color: #C6C3C1;
	margin: 0 0 20px 0;
	line-height: 18px;
	padding: 0 0 0 40px;
	clear: both;
	}

.all-promotions ul li a{
	color: #FDC93D;
	cursor: pointer;
	}

.all-promotions ul li a:hover{
	text-decoration: underline;
	}

.all-promotions ul li p span{
	display: inline-block;
	*zoom: 1;
	*display: inline;
	font-size: 12px;
	font-weight: normal;
	color: #C6C3C1 !important;
	}

.all-promotions table {
	border: 0 none;
	margin: 0 0 20px 0;
	width: 80% !important;

	}

.all-promotions table tr td {
	text-align: left;
	color: #C6C3C1;
	padding: 8px 15px;
	border: 0 none;
	font-size: 12px;
	*border-bottom: 1px solid #171717;
	}
.all-promotions table tr td.percent {
	text-align: center;
	width: 46%;
	}

.all-promotions table tr {
	border-bottom: 1px solid #171717;
	}

.all-promotions table tr td strong {
	font-weight: bold;
	text-align: left;
	padding: 12px 0;
	color: #FFF;
	}

.all-promotions table tr.odd {
	background: #080808;
}
