/*
 * <2013> Communist Party of the Russian Federation <tech@kprf.ru>
 * Developer: Evgeniy Kozin https://twitter.com/EvgeniyKozin
 *
 */

.title_mini {
  color: #666;
  font-weight: bold;
  font-family: Arial;
  margin: 16px 0 24px 0;
  font-size: 13px;
}

img.fotoperson {
  float: left;
  margin: 0 16px 16px 0;
  
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0px 0px 5px #000000;
  -webkit-box-shadow: 0px 0px 5px black;
  box-shadow: 0px 0px 5px black;  
}


.perres {
  display: inline-block;
  color: #999;
  font-size: 11px;
  margin: 0 8px;
}

.borderlist {
  margin-bottom: 16px;
}

.vert_title {
  background-color: #BF0C0C;
  font: bold 12px/22px arial;
  color: white;
  width: 350px;
  padding: 2px;
  margin-top: 10px;
  margin-bottom: 4px;
  text-align: center;
}

.person_with_foto {
  display: block;
  float: left;
  margin: 4px;
  width:  140px;
}

.person_with_foto .foto {
  display: block;
  height: 167px;
  width:  140px;
}
.person_with_foto .name {
  text-align: center;
  font: normal 12px arial;
}

.person_no_foto {
  display: block;
  float: left;
  width: 230px;
  margin: 4px;
  font: normal 12px arial;
}
