/* IIDj BERLIN-A-Z 2006, 04-------------------------------------------*/ /* styles for google map implementation-------------------------------*/ #GMapCaption { border: 1px #000 solid; padding:5px; background-color:#fff; position:absolute; z-index:10; visibility:hidden; } .infoWindow { width:200px; font-family:sans-serif; font-size:9px; line-height:15px; text-align:left; } .pName { width:100%; font-weight:bold; color:#000; background-color:#666; } .pCategory { width:100%; background-color:#eee; border-top:1px #fff solid; } .pAddress { width:100%; background-color:#ddd; border-top:1px #fff solid; } .pContact { width:100%; background-color:#ddd; border-top:1px #fff solid; } .catColor2 { background-color:#7ae; } .catColor4 { background-color:#f77; } .catColor6 { background-color:#fc7; } .catColor8 { background-color:#8d5; } 
