.list_category .collection_title {
/*  color: #7d7da9;*/
  color: #5d5d86;
  align-self: center;
  font-size: 13px;
  font-weight: bold;
  margin-top: 0;
  padding-bottom: 5px;
  padding-top: 5px;
  position: absolute;
  text-align: center;
  width: 220px;
}

.list_category li {
  border-color: silver;
  background: #f8f8f8;
  border-bottom-left-radius: 13px;
  border-bottom-right-radius: 13px;
  border-bottom-style: solid;
  border-bottom-width: 3px;
  border-left-style: solid;
  border-left-width: 0px;
  border-right-style: solid;
  border-right-width: 3px;
  border-top-left-radius: 13px;
  border-top-right-radius: 13px;
  border-top-style: solid;
  border-top-width: 0px;
  display: inline-block;
  height: 187px;
  margin-bottom: 5px;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 10px;
  padding-bottom: 5px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 8px;
/*  width: 220px;*/
}

/*
.list_category li {
    display: inline-block;
    height: 177px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    width: 220px;
}

.list_category .collection_title {
    background-color: rgba(2, 82, 157, 0.8);
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    margin-top: -177px;
    padding-bottom: 5px;
    padding-top: 5px;
    position: absolute;
    text-align: center;
    width: 220px;
}
*/

.list_category li a img {
    vertical-align: top;
}

.midalign {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: -moz-use-text-color;
    border-bottom-style: none;
}

a img {
    border-bottom-width: 0;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: -moz-use-text-color;
    border-left-style: none;
    border-left-width: 0;
    border-right-color: -moz-use-text-color;
    border-right-style: none;
    border-right-width: 0;
    border-top-color: -moz-use-text-color;
    border-top-style: none;
    border-top-width: 0;
}

.list_category {
    font-size: 0;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin-bottom: 50px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 20px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}


