/*******************************************************************************
* Contacts
*/

.ldWidgetFnOrg {
	font: normal normal bold 18px/22px Helvetica;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: rgb(46, 55, 68);
	margin: 0px;
	text-shadow: rgb(255, 255, 255) 0px 1px 0px;
	
}

.ldWidgetAddress, .ldWidgetPhone, .ldWidgetMail, .ldWidgetWebSite {
	background: white;
	-webkit-border-radius: 8px 8px;
	-moz-border-radius: 8px 8px;
	border: 1px solid rgb(180, 180, 180);
	color: black;
	font: normal normal bold 17px/normal Helvetica;
	margin: 15px 10px 17px 0px;
	width: 100%;
	padding: 0px;
	border-spacing:0px
	
}

.ldWidgetRow td {
	border-top: 1px solid rgb(180, 180, 180);
	color: rgb(102, 102, 102);
	padding: 10px 10px 10px 10px;
}

.ldWidgetRow:first-child td{
	border-top: 0;
	color: rgb(102, 102, 102);
	padding: 10px 10px 10px 10px;
}

.ldWidgetRow td a{
	text-decoration: none;
	color: black;
	font: normal normal bold 17px/normal Helvetica;
}

.ldWidgetCol1 {
	text-align:right;
	width:70px;	
}
