/* Live URL */
.liveurl { width: 100%; overflow: hidden; background: #F3F3F3; /*    border-top: 1px dashed #CCC; margin-top: 10px;*/ display: none; }
.liveurl .inner { margin: 15px; overflow: hidden; }
.liveurl span.image { float: left; clear: none; }
.liveurl .details { float: left; overflow: hidden; width: calc(100% - 110px); }
.liveurl .details .info * {line-height: 1.25em;  }
.liveurl .title { font-weight: bold;font-size:1.25em;line-height: 1.4em;margin-bottom:3px; }
.liveurl .description { font-weight: bold;font-size:1em;line-height: 1.4em;margin-bottom:3px; }
.liveurl .url { font-weight: normal; color: #666;font-size:1em; }
.liveurl .image { width: 100px; margin: 0 10px 10px 0; float: left; display: none; }
.liveurl .video { clear: both; float: left; margin: 10px 0 0 0; display: none; }
.liveurl img { width: 100px; height: auto; display: none; }
.liveurl img.active { display: block; }
.liveurl .close { float: right; cursor: pointer; margin: 5px; text-indent: -999px; width: 16px; height: 16px; background: url(close.gif); }
.liveurl .thumbnail { float: left; margin: 15px 0 0 0; clear: both; display: none; }
.liveurl .thumbnail label { padding: 0 0 0 5px; vertical-align: text-top; }
.liveurl .button { width: 23px; height: 20px; float: left; border: 1px solid #A8A8A8; text-align: center; line-height: 20px; background: #FFF; position: relative; cursor: pointer; }
.liveurl .button:before { content: ''; width: 0; position: absolute; left: 5px; top: 5px; }
.liveurl .button:active { border-color: #3B5998; }
.liveurl .button.prev:before { border-top: 6px solid transparent; border-right: 12px solid #828282; border-bottom: 6px solid transparent; }
.liveurl .button.next:before { border-top: 6px solid transparent; border-left: 12px solid #828282; border-bottom: 6px solid transparent; }
.liveurl .button:active.prev:before { border-right: 12px solid #3B5998; }
.liveurl .button:active.next:before { border-left: 12px solid #3B5998; }
.liveurl .button.inactive { opacity: 0.5; filter: alpha(opacity=50); pointer-events: none; cursor: default; }
.liveurl .count { float: left; margin: 0 0 0 10px; line-height: 25px; }
.liveurl .controls { margin: 10px 0 0 0;display:none; }
.liveurl-loader { display: none; width: 100%; height: 11px; padding: 10px 0; background: #F3F3F3 url(url-loader.gif) no-repeat 2% center; }
.liveurl * { font: 12px/1em Tahoma, Arial, Helvetica, Segoe, sans-serif; }
.post textarea { width: 600px; height: 140px; }