.courier-price-list,
.price-list-type-button,
.price-list-type-small-button
{
    width: 95px;
    height: 29px;
    cursor: pointer;
    float: left;
    margin: 5px 1px;
    border-radius: 5px;
    opacity: 0.4;
    filter: alpha(opacity=40);
    background-color: #808080;
    background-size: 95px 29px;
}

.price-list-type-button
{
    margin: 0 8px;
}

.price-list-buttons-area
{
    padding: 0 0 0 5px;
}

.courier-price-list.active,
.price-list-type-button.active,
.price-list-type-small-button.active
{
    background-color: #ffffff;
    opacity: 1.0;
    filter: alpha(opacity=100);
    box-shadow: inset 0px 1px 4px #ececec;
    -moz-box-shadow: inset 0px 1px 4px #ececec;
    -webkit-box-shadow: inset 0px 1px 4px #ececec;
}

.price-list-type-small-button
{
    width: 200px;
    height: 20px;
    font-weight: 700;
    font-size: 14px;
    padding: 10px;
    margin-bottom: 20px;
    text-align: center;
}

.price-list
{
    margin-top: 20px;
    display: none;
}

.part-price-list
{
    display: none;
}

.part-price-list.active
{
    display: block;
}

.price-list.active
{
    display: block;
}

tr.center
{
    text-align: center;
}

.price-list-type-button
{
    width: 385px;
    text-align: center;
    font-weight: 900;
    font-size: 20px;
    padding: 20px;
    margin-bottom: 20px;
    height: 20px;
}

.price-list-small-info
{
    padding: 10px 0 10px 0;
    color: #8f8f8f;
    font-family: Arial, sans-serif;
    font-size: 10px;
    line-height: 20px;
}

.well
{
    border: 1px solid #e3e3e3;
    padding: 10px 12px;
    border-radius: 4px;
    background-color: #f5f5f5;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}