.group_section {
	padding-top: 10px;
	float: left;
}

.group_section_title {
	background-color: #7F0B00;
	color: #E6D190;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.group_cell {
	width: 190px; 
	height: 110px; 
	float: left; 
	overflow: none; 
	padding: 5px; 
	/* background-color: $color */
}

.group_title {
	height: 15px;
}

.group_title a {
	color: #333333;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none 
}

.group_title a:hover { color: #7F0B00}

.group_thumb {
	height: 75px; 
	width: 75px; 
	float: left; 
	margin: 5px; 
	border: 2px solid #333333;
}

.group_thumb:hover { border-color: #7F0B00 }

/*.group_actions {
	float: left; 
	clear: both
}*/
.group_actions { float: left; }
.group_action a { }

.group_description {
	height: 70px;
}

.row_odd { background-color: #FFFDBA}