/* User style (begin) */
.b-wink-list .g-smiles img {
  width: 14px;
  height: 14px; 
   
  vertical-align: middle;
}

.b-wink-list .b-yauser {
  font-weight: bold;
  
  color: #000;
}

.b-wink-list .b-yauser b {
  text-decoration: underline;
  color: #f00 !important;
}

.b-wink-list .b-yauser:hover,
.b-wink-list .b-yauser:active {
  color: #f00;
}
/* User style (end) */

.b-wink-list {
  font: 0.9em/1.4em Arial, Tahoma, sans-serif;
 
  background: #cbd2e1;
}

.b-wink-list ul li {
  position: relative;
    
  height: 1%;
  padding: 5px 10px 5px 42px;
}

.b-wink-list li.selected {
  background: #dde2eb;
  
  z-index: 50;
}

.b-wink-list .b-userpic {
  position: absolute;
  top: 4px;
  left: 10px;
}

.b-wink-list .delete {
  position: absolute;
  top: 11px;
  right: 10px;
  
  width: 9px;
  height: 8px;
  
  text-indent: -9999px;
  outline: none;
  
  background: url(http://img-css.friends.yandex.net/i/widgets/delete.gif) no-repeat;
}

.b-wink-list .reply {
  position: absolute;
  top: 5px;
  right: 19px;
  
  display: block;
  width: 10px;
  height: 8px;
  margin: 7px 10px 0 5px;
  
  text-indent: -9999px;
  outline: none;
  
  background: url(http://img-css.friends.yandex.net/i/widgets/reply.gif) no-repeat;
}

.b-wink-list p {
  padding-left: 5px;
}

.b-wink-list .open {
  position: absolute;
  top: 0;
  right: 5px;

  padding: 1px;
  //width: 11em;

  visibility: hidden;
  z-index: 50;
  
  background: #fff;
}

.b-wink-list .open ul {
  padding: 2px 10px;
  
  height: 1%;
  
  border: 1px #999 solid;
}

.b-wink-list .open ul li {
  position: relative;
  
  margin: 3px 0; 
  padding: 0 15px 0 0;
}

.b-wink-list .open .reply {
  position: absolute;
  top: 5px; 
  right: 14px;
  
  display: block;
  float: none;
}