/* CONTACTS CUBE CSS */

.contacts{
	font-family: Arial, Helvetica, sans-serif;
}

/* Generic classes for all cube layouts */
.contact_name{
	font-weight: bold;
}

.contact_picture{
	float: left;
}

.contact_details{
	font-size: 10px;
	color: Gray;
}
	.contact_address{
		
	}
	.contact_phone{
		
	}
	.contact_mobile{
		
	}
	.contact_email{
		
	}
	.contact_website{
		
	}
		.contact_email a, .contact_website a,
		.contact_email a:visited, .contact_website a:visited{
			font-size: 10px;
			color: #f7941d;
			text-decoration: underline;
		}
	.contact_extra{
		
	}
.contact_details-label{
	color: #268ece;
}

.contact_info{
	clear: both;
	text-align: justify;
}
.contact_histback{
	padding-top: 5px;
}
.contact_histback a, .contact_histback a:visited{
	color: #268ece;
	text-decoration: underline;
}


/* Contacts Single layout */
.contacts-single{
	padding: 10px;
	font-size: 12px;
	border-bottom: 1px solid #d2d2d2;
}
.contacts-single .contact_name{
	padding-bottom: 10px;
}
.contacts-single .contact_details{
	
}
.contacts-single .contact_info{
	padding-top: 5px;
}
.contacts-single .contact_picture{
	width: 100px;
}

/* Contacts List */
.contacts-list{
	font-size: 11px;
}
.contact_category{
	margin-bottom: 15px;
}
.contact-list_item{
	padding: 10px;
	border-bottom: 1px solid #d2d2d2;
}
.contact_category-name{
	font-size: 13px;
	font-weight: bold;
	color: #268ece;
	padding-bottom: 10px;
}
.contacts-list .contact_name{
	padding-bottom: 10px;
}
.contacts-list .contact_details{

}
.contacts-list .contact_picture{
	clear: both;
	width: 60px;

	text-align: left;
}
.contacts-list .contact_picture{
	width: 50px;
}
	.contacts-list .contact_phone{
		float: left;
		width: 120px;
	}
	.contacts-list .contact_mobile{
		float: left;
		width: 120px;
	}
a.contact-list_item-link{
	display: block;
	height: 50px;
}
a:hover.contact-list_item-link{
	background: #d4e8f5;
}
/* FIX */
.contacts-list .contacts-single .contact_picture{
	width: 100px;
}
.contacts-list .contacts-single .contact_phone{
	float: none;
	width: auto;
}
.contacts-list .contacts-single .contact_mobile{
	width: auto;
	float: none;
}