/* Global settings */
* {
    color: #000;
    font-family: Verdana, Arial, Sans-serif;
    font-size: 11px;
    list-style-type: none;
    text-decoration: none;
    outline: none;
    border: 0;
    margin: 0;
    padding: 0;
    letter-spacing: 0.3px;
    line-height: 14px;
}
html {
	overflow-y: scroll;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
	display: inline-table;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
fieldset label {
    display: block;
}
fieldset input,
fieldset textarea {
    margin: 5px 0 5px 0;
    font-family: arial, verdana, sans-serif;
    padding: 2px;
    border: 1px solid #000;
}
table {
    border-spacing: 0;
    vertical-align: middle;
    border-collapse: collapse;
	width: 100%;
	height: 100%;
}


/* Layout */
#container {
	position: relative;
	margin: auto;
	width: 870px;
}
#header {
	position: relative;
	width: 850px;
	height: 90px;
}
h1 a {
	position: absolute;
	top: 45px;
	font-weight: normal;
}
.selected {
    color: #aaaaaa;
}
a {
	cursor: pointer;
}
a:hover {
	color: #aaaaaa;
}
#content {
	position: relative;
	top: 0px;
	width: 870px;
}
#footer {
	height: 50px;
}


/* Menu */
#menu {
	position: absolute;
	top: 45px;
	left: 235px;
}
#menu li {
	display: inline;
	margin-right: 10px;
}


/* Languages */
#languages {
	position: absolute;
	top: 45px;
	right: 2px;
}
#languages li {
	display: inline;
}
#languages li a {
	margin-left: 10px;
	text-transform: uppercase;
}


/* Series */
#series {
	position: relative;
}
#series li{
	float: left;
	width: 280px;
	height: 280px;
}
.hspacer {
	margin-right: 10px;
}
.vspacer {
	margin-bottom: 10px;
}


/* Slideshow */
#slideshow_details {
	width: 235px;
}
#page_name {
	margin-bottom: 10px;
}
#page_description, em {
	width: 205px;
	line-height: 17px;
	color: #666;
}
#slideshow_details ul {
	margin-top: 30px;
}
#slideshow_details ul li a {
	background: url("../img/point.png") no-repeat left;
	padding-left: 10px;
}

#slideshow_container {
	position: absolute;
	top: 0px;
	left: 235px;
	width: 700px;
}
#slideshow_container ul li #media {
	width: 700px;
	height: 535px;
	text-align: center;
	border-bottom: 1px solid #ccc;
}
#slideshow_container ul li img {
	cursor: pointer;
}
#slideshow_container ul li p {
	float: right;
	text-align: right;
	width: 550px;
	margin-top: 4px;
	line-height: 17px;
	color: #888;
}
#text {
	position: absolute;
	top: 0px;
	left: 235px;
	width: 445px;
}
#text p {
	color: #888;
	line-height: 17px;
}
#nav_container{
	position: absolute;
	text-align: center;
	top: -20px;
	left: 0px;
	z-index: 121;
}
#counter_container {
	float: left;
	height: 15px;
	width: 60px;
}
a#prev {
	float: left;
    margin-top: 4px;
    display: block;
    width: 4px;
	height: 7px;
    background: url("../img/prev.png") no-repeat;
	z-index: 121;
}
a#prev:hover{
    background: url("../img/prev_hover.png") no-repeat;
}
a#next {
	float: left;
    margin-top: 4px;
    display: block;
    width: 4px;
	height: 7px;
    background: url("../img/next.png") no-repeat;
	z-index: 120;
}
a#next:hover{
    background: url("../img/next_hover.png") no-repeat;
}	
.description_media {
	text-align: right;
}
/* Film */
#media_container {
	position: relative;
	width: 945px;
}
#media_details {
	width: 235px;
}
#media_details #page_name {
	margin-bottom: 10px;
}
#media_details #page_description, em {
	width: 205px;
	line-height: 17px;
	color: #888;
}
#media_container #media {
	position: absolute;
	top: 5px;
	left: 235px;
}
#media_container #media p {
	float: right;
	text-align: right;
	width: 550px;
	line-height: 17px;
	color: #888;
}


/* Presse */
#text_medias {
	position: absolute;
	top: 5px;
	right: 0px;
}
#menu_text li {
	line-height: 17px;
}
#menu_text li a {
	font-size: 11px;
}
#menu_text li a:hover {
	color: #aaaaaa;
}
#text_press {
	position: absolute;
	top: 0px;
	width: 700px;
	left: 235px;
}
#text_press div, #text_press div em {
	width: 350px;
	color: #888;
	line-height: 17px;
}
#text_press img {
	position: absolute;
	right: 0px;
	top: 7px;
}


/* Sounds */
#sounds {
	position: absolute;
	top: 5px;
	left: 235px;
	width: 700px;
}
#sounds li {
	position: relative;
	width: 200px;
	height: 200px;
	float: left;
	border: 1px solid #ccc;
	padding: 10px;
}
#sounds li h3 {
	margin-left: 5px;
	font-size: 11px;
	font-weight: normal;
	color: #888;
}
#sounds li .media {
	margin: 20px 0px 20px 0px;
}
	
#sounds li .player {

}


/* Bio */
#bio_text {
	position: absolute;
	top: 0px;
	left: 235px;
	width: 445px;
}
#bio_text div {
	color: #888;
	line-height: 17px;
}


/* tooltip */
#tooltip {
    position: absolute;
    width: auto;
    padding: 5px;
    text-align: left;
    background-color: #FFF; 
    border: 0;
    z-index: 1000;
}
#tooltip h3, #tooltip div {
    margin: 0;
    font-weight: normal;
	font-size: 11px;
}
#tooltip h3 {
	color: #aaaaaa;
}