﻿a:active
{
    outline: none;
}
:focus
{
    -moz-outline-style: none;
}
.overlay
{
    padding: 30px;
   width: 580px;
    display: none;
    background-image: url('/images/white.png') ;
}

.close
{
    background: url('/images/close.png') no-repeat;
    position: absolute;
    top: 2px;
    right: 5px;
    display: block;
    width: 35px;
    height: 35px;
    cursor: pointer;
}

.pl
{
    height: 450px;
    display: block;
}
div.info
{
   background: url("/media/img/global/gradient/h80.png") repeat-x scroll 0 0 #000000;
    border-top: 1px solid #CCCCCC;
    color: #FFFFFF;
    font-family: tahoma , "trebuchet ms";
    font-size: 12px;
    height: 40px;
    margin-top: -60px;
    opacity: 0.7;
    padding: 5px 15px;
    text-align: right;
    display: block;
}
.vthumbs1
{
      height: 90px;
    width: 90px;
        background-color: #3E3940;
        float:right;
}
.vthumbs
{
    background-color: #3E3940;
        padding: 5px;
    /* height: 90px;
    width: 90px;

   float: right;*/
    margin: 10px;
    text-align:center;
     background-size: cover !important;
     width:285px;
     height:188px;
}
.vthumbs:hover
{
    background-color: #BAACBF;
}
.clear
{
    clear: both;
}
.paybar
{
    
    height: auto;
    width: 280px;
    padding: 5px;
    float: right;
    margin: 10px;
    margin-top:-2px;
     margin-bottom:0px;
}
.divAll
{
   border: 1px solid gray; 
      float: left;
      margin:6px;
    
}
.chMine
{
    background: transparent url('../Images/icons/approvedUser.png') no-repeat 2px center;
    height:25px;
    font-size:11px;
       border-bottom:1px solid #eee;
       text-align:right;
       border-left:1px solid #eee;
    
}
.btnFavoriteVideo
{
    border-bottom:1px solid #eee;
    background: transparent url('../Images/icons/favoriteAdded.png') no-repeat 2px center;
    height:25px;
    text-align:right;
 font-size:11px;
 color:#ED145A;
 border-left:1px solid #eee;
}
.searchBar
{
    background-color: #ddd;
    height: 50px;
    width: 100%;
    padding-top: 3px;
    padding-bottom: 10px;
    text-align:center;
}
.btnAdd
{
    background: transparent url('../Images/icons/add.png') no-repeat 2px center;
    border:none;
    height:25px;
    font-family:Tahoma;font-weight:bold;
    font-size:11px;
    border-bottom:1px solid #eee;
    border-left:1px solid #eee;
    text-align:right;
    
}
.btnAdd:hover,.btnFavoriteVideo:hover,.chMine:hover
{
     background-color:#bbb;
}