﻿#price-history-container {
}
#price-history-container p {
}
#price-history-container #was-price-explained {
	overflow: hidden;
}
#price-history-container #was-price-explained #was-price-colour {
	background: #fdc;
	float: left;
	height: 20px;
	margin: 5px 0 0;
	width: 20px;
}
#price-history-container #was-price-explained p {
	float: right;
	width: 325px;
}
#price-history-container #lower-prices-explained {
	overflow: hidden;
}
#price-history-container #lower-prices-explained #lower-prices-colour {
	background: #cfd;
	float: left;
	height: 20px;
	margin: 5px 0 0;
	width: 20px;
}
#price-history-container #lower-prices-explained p {
	float: right;
	width: 325px;
}
#price-history-container #price-history-table-container {
}
#price-history-container .option-name {
	font-size: 14px;
	padding: 0;
}
#price-history-container .option-name span {
	font-weight: bold;
}
#price-history-container table {
	border-collapse: collapse;
	margin: 3px 0 15px;
}
#price-history-container thead th {
	background: none repeat scroll 0 0 #888888;
	border: 1px solid #C6C4C5;
	color: #FFFFFF;
	padding: 3px 15px;
}
#price-history-container tbody tr td {
	background: #F7F5F6;
	border: 1px solid #C6C4C5;
	padding: 3px 15px;
}
#price-history-container tbody tr .price-field {
	color: #a00;
	font-weight: bold;
}
#price-history-container tbody .best-was-price td {
	background: #fdc;
}	
#price-history-container tbody .lower-price td {
	background: #cfd;
}

#frontpage-container .promo-explained {
    display: block;
    overflow: hidden;
    position: relative;
    text-decoration: none;    
    z-index: 1;
}
#frontpage-container .promo-explained #promotion-ticker {
    color: #DD0E0E;
    font-size: 21px;
    font-weight: bold;
    left: 140px;
    position: absolute;
    text-decoration: none;
    top: 82px;
    z-index: 2;
}

.promo-explained-container .view-promo-products-link img {
	text-align: center;
}