
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
}

h1 {
	font-size: 25px;
	font-weight: normal;
	margin-bottom: 20px;
	color: #fff;
}

h2.title { display:none; }

h2 {
	font-size: 25px;
	font-weight: normal;
	margin-bottom: 20px;
	color: #fff;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #fff;
}

p {
	margin: 5px 0 15px 0;
}

a {
	cursor: pointer;
	color: #b7cf00;
	text-decoration: none;
	outline: none;
}

hr {
	border-top: 1px dotted gray;
	margin: 20px 0 20px 0;
}

.clearboth {
    clear: both;
}

.copyright {
    font-size: 9px;
}

.invisible {
    display: none;
}

.none {
    display: none;
}

.center {
	text-align: center;
}

.warning,
.important,
.required,
.error {
	color: #b7cf00;
}
.warning {
	font-weight: bold;
	background-image: url('../img/warning.png');
	background-repeat: no-repeat;
	background-position: 0 2px;
	padding-left: 18px;
}

.block {
	margin-bottom: 20px;
}

.alternate {
	background-color: #423934;
}

/***************************************/
/*  layout
/***************************************/

body {
	background: black url('../img/background-1.png') repeat-x;
}

div#container {
	width: 940px;
	margin: 0 auto 30px auto;
	position: relative;
}

div#header {
	height: 284px;
	background: transparent url('../img/line.png') 240px 115px no-repeat;
}

div#content {
	/*position: relative;*/
	margin-bottom: 20px;
	clear: both;
}

div#left {
	width: 200px;
	padding-top: 20px;
	overflow: hidden;
	float: left;
	border-right: 1px solid #808080;
}

div#service {
	width: 710px;
	padding-top: 20px;
	float:right;
}

div#footer {
	height: 30px;
	overflow: hidden;
	background-color: #2c2522;
}

/***************************************/
/*  header
/***************************************/

/*
** logo
*/
div#logo {
	position: absolute;
	left: 0;
	top: 30px;
}

/*
** menu private
*/
div#menu_private {
	font-size: 11px;
	height: 23px; /* 30px; */
	padding-top: 7px;
	margin-bottom: 230px;
}

div#menu_private h3 {
	float: left;
	font-weight: normal;
	color: white;
	margin-right: 10px;
}

div#menu_private ul {
	float: left;
}

div#menu_private li {
	display: inline;
	margin-right: 7px;
	padding-right: 5px;
	border-right: 1px solid #b7cf00;	
}

div#menu_private li.lastchild {
	margin-right: 0px;
	padding-right: 0px;
	border-right: none;
}

div#menu_private li a:hover,
div#menu_private li a.selected {
	color: #9f3061;
}

/*
** languages
*/
ul#languages {
	position: absolute;
	top: 0;
	right: 0;
	width : 80px;
	height: 30px;
	background-color: #b7cf00;
	overflow: hidden;
}

ul#languages li {
	text-align: center;
	padding-top: 5px;
}

ul#languages li a {
	color: black;
	font-size: 9px;
}

div#header ul#languages li a:hover,
div#header ul#languages li a.selected {
	font-weight: bold;
}

/*
** menu top
*/
ul#menu_top {
	position: absolute;
	z-index: 50;
	left: 0;
	top: 230px;
	width: 780px;
	height: 30px;
	border-left: 1px solid #9aa325;
}

ul#menu_top li {
	float: left;
	position: relative;
}

ul#menu_top li a {
	display: block;
	font-size: 10px;
	color: black;
	font-weight: bold;
	text-align: center;
	letter-spacing: -1px;
	width: 110px;
	height: 22px; /*30px;*/
	padding-top: 8px;
	border-right: 1px solid #9aa325;
	overflow: hidden;
}

ul#menu_top li a:hover {
	color: white;
	background: #9f3061 url('../img/menu-top-background-on.png') no-repeat;	
}

ul#menu_top li a.selected {
	background: transparent url('../img/menu-top-background-selected.png') left bottom repeat-x;
}

ul#menu_top li ul.sub_menu {
	
	position: absolute;
	left: 0;
	top: 30px;
	z-index: 100;
	
	border-left: 1px solid #e2b4c8;
	border-right: 1px solid #a51151;
	border-bottom: 1px solid #a51151;
	background: #e52c6f url('../img/menu-top-dropdown-background.png') repeat-x;
	
	visibility: hidden;
}

