﻿.sitemore-box {
  border: solid 1px #595959;
  background-color: #fff;
  line-height: 24px;
  overflow:hidden;
  width:471px;
}

.sitemore-list { 
  
  padding-right: 6px;
}

.sitemore-title {
  background-color: #4298CD;
  height: 22px;
  color: #fff;
  padding-left: 6px;
}

.sitemore-item {
  background-color: #fff;
  height: 22px;
  color: #5A5A5A;
  float: left;
  margin-left: 6px;
  overflow:hidden;
}

  .sitemore-item a:hover {
    text-decoration: underline;
  }

.sitemore-title-close {
  background: url("/static/images/round_delete.png") no-repeat scroll 0 0 transparent;
  float: right;
  height: 11px;
  margin: 6px 3px 0 0;
  width: 10px;
  cursor: pointer;
}

.sitemore-icon {
  position: relative;
}
