





body {
	background-color: #ffffff;
	font: normal 12px Arial;
}
div#discountWidget {
	color: #000000;
	position: relative;
	width: 586px;
}
ul#titles {
	background-color: #ffffff;
	clear: both;
	height: 28px;
	list-style: none inside;
	margin: 0;
	padding: 9px 8px 0 248px;
	width: 330px;
}
ul#titles li {
	background: transparent url('/images/fond-discountWidget-onglet.gif') no-repeat;
	cursor: pointer;
	float: left;
	font-weight: bold;
	height: 21px;
	margin: 0 0 0 3px;
	padding: 7px 0 0 0;
	text-align: center;
	width: 107px;
}
ul#titles li.selected {
	color: #F90127;
}
ul#titles li.notSelected {
	color: #000000;
}
div.month {
	background-color: #ffffff;
	clear: both;
	padding: 16px 13px 14px 23px;
}
div.topLinks {
	clear: both;
	zoom: 1;
}
div.topLinks a {
	color: #888888;
	padding: 0 5px;
}
ul.products {
	clear: both;
	list-style: none inside;
	margin: 0;
	padding: 0;
}
li.product {
	background: transparent url('/images/fond-discountWidget.gif') no-repeat;
	cursor: pointer;
	float: left;
	height: 121px;
	margin: 20px 13px 0 0;
	overflow: hidden;
	position: relative;
	width: 170px;
}
li.product-on {
	background: transparent url('/images/fond-discountWidget.gif') no-repeat -181px 0px;
	cursor: pointer;
}
li.product p.country {
	font: bold 12px Arial;
	height: 17px;
	margin: 0;
	padding: 3px 0 0 15px;
}
li.product p.discountPercentage {
	color: #fff;
	font: bold 14px Arial;
	height: 23px;
	margin: 0;
	padding-top: 7px;
	position: absolute;
	right: 2px;
	text-align: center;
	top: 2px;
	width: 67px;
}
li.product p.image {
	float: left;
	height: 99px;
	margin: 0 0 0 2px;
	width: 64px;
}
li.product p.productName {
	color: #444444;
	font: bold 11px Arial;
	height: 30px;
	margin: 0 2px 0 2px;
	overflow: hidden;
	padding-top: 15px;
	text-align: center;
}
li.product p.city {
	color: #888888;
	float: left;
	font: normal 10px Arial;
	height: 16px;
	margin: 0;
	padding: 0 2px;
	text-align: center;
}
li.product p.station {
	color: #888888;
	float: left;
	font: normal 10px Arial;
	height: 15px;
	margin: 0;
	overflow: hidden;
	text-align: center;
}
li.product p.duration {
	color: #888888;
	font: normal 10px Arial;
	height: 13px;
	margin: 0 2px 0 0;
	overflow: hidden;
	padding: 0 2px 3px;
	text-align: center;
}
li.product p.basePrice {
	border-top: 1px dashed #333;
	color: #F90127;
	font: bold 12px Arial;
	margin: 0 2px 0 0;
	overflow: hidden;
	padding: 5px 0 0;
	text-align: center;
}
li.product p.discountPrice {
	font: bold 10px Arial;
	margin: 0 2px 0 0;
	overflow: hidden;
	padding: 0 0 5px;
	text-align: center;
	text-decoration: line-through;
}
div.bottomLinks {
	clear: both;
	overflow: auto;
	padding: 10px 0 0;
}
div.bottomLinks p.allProductLinkForMonth {
	float: left;
	margin: 0;
}
div.bottomLinks p.allProductLinkForMonth a {
	color: #888888;
}
div.bottomLinks p.allDiscountedProductLinkForMonth {
	float: right;
	margin: 0 15px 0 0 ;
}
div.bottomLinks p.allDiscountedProductLinkForMonth a {
	color: #888888;
} 