#main {
    height:auto;
}

#main .left h3 {
    background-color:#ff9b00;
    color:#FFF;
    width:138px;
    height:20px;
    line-height:20px;
    margin:19px 0 0 0;
    padding:0 0 0 5px;
    font-size:1em;
}

#main .left p {
    font-size:1em;
    line-height:1.65;
    border-bottom:1px solid rgb(255, 155, 0);
    padding-bottom:10px;
}

#main .years {
    margin:0 0 0 20px;
}

table.releases {
    width:633px;
    margin:0;
    padding:0;
    border:0;
    border-collapse:collapse;
    /*font-size:1em;*/
    border-bottom:1px solid rgb(255, 155, 0);
}

table.releases th,
table.releases td {
    text-align:left;
    vertical-align:top;
    height:20px;
    line-height:20px;
}

table.releases th {
    background-color:rgb(255, 155, 0);
    color:#FFF;
    padding:0 5px;
}

table.releases th.date {
    width:80px;
}

table.releases th.title {
    width:550px;
    padding:0;
}

table.releases td.date {
    font-weight:bold;
}

table.releases td.title a:link,
table.releases td.title a:visited {
    color:#333;
    text-decoration:none;
}

table.releases td.title a:hover,
table.releases td.title a:active {
    color:rgb(255, 155, 0);
}

table.releases tr.odd td {
    background-color:#f2f2f2;
}

#main .release h1 {
    border-bottom:0;
    margin:0;
    padding:0 0 10px 0;
}

#main .release p {
    font-size:1em;
}

#main .release .block .first {
    padding-right:3%;
}

#main .release .block{
    width:625px;
}


div.info {
    width:633px;
    height:20px;
    line-height:20px;
    font-size:1em;
    font-weight:bold;
    background-color:#333;
    color:#FFF;
    clear:both;
    margin:0 0 20px 0;
    padding:0;
    overflow:auto;
}

div.info,
div.info a:link,
div.info a:visited {
    color:#FFF;
}

div.info span,
div.info a:link,
div.info a:visited {
    float:left;
}

div.info .date {
    width:150px;
    padding:0 5px;
}

div.info .next {
    padding:0 5px 0 20px;
    background:url(/images/next_press.gif) no-repeat top left;
}