/*
 * @author:	Geert Romijn
 * @UI: 	keurslager-2011
 * @about: 	weeklyoffer.css - CSS file for mod_weeky_offer
 */

div.weeklyoffer-in-detail {/*Used div. to overrule .last styles*/
	position: relative;
	margin-bottom: 20px;
	padding: 10px 10px 0;
	background: #f4f8ff;
	border: 2px solid #e2e7f2;
}

#contentwrap div.weeklyoffer-in-detail,
.sidebar div.weeklyoffer-in-detail {
	padding-top: 10px; /* Overrule markup.css div.first padding styles */
}

/* apply when new highlight func. is added to module
div.wo-highlighted {
	background-color: #fff;
	background-image: -moz-linear-gradient(top, #fff, #e2e7f2);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #fff),color-stop(1, #e2e7f2));
	background-image: -webkit-linear-gradient(#fff, #e2e7f2);
	background-image: linear-gradient(top, #ffffff, #e2e7f2);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#e2e7f2');
}
*/

.weeklyoffer-header {
	display: none; /*There will be placed more than one weekly-offers in #content*/
}

.weeklyoffer-title {
	margin-bottom: .6em;
	line-height: 1em;
	color: #e6042a;
}

.weeklyoffer-text {
	position: relative;
	zoom: 1;
	overflow: hidden;
	min-height: 30px;
	padding-bottom: 20px;
}

.weeklyoffer-picture img {
	width: 194px;
	border: 1px solid #e2e7f2;
}

#content .weeklyoffer-picture img {
	float: right;
}

.weeklyoffer-picture {
	clear: right;
}

.weeklyoffer-description {
	margin-bottom: -1em;
	color: #062870;
}

.weeklyoffer-text dt {
	display: none;
}

.weeklyoffer-unit {
	margin-bottom: 1.3em;
}

.weeklyoffer-price {
	position: absolute;
	left: 0;
	bottom: .3em;
	height: 25px;
	font-size: 2em;
	font-weight: bold;
	letter-spacing: -3px;
	color: #E6042A;
}

.decimals {
	font-size: .8em;
	letter-spacing: -1px;
}

.weeklyoffer-price .separator {
	font-size: .8em;
}

.weeklyoffer-price * {
	line-height: 1em;
}

.weeklyoffer-date {
	position: absolute;
	right: 0;
	bottom: .3em;
	font-size: 85%;
}