ul.locations li
{
overflow:hidden;
padding: 20px 0 20px 120px;
border-top:solid 1px #c3baac;
font-size:1.2em;
min-height:70px;
display:block;
position:relative;
}

ul.locations li:first-child
{
border-top:none;
}

* html ul.locations li
{
height:auto;
overflow:visible;
background:transparent;
border-top:none;
border-bottom:solid 1px #d1d1bc;
position:static;
padding-left:0
}

ul.locations li a
{
}

ul.locations li a.fn
{
font-size:1.666em;
font-weight:normal;
line-height:125%;
}

ul.locations li .tel
{
font-size:1.4166em;
font-weight:bold;
line-height:125%;
}

ul.locations .photo
{
width:94px;
margin-right:7px;
position:absolute;
left:5px;
top:25px;
}

* html ul.locations .photo
{
position:relative;

left:-110px;
top:0;
margin-right:0;
display:none;
}

ul.locations div.adr *
{
display:inline;
}

ul.locations div.adr
{
line-height:125%;
}

ul.locations div.adr .postal-code,
ul.locations div.adr .country-name,
ul.locations li .tel,
ul.locations li .fax,
ul.locations li .type
{
display:none;
}