/* @override 
	http://localhost:8888/bwabu/html/css/buddy_cards.css
	http://beta.bwabu.com/css/buddy_cards.css
	http://localhost:8888/css/buddy_cards.css
*/

.buddycell {
	text-align: left;
	width: 322px;
	height: 217px;
	background-image: url(../images/buddy_card.gif);
}

.buddycell_f {
	text-align: left;
	width: 322px;
	height: 217px;
	background-image: url(../images/cards/buddy_f.gif);
	margin-bottom: 10px;
	position: relative;
}

.buddycell_m {
	text-align: left;
	width: 322px;
	height: 217px;
	background-image: url(../images/cards/buddy_m.gif);
	margin-bottom: 10px;
	position: relative;
}


div.list_content {
	background-color: #fff;
	border: 1px solid #b3b3b3;
}

div.buddy_name {
	padding-top: 5px;
	text-align: center;
	color: #fff;
	padding-right: 10px;
	height: 30px;
}

div.buddy_name a {
	text-align: center;
	color: #CCC;
	font-size: 2em;
}

div.buddy_name a:active {
	text-align: center;
	color: #CCC;
}

div.buddy_name a:hover {
	text-align: center;
	color: #CCC;
	text-decoration: underline;
}

div.buddy_name a:visited {
	text-align: center;
	color: #CCC;
}

div.buddy_slogan {
	color: #CCC;
	font-size: 1.1em;
	text-align: center;
	height: 18px;
	margin-bottom: 18px;
	padding-right: 10px;
}

div.buddy_slogan *{
	color: #fff;
	font-size: 1em;
	text-align: center;
	height: 18px;
	margin-bottom: 8px;
	padding-right: 10px;
}

div.buddy_info {
	padding-left: 12px;
	padding-top: 8px;
	height: 113px;
}

div.buddy_info_left_avatar {
	margin-top: -10px;
}

.buddy_info .image_tape {
	position: absolute;
	top: 58px;
	left: 3px;
}

div.buddy_info_left_text {
	text-align: center;
	margin-left: -12px;
}

div.buddy_info_right {
	float: left;
	width: 210px;
}

span.buddy_info_right_title {
	font-weight: bold;
	padding-right: 5px;
	color: color: #333;
}

div.buddy_info_right_goals {
	height: 30px;
	color: #333;
}


div.buddy_info_right_diet {
	height: 18px;
	color: #333;
}

div.buddy_info_right_group {
	margin-bottom: 4px;
	color: #333;
}

div.buddy_info_right_age {
	height: 18px;
	color: #333;
	width: 60px;
	text-align: center;
}

div.buddy_info_right_location {
	height: 18px;
	color: #333;	
}

div.buddy_info_left {
	float: left;
	width: 85px;
}


div.buddy_buddies {
	text-align: center;
	color: #CCC;
	padding-right: 10px;	
}

div.buddy_buddies a {
	color: #CCC;
	text-decoration: none;
}

div.buddy_buddies a:active {
	color: #CCC;
	text-decoration: none;
}

div.buddy_buddies a:hover {
	color: #CCC;
	text-decoration: underline;
}

div.buddy_buddies a:visited {
	color: #fff;
	text-decoration: none;
}

/* @group links */

/* Males */

.buddycell_m a {
	color: #465da9;
	text-decoration: none;
}

.buddycell_m a:active {
	color: #465da9;
	text-decoration: none;
}

.buddycell_m a:visited {
	color: #465da9;
	text-decoration: none;
}

.buddycell_m a:hover {
	color: #465da9;
	text-decoration: underline;
}

/* Females */

.buddycell_f a {
	color: #465da9;
	text-decoration: none;
}

.buddycell_f a:active {
	color: #465da9;
	text-decoration: none;
}

.buddycell_f a:visited {
	color: #465da9;
	text-decoration: none;
}

.buddycell_f a:hover {
	color: #465da9;
	text-decoration: underline;
}

/* @end */
