#table_price_compare {
    border-bottom: 1px solid #e6e6e6;
}

td#photo {
    width: 145px;
    border-right: 1px solid #e6e6e6;
}

#box_photo {
    border: 1px solid #ececec;
    width: 100px;
    background-color: #fff;
    margin-bottom: 10px;
}

#button_del {
    margin-bottom: 10px;
}

#del a {
    font-size: 11px;
    font-weight: bold;
    color: #4e4d4d;
    padding-left: 10px;
}

#button_del {
    padding: 0px 0px 25px 10px;
}

#button_del_middle {
    background: url(/images/frontend/theme/default/stProductsComparePlugin/button_delete_middle.png) top left repeat-x;
    height: 23px;
    float: left;
}

#button_del_right a,#button_del_right a:hover {
    background: url(/images/frontend/theme/default/stProductsComparePlugin/button_delete_left.png) top left no-repeat;
    height: 21px;
    float: left;
    padding: 2px 15px 0px 37px;
    display: block;
    text-decoration: none;
    color: #666;
}

#button_del_right {
    background: url(/images/frontend/theme/default/stProductsComparePlugin/button_delete_right.png) top right no-repeat;
    height: 23px;
    float: left;
}

#st_button-product_compare_add a {
    display: block;
    padding: 5px 10px 5px 25px;
    font-size: 10px;
    background-image: url('/images/frontend/theme/default/stProductsComparePlugin/compare_add.png');
    background-repeat: no-repeat;
    background-position: center left;
    text-decoration: none;
    text-align: left;
}

#st_button-product_compare_remove a {
    display: block;
    padding: 5px 10px 5px 25px;
    font-size: 10px;
    background-image: url('/images/frontend/theme/default/stProductsComparePlugin/compare_remove.png');
    background-repeat: no-repeat;
    background-position: center left;
    text-decoration: none;
    text-align: left;
}

#st_button-product_compare_run a {
    display: block;
    padding: 5px 10px 5px 25px;
    font-size: 10px;
    background-image: url('/images/frontend/theme/default/stProductsComparePlugin/compare_run.png');
    background-repeat: no-repeat;
    background-position: center left;
    text-decoration: none;
    text-align: left;
}

.name {
    font-size: 12px;
    font-weight: bold;
    color: #5c687e;
    text-align: right;
    padding: 8px 15px 8px 25px;
    border-top: 1px solid #e6e6e6;
}

.value {
    font-size: 12px;
    color: #000;
    text-align: center;
    padding: 8px 0px;
    border-top: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
}

#st_product_compare-back_button {
    margin-top: 15px;
}

#st_product_compare-back_button a {
    height: 21px;
    padding-left: 25px;
    padding-top: 4px;
}

#st_product_compare-back_button div {
    background-image: url("/images/frontend/theme/default/button/arrow_left.gif");
    width: 240px;
}