html {
    height: 100%;
}

body {
    background: #eee;
    color: #333;
    font-family: arial, helvetica, sans-serif;
    font-size: 13px;
    height: 100%;
    margin: 0;
}

h3 {
    font-family: arial, helvetica, sans-serif;
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 20px;
}

h4 {
    font-family: arial, helvetica, sans-serif;
    font-size: 15px;
    margin: 0 0 10px;
}

h5 {
    font-family: arial, helvetica, sans-serif;
    font-size: 13px;
    margin: 0 0 10px;
}

p {
    margin: 0 0 20px;
}

a {
    color: #ff9900;
    font-weight: bold;
    text-decoration: none;
}

a:hover {
    color: #666;
}

input,
select {
    color: #333;
    font-family: arial, helvetica, sans-serif;
    font-size: 13px;
}

#wrapper {
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, .33);
    border-left: 1px #999 solid;
    border-right: 1px #999 solid;
    min-height: 100%;
    margin: 0 auto;
    overflow: hidden;
    width: 880px;
}

#header {
    height: 120px;
    min-width: 880px;
    overflow: hidden;
    position: relative;
}

#header a img {
    border: 0;
    float: right;
    margin: 10px 20px;
}

#header a:first-child img {
    float: left;
}

#header div {
    bottom: 10px;
    left: 150px;
    position: absolute;
}

#header h1 {
    font-family: arial, helvetica, sans-serif;
    font-size: 29px;
    margin: 0;
}

#header span {
    color: #ff9900;
    font-size: 16px;
    font-weight: bold;
}

#menu {
    background: #ddd;
    padding: 4px 10px;
    overflow: hidden;
}

#menu ul {
    float: right;
    list-style: none none;
    margin: 0;
    padding: 0;
}

#menu li {
    border-left: 1px #666 solid;
    float: left;
    padding: 0 10px;
}

#menu li:first-child {
    border-left: none;
}

#menu a {
    color: #666;
    font-weight: bold;
    text-decoration: none;
}

#menu a:hover {
    color: #ff9900;
}

#yield {
    float: left;
    padding: 20px 10px 0 20px;
    width: 640px;
}

ul.letters {
    list-style: none none;
    margin: 0 0 10px;
    overflow: hidden;
    padding: 0;
}

ul.letters li {
    float: left;
    font-size: 11px;
    line-height: 22px;
}

ul.letters li ~ li {
    margin-left: 2px;
}

ul.letters li.selected {
    background-color: #ff9900;
    color: #fff;
    line-height: 14px;
    min-width: 12px;
    padding: 3px 4px;
    text-align: center;
}

ul.letters a {
    border: 1px #ccc solid;
    color: #000;
    display: block;
    font-weight: normal;
    line-height: 14px;
    min-width: 12px;
    padding: 2px 3px;
    text-align: center;
}

form.filter {
    font-size: 11px;
    margin: 0 0 10px;
}

form.filter ul {
    list-style: none none;
    margin: 0;
    overflow: hidden;
    padding: 0;
}

form.filter li {
    float: left;
}

form.filter li ~ li {
    margin-left: 10px;
}

form.filter input[type=image] {
    border: none;
    margin: 1px;
    vertical-align: top;
}

form.filter input,
form.filter select {
    color: #333;
    font-family: arial, helvetica, sans-serif;
    font-size: 11px;
}

table.list {
    border: 1px #ffcc7f solid;
    border-collapse: collapse;
    margin: 0 0 20px;
    width: 100%;
}

table.list th {
    background: #ff9900;
    border: 1px #ffcc7f solid;
    color: #fff;
    font-weight: bold;
    padding: 3px 5px;
    text-align: left;
    vertical-align: top;
}

table.list th a {
    color: #fff;
    display: block;
    margin-right: 19px;
    text-decoration: none;
    width: 100%;
}

table.list th a.ascending {
    background: url(images/asc.png) right center no-repeat;
}

table.list th a.descending {
    background: url(images/desc.png) right center no-repeat;
}

table.list td {
    border: 1px #ccc solid;
    padding: 3px 5px;
    vertical-align: top;
}

table.list td.numeric {
    text-align: right;
}

table.list td.nowrap {
    white-space: nowrap;
}

a.back {
    background-image: url(images/back.png);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 16px;
}

a.forward {
    background-image: url(images/forward.png);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 16px;
}

a.movies {
    background-image: url(images/movies.png);
    background-position: left center;
    background-repeat: no-repeat;
    font-size: 18px;
    line-height: 22px;
    padding-left: 20px;
}

#banner {
    float: left;
    padding: 62px 20px 0 10px;
    width: 180px;
}

#banner a {
    display: block;
    margin: 0 auto;
}

#banner img {
    border: none;
}

div.clear {
    clear: left;
}

form.contact {
    margin: 0 0 20px;
}

form.contact fieldset {
    border: 1px #ccc solid;
    display: block;
    margin: 0 0 10px;
    overflow: hidden;
    padding: 10px 0 8px 10px;
}

form.contact legend {
    color: #333;
    font-weight: bold;
}

form.contact p {
    margin: 0 0 2px;
    overflow: hidden;
}

form.contact span {
    float: left;
    padding: 4px 10px 4px 0;
    text-align: right;
    width: 100px;
}

form.contact input[type=text],
form.contact textarea {
    border: 1px #ccc solid;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    margin: 0;
    padding: 3px;
    width: 500px;
}

form.contact textarea {
    height: 150px;
    resize: vertical;
}

span.error {
    color: #ff0000;
}

#yield p {
    overflow: hidden;
}

#yield img.left {
    float: left;
    margin: 0 10px 0 0;
    width: 240px;
}

#yield img.right {
    float: right;
    margin: 0 0 0 10px;
}

span.rating-1 {
    background: url(images/rating-1.png) left center no-repeat;
    display: inline-block;
    height: 12px;
    width: 60px;
}

span.rating-2 {
    background: url(images/rating-2.png) left center no-repeat;
    display: inline-block;
    height: 12px;
    width: 60px;
}

span.rating-3 {
    background: url(images/rating-3.png) left center no-repeat;
    display: inline-block;
    height: 12px;
    width: 60px;
}

span.rating-4 {
    background: url(images/rating-4.png) left center no-repeat;
    display: inline-block;
    height: 12px;
    width: 60px;
}

span.rating-5 {
    background: url(images/rating-5.png) left center no-repeat;
    display: inline-block;
    height: 12px;
    width: 60px;
}

p.rating {
    overflow: hidden;
}

p.rating span.id {
    display: none;
}

p.rating a {
    background: url(images/star.png) no-repeat;
    float: left;
    height: 22px;
    width: 22px;
}

p.rating a > span {
    background: url(images/star.png) 0 -22px no-repeat;
    display: block;
    height: 22px;
    width: 0;
}

p.rating.active a > span {
    background-position: 0 -44px;
}

p.rating span.count {
    float: left;
    line-height: 22px;
    margin: 0 0 0 10px;
}
