body {
    margin: 0;
    background-color: #000;
    font-size: 100%;
    color: #FFF;
}

p {
    margin: 0;
}

table {
    border-collapse: collapse; /* 'cellspacing' equivalent */
}

table td, table th {
    padding: 0; /* 'cellpadding' equivalent */
}

.container {
    width: 960px;
    margin: 0 auto;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.padded {
    padding: 12px;
}

.inline-block, .left, .right {
    display: inline-block;
    vertical-align: top;
}

.width-full {
    width: 834px;
}

.width-half, .left, .right {
    width: 417px;
}

.padded .width-full {
    width: 810px;
}

.padded .width-half, .padded .left, .padded .right {
    width: 401px;
}

.padded .width-half:first-child, .padded .left:first-child {
    margin-right: 4px;
}

.padded .width-half:last-child, .padded .right:last-child {
    margin-left: 4px;
}

#banner {
    width: 960px;
    height: 148px;
    background: url(../images/eagle.png) top left no-repeat;
    font-family: "Cambria";
}

.banner-title {
    position: relative;
    top: 24px;
    height: 100px;
    width: 960px;
    line-height: 100px;
    font-size: 6.25em;
    text-align: center;
    text-shadow: 4px 6px 7px #000;
}

.banner-subtitle {
    position: relative;
    top: 16px;
    height: 24px;
    width: 960px;
    line-height: 24px;
    font-size: 1.5em;
    text-align: center;
}

#navbar {
    height: 35px;
    width: 960px;
    background: url(../images/navbar_left.png) top left no-repeat, url(../images/navbar_right.png) top right no-repeat, url(../images/navbar.png) top left repeat-x;
}

.navbar-container {
    height: 35px;
}

.navbar-container-links {
    width: 700px;
}

.navbar-container-side {
    width: 130px;
}

.navbar-link {
    display: inline-block;
    color: #FFF;
    font-family: "Tahoma";
    font-size: 1.125em;
    font-weight: 500;
    text-decoration: none;
    line-height: 35px;
    padding: 0 24px;
}

.navbar-link:hover {
    text-decoration: underline;
}

.navbar-account {
    display: inline-block;
    position: relative;
    left: 4px;
    height: 23px;
    width: 71px;
    background: #FFEED2;
    background: linear-gradient(to bottom, rgba(255,238,210,1) 0%,rgba(255,174,47,1) 100%);
    border: 2px solid #FFC000;
    border-radius: 3px 0 0 3px;
    color: #6A3E00;
    line-height: 23px;
    font-family: serif;
    font-size: 1em;
    text-align: center;
    text-decoration: none;
}

.navbar-cart {
    display: inline-block;
    position: relative;
    left: 4px;
    height: 23px;
    width: 43px;
    background: #FFEED2;
    background: linear-gradient(to bottom, rgba(255,238,210,1) 0%,rgba(255,174,47,1) 100%);
    border: 2px solid #FFC000;
    border-left: none;
    border-radius: 0 3px 3px 0;
    color: #6A3E00;
    line-height: 23px;
    font-family: serif;
    font-size: 1em;
    text-align: center;
    text-decoration: none;
}

.navbar-account:hover, .navbar-cart:hover {
    text-decoration: underline;
}

#content {
    top: 0;
    left: 0;
    min-height: 300px;
    width: 960px;
    background-color: #FFF;
    color: #000;
    font-family: "Tahoma";
    font-size: 0.875em;
    font-weight: 500;
}

#sidebar {
    display: inline-block;
    position: relative;
    top: 0;
    left: 8px;
    min-height: 200px;
    width: 116px;
    background: #F4EBCF;
    border: 2px solid #FFC000;
    border-top: none;
    vertical-align: top;
    z-index: 1;
    margin-bottom: 8px;
}

