* {
    padding: 0;
    margin: 0;
    font-size: 12px;
    list-style-type: none;
    font-family: georgia, times, serif;
    text-decoration: none;
    outline: none;
    border: 0;
    letter-spacing: 0.3px;
    color: #8c8c8c;
}
a {
    color: #fff;
}
a:hover {
}
a.selected {
}
h3 ,
h3 a,
h3 span {
    font-size: 26px;
}
h3 span {
    font-weight: normal;
}
h4,
h4 a,
h4 span {
   font-size: 26px;
   color: #000;
}
td {
    vertical-align: top;
}
td.title {
    width: 100px;
}
td p {
    height: 18px;
}


.date {
    font-size: 18px;
}
.text,
.text * {
    line-height: 17px;
    font-size: 18px;
}
.text a {
    line-height: 17px;
    font-size: 18px;
    text-decoration: underline;
}
.chapo {
    line-height: 17px;
    font-weight: bold;
}
.caption {
    text-align: right;
    font-size: 10px;
}
.invisible {
    display: none;
}
.message {
    margin: 20px 0 20px 0;
}
.message span {
    background-color: #00b2f5;
    color: #fff;
    font-weight: bold;
    padding: 10px;
}
form div {
    margin-bottom: 5px;
}
input {
    border: 0;
    height: 15px;
    padding: 2px;
    background: #b2b2b2;
    color: #000;
    font-size: 11px;
}
textarea {
    color: #000;
    width: 250px;
    background: #b2b2b2;
    padding: 2px;
}
button {
    font-weight: normal;
    background: #000;
    color: #00b2f5;
    font-size: 18px;
    height: 25px;
    text-align: center;
    cursor: pointer;
    font-family: impact, arial, sans-serif;
    letter-spacing: 0.7px;
}
label {
    display: block;
    padding: 0 0 3px 0;
}
label.error {
    font-weight: bold;
    padding-bottom: 3px;
    color: #00b2f5;
}

/* layout */
html, body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  border: none
}
table#background {
    width: 1000px;
    height: 100%;
    margin: auto;
    border-collapse: collapse;
}
table#background tr td {
    background: url(../img/background.gif) no-repeat;
    text-align: center;
    height: 100%;
}
div#container {
   width: 730px;
   margin: auto;
}
div#content {
    position: relative;
    text-align: left;
    height: 530px;
    width: 730px;
}


/* header */
div#header {
   position: relative;
   height: 100px;
   border-bottom: 1px solid #393939;
   margin-bottom: 20px;
}
img#logo {
    position: absolute;
    left: 30px;
    top: 14px;
}
ul#menu {
    position: absolute;
    top: 40px;
    left: 130px;
}
ul#categories {
    position: absolute;
    left: 130px;
    top: 65px;
}
ul#categories li,
ul#menu li {
    display: inline;
    padding-right: 10px;
}
ul#categories li a,
ul#menu li a {
    font-size: 16px;
    letter-spacing: 0.7px;
    color: #666;
    font-family: impact, arial, sans-serif;
}
ul#categories li a:hover,
ul#categories li a.selected,
ul#menu li a:hover,
ul#menu li a.selected {
    color: #00b2f5;
}
div#language {
    position: absolute;
    right: 10px;
    top: 40px;
    background: url(../img/background_lang.gif) no-repeat;
    width: 28px;
    height: 27px;
    font-weight: bold;
}
div#language a {
    display: block;
    width: 28px;
    height: 20px;
    text-align: center;
    padding-top: 7px;
    font-family: georgia, times, serif;
    font-size: 10px;
    color: #000;
}

/* pager */
ul#pager {
    position: absolute;
    bottom: 0;
    right: 0;
}
ul#pager li {
    float: left;
    margin-left: 10px;
}
ul#pager li * {
    font-size: 20px;
    letter-spacing: 0.7px;
    color: #666;
    font-family: impact, arial, sans-serif;
}
ul#pager li a:hover,
ul#pager li strong {
    color: #00b2f5;
}

