/** Global */
.left {
	float: left;
}
.right {
	float: right;
}
.cem-popup {
	display: none;
	overflow: hidden;
	position: absolute;
	padding: 5px 5px 0px;
	background-color: white;
	border: 1px solid #bbb;
}
.cem-guidance .tab-on a, .cem-results .tab-on a {
	color: #333;
}


/** Tooltips */
.cem-tooltip {
	display: none;
	padding: 10px;
}
.cem-tooltip-cnt {
	clear: both;
}
.cem-tooltip-cnt ul {
	list-style-image:url(../img/img_fleche.gif);
	margin-left: 20px;
}


/** Guidance widget */
.cem-guidance, .cem-escalation {
	width: 450px;
	margin-top: 14px;
	padding: 5px;
	background-color: #EBEBEB;
	border: 1px solid #d0d0d0;
	font-weight: normal;
}

.cem-guidance .prompt, .cem-escalation .prompt {
	clear: both;
	min-height: 25px;
	font-size: 120%;
	font-weight: bold;
	color: #333;
}
.cem-guidance .prompt-text, .cem-escalation .prompt-text {
	padding: 4px;
}

.cem-guidance .tabs-header {
	margin-bottom: 5px;
	border-bottom: 2px solid white;
	padding: 0px 5px;
}

* html .cem-guidance .tabs-header {
	margin-bottom: 5px;
	height:36px;
	border-bottom: 2px solid white;
	padding: 0px 5px;
}

* +html .cem-guidance .tabs-header {
	margin-bottom: 5px;
	height:36px;
	border-bottom: 2px solid white;
	padding: 0px 5px;
}

.cem-guidance .tab-on, .cem-guidance .tab-off {
	display: inline-block;
	vertical-align: bottom;
	overflow: hidden;
	min-width: 50px;
	max-height: 26px;
	padding: 2px;
	text-align: center;
}
.cem-guidance .tab-off {
	max-width: 90px;
	background-color: #e0e0e0;
	border-top: 1px solid #d0d0d0;
	border-left: 1px solid #d0d0d0;
	border-right: 1px solid #d0d0d0;
}
.cem-guidance .tab-on {
	max-width: 160px;
	padding: 4px;
	background-color: #f0f0f0;
	border-top: 2px solid white;
	border-left: 2px solid white;
	border-right: 2px solid white;
	font-weight: bold;
}

* html .cem-guidance .tab-on, * html .cem-guidance .tab-off {
	float:left;
	display:block;
	margin-left:3px;
	vertical-align:bottom;
	overflow:hidden;
	width:90px;
	height:30px;
	padding:2px;
	text-align:center;
}

* +html .cem-guidance .tab-on, * +html .cem-guidance .tab-off {
	float:left;
	display:block;
	margin-left:3px;
	min-height:30px;
}

.cem-guidance #cem-guidance-popup-more {
	width: 150px;
}
.cem-guidance #cem-guidance-bt-more img {
	float: right;
	padding-top: 2px;
}

.cem-guidance .tab-containers {
	clear: both;
	margin: 5px;
}
.cem-guidance .tab-container .left-first {
	float: left;
}
.cem-guidance .tab-container .left-next {
	float: left;
	padding-left: 20px;
}
.cem-guidance .tab-container .alternatives {
	clear: both;
	padding-top: 5px;
	border-top: 2px solid white;
}
.cem-guidance .tab-container .alternatives-values {
	display: none;
	overflow: auto;
	max-height: 100px;
	margin-top: 5px;
	font-style: italic;
	text-align: justify;
}

.cem-guidance div.suggestions {
	clear: both;
	padding: 5px 5px 0px 5px;
}
.cem-guidance div.suggestions div.hdr {
}
.cem-guidance table.suggestions {
	margin: 10px 5px 10px 5px;
}
.cem-guidance table.suggestions td, .cem-guidance table.suggestions th {
	padding: 2px 5px 2px;
}
.cem-guidance table.suggestions th {
	font-weight: normal;
}
.cem-guidance table.suggestions th span {
	font-weight: bold;
}
.cem-guidance table.suggestions .ball {
	border: 1px solid gray;
}
.cem-guidance table.suggestions .bleft {
	border-left: 1px solid gray;
}
.cem-guidance table.suggestions .btop {
	border-top: 1px solid gray;
}
.cem-guidance table.suggestions .first {
	background-color: #f0e5e0;
}
.cem-guidance div.suggestions .extra {
	padding: 10px 5px 0px 5px;
}
.cem-guidance div.suggestions .extra div {
	font-weight: bold;
	color: #333;
	margin-bottom: 5px;
}
.cem-guidance div.suggestions .extra ul {
	padding-left: 10px;
}


