.bby-remixwidget {
    font-family: Helvetica, Arial, Verdana, 'Sans serif';
    font-size: 11px;
    color: #666;
    background: white;
    border: 1px solid #D3D3D5;
    margin: 16px;
    line-height: normal;
    border-radius: 1em;
}

.bby-remixwidget a {
    text-decoration: none;
    color: #12466c;
}

.bby-remixwidget a:visited {
    color: #12466c;
}

.bby-remixwidget a:hover {
    text-decoration: underline;
}

.bby-remixwidget input {
    font-family: Helvetica, Arial, Verdana, 'Sans serif';
    font-size: 13px;
}

.bby-product {
    margin: 1.4em;
    clear: both;
}

.bby-thumbnail {
    float: left;
    margin: 0 0.6em 1em 0;
}

.bby-header {
    overflow: hidden;
}

.bby-thumbnail img {
    border: none;
    max-width: 54px;
    max-height: 200px;
}

.bby-title {
    font-size: 126%;
    font-weight: bold;
}

.bby-categories {
    font-size: 82%;
    color: #CCC;
    display: none; /* hidden for now; categories aren't that useful if they're not links */
}

.bby-category {
    display: inline;
    padding: 0 0.4em;
    color: #AAA;
}

.bby-buy-box {
    float: right;
    margin: 0 0 0.4em 1em;
    text-align: center;
    border-radius: 0.25em;
}

.bby-price {
    color: #E11200;
    font-size: 16px;
    font-weight: bold;
}

.bby-add-to-cart {
    font-weight: bold;
    display: block;
    margin: 0.6em 0;
}

.bby-add-to-cart img {
    border: none;
}

.bby-product-divider {
    height: 8px;
    position: relative;
    top: -6px;
    clear: both;
    background: url('images/product-divider.png') no-repeat center bottom;
}

.bby-rating {
    margin: 0.4em 0 0.6em 0;
    font-size: 10px;
}

.bby-rating .bby-stars {
    width: 59px;
    height: 11px;
    background: url('images/stars-hollow.png') repeat-x left center;
    float: left;
    margin-right: 0.5em;
    cursor: pointer;
}

.bby-rating .bby-stars-fill {
    width: 59px;
    height: 11px;
    background: url('images/stars-filled.png') repeat-x left center;
}

.bby-details {
    clear: both;
    margin-top: 0.6em;
}

.bby-availability {
    margin-top: 1em;
}

.bby-disclosure-button {
    float: right;
    background: blue;
    cursor: hand;
    width: 61px;
    height: 18px;
    background: no-repeat center top;
    margin-left: 6px;
}

.bby-disclosure-button.bby-more {
    background-image: url('images/more.png');
}

.bby-disclosure-button.bby-less {
    background-image: url('images/less.png');
    position: relative;
    top: -18px;
}

.bby-disclosure-button:hover {
    background-position-y: -18px;
}

.bby-less-detail {
}

.bby-more-detail {
    display: none;
}

.bby-more-detail .bby-description {
    color: #222;
    font-size: 110%;
}

.bby-more-detail .bby-description h1,
.bby-more-detail .bby-description h2,
.bby-more-detail .bby-description h3,
.bby-more-detail .bby-description h4,
.bby-more-detail .bby-description h5 {
    font-size: 100%;
    padding: 0;
    margin: 0.8em 0 0.4em 0;
}

.bby-loading {
    padding: 2em 1em;
    text-align: center;
    font-size: 130%;
    font-weight: bold;
}

.bby-loading img {
    margin-right: 1ex;
    position: relative;
    top: 2px;
}

.bby-error {
    font-size: 13px;
    color: #880000;
    margin: 1em;
}

.bby-popup-container {
    display: none;
    position: absolute;
}

.bby-popup {
    position: relative;
    left: -1em;
    border: 2px solid #555;
    border-radius: 1em;
    background: white;
    margin: 14px;
    padding: 14px 18px;
    width: 300px;
    z-index: 5000;
}

.bby-popup-container:before {
    content: url('images/popup-arrow.png');
    position: absolute;
    top: 1px;
    left: 74px;
    z-index: 5001;
}

.bby-popup-header {
    margin-bottom: 0.6em;
}

.bby-review {
    margin-top: 1em;
    position: relative;
}

.bby-author {
    color: #7e9baf;
    float: right;
    font-weight: bold;
    font-size: 85%;
}

.bby-popup-header form {
    float: left;
}

.bby-zip-input {
    width: 5em;
    margin-left: 0.5em;
}

.bby-locate {
    float: right;
    margin-top: 1.3ex;
}

.bby-store {
    margin-top: 1em;
}

.bby-distance {
    color: #7e9baf;
    float: right;
    font-weight: bold;
}

.bby-city {
    display: inline;
    font-weight: bold;
}

.bby-clr {
    clear: both;
}