/* footer */
.listlite
{
	float: left;
	width: 200px;
	margin: 20px 70px 0 0;
	color: #d1d1d1;
}
.listlite p
{
	margin: 20px 0 0;
}
.listlite .doclistItem
{
	clear: both;
	width: 200px;
	height: 45px;
	padding: 10px 0 0;
	display: block;
}
.listlite .doclistItem .figure,
.listlite .doclistItem .figure a
{
	width: 45px;
	height: 45px;
	overflow: hidden;
	float: left;
}
.listlite .doclistItem .figure .figcaption
{
	display: none;
}
.listlite .doclistItem .figure a img
{
	width: auto;
	height: auto;
	max-width: 45px;
	max-height: 45px;
}
.listlite .doclistItem .infos
{
	width: 145px;
	height: 45px;
	overflow: hidden;
	float: right;
	line-height: 15px;
}
.listlite .doclistItem .infos .fieldlist li,
.listlite .doclistItem .infos .fieldlist label
{
	display: none;
}
.listlite .doclistItem .infos .fieldlist li.theme,
.listlite .doclistItem .infos .fieldlist li.title
{
	display: block;
}
.listlite .doclistItem .infos .fieldlist li.theme,
.doclistItem .infos .fieldlist li.theme
{
	text-transform: uppercase;
	font-size: 9px;
	height: 9px;
	line-height: 9px;
	padding: 0 0 5px;
}
.listlite .doclistItem .infos .btnDoclist
{
	display: none;
}

/* publi */
#div_doclist .header
{
	position: absolute;
	top: 0;
	left: 0;
	margin: -55px 0 0 400px;
	padding: 0;
	width: 500px;
}
#div_doclist .header h1,
#div_doclist .header h2
{
	color: #fff;
	font-size: 11px;
	font-weight: normal;
	line-height: 15px;
}
#div_doclist .header h1
{
	font-size: 15px;
	font-weight: bold;
}
#div_doclist .header h2
{
	color: #fff;
}
#searchlinks .nav h5
{
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10px;
}
#searchlinks .nav li
{
	line-height: 16px;
	padding: 0 0 0 16px;
	background: url(expos/treelist_expand.gif) 0 0 no-repeat;
}
#searchlinks .nav.home
{
	padding: 40px 0 0;
}
#searchlinks .nav.home li
{
	background: url(expos/nav_bg.gif) 0 0 no-repeat;
}
#div_treelist
{
	padding: 0 0 10px;
}
#expos_list
{
	float: left;
	padding: 2px;
	width: 498px;
	width: 500px\9;
	background: #736a62;
}
#expos_list .associated a
{
	/*width: 76px;
	height: 76px;
	margin: 3px;
	border: 0;*/
}
#expos_detail,
#div_cmsdetail
{
	position: relative;
	margin: 20px 0 0;
	float: left;
	width: 500px;
	background: #fff;
}
#expos_detail .detailheader
{
	display: none;
}
#expos_detail .detailheader h3
{
	font-family: Times New Roman, serif;
	font-size: 15px;
	line-height: 16px;
	font-style: italic;
}
#expos_detail.large .detailheader
{
	display: block;
}
#expos_detail label
{
	font-weight: bold;
}
#main .detailPagenav a.btnBack
{
	display: none;
}
#main .detailPagenav.bottom a.btnBack:hover
{
	color: #857c76;
}
#main #div_cmsdetail .detailPagenav a.btnBack
{
	display: block;
	padding: 0 10px;
	line-height: 20px;
}
#main #div_cmsdetail .detailPagenav.top a.btnBack
{
	position: absolute;
	top: 0;
	right: 0;
	margin: -20px 0 0;
}
#main #div_cmsdetail .detailPagenav.bottom a.btnBack
{
	display: block;
	float: right;
}
#main #div_cmsdetail .btnPermalink
{
	display: none;
}

/* -----------------------------------------------------------------------------
/* Diaporama
/* -------------------------------------------------------------------------- */

#diaporamawindow
{
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: #857c76 url(expos/page_bg.gif) repeat-x;
  text-align: center;
}
#diaporamawindow div
{
  margin: 10px auto;
  width: 500px;
  text-align: center;
}
#diaporamawindow p.img
{
  height: 500px;
}
#diaporamawindow p.close
{
  padding: 60px 0 0;
  height: 20px;
}
#diaporamawindow img
{
  margin: 20px auto;
  width: auto;
  height: auto;
  max-height: 500px;
  /*cursor: pointer;*/
}
#diaporamawindow .diaponav
{
  margin: 0 auto;
  width: 500px;
}
#diaporamawindow .diaponav li
{
  float: left;
  margin: 10px 0;
  height: 20px;
  line-height: 20px;
  text-align: center;
}
#diaporamawindow .diaponav li.position
{
  width: 460px;
  font-weight: bold;
}
#diaporamawindow .diaponav li.prev
{
  width: 20px;
  float: left;
}
#diaporamawindow .diaponav li.next
{
  width: 20px;
  float: right;
}
#diaporamawindow .diaponav li a.prev
{
  display: block;
  width: 20px;
  height: 20px;
  text-indent: -1000px;
  overflow: hidden;
  background: url(expos/diapo_prev.gif) 0 0 no-repeat;
}
#diaporamawindow .diaponav li a.next
{
  display: block;
  width: 20px;
  height: 20px;
  text-indent: -1000px;
  overflow: hidden;
  background: url(expos/diapo_next.gif) 0 0 no-repeat;
}
#diaporamawindow .diaponav li a.prev:hover,
#diaporamawindow .diaponav li a.next:hover
{
  background-position: 0 -20px;
}
#diaporamawindow a.close
{
  float: right;
  display: block;
  width: 20px;
  height: 20px;
  text-indent: -1000px;
  overflow: hidden;
  background: url(expos/diapo_close.gif) 0 0 no-repeat;
}
#diaporamawindow a.close:hover
{
  background-position: 0 -20px;
}
