#strInfobox table.strTable {
	margin-top:2px;
	margin-bottom:2px;
	border-width:0px;
	border-spacing:0px;
	border-collapse:collapse;
	empty-cells:show;
	background-color:#FFFFFF;
}

#strInfobox table.strTable caption {
	color:#FFFFFF;
	background-color:transparent;
	font-weight:bold;
	font-size:1px;
	text-align:left;
}

#strInfobox table.strTable tr.addr th,
#strInfobox table.strTable tr.tel th,
#strInfobox table.strTable tr.fax th,
#strInfobox table.strTable tr.hours th,
#strInfobox table.strTable tr.rest th {
	font-size:12px;
}

#strInfobox table.strTable tr.addr td,
#strInfobox table.strTable tr.tel td,
#strInfobox table.strTable tr.fax td,
#strInfobox table.strTable tr.hours td,
#strInfobox table.strTable tr.rest td {
	font-size:14px;
}

#strInfobox table.strTable tr.tel td{
	font-weight:bold;
}


#strInfobox table.strTable th,
#strInfobox table.strTable td {
	line-height:1.0;
/*	height:24px;*/
	text-align:left;
	vertical-align:middle;
	border:1px solid #ffffff;
}

#strInfobox table.strTable th {
	color:#000000;
	background-color:#ffffff;
	font-weight:bold;
}

#strInfobox table.strTable td {
	color:#000000;
	background-color:transparent;
}

#strInfobox table.strTable td a {
	color:#000000;
	background-color:#ffffff;
}