/* contact */
#contact_text span {
    display: block;
    color: #b2b2b2;
    font-family: impact, arial, sans-serif;
    font-size: 16px;
}
#contact_form {
    position: absolute;
    right: 0;
    top: 0;
    width: 254px;
}
#contact_form div input {
    width: 250px;
}


/* about */
div#about {
    width: 600px;
    margin-left: 130px;
}
p#about_text {
    width: 290px;
    line-height: 19px;
    color: #666;
    font-family: georgia, times, serif;
}
img#about_picture {
    position: absolute;
    top: 0;
    right: 0;
}


/* member */
div#member h2 {
    color: #b2b2b2;
    font-family: impact, arial, sans-serif;
    font-size: 16px;
    height: 25px;
    font-weight: normal;
}
div#member_login {
    margin: auto;
    width: 150px;
}
div#member_file {
    width: 550px;
    position: absolute;
    text-align: center;
    right: 0;
    top: 0;
}
div#member ul li a {
    color: #666;
}
div#member ul li a.selected {
    color: #fff;
}
div#member ul li.logout {
    margin-top: 20px;
}
div#member ul li.logout a {
    color: #fff;
}
/* movies */
ul#directors {
    position: absolute;
    width: 110px;
    left: 0;
    top: 0;
    text-align: right;
    z-index: 10;
}
ul#directors li a {
    color: #666;
    font-family: georgia, times, serif;
    display: block;
    width: 110px;
    height: 25px;
}
ul#directors li a:hover,
ul#directors li a.selected {
    color: #00b2f5;
}

ul#movies {
    position: absolute;
    left: 130px;
}
ul#movies li {
    float: left;
    width: 150px;
    height: 122px;
}
div#director {
    position: relative;
    width: 600px;
    height: 200px;
}
div#director img {
    position: absolute;
    left: 130px;
}
div#director_description_container {
    position: absolute;
    left: 295px;
    width: 435px;
    height: 150px;
    overflow: hidden;
}
#director_description {
    width: 435px;
    height: 150px;
    line-height: 19px;
    color: #666;
    font-family: georgia, times, serif;
    overflow: hidden;
}

/* movie */
div#movie {
    padding-left: 130px;
}
div#player {
    margin: auto;
    width: 600px;
}
div#movie h2 {
    font-size: 16px;
    letter-spacing: 0.7px;
    color: #666;
    font-family: impact, arial, sans-serif;
    font-weight: normal;
    height: 30px;
}
div#movie_description {
    line-height: 19px;
    color: #666;
    font-family: georgia, times, serif;
    padding-top: 10px;
}

/* news */
ul#news li {
    width: 600px;
    height: 140px;
    margin-bottom: 20px;
    position: relative;
}
ul#news li h3 {
    position: absolute;
    left: 170px;
    top: 0px;
    height: 20px;
    font-size: 12px;
    color: #00b2f5;
    font-family: georgia, times, serif;
}
ul#news li h3 span {
    font-size: 12px;
    color: #fff;
    font-family: georgia, times, serif;
}
ul#news li p.description {
    position: absolute;
    left: 170px;
    top: 25px;
    height: 115px;
    color: #666;
    font-family: georgia, times, serif;
    line-height: 19px;
}


/* tooltip */
#tooltip {
	position: absolute;
	z-index: 3000;
	width: 150px;
    padding:5px;
    text-align: left;
    left: -500px;
    background-color: #00b2f5;
    
}
#tooltip h3, #tooltip div {
    margin: 0;
    font-family: georgia, times, serif;
    font-size: 11px;
    font-weight: normal;
    color: #000;
}
#tooltip div {
    color: #fff;
}
#tooltip h3 {
    font-weight: bold;
}
/* clearfix */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
	display: inline-table;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;

}