.sidebar-title {
    position: relative;
    top: 4px;
    left: 8px;
    height: 23px;
    width: 116px;
    background: #FFEED2;
    background: linear-gradient(to bottom, rgba(255,238,210,1) 0%,rgba(255,174,47,1) 100%);
    border: 2px solid #FFC000;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    color: #6A3E00;
    line-height: 23px;
    font-family: serif;
    font-size: 1em;
    text-align: center;
}

.sidebar-link {
    display: block;
    height: 41px;
    width: 100%;
    background: url(../images/separator.png) bottom center no-repeat;
    color: #95896B;
    font-family: "Segoe UI";
    font-size: 0.875em;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    line-height: 40px;
    white-space: nowrap;
    overflow: hidden;
}

.sidebar-link:last-child {
    background-image: none;
    height: 40px;
}

#inner-content {
    display: inline-block;
    position: relative;
    top: 0;
    left: 2px;
    width: 834px;
    min-height: 277px;
}

#inner-content.padded {
    width: 810px;
    padding-top: 0;
}

#sort_search {
    height: 32px;
    margin: 1px 1px 1px 3px;
    padding: 0 5px;
    background: #C0C0C0;
    line-height: 30px;
}

#sort_search.search {
    background: #D1D1B3;
}

#display_options {
    height: 24px;
    margin: 1px 1px 1px 3px;
    padding: 0 5px;
    background: #DEDEDE;
    line-height: 22px;
}

#display_options.search {
    background: #E7E7D8;
}

#display_options .links {
    display: none;
}

#pagination {
    height: 24px;
    margin: 1px 1px 1px 0;
    padding: 0 5px;
    background: #DEDEDE;
    line-height: 22px;
}

#pagination .links {
    float: right;
}

#pagination .results {
    display: none;
}

#product_sort {
    border: 1px solid #AAA;
}

#product_search {
    padding-right: 18px;
    background-image: url(../images/search.png);
    background-repeat: no-repeat;
    background-position: right center;
    border: 1px solid #AAA;
}

.row .item {
    display: inline-block;
    width: 208px;
    height: 264px;
    padding: 8px 34px 4px 34px;
    border-left: 2px solid #DDD;
    border-bottom: 2px solid #DDD;
}

.row .item:nth-child(1):last-child, .row .item:nth-child(2):last-child {
    border-right: 2px solid #DDD;
}

.row .item .img {
    width: 208px;
    height: 208px;
}

.row .item .img:empty {
    background: url(../images/item.png) bottom center no-repeat;
}

.row .item .name {
    display: block;
    width: 208px;
    text-align: center;
}

.row .item .price {
    width: 208px;
    line-height: 30px;
    margin-top: 5px;
}

