.azp-merchant {
    clear: both;
    margin: 0.7em 0;
}

.azp_image {
    /*position: relative;*/
    margin: 4px 0 4px 0;
    padding: 0;
    display: block;
    text-decoration: none;
    cursor: pointer;
}

div.azp-title h3{
    clear: none;
    border: none;
}

div.azp_text {
    margin: 1em 0;
}

.azp_table_button {
    clear: both;
    position: relative;
    margin: 4px 0 1em 0;
    padding: 0;
    display: block;
    text-decoration: none;
    cursor: pointer;
}

/* test-type button */
.azp_button-text {
    display: inline-block;
    zoom: 1;
    display: inline;
    text-align: center;
    color: black;
    line-height: 1;
    font-size: 20px;
    padding: 5px 15px;
    border-width: 1px;
    border-style: solid;
    border-radius: 20px;
}
.azp_button-text:hover {
    text-decoration: underline;
}

span.azp_candy_button {
    display: block;
    margin: 1em 0 0 0;
    padding: 0;
    border: none;
}

img.azp_button-image {
    display: block !important;
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
}

/* text on button */
span.azp_candy_text {
    position: relative;
    display: block;
    left: 0;
    right: 0;
    top: 50%;
    line-height: 1.2em;
    text-align: center;
    vertical-align: top;
    font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
    cursor: inherit;
    text-decoration: none;
}

.azp_candy {
    position: relative;
    margin: 4px 0 1em 0;
    padding: 0;
    display: block;
    text-decoration: none;
    cursor: pointer;
}

a.azp_candy_link:link,
a.azp_candy_link:hover,
a.azp_candy_link:active,
a.azp_candy_link:visited {
    text-decoration: none;
    color: #000000;
}

.azp_candy img {
    display: block !important;
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
}

.azp_thumb {
    width: 160px;
    text-align: center;
}

a.azp_thumb_link:link,
a.azp_thumb_link:hover,
a.azp_thumb_link:active,
a.azp_thumb_link:visited {
    text-decoration: none;
    color: #000000;
}

.azp_clearfix {
    display: block;
    height: 0;
    clear: both;
}

.azp_thumb_align-left {
    float: left;
    margin-right: 1.5em;
}

.azp_thumb_align-right {
    float: right;
    margin-left: 1.5em;
}

.azp_product_image {
    padding-bottom: 0.5em;
}

.azp_price_list_value {
    text-decoration: line-through;
}

.azp_price_value, .azp_price_offer_value {
    color: #990000;
}

.azp_price_timestamp_detail {
    position: relative;
}

.azp_price_timestamp_detail-label {
    border-bottom: 1px dashed;
}

.azp_price_timestamp_detail-text {
    display: none;
    position: absolute;
    background-color: white;
    font-size: 75%;
    line-height: 1.2em;
    left: 0;
    width: 400px;
    margin-top: 2em;
    padding: 0.75em;
    border: 1px solid #969696;
    border-radius: 10px;
    text-align: justify;
    box-shadow: 2px 5px 5px 2px #585858;
    box-shadow: 2px 5px 5px 2px rgba(0, 0, 0, 0.5); /* for RGBA-enabled browsers*/
}

.azp_price_notice {
    font-style: italic;
}

.azp_availability_unavailable {
    color: #990000;
    font-size: 1.15em;
    font-weight: bold;
}

.azp_star_rating {
    width: 65px;
    height: 12px;
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    vertical-align: middle;
    background: transparent url(images/sprite-stars.png) no-repeat;
    vertical-align: baseline;
}

.azp_star_rating-0_5 {
    background-position: -52px -20px;
}
.azp_star_rating-1_0 {
    background-position: -65px -0px;
}
.azp_star_rating-1_0 {
    background-position: -52px -0px;
}
.azp_star_rating-1_5 {
    background-position: -39px -20px;
}
.azp_star_rating-2_0 {
    background-position: -39px -0px;
}
.azp_star_rating-2_5 {
    background-position: -26px -20px;
}
.azp_star_rating-3_0 {
    background-position: -26px -0px;
}
.azp_star_rating-3_5 {
    background-position: -13px -20px;
}
.azp_star_rating-4_0 {
    background-position: -13px -0px;
}
.azp_star_rating-4_5 {
    background-position: 0px -20px;
}
.azp_star_rating-5_0 {
    background-position: 0px 0px;
}

.azp_reviews_link {
    margin-left: 0.5em;
}
