.list {
    margin-bottom: 10px;
}
.list h4 {
    font-size: 2.2em;
    padding-bottom: 5px;
    border-bottom: 5px solid;
    font-weight: bold;
    text-shadow:1px 1px 0 #ddd;
}
.list h4 a:hover {
    text-decoration: none;
}
.list li {
    display:block;
    padding: 8px 0;
    border-bottom: 1px dotted #ddd;
    line-height: 1.2;
    font-size: 1.3em;
    width: 100%;
    zoom: 1;
}
/* to force the fix without adding the class 'clearfix' */
.list li:before,
.list li:after {
  content: '.';
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}
.list li:after {
  clear: both;
}
.list .thumb img {
    width: auto;
    margin-right: 10px;
    float: left;
    border:1px solid #fff;
}
.list .thumb:hover img {
    border:1px solid #bbb;
}
.list li a:link, .list li a:visited {
    font-weight: bold;
    color: #444;
}
.list .show-name {
    margin-bottom: 4px;
    /*margin-left: 95px;*/
    display: block;
}
.list .show-social {
    overflow: hidden;
    zoom: 1;
    display: block;
    position: absolute;
    bottom: 3px;
    right: 3px;
}
.list .share {
    margin: 2px 0 0 0;
    float:right;
    display:inline;
    width:148px;
}
/* Custom style boxes */
.archive li {
    padding: 7px 0 8px;
}
.brand-az .brands li, .popular-topic .hot-tag li {
    margin-bottom: 5px;
}
.showcase .data {
   font-size:0.9em;
}
.showcase .data .link {
    font-weight:normal;
}
