@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
    font-family: Verdana,Arial,Helvetica,sans-serif;
}

body {
    font: 76%/1.75 Verdana,Arial,Helvetica,sans-serif;
    width: 100%;
    text-align: center;
}

#container {
    width: 600px;
    text-align: left;
    position: relative;
    margin: 1em auto 1em auto;
    border: 1px solid #9D9DA5;
    padding: 2em;
    font-size: 1.2em;
}

* html #container {
    height: 0.1%;
}

img {
    border: 0;
}

h1 {
    background-image: url(aldabase.png);
    background-repeat: no-repeat;
    width: 243px;
    height: 37px;
    margin-bottom: 40px;
}

h1 span {
    position: absolute;
    left: 0;
    top: -500px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

h2 {
    color: #F79231;
    background: white;
    margin: 1em 0;
    font-size: 1.2em;
    font-weight: bold;
}

.fr {
    float: right;
    margin: -1em 0 0 0;
    padding: 8px;
    border: 1px solid #9D9DA5;
}

p {
    color: black;
    background: white;
    margin: 1em 0;
    font-size: 1em;
    font-weight: normal;
}

p.highlight {
    color: #4D4D50;
    background: #FFBE80;
    border: 2px solid #F79231;
    padding: 0 2em;
}

#footer {
    font-size: 1em;
    color: #B4B9D7;
    background-color: white;
}

#footer a {
    color: #B4B9D7;
    background-color: white;
}

ul {
    margin-left: 4em;
}

table {
    margin: 1em 0 1em 2em;
}

th, td {
    padding: 1px .5em;
}

th {
    background-color: #DDD;
}

tr.alt th, tr.alt td {
    background-color: #EAEAEA;
}

.price {
    text-align: right;
}

td.strike {
    text-decoration: line-through;
    color: #AAA;
    background: inherit;
}

.links {
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
}

.links ul {
    list-style-type: none;
    text-align: center;
    margin-top: -8px;
    padding: 0;
    position: relative;
    z-index: 2;
}

.links li {
    display: inline;
    text-align: center;
    margin: 0 5px;
}

.links li a {
    padding: 1px 7px;
    color: #666;
    background-color: #FFF;
    border: 1px solid #CCC;
    text-decoration: none;
}

.links li a:hover {
    color: #000;
    border: 1px solid #666;
    border-top: 2px solid #666;
    border-bottom: 2px solid #666;
}

.links li a#current {
    color: #000;
    border: 1px solid #666;
    border-top: 2px solid #666;
    border-bottom: 2px solid #666;
}