﻿table.rounded-corner {
    border-collapse: collapse;
    font-family: "Lucida Sans Unicode","Lucida Grande",Sans-Serif;
    font-size: 12px;
    text-align: left;
    width: 100%;
}
table.rounded-corner thead th.rounded-company {
    background: url("../images/table/left.png") no-repeat scroll left -1px #B9C9FE;
}
table.rounded-corner thead th.rounded-q4 {
    background: url("../images/table/right.png") no-repeat scroll right -1px #B9C9FE;
}
table.rounded-corner thead tr.bottom{border-bottom: 1px solid #94A8E8;}
table.rounded-corner th {
    background: none repeat scroll 0 0 #B9C9FE;
    color: #000000;
    font-size: 13px;
    font-weight: normal;
    padding: 8px;
    text-align: center;
    border-right: 1px solid #94A8E8;
}
table.rounded-corner th:last-child {border-right:none;}
table.rounded-corner td {
    background: none repeat scroll 0 0 #E8EDFF;
    border: 1px solid #FFFFFF;
    color: #666699;
    padding: 8px;
}
table.rounded-corner tfoot td.rounded-foot-left {
    background: none repeat scroll 0 0 #B9C9FE;
    border: medium none;
    border-radius: 0 0 0 10px;
}
table.rounded-corner tfoot td {
    background: none repeat scroll 0 0 #B9C9FE;
    border: medium none;  
}
table.rounded-corner tfoot td.rounded-foot-right {
    background: none repeat scroll 0 0 #B9C9FE;
    border: medium none;
    border-radius: 0 0 10px 0;
}
table.rounded-corner tbody tr:hover td {
    background: none repeat scroll 0 0 #fff;
    cursor: pointer;
    color: #000;
    border-right:1px solid #94A8E8;
}
table.rounded-corner tbody tr td:last-child {border-right:none;}
ul.contacts {
    margin-bottom: 20px;
}
ul.contacts li.phone {
    background: url("../images/bullet-phone.png") no-repeat scroll left top transparent;
}
ul.contacts li{float:left; padding-right:44px;}
