xh2 {
font-size: 18px !important;
font-style: italic;
font-family: Arial, Helvetica, sans-serif;
xfont-weight: bold;
margin-bottom: 17px !important;
}
.listCompanies {
list-style: none;
border-top: 1px solid #c3d8e5;
float: left;
}
.listCompanies li {
border-bottom: 1px solid #c3d8e5;
float: left;
width: 100%;
}
.listCompanies li a {
display: block;
padding: 16px 0 15px 0;
text-decoration: none;
color: #626262;
cursor: pointer;
float: left;
width: 100%;
background: #fff;
}
.listCompanies li a span {
cursor: pointer;
}
.listCompaniesLogo {
width: 90px;
display: table-cell;
text-align: center;
vertical-align: middle;
}
* html .listCompaniesLogo {
float: left;
width: 90px;
}

.listCompaniesRight {
display: table-cell;
width: 450px;
padding-left:10px;
}
* html .listCompaniesRight {
float: left;
}

*:first-child+html .listCompaniesLogo {
float: left;
width: 90px;
}
*:first-child+html .listCompaniesRight {
float: left;
}
.listCompanies .listCompaniesHeading {
font-size: 14px;
font-weight: bold;
color: #466598;
text-decoration: underline;
display: block;
margin-bottom: 5px;
font-family: Arial, Helvetica, sans-serif;
}
.listCompanies .listCompaniesText {
font-size: 11px;
font-family: tahoma;
color: #626262;
}
.listCompanies li a:hover {
background: #c3d8e5;
}
.listCompanies li a:hover .listCompaniesHeading {
text-decoration: none;
}