

.priceCompareGraphe {
	margin: 5px;
	background: white;
	position: relative;
	width: 350px;
	height: 200px;
}
.priceCompareGraphe .grapheZone {
	position   : absolute;
	background : #EFEFEF url(/images/gradient.php?w=1&h=100&d=1&c1=efefef&c2=7ba7fa) repeat-x scroll center bottom;
}
.priceCompareGraphe .dot {
	opacity: 0.8;
	position: absolute;
	background: url(dot.png);
	width: 15px;
	height: 15px;
	cursor: pointer;
	z-index: 999;
}
.priceCompareGraphe .dot.big {
	background: url(bigdot.png);
	width: 20px;
	height: 20px;
}
.priceCompareGraphe .dot.over {
	opacity: 1;
	z-index: 1000;
}
.priceCompareGraphe .axis-x {
	background: transparent url(axis-x.png) no-repeat scroll 100px 5px;
	border-top: solid #555 1px;
	position: absolute;
}
.priceCompareGraphe .axis-y {
	border-right: solid #555 1px;
	position: absolute;
}
.priceCompareGraphe .axis-title {
	color: #555;
	position: absolute;
	font: bold 11px arial;
}
.priceCompareGraphe .axis-title-y {
	top:-20px;
	right:0;
}
.priceCompareGraphe .axis-label {
	color: #555;
	position: absolute;
	font: normal 11px arial;
}
.priceCompareGraphe .axis-label-y {
	text-align: right;
}
.priceCompareGraphe .axis-tick {
	position: absolute;
}
.priceCompareGraphe .axis-tick-y {
	border-top: solid #555 1px;
	height:0;
	width:5px;
}
.priceCompareGraphe .axis-tick-x {
	border-left: solid #555 1px;
	height:7px;
	width:0;
}
.priceCompareGraphe .axis-tick.avgPrice {
	border-top: dashed red 2px;
}
.priceCompareGraphe .axis-label.avgPrice {
	color: red;
}
.priceCompareGraphe .avgLine {
	z-index: 998;
	position:absolute;
	border-top: dashed red 2px;
	height:0;
}

.priceCompareGraphe-previewWindow * {
	margin: 0;
}
.priceCompareGraphe-previewWindow {
	z-index: 1001;
	position: relative;
	background: transparent url(previewBg.png) no-repeat;
	width: 300px;
	height: 434px;
	font: normal 12px arial;
}
.priceCompareGraphe-previewWindow .closeBtn {
	position: absolute;
	top: 8px;
	right: 9px;
	background: transparent url(close.png) no-repeat;
	width: 16px;
	height: 16px;
	cursor: pointer;
}
.priceCompareGraphe-previewWindow .container {
	padding:38px 10px 0;
}
.priceCompareGraphe-previewWindow .header {
	background: white;
	margin: 0;
	position: relative;
	border-bottom: solid 1px black;
	height: 41px;
	font: bold 14px arial;
	color: black;
}
.priceCompareGraphe-previewWindow .header .type {
	position: absolute;
	top: 0px;
	left: 0;
}
.priceCompareGraphe-previewWindow .header .city {
	position: absolute;
	top: 15px;
	left: 0;
}
.priceCompareGraphe-previewWindow .header .infos {
	position: absolute;
	left: 0px;
	top: 30px;
	font: normal 12px arial;
}
.priceCompareGraphe-previewWindow .header .price {
	position: absolute;
	right: 0px;
	color: blue;
}
.priceCompareGraphe-previewWindow .infos {
	position: relative;
}
.priceCompareGraphe-previewWindow .infos .interest {
	text-align: center;
	font: bold 12px arial;
	padding: 5px;
}

.priceCompareGraphe-previewWindow .infos .interest .verdict {
	font: bold 15px arial;
}
.priceCompareGraphe-previewWindow .infos .interest-low .verdict {
	color: red;
}
.priceCompareGraphe-previewWindow .infos .interest-medium .verdict {
	color: green;
}
.priceCompareGraphe-previewWindow .infos .interest-high .verdict {
	color: green;
	text-decoration: underline;
}


.priceCompareGraphe-previewWindow .infos .interest-low {
	/* Ok, Valoris, you won */
	display: none;
}


.priceCompareGraphe-previewWindow .infos .explanation {
	margin-top: 5px;
	font: normal 12px arial;
	padding: 0 10px;

}
.priceCompareGraphe-previewWindow .infos .explanation .compare {
	font-weight: bold;
}
.priceCompareGraphe-previewWindow .infos p.notice {
	font-family : arial;
	font-size   : 11px !important;
	line-height : 11px;
	padding     : 2px 20px 0;
	text-align  : justify;
}
.priceCompareGraphe-previewWindow .operations {
	margin-top: 5px;
	text-align: center;
}
.priceCompareGraphe-previewWindow .operations button {
	border:outset 1px #FF8800;
	background:#FF8800 none repeat scroll 0 0;
	color:white;
	padding: 1px 5px;
	font-weight: bold;
	cursor: pointer;
}
.priceCompareGraphe-previewWindow .operations button:hover {
	border:inset 1px #FF8800;
	background:#FFBB2F none repeat scroll 0 0;
}
.priceCompareGraphe-previewWindow .photo {
	position: absolute;
	width: 280px;
	height: 180px;
	bottom: 12px;
	left: 10px;
	overflow:hidden;
}
.priceCompareGraphe-previewWindow-selectArrow {
	z-index: 1000;
	position: absolute;
	background: transparent url(previewArrow.png) no-repeat left;
	height:9px;
}
.priceCompareGraphe-dotLabel {
	z-index: 1002;
	position: absolute;
	font: normal 10px arial;
	padding: 4px 1px;
	width: 100px;
}


.priceCompareGraphe-help {
}
.priceCompareGraphe-help .note {
	font-family : arial;
	font-size   : 11px !important;
	line-height : 11px;
	padding     : 5px 15px 0;
	text-align  : justify;
}
.priceCompareGraphe-help ul {
	margin: 5px 0 20px 25px;
}
.priceCompareGraphe-help li {
	list-style: none;
	list-style-image:url(dot.png);
}
.priceCompareGraphe-help li.dotSample-big {
	list-style-image:url(bigdot.png);
}


/* vim600: set foldenable foldmethod=marker foldmarker={,} foldlevel=1 : */