ul#menu_top li ul.sub_menu li {
	float: none;
	border-top: 1px solid #c96792;
}

ul#menu_top li ul.sub_menu li a {
	color: white;
	font-weight: normal;
	text-align: left;
	letter-spacing: 0px;
	width: 200px;
	height: 15px;
	margin: 0;
	padding: 5px 10px;
	background: none;
	border: none;
}

ul#menu_top li ul.sub_menu li a:hover,
ul#menu_top li ul.sub_menu li a.selected {
	background-color: #9b2759;
	background-image: none;
}

/*
** path
*/
div#header div.path {
	padding-top: 6px;
	font-size: 10px;
	clear: both;
}

/*
** search
*/
div#header div.search {
	
	position: absolute;
	top: 230px;
	left: 778px;
	width: 160px;
	height: 25px; /*30px;*/
	padding-top: 5px;
	background: url('../img/search-background.png') no-repeat;
}

div#header div.search input.search {
	color: black;
	font-size: 9px;
	font-weight: bold;
	width: 110px;
	padding-left: 10px;
	border: none;
	background: transparent;
}

div#header div.search input.ok {
	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;
	-khtml-opacity:0;
}

/***************************************/
/*  left
/***************************************/

/*
** news
*/
div#left div.news {
	margin-bottom: 20px;
}

div#left div.news ul  {
	height: 20px;
	background: url('../img/line.gif') 0 19px repeat-x;
	margin-bottom: 15px;
}

div#left div.news ul li  {
	float: left;
	display: block;
	color: #b7cf00;
	height: 35px;
	padding-left: 5px;
	padding-right: 5px;
}

div#left div.news ul li.selected  {
	padding-left: 5px;
	padding-right: 5px;
	background: url('../img/menu-media-background.png') 50% 19px no-repeat;
}

div#left div.news ul li a:hover {
	color: white;
	background: none;
}

div#left div.news div.item {
	font-size: 11px;
	border-bottom: 1px solid #808080;
	padding-right: 5px;
	margin-bottom: 10px;
}

div#left div.news div.item h4 {
	font-size: 11px;
	color: #b7cf00;
}

/*
** banner
*/
div#left div#banner {
	width: 200px;
	height: 200px;
	background-color: #000;
	/*border: 1px solid #808080;*/
	overflow: hidden;
}

/***************************************/
/*  content
/***************************************/

div.left {
	width: 370px;
	float: left;
	text-align: left;
}

div.right {
	width: 300px;
	float: right;
}

/*
** details
*/
div.details div.left {
	width: 390px;
}

div.details  div.right {
	width: 250px;
}


/*
** tv
*/
div.tv div.left {
	width: 150px;
	position: relative;
}

div.tv  div.right {
	width: 450px;
}


/*
** thumbnail
*/
li.thumbnail {
	width: 110px;
	height: 150px;
	overflow: hidden;
	display: block;
	float: left;
	margin: 0 5px 5px 0;
	font-size: 9px;
}

li.thumbnail p.copyright {
	text-align: left;
	margin-top: 2px;
}

li.thumbnail div.thumbnail {
	width: 108px;
	height: 108px;
	text-align: center;
	border: 1px Solid #666;
	background-color: #000;
}

li.thumbnail div {
	margin-bottom: 2px;
}

li.thumbnail div.thumbnail img {
	margin-top: 4px;
}

div.details li.thumbnail {
	width: 210px;
	height: auto;
	margin: 0;
	padding: 0 0 5px 0;
	float: none;
	overflow: visible;
}

div.details li.thumbnail div.thumbnail {
	width: 210px;
	height: 210px;
	text-align: center;
	border: 1px solid #999;
}

/*
** pager
*/
div#pager {
	width: 100px;
}

div#pager a {
	display: block;
	float: left;
	width: 20px;
	height: 17px;
	font-size: 9px;
	color: #b7cf00;
	background-color: #1f1b19;
	border: 1px solid #1f1b19;
	text-align: center;
	margin: 0 3px 3px 0;

}

div#pager a.activeSlide,
div#pager a:hover {
	color: #fff;
	background-color: #b7cf00;
	border: 1px solid #b7cf00;
}

/*
** directors
*/
ul.directors li {
	padding: 10px;
}

/*
** pdfs
*/
ul#pdfs li.category {
	padding: 5px 0 5px 0;
}

/*
** focus
*/
div.focus { 
	padding: 10px 10px 10px;
	margin-bottom: 10px;
	border: 1px solid #999;
}

