.str_wrap {
    overflow:hidden;
    width:100%;
    margin-bottom: 10px;
    font-size:12px;
    line-height:16px;
    position:relative;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    background:#fff;
    white-space:nowrap;
}

.str_move {
    white-space:nowrap;
    position:absolute;
    top:0;
    left:0;
    cursor:move;
}
.str_move_clone {
    display:inline-block;
    zoom:1;
    vertical-align:top;
    position:absolute;
    left:100%;
    top:0;
}
.str_vertical .str_move_clone {
    left:0;
    top:100%;
}
.str_down .str_move_clone {
    left:0;
    bottom:100%;
}
.str_vertical .str_move,
.str_down .str_move {
    white-space:normal;
    width:100%;
}
.str_static .str_move,
.no_drag .str_move,
.noStop .str_move{
    cursor:inherit;
}
.str_wrap img {
    max-width:none !important;
}

.str_wrap .item,
.str_wrap .item_compact,
.str_wrap .item_img,
.str_wrap .item .image,
.str_wrap .item .info {
    display: inline-block;
    vertical-align:top;
}

.str_wrap .item {
    margin-right: 20px;
    padding: 5px 0;
    height: 32px;
}


.str_wrap .item .image {
    margin-right: 5px;
}

.str_wrap .item .info .title {
    margin-bottom: 1px;
}

.item_compact {
    margin-right: 20px;
    padding: 5px 0;
}

.item_compact .itm_title .itm_date,
.item_compact .itm_title .separator{
    font-weight: 900;
}

.item_compact .itm_title a {
    text-decoration: none;
}

.item_img {
    padding: 5px 0;
    margin-right: 2px;
    height: 64px;
}

.str_move_clone { margin: 0 3px; }

.ui-tooltip {
    position: absolute;
    padding: 10px;
    width: 350px;
    background: #fff;
    box-shadow: 0 0 3px rgba(0,0,0,.4);
    z-index: 5;
}

.ui-tooltip .image {
    float: left;
    margin-right: 10px;
}

.ui-tooltip .info .title {
    margin-bottom: 5px;
    font-size: 1.1em;
}

.ui-tooltip .info .details {
    margin-top: 15px;
    float: right;
    font-size: 0.85em;
}

.ui-tooltip .info .details span {
    margin-left: 6px;
}

.ui-tooltip .info .details span.comments {
    padding-left: 20px;
    background: url("../images/icons/comment-small.png") no-repeat left center;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}