.button-cart {
    float: right;
    width: 100px;
    height: 30px;
    padding-right: 5px;

    color: #FFF;
    font-size: 8px;
    text-align: right;

    background: url('../images/cart.png') no-repeat 4px center, #bb0f30; /* Old browsers */
    background: url('../images/cart.png') no-repeat 4px center, -moz-linear-gradient(top,  #bb0f30 0%, #88071f 100%); /* FF3.6+ */
    background: url('../images/cart.png') no-repeat 4px center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bb0f30), color-stop(100%,#88071f)); /* Chrome,Safari4+ */
    background: url('../images/cart.png') no-repeat 4px center, -webkit-linear-gradient(top,  #bb0f30 0%,#88071f 100%); /* Chrome10+,Safari5.1+ */
    background: url('../images/cart.png') no-repeat 4px center, -o-linear-gradient(top,  #bb0f30 0%,#88071f 100%); /* Opera 11.10+ */
    background: url('../images/cart.png') no-repeat 4px center, -ms-linear-gradient(top,  #bb0f30 0%,#88071f 100%); /* IE10+ */
    background: url('../images/cart.png') no-repeat 4px center, linear-gradient(to bottom,  #bb0f30 0%,#88071f 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb0f30', endColorstr='#88071f',GradientType=0 ); /* IE6-9 */

    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 1px 2px rgba(0, 0, 0, 0.02);
    border-style: solid;
    border-width: 1px;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-radius: 3px;
}

.button-cart:hover {
    background: url('../images/cart.png') no-repeat 4px center, #c41331; /* Old browsers */
    background: url('../images/cart.png') no-repeat 4px center, -moz-linear-gradient(top,  #c41331 0%, #910821 100%); /* FF3.6+ */
    background: url('../images/cart.png') no-repeat 4px center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c41331), color-stop(100%,#910821)); /* Chrome,Safari4+ */
    background: url('../images/cart.png') no-repeat 4px center, -webkit-linear-gradient(top,  #c41331 0%,#910821 100%); /* Chrome10+,Safari5.1+ */
    background: url('../images/cart.png') no-repeat 4px center, -o-linear-gradient(top,  #c41331 0%,#910821 100%); /* Opera 11.10+ */
    background: url('../images/cart.png') no-repeat 4px center, -ms-linear-gradient(top,  #c41331 0%,#910821 100%); /* IE10+ */
    background: url('../images/cart.png') no-repeat 4px center, linear-gradient(to bottom,  #c41331 0%,#910821 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c41331', endColorstr='#910821',GradientType=0 ); /* IE6-9 */
}

.button-cart:active {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25) inset, 0 1px 2px rgba(0, 0, 0, 0.15);
}

.dummy {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.product-info {
    overflow: hidden;
}

.product-info .title {
    margin: 18px 0 8px 0;
}

.product-info .sub-title {
    margin: 8px 0 8px 0;
}

.product-info .image {
    width: 250px;
    height: 250px;
    margin: 18px 18px 0;
    padding: 10px;
    border: 2px solid #DDD;
    text-align: center;
    background-color: #FFF;
}

.product-info .image img {
    display: inline-block;
    margin: 0 auto;
    vertical-align: middle;
}

.product-info .image-additional {
    width: 270px;
    height: 74px;
    margin: 0 18px 18px 18px;
    border: 2px solid #DDD;
    border-top: none;
    white-space: nowrap;
    font-size: 0;
    overflow: hidden;
}

.product-info .image-additional .image-additional-scroller {
    position: relative;
}

.product-info .price-old {
    margin-right: 0.5em;
    text-decoration: line-through;
}

.buttons {
    margin-top: 8px;
}

.tabs {
    border-bottom: 2px solid #DDD;
    padding: 0 4px;
}

.tabs a {
    display: inline-block;
    padding: 0 6px;
    border: 2px solid #DDD;
    border-bottom: none;
    text-decoration: none;
    line-height: 26px;
    background-color: #EEE;
    color: #333;
}

.tabs .selected {
    margin-bottom: -2px;
    padding-bottom: 2px;
    background-color: #FFF;
}

.tab-content {
    padding: 12px 8px;
}

.tab-content .attribute {
    width: 400px;
}

.tab-content .attribute thead {
    font-weight: 600;
}

.box-product .item {
    display: inline-block;
}

.box-product .item .image, .box-product .item .name, .box-product .item .price, .box-product .item .button {
    display: block;
    text-align: center;
}

.artist {
    margin: 18px 6px;
    overflow: hidden;
    border-top: 2px solid #DDD;
}

.artist:last-child {
    margin-bottom: 0;
}

.artist img {
    float: left;
    height: auto;
    max-width: 150px;
    margin-right: 8px;
    border: 2px solid #DDD;
    border-top: none;
}

.artist h4 {
    margin: 8px 0;
}

.artist p {
    text-indent: 3em;
}

.cart-info table, .checkout-product table, .wishlist-info table {
    width: 100%;
    border: 2px solid #DDD;
}

.cart-info tr, .checkout-product tr, .wishlist-info tr {
    border-bottom: 2px solid #DDD;
}

.cart-info tr div, .checkout-product tr div, .wishlist-info tr div {
    vertical-align: top;
}

.cart-info th, .cart-info td, .checkout-product th, .checkout-product td, .wishlist-info th, .wishlist-info td {
    padding: 0 8px;
    border-right: 2px solid #DDD;
}

.cart-info tr:last-child, .checkout-product tr:last-child, .wishlist-info tr:last-child {
    border-right: none;
}

.cart-info th:first-child, .checkout-product th:first-child, .wishlist-info th:first-child {
    text-align: left;
}

.cart-info th:last-child, .cart-info td:last-child, .checkout-product th:last-child, .checkout-product td:last-child, .wishlist-info th:last-child, .wishlist-info td:last-child {
    border-right: none;
}

.cart-info .image, .wishlist-info .image {
    margin-right: 8px;
}

.checkout-product {
    margin-bottom: 8px;
}

.checkout-product .price {
    text-align: right;
}

.checkout-heading {
    border-bottom: 2px solid #DDD;
}

.checkout-heading span {
    height: 30px;
    padding: 2px 8px;
    margin-right: 8px;
    margin-bottom: -2px;
    background-color: #EEE;
    border: 2px solid #DDD;
    border-bottom: none;
    transition: background-color 400ms linear;
}

.checkout-heading.active span {
    background-color: #FFF;
}

.checkout-content {
    padding: 8px;
    margin-bottom: 18px;
}

.success, .warning, .attention, .information {
    padding: 10px 10px 10px 33px;
    margin-bottom: 15px;
    color: #555555;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -khtml-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

.success:first-child, .warning:first-child, .attention:first-child, .information:first-child {
    margin-top: 15px;
}

.success {
    background: #EAF7D9 url('../image/success.png') 10px center no-repeat;
    border: 1px solid #BBDF8D;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -khtml-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

.warning {
    background: #FFD1D1 url('../image/warning.png') 10px center no-repeat;
    border: 1px solid #F8ACAC;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -khtml-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

.attention {
    background: #FFF5CC url('../image/attention.png') 10px center no-repeat;
    border: 1px solid #F2DD8C;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -khtml-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

.success .close, .warning .close, .attention .close, .information .close {
    float: right;
    padding-top: 4px;
    padding-right: 4px;
    cursor: pointer;
}

.required {
    color: #FF0000;
    font-weight: bold;
}

.error {
    display: block;
    color: #FF0000;
}

table.form {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

table.form tr td:first-child {
    width: 150px;
}

table.form > * > * > td {
    color: #000000;
}

table.form td {
    padding: 4px;
}

input.large-field, select.large-field {
    width: 300px;
}

table.list {
    border-collapse: collapse;
    width: 100%;
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    margin-bottom: 20px;
}

table.list td {
    border-right: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
}

table.list thead td {
    background-color: #EFEFEF;
    padding: 0 5px;
}

table.list thead td a, .list thead td {
    text-decoration: none;
    color: #222222;
    font-weight: bold;
}

table.list tbody td {
    padding: 0 5px;
}

table.list .left {
    text-align: left;
    padding: 7px;
}

table.list .right {
    text-align: right;
    padding: 7px;
}

table.list .center {
    text-align: center;
    padding: 7px;
}

table.radio {
    width: 100%;
    border-collapse: collapse;
}

table.radio td {
    padding: 5px;
}

table.radio td label {
    display: block;
}

table.radio tr td:first-child {
    width: 1px;
}

table.radio tr td:first-child input {
    margin-top: 1px;
}

table.radio tr.highlight:hover td {
    background: #F1FFDD;
    cursor: pointer;
}

.order-list {
    margin: 8px;
}

.wishlist {
    float: right;
    display: inline-block;
    position: relative;
    left: 6px;
    top: 6px;
    height: 23px;
    width: 116px;
    background: #FFEED2;
    background: linear-gradient(to bottom, rgba(255,238,210,1) 0%,rgba(255,174,47,1) 100%);
    border: 2px solid #FFC000;
    border-radius: 3px;
    color: #6A3E00;
    line-height: 23px;
    font-family: serif;
    font-size: 1em;
    text-align: center;
    text-decoration: none;
}

.wishlist:hover {
    text-decoration: underline;
}

.logout {
    float: right;
    position: relative;
    top: 0.5em;
}