/** PRODUCT WEIGHT **/
.product_weight {
    color: #999;
    width: 100%;
    text-align: right;
    float: right;
}

/** POD-INFO **/
.pod-info {
    color: #f9b310;
    text-align: right;
    float: right;
    clear: right;
    display: block;
    font-weight: bold;
    font-size: 100%;
    line-height: 200%;
    vertical-align: middle;
}

.pod-info:hover {
    cursor: help;
}

.pod-info .icon-question-sign {
    font-size: 120%;
    color: #808080;
    margin-right: 5px;
    vertical-align: top;
}

/** TOOLTIP **/

.ui-tooltip {
    padding: 10px 20px;
    color: white;
    border-radius: 20px;
    font: bold 14px "Helvetica Neue", Sans-Serif;
    text-transform: uppercase;
    box-shadow: 0 0 7px black;
}

.ui-tooltip.ui-widget-shadow {
    opacity: 1;
    border-radius: 0px;
    background: #FFF;
    box-shadow: none;
    border: 2px solid #c5c5c5
}

.ui-tooltip-content {
    text-transform: none;
    font-weight: normal;
    color: #808080;
}
