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

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

/* Button text style: */
.asg_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;
}

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

.asg_candy img {
    display: block !important;
    float: none !important;
    margin: 0 auto !important;
    padding: 0 !important;
    border: none !important;
    border-radius: none !important;
    box-shadow: none !important;
}

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

.asg_candy_align-left,
.asg_candy_position-bottom {
    float: left;
    margin-right: 1.5em;
}

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

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

.asg_product_image {
    padding-bottom: 0.5em;
}

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

.asg_price_value, .asg_price_offer_value {
    color: #990000;
}

.asg_price_timestamp_detail {
    position: relative;
}

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

.asg_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*/
}

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

.asg_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;
}

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

.asg_details_title {
    clear: left;
}

.asg_after_details {
    margin-top: 1em;
}

.asg_review_helpful {
    padding: 0 0 0.3em;
}
.asg_review_author {
    padding: 0.5em 0 0.7em;
}

.asg_price_notice {
    font-style: italic;
}