/*new design*/
table.rating-desc {
    padding: 0;
    line-height: 12px;
}
table.rating-desc td {
    /*top right bottom*/
    padding: 3px 5px 5px 0;
}
table.rating-desc td:last-child {
    padding-left: 4px;
}
/*end new design*/

/*old design*/
.alt-prim-pic-desc {
    border-top: solid 1px #990000;
}
.sec-pic-block {
    border-top: solid 1px #000099;
}
.rate-pic-wrapper {
    width: 18px;
    background-color: #f9ae37;
    padding: 1px;
    text-align: center;
}
.rate-pic {
    margin-left: -19px;
    border-width: 0;
}
.rate-pic-icon {
    border-width: 0;
    vertical-align: text-top;
}
.tblhead a.orange-link {
    color: orange;
}
.action-link {
    line-height: 24px;
}
td.action-wrap {
    line-height: 20px;
}
a > .move-arrow {
    border: none;
}
table.pictures-wrapper {
    border-bottom: 1px solid #F9AE37;
}
a.popup-image {
    text-decoration: none !important;
}
#upload-photos-area {
    width: 60%
}
#upload-photos-area > table {
    width: 100%
}
/*end old design*/

/*common*/
.hide {
    display: none !important;
}
/*end common*/