/*------------------------------------*\ 
    #PAGES:LM-ACCOUNT (Listmailer Account)
\*------------------------------------*/
.lm-feature {
  display: block;
  width: 290px;
  height: 170px;
  background-color: #fff;
  background-image: url("/Images/listmailer/features.png");
  background-repeat: no-repeat;
}
.lm-feature span {
  display: none;
}

.lm-feature1 {
  background-position: 0 0;
}

.lm-feature2 {
  background-position: 0 -170px;
}

.lm-feature3 {
  background-position: 0 -340px;
}

.lm-feature4 {
  background-position: 0 -510px;
}

.lm-feature5 {
  background-position: 0 -680px;
}

.lm-feature6 {
  background-position: 0 -850px;
}

.search-name {
  margin-top: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: normal;
}

.search-info {
  position: relative;
  overflow: hidden;
  vertical-align: top;
}
.search-info ul {
  padding: 0 0 0 20px;
}
.search-info li span:first-child:after {
  content: ": ";
}
.search-info .snippet {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 5px;
}
.search-info .snippet, .search-info .gradient {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.search-info .gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 35px;
  background-image: url("/Images/listmailer/search-info-gradient.png");
  background-repeat: repeat-x;
  background-position: bottom left;
  opacity: 0;
}
.search-info .btn-more {
  position: absolute;
  bottom: 0;
  right: 0;
  display: none;
}

.search-info-more .gradient {
  opacity: 1;
}
.search-info-more .btn-more {
  display: inline-block;
}
.search-info-more:hover {
  overflow: visible;
}
.search-info-more:hover .snippet {
  position: absolute;
  background: #fff;
  box-shadow: 0 0 4px 0 #333333;
  z-index: 20;
}
.search-info-more:hover .gradient {
  opacity: 0;
}

/*input[type="button"], button*/
.lm-facebook {
  width: 154px;
  height: 22px;
  border: 0;
  background: url("//cdn.e-net.com/CWS/ListMailer/Images/facebook_login.png") 0 0 no-repeat;
  color: transparent;
}
/*# sourceMappingURL=lm-account.css.map */
