/* -- LIST -- */

div.groupRow {
  overflow:auto;
}

div.groupList {
  float:left;
  margin-right:10px; margin-bottom:10px;
  padding-top:10px;
  padding-left:10px; padding-right:10px;
  width:125px;
  
  border:1px solid #b1b1b1;  
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-bottomright: 10px;  
}

div.groupListPicture {
  width:120px; height:120px;	 
}

div.groupListDescription {
	padding:5px 10px 5px 0px;
	height:35px;
	text-align:center;
}

div.groupListDescription a {
  font-size:14px;
  font-weight:bold;	
  
  text-decoration:none;  	
}