/*
** exhibitor artist
*/
div.exhibitor_artist {
	padding: 10px;
	position: relative;
}

div.exhibitor_artist div.artist_infos {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #ccc;
}

div.exhibitor_artist div.artist_infos span.tools {
	position: absolute;
	top: 10px;
	right: 10px;
}

div.exhibitor_artist div.artist_infos span.tools a {
	margin-left: 10px;
}

div.exhibitor_artist div.artist_photos ul li.thumbnail {
	height: auto;
}

/*
** group
*/
div.group {
	padding: 10px;
	margin-bottom: 20px;
}

/*
** table
*/
table.infos {
	width: 100%;
	margin: 5px 0 5px 0;
}

table.infos td {
	vertical-align: top;
	padding: 5px;
}

/*
** media menu
*/
ul.media_menu {
	height: 20px;
	background: url('../img/line.gif') 0 19px repeat-x;
	margin-bottom: 15px;
}

ul.media_menu li {
	float: left;
	height: 35px;
}

ul.media_menu li a {
	font-size: 11px;
	padding-left: 10px;
	padding-right: 10px;
	background: url('../img/menu_media_line.gif') top right no-repeat;
}

ul.media_menu li:hover,
ul.media_menu li.selected {
	background: url('../img/menu-media-background.png') 50% 19px no-repeat;
}

/*
** slideshow
*/
div#slideshow img:hover {
    cursor: -moz-zoom-in;
}

/*
** news
*/
div#content div#news {
	position:relative;
}

div#content div#news div.remote div {
	float: left;
	margin-right: 30px;
}

div#content div#news div.remote input.text {
	width: 120px;
	float: none;
}

div#content div#news div.results div.rss {
	position:absolute;
	right:0;
	top:0;
}

div#content div#news div.results img.thumbnail {
	float: right;
	margin: 0 0 10px 10px;
}

/*
** search_gallery
*/
div#content div#search_gallery  div.remote form {
	float:left; 
	margin-right:20px;
}

div#content div#search_gallery  div.results {
	width: 690px;
}

/*
** search_artists
*/
div#content div#search_artist  div#advanced-search {
	background-color: #333;
	padding: 20px;
	margin-bottom: 20px;
}

div#content div#search_artist div#advanced-search label#interval {
	margin-bottom: 10px;
}

/***************************************/
/* footer
/***************************************/

div#footer div.footer_container {
	width: 940px;
	margin: 0 auto;
	text-align: right;
}

/*
** menu
*/
ul#menu_bottom {
	padding-top: 7px;
	font-size: 11px;
	width: 700px;
	float: right;
}

ul#menu_bottom li {
	padding-right: 10px;
	margin-right: 10px;
	display: inline;
	border-right: 1px solid white;
}

ul#menu_bottom li.lastchild {
	padding-right: 0px;
	margin-right: 0px;
	border-right: none;
}

ul#menu_bottom li a {
	color: #bfb1aa;
}

ul#menu_bottom li a.item-0 {
	padding-left: 15px;
	background: url('../img/picto-facebook.png') left 2px no-repeat;
}

ul#menu_bottom li a.item-1 {
	padding-left: 15px;
	background: url('../img/picto-twitter.png') left 2px no-repeat;
}

ul#menu_bottom li a:hover,
ul#menu_bottom li a.selected {
	color: white;
}

/*
** reed
*/
div#reed {
	float: left;
	padding-top: 2px;
}

div#reed span {
	display: none;
}

/***************************************/
/*  datepicker
/***************************************/

div#ui-datepicker-div {
	z-index: 9999;
}

/***************************************/
/*  popup
/***************************************/

div.popup {
	position: absolute;
	top: 0;
	right: 10px;
	width: 260px;

	padding: 10px;
	background-color: #000;
	border: 1px solid #999;
	z-index: 1001;
	text-align: left;
}

div.large {
	width: 480px;
}

div.popup div.close {
	position: absolute;
	top: 5px;
	right: 10px;
}

/***************************************/
/*  tooltip
/***************************************/

#tooltip {
	position: absolute;
	z-index: 100;
	width: auto;
	background-color:#000;
    padding: 5px;
    color:#fff;
    border: 1px solid #999;
    text-align: left;
    left: -500px;
}

#tooltip h3,
#tooltip div {
    margin: 0;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size:9px;
    font-weight: normal;
}





