/*TOP TEXT*/
div.top_text{margin-bottom:20px; background:#DFD1B5; width:400px; padding:10px;}

/*THUMBNAILS*/
ul.thumbnails{margin-bottom:2px;}
ul.thumbnails li{display:inline;}
ul.thumbnails li a{}/*for reflex plugin; otherwise it collapse the margin-right*/
ul.thumbnails li a img{display:block; float:left; margin:0 26px 26px 0;}

ul.thumbnails li .highslide img{border:solid 1px #fff;}
ul.thumbnails li .highslide:hover img{border:solid 1px #333;}

/*tooltips over images*/
.tooltip_user {
	position: absolute;
	z-index: 3000;
	border: 1px solid #999;
	padding: 5px 10px;
	opacity: 0.9;
  width:200px;
  font-weight:normal;
  overflow:visible;
  background:#fff;
}
.tooltip_user h3, #tooltip_user div {margin: 0;}
.tooltip_user h3{color:#71787c;}
.tooltip_user div{}

/*LEGENDS*/
div.legendes{text-align:left; clear:both; margin-top:20px; padding:5px; padding-left:0; border-top:dotted 1px #ccc;}
div.legendes h1 {font-weight:bold; font-size:1.5em; margin-bottom:10px;}
div.legendes p.imglegend{}

/*NEXT PROJ*/
div.proj_page{position:absolute; top:40px; right:25px; width:50px;}
div.next_project a, div.prev_project a, div.prev_project_blocked, div.next_project_blocked
{display:block; padding:1px 8px 3px 8px; background:#B6CB54; width:5px; float:left; margin-right:3px;}
div.next_project a:hover, div.prev_project a:hover{background:#6C7F0F; color:#fff;}

div.prev_project_blocked, div.next_project_blocked{background:#DFD5C0; color:#BFB08F;}

/*ADMIN ______________________________________________________________________________________*/
/*Global*/
.CMS_fieldset.mod label{float:left;}
.CMS_fieldset.mod textarea{width:330px; height:70px;}

/*Edit/Change image*/
.leftCol{width:200px;}
.rightCol{width:350px; top:0; right:0;}

/*Mod Options*/
.CMS_fieldset div#admin_settings p{display:block; clear:both;}
.CMS_fieldset div#admin_settings label{width:200px;}
.CMS_fieldset div#admin_settings input{width:92px;}
.CMS_fieldset div#admin_settings select{width:100px;}
.CMS_fieldset div#admin_settings .submit{width:100px;}

/*Edit Items*/
ul#modlist{width:60%;}
ul#modlist li.moditem{background:#f5f5f5; margin-bottom:5px; position:relative; padding:5px 0 1px 5px;}
div.img_tools {position:absolute; top:10px; right:0px;}
div.img_tools img{margin-right:10px;}

ul#modlist img.handle {cursor:move; position:absolute; right:100px; top:12px;}
/*____________________________________________________________________________________________*/
