
.action_on_main {
    background-color: white;
    bottom: 0;
    height: 182px;
    left: 0;
    position: absolute;
    width: 249px;
}
.action_on_main-icon {
    background: url("../images/action_icon.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    height: 55px;
    margin-top: 19px;
    width: 162px;
}
.action_on_main-action {
    padding: 12px 5px 0 22px;
}
.action_on_main-action a {
    background: url("../images/action_item_icon.png") no-repeat scroll 0 5px rgba(0, 0, 0, 0);
    display: block;
    font-size: 13px;
    height: 17px;
    overflow: hidden;
    padding-left: 17px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 188px;
}
.action_on_main-line {
    background-color: #cccccc;
    border: 0 none;
    height: 1px;
    margin-left: 22px;
    margin-top: 12px;
    width: 205px;
}
.action_on_main-show_all {
    display: block;
    font-size: 13px;
    padding: 11px 11px 11px 22px;
}