/** Filters widget */
.cem-filters {
	background-color: #EDEDED;
}
.cem-filters .query {
	display: none;
	padding: 5px 10px 5px;
	border-bottom: 2px solid white;
	text-align: center;
}

.cem-filters .attribute img, .cem-filters input {
	vertical-align: middle;
}
.cem-filters .attribute .remove {
	float: right;
}
.cem-filters .attribute {
	border-bottom: 1px solid white;
	padding: 5px 10px 5px;
}
.cem-filters .attribute .guess {
	color: gray;
	font-style: italic;
}
.cem-filters .attribute .values {
	margin-left: 10px;
	padding: 3px;
}
.cem-filters .attribute .value {
	clear: both;
	padding-bottom: 1px;
}
.cem-filters .attribute .value img {
	float: right;
}
.cem-filters .attribute .others-header {
	margin: 3px 0px;
}
.cem-filters .attribute .others-values {
	border-top: 1px solid red;
	margin-left: 8px;
	padding: 3px;
}

.cem-filters .boolean {
	border-bottom: 2px solid white;
	padding: 5px 10px 5px;
}
.cem-filters .boolean img {
	float: right;
}

.cem-filters .keyword {
	border-bottom: 1px solid white;
	padding: 5px 10px 5px;
}
.cem-filters .keyword .remove {
	float: right;
}


/** Refine widget */
.cem-refine {
	border-top: 4px solid white;
	border-bottom: 5px solid white;
}

.cem-refine .tags {
	border-bottom: 5px solid white;
}

.cem-refine .query {
	background-color: #EDEDED;
	padding: 5px 10px 5px;
}
.cem-refine .query .header {
	font-weight: bold;
}
.cem-refine .query .button {
	float: right;
	margin-top: 1px;
}
.cem-refine .query .text input {
	vertical-align: middle;
	width: 110px;
}

.cem-refine .titreRedBox a {
	color: white;
}
.cem-refine .titreRedBox a img {
	vertical-align: middle;
}


/** Results widget */
.cem-results .tabs-header {
	margin-bottom: 5px;
	border-bottom: 2px solid #ddd;
	padding: 5px 5px 0px 5px;
}

.cem-results .tab-off, .cem-results .tab-on {
	display: inline-block;
	vertical-align: bottom;
	padding: 5px;
	text-align: center;
}
.cem-results .tab-off {
	background-color: white;
	border-top: 2px solid #eee;
	border-left: 2px solid #eee;
	border-right: 2px solid #eee;
}
.cem-results .tab-on {
	background-color: #f0f0f0;
	border-top: 2px solid #ddd;
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	font-weight: bold;
}

* html .cem-results .tab-off, .cem-results .tab-on {
	display:block;
	margin-left:3px;
	vertical-align:middle;
	overflow:hidden;
	padding:5px 0px 0px 0px;
	width:86px;
	height:19px;
	text-align:center;
}
	
.cem-results .tab-containers {
	clear: both;
}

.cem-results .resultatsComparer {
	border: 0px;
}
.cem-results #cem-results-tab-faqs, .cem-results #cem-results-tab-articles {
	overflow: auto;
	max-height: 800px;
}


/** Corbeil specific */
#searchTxt {
	width: 400px;
	color: gray;
	font-style: italic;
}
.cem-list li img {
	float: right;
	padding: 4px;
}
.cem-filters .titreRedBox a, #boxComplements .titreRed a {
	float: right;
	margin-top: -2px;
	margin-right: 4px;
}
.cem-results h2 {
	margin: 5px;
	clear: both;
}
#votreQuestionBox .faq-text {
	text-align: justify;
	padding: 3px 0px 0px 10px;
	border-bottom: 1px solid #ddd;
}


.ac_results {
	border: 1px solid #bbb;
}
.ac_results li img {
	float: left;
	padding: 2px;
}
.ac_results li div {
	margin-left: 50px;
}
.ac_over {
	background-color: #efd5d0;
	color: #555;
}
