﻿#column_left{
	width: 470px;
	float: left;
}

#column_right{
	width: 240px;
	float: right;
	text-align: right;
}

.vcard {
	
	border-bottom: 1px solid #CACDD0;
	min-height: 1px;
	padding: 10px 10px;
	line-height: 18px;
}

.vcard .fn{
	font-weight: bold;
}

.vcard .adr,
.vcard .postal{
	margin: 0 0 18px 0;
}

.vcard .details{
	margin: 18px 0;
} 

.vcard .details .tel {
    min-height:1px;
} * html .vcard .details { height:1px; } .vcard .details .tel:after { content:'.'; clear:both; height:0; visibility:hidden; display:block; }

.vcard .details .type{
	text-align: left;
	width: 45px;
	display: block;
	float: left;
	margin-left: 15px;
	color: #7f7f7f;
}

.vcard .details .value {
    float:right;
}

h2{
	padding: 5px 0;
}

.contact_panel{
	display: none;
}

#column_right img{
	background: #FFFFFF none repeat scroll 0 0;
	border: 1px solid #CACDD0;
	display: block;
	padding: 4px;
}
