div {
    padding: 0;
    margin: 0;
}

#resources-content {
    text-align: left;
    margin: 20px 0;
    padding: 0;
}

.linkbar a {
    padding: 5px 10px;
}

.linkbar {
    line-height: 2em;
}


a.selected-link {
    background: #BB7C00;
    color: white;    
}

#resources-content td {
    vertical-align: top;
    border: none;
    border-bottom: 1px solid gray;
    border-top: 1px solid gray;
    margin: 0;
    padding: 0;
}

#resources-content table {
    border: none;
    width: 100%;
}

div.language-resources {
    width: 100%;
}

#resources-content .books table {
    background: white;
}

h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: white;
    text-transform: uppercase;
    margin: 5px 0;
    padding: 0;
}

#resources-content .books table td h1, #resources-content .books table td h1 a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color:#BB7C00;
    text-transform: none;
    margin: 0;
    padding: 0;
}

#resources-content .books table td {
    padding: 10px 20px;
}

#resources-content .books table td.image {
    width: 160px;
    padding: 10px 0px 10px 20px;    
}

#resources-content .books table td.description {
	width: 100%;
}

.line {
    margin: 3px 0;
    padding: 0;
}

#resources-content table {
    border: 1px solid gray;
}

#resources-content table td {
    padding: 5px 10px;
}

#resources-content table td p.hint {
    margin: 20px 0 5px;    
    vertical-align: bottom;
}

#resources-content table {
    border-collapse: collapse;
}

#resources-content .books {
    margin: 0 0 30px;
}

#resources-content div.linkbar {
    margin: 0 0 15px;
}

#resources-content table tr.white {
    background: white;
}

.minor {
    color: gray;
}

.resources-select-language {
    vertical-align: top;
    text-align: left;
    margin: 20px 0;
}

.resources-select-language a {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 80px;
    margin: 0 5px;
    text-align: center;
}

.resources-select-language a img {
    position: relative;
    left: 0;
    top: 0;    
    width: 50px;
    height: 35px;
    border: none;
}

.resources-select-language a span.text {
    position: absolute;
    left: 0;
    top: 40px;
    width: 100%;
    text-align: center;
}

.book-info .column-left {
    position: absolute;
    top: 0;
    width: 345px;
    left: 0;
}

.book-info .column-right {
    position: absolute;
    top: 0;
    left: 350px;
}

.book-info .general {
    position: relative;
    width: 100%;
    height: 60px;
}