* {
    padding: 0;
    margin: 0;
    font-size: 12px;
    list-style-type: none;
    font-family: arial, verdana, sans-serif;
    text-decoration: none;
    outline: none;
    border: 0;
    letter-spacing: 0.3px;
    color: #535353;
}
a {
    color: #535353;
}
a:hover,
a.selected {
    font-weight: normal;
    color: #dc1329;
}
h1 {
    font-size: 32px;
}
h2 {
    font-size: 24px;
}
h3 ,
h3 a {
    font-size: 14px;
}
h4 {
    position: relative;
    margin-top: 4px;
    height: 19px;
}
h4,
h4 a {
   font-size: 15px;
}
td {
    border-spacing: 0px;
    border-collapse: collapse; 
}
th { vertical-align: middle }
td { vertical-align: middle }
table   { border-collapse: collapse }
td.title {
    width: 100px;
}
td p {
    height: 18px;
}
form {
    margin-bottom: 10px;
}
input {
    height: 15px;
    width: 250px;
    padding: 2px;
    border: 1px solid #c6c5c5;
}
textarea {
    height: 150px;
    width: 250px;
    padding: 2px;
    overflow: hidden;
    border: 1px solid #c6c5c5;
}
input.submit {
    background: none;
    width: 15px;
    height: 11px;
}
form#search input.text {
    width: 173px;
}
button {
    margin-top: 10px;
    padding: 5px;
    font-weight: bold;
    border: 1px solid #c6c5c5;
    color: #dc1329;
    background-color: #fff;
}
.text,
.text * {
    line-height: 22px;
    font-size: 15px;
    font-family: Palatino Linotype,Book Antiqua, Palatino, serif;
    font-style: italic;
}
.text p {
    padding-bottom: 15px;
}
.chapo {
    line-height: 17px;
    font-weight: bold;
}
.caption {
    text-align: right;
    font-size: 10px;
}
label {
    display: block;
    padding: 10px 0 3px 0;
}
label.error {
    font-weight: normal;
    padding-top: 3px;
    color: #dc1329;
}
.invisible {
    display: none;
}
.message {
    margin: 20px 0 20px 0;
}
.message span {
    background-color: #fff;
    color: #dc1329;
    font-weight: bold;
}

/* layout */
div#container {
   width: 900px;
   margin: auto;
   padding: 15px;
}
div#header {
   width: 850px;
   margin-bottom: 30px;
   position: relative;
}
div#footer {
   width: 850px;
   padding-top: 30px;
   height: 30px;
   text-align: right;
}
div#content {
    position: relative;
}

/* menu */
ul#menu li {
    float: left;
    padding-right: 5px;
}
ul#menu li.separator {
    border-right: 1px solid #e54d5e;
    margin-right: 5px;
}
ul#menu {
    margin-top: 25px;
}
ul#languages {
    position: absolute;
    right: 0;
    top: 0;
}
ul#languages li {
    display: inline;
    padding-left: 5px;
}

/* links */
ul.links li {
    height: 20px;
    padding-left: 10px;
}

/* popup */
div#popup_image h4 {
    display: none;
    position: relative;
    padding: 10px 10px 5px 10px;
    font-size: 15px;
    font-weight: bold;
    margin: 0;
    height: auto;
}
div#popup_image h4 a {
    position: absolute;
    right: 10px;
}
div#popup_image_content {
    padding: 15px;
}
div#popup_mask {
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;
    background: #fff;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.80;
}
div#popup_image {
    position: absolute;
    left: 15px;
    top: 15px;
    z-index: 100;
    width: auto;
    height: auto;
    overflow: hidden;
    background: #fff;
    border: 1px solid #cbcbcb;
}

div#popup_image p.description {
    padding-top: 15px;
}

/* tooltip */
#tooltip {
	position: absolute;
	z-index: 3000;
	width: auto;
    padding:5px;
    text-align: left;
    left: -500px;
}
#tooltip h3, #tooltip div {
    margin: 0;
    font-family: Verdana, Helvetica, Arial, sans-serif; 
    font-size:9px;
    font-weight: normal;
}

/* clearfix */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
	display: inline-table;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;

}
