/*------ widget popular -------*/
.widgets-popular
{
    font-size: 0.800em;
    margin-bottom: 15px;
    margin-top: 15px;
}
.widgets-popular-header
{
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 1.000em;
    background-color: #111;
    color:#FFF;
}

.widgets-popular .pop-item
{
    border-bottom: 1px #AAA solid;
/*    margin-bottom: 10px;*/
    padding: 10px;
}

.widgets-popular .pop-item:hover
{
    background-color: #f4f4f4;
}

.widgets-popular .tdn
{
    margin-top: 5px;
}

.widgets-popular a,
.widgets-popular a:hover,
.widgets-popular a:active
{
    text-decoration: none;
}

.widgets-popular .lg-hover:hover
{
    text-decoration: underline;
}


/* -------- Last create items Widget. Main Page --------*/

.lcu-table
{
    line-height:130%; 
    color: #111; 
    margin: 15px auto; 
    padding: 0 10px;
    font-size: small;    
}

.lcu-table-cell
{
    margin-bottom: 12px;    
}

.lcu-table-cell.row-fluid [class*="span"] 
{
    min-height: 0px !important;
}

/* ------------------  POLL ----------------*/

div.c_star
{
    line-height: 23px;
}
div#my {
    width: auto; 
    overflow: auto;
    float:left;
    margin-left: 23px;
}
div.star {
       background: url('/images/icons/16/star-out-16.png');
       width: 16px;
       height: 16px;
/*       float:left;*/
       margin: 3px;
       z-index: 1;
}
div.small{
     height: 16px;
     background: url('/images/icons/16/star-fill-16.png');
     height: 16px;
     float:left;
     margin:0 !important;
     padding:0 !important;
     z-index: 2;
}
div.vote{
    float:left;
/*    margin-left: 14px; */
    font-size: 0.667em;
/*    color:#D02802;*/
}
div.vote span{
    font-size:0.667em;
    padding-left:0px;
}

div.vtext {
   line-height: 16px;
   margin: 3px;
   color: #FF4400;     
}

/**
* CSS styles for CLinkPager.
*
* @author Qiang Xue <qiang.xue@gmail.com>
* @link http://www.yiiframework.com/
* @copyright 2008-2010 Yii Software LLC
* @license http://www.yiiframework.com/license/
* @since 1.0
*/

.whites > .list-view .items

{
/*    background: #FFF;    */
}

.list-view .pager
{
    text-align: center;
}

li.page:after
{
    content: "\2022";
}

li.page:nth-last-child(3):after
{
    content: "";
}

ul.yiiPager
{
    border:0;
    margin:0 auto;
    padding:0;
    line-height:100%;
    display:inline;
}

ul.yiiPager li
{
    display:inline;
}

ul.yiiPager a:link,
ul.yiiPager a:visited
{
    font-weight:bold;
/*    padding:1px 3px 1px 0;*/
    /*    text-decoration:none;*/
}

ul.yiiPager .page a
{
    font-weight:normal;
}

ul.yiiPager .selected a
{
    /*    background:#000077;*/
    /*    color:#FFFFFF;*/
    /*    font-weight:bold;*/
    TEXT-DECORATION: none;
    color: black;
    font-weight: bold;
}

ul.yiiPager .hidden a
{
    display: none;
}

.pager li > a, .pager li > span {
     border: none; 
}

.pager .previous > a, .pager .previous > span, 
.pager .next > a, .pager .next > span 
{
float: none;
}

/* ------------YTB Loader--------------------*/

.js-tab-video-container
{
    margin-left: 0 !important;
    width: 99% !important;
    margin-top: 10px;
/*    padding-bottom: 35px;*/
}

/* ------------Guitar Pro player--------------------*/

.barCursor {
    opacity: 0.25;
    background:#FFF200;
}

.beatCursor {
    opacity: 0.75;
    background:#4040FF;
}

#controls {
    position: relative;
    bottom:0;
    height:40px;
    left:0;
    right:0;
    padding:10px;
    width: 800px;
    font-size: 0.800em;
}

#player-main
{
    position: relative;
    padding: 0;
    margin: 0 auto;
    width: 900px;
    overflow: auto;
    overflow-x: hidden;
    max-height: 825px;
} 

#loadingInfo {
    position:absolute;
    left:10px;
    top:10px;
    font-weight:bold;
}

#sfInfo {
    position:absolute;
    right:15px;
    top:10px;
    font-weight:bold;
    padding-right: 20px;
    color: red;
}

button[disabled] {
    color:#929292;
}

.play::before {
    content: '\25B6';  
    display: inline-block;
    margin-right: 5px;
}

.pause::before {
    content: 'll';  
    display: inline-block;
    margin-right: 5px;
    font-weight:bold;
}
#stop::before {
    content: '\25A0';  
    display: inline-block;
    margin-right: 5px;
}

/* ---------------- SHARING -------------------- */
.share42init
{
    margin: 0;
}

.sharing-ex 
{
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=50); 
    filter: alpha(opacity=50);  
    -moz-opacity: 0.50; 
    -khtml-opacity: 0.50; 
    opacity: 0.50;
}
.sharing-ex:hover
{
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=100); 
    filter: alpha(opacity=100);  
    -moz-opacity: 1.0; 
    -khtml-opacity: 1.0; 
    opacity: 1.0;
}

.share42-item
{
    margin: 0 8px !important; 
}

 
