/* Tooltip
-------------------------------------------------------------- */
.tip {
	z-index: 99999;
}
.tip-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #DAADC3;
	padding: 8px 8px 4px;
	/*display:none;*/
}
.tip-text {dispaly:none;}

.tip img {
	border: 2px solid #FF7707;
	display:block;
	z-index: 99999;
	position:relative;
}





/* Haut de page
-------------------------------------------------------------- */

#gototop {
	display:none;
	font-weight:bold;
	font-family:tahoma;
	font-size:10px;
	width:90px;
	color:#fff;
	font-size:11px;
	text-decoration:none;
	position:fixed;
	right:5px;
	bottom:30px;
	padding:7px 7px 7px 20px;
	background-color: #950248;
	background-image: url(/images/catalogue/add_content_spr.gif);
	background-repeat: no-repeat;
	background-position: 5px -8px;
	-moz-border-radius: 7px;
    -webkit-border-radius: 7px;
}
#gototop:hover {
	text-decoration:underline;
}



/* Catalogue 
/* -------------------------------------------------------------- */
/*-------------------------------------------------------------- */

/* Page de résultat
/* -------------------------------------------------------------- */
.osc_results {
	width: 200px;
	margin-right: 20px;
	height: 245px;
	padding: 8px;
	-moz-border-radius: 1em 1em; border-radius: 1em 1em; border: 1px solid #ccc; -moz-box-shadow: black 0px 0px 4px; box-shadow: black 0px 0px 4px;
	margin-bottom: 30px;
	float: left;
	font-size: 11px;
	display:block;
}

/* Mootools  Changement css du bloc au passage de la souris 
-----------------------------------------------*/
.bloc-hover { 
	width: 200px;
	margin-right: 20px;
	height: 245px;
	padding: 8px;
	margin-bottom: 30px;
	float: left;
	font-size: 11px;
	display:block;
	background-color: #C2E4EF;
	-moz-border-radius: 1em 1em; border-radius: 1em 1em; border: 1px solid #069; -moz-box-shadow: black 0px 0px 4px; box-shadow: black 0px 0px 4px;
}


.osc_results h2,
.bloc-hover h2 {
	text-align:center;
	font-weight: bold;
	height:30px;
	margin: 0px;
	padding: 0px;
	background-image:none;
	font-size:1em;
	color:#069;
}

.osc_results img, .bloc-hover img {
	border-top: 2px solid #FF7707;
	border-bottom: 2px solid #FF7707;
}

.osc_results .img,
.bloc-hover .img {
	text-align:center;
	font-weight: bold;
	border-top: 2px solid #FF7707;
	border-bottom: 2px solid #FF7707;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-left:5px;
	display:block;
}
.osc_results #infos .label,
.bloc-hover #infos .label,
#osc_details #infos .label {
	font-weight: bold;
	font-size:11px;
}


#detail {
	width:60%; margin: auto; clear: both;
	color:#fff;
	padding:4px;
	background-color: #950248;
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
	border: 1px solid #ccc; text-align:center;
}

#detail a { font-size: 1.1em; color: #fff; text-decoration: underline; display: block;}







/* Page détail
/* -------------------------------------------------------------- */

#osc_details {
position:relative;

}
#osc_details #photos {
	width: 330px;
	padding: 5px;
	border: 1px solid #950248;
	float:left;
}
#osc_details #photos img {
	border-top: 2px solid #FF7707; border-bottom: 2px solid #FF7707; margin-bottom: 0.5em;
}

#osc_details #photos #photo {
	width:330px;
	float:left;
}
#osc_details #photos #photo1,
#osc_details #photos #photo2,
#osc_details #photos #photo3,
#osc_details #photos #photo4,
#osc_details #photos #photo5,
#osc_details #photos #photo6 {
	width:160px;
	margin-right:5px;
	margin-bottom:5px;
	float:left;
}

#osc_details #infos {
	width: 600px;
	float:right;
}

#osc_details #infos #productsDescription {
	margin-bottom: 10px;
	border: 1px solid #950248;
	padding: 8px;
	background-color: #f4f4f4;
}

#osc_details #infos ul {
	margin-left: 5px;
}
#osc_details #infos li {
	margin-bottom: 5px;
}


#osc_details #btnRetour {
	position: absolute;
	top:-50px;
	right:0px; color:#fff;
	padding:4px 12px;
	background-color: #950248;
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
	border: 1px solid #ccc; text-align:center;
}

#osc_details #btnRetour a { color: #fff;}


#osc_details ul#liste { margin-bottom: 10px;}

#osc_details ul#liste li { float: left; width: 45%; margin-right: 3%;}



/* Formulaire de recherche
/* -------------------------------------------------------------- */

.formulaire  {
	padding: 0;
}
.formulaire .recherchez{
	font-size:1.8em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	background-image: url(/images/catalogue/icoBas.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 30px;
	cursor:pointer;
}
.formulaire label{width:170px;float:left;position:relative; text-align:right; padding-right:10px;}

.formulaire .sep {
	border-bottom:1px dotted #950248;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.formulaire .holder{width:390px;margin: 5px 0;}

.formulaire input.formbutton{
	width:122px;
	height:22px;
	overflow:hidden;
	background: #024675;
	display:block;
	cursor:pointer;
	color:#fff;
	border:1px outset #ccc;
	font-weight:bold;
	margin-top: 20px;
	margin-left: 180px;
}

.formulaire .formMarque,
.formulaire .formType,
.formulaire .formEnergie,
.formulaire .formBoite,
.formulaire .formMillesime,
.formulaire .formPortes {margin: 5px 0 10px 0;}


#arborescence {
	margin-bottom: 10px;
	padding:5px;
	background:#f4f4f4;
	border: 1px dashed #950248;	
}






/* Pagination
-------------------------------------------------------------- */
.pagination { padding-top: 20px; float: right;}

.pageNumber, .pagination a { background: #069; padding: 2px 5px; color: #000;}

.pagenumber a { font-size: 1.1em; color: #000;}












/* Eléments de la recherche fulltext
-------------------------------------------------------------- */
#fulltext {
	background: url(/images/catalogue/fulltext.png) top left no-repeat;
	width:240px;
	height:55px;
	position:absolute;
	top:212px;
	right:0;
	padding-top: 40px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	z-index: 1000;
}

#fulltext input{color:#000;border:1px solid #950248;padding:3px;}

#preMenuCategories {
	float:left;
	width:386px;
	margin-right:7px;
	background:#f4f4f4;
	padding:5px;
}
#preMenuManufacturers {
	float:left;
	width:386px;
	padding:5px;
	margin-left:7px;
	background:#f4f4f4;
}
#preMenuCategories li,
#preMenuManufacturers li {
	margin-left:20px;
}

