
ul.nv-tabList {
  margin: 0;
  padding: 4px 0;
  line-height: 24px;
    overflow: hidden;
}
  ul.nv-tabList li {
    float: left;
    list-style: none;
    background: transparent;
    padding: 0;
    margin: 0;
  }
  ul.nv-tabList li a {
    display: block;
    float: left;
    height: 14px;
    line-height: 14px;

    padding: 4px 6px 4px 6px;
    margin: 0 2px 0 0;
    border: 1px solid #EFF5FF;
    border-right: 1px solid #D3E2F4;
    border-bottom: 0;
    font-weight: bold;
    background: #FFF;
    color: #888;
    outline: 0;
  }
  ul.nv-tabList li.dropped a,
  ul.nv-tabList li.dropped a:hover,
  ul.nv-tabList li.selected a {
    background: #EFF5FF;
    color: #333;
  }
  ul.nv-tabList li.dropped a {
      border-top: 1px solid #D3E2F4;
      border-left: 1px solid #D3E2F4;
  }
  ul.nv-tabList li span.dropdown {
    margin-left: 4px;
    background: transparent url(client/menudown.png) no-repeat;
  }
  ul.nv-tabList li a:hover{
    background: #F1F1F1;
  }

.nv-tabContent{
  clear: both;
  border: 1px solid #D3E2F4;
  background: #FFF;
  padding: 10px;
  outline: none;
  overflow: hidden;
}

/* COMPANY TABLE */
.tblAdvertentie {
    width: 100%;

    padding: 0px;
    border-spacing: 0px;
    border-collapse: collapse;

    border-color:#666666 #999999 #CCCCCC;
    border-style:solid;
    border-width:1px;
}

.tblAdvertentie th {
    color:#333333;
    padding:5px 10px;
}

th {
    background-color:#C9E4B9;
}

.tblAdvertentie td {
    padding: 10px 10px;
    border-right: 1px dotted #ccc;
}

tr.even {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
}

tr.odd {
    background-color: #eee;
    border-bottom: 1px solid #ccc;
}

h3 {
    border-bottom:2px solid #808080;
    color:#6E6E6E;
    font-family:verdana;
    font-size:20px;
    font-weight:bold;
    line-height: 55px;
    margin: -5px 0 15px 0;
}

#breadcrumb {
    color: #01aa50;
    width: 585px;
    margin-bottom: 5px;
}

/***********************************/
/*****    EXPANDED COMPANY    ******/
/***********************************/

.expComp {
    border: 1px solid #333;
    width: 100%;
    line-height: 25px;
}

.expComp tr {
    height: 23px;
}

.compName {
    background-color: #C9E4B9;
    font-size: 13px;
    text-decoration: underline;
    padding: 2px;
    padding-left: 7px;
    font-weight: bold;
    letter-spacing: 1px;
}

.compAddress {
    padding-left: 7px;
}

.compPhone {
    margin-left: 7px;
    padding-left: 22px;
    background: url("/images/phone.jpg") no-repeat;
    color: #333 !important;
    text-decoration: underline;
    font-weight: bold;
    display: inline;
    height: 25px;
}

.compExtraPhone {
    margin-left: 7px;
    padding-left: 22px;
    background: url("/images/phone.jpg") no-repeat;
    color: #333 !important;
    display: inline;
    height: 25px;
}

.compExtraFax {
    margin-left: 7px;
    padding-left: 22px;
    background: url("/images/fax.jpg") no-repeat;
    color: #333 !important;
    display: inline;
    height: 25px;
}

.compPhoneRow {
    display: none;
    height: 28px;
}

.compSite {
    margin-left: 7px;
    padding-left: 22px;

    background: url("/images/web.jpg") no-repeat;
    color: #333 !important;
    text-decoration: underline;
    font-weight: bold;
    display: inline;
    height: 25px;
}

.compContact {
    margin-left: 7px;
    padding-left: 22px;
    background: url("/images/mail.jpg") no-repeat;
    color: #333 !important;
    text-decoration: underline;
    font-weight: bold;
    display: inline;
    height: 25px;
}

.compInfo {
    margin-left: 7px;
    margin-top: 5px;
    padding-left: 22px;
    background: url("/images/extra.jpg") no-repeat;
    color: #333 !important;
    text-decoration: underline;
    font-weight: bold;
}

.compExtraInfo {
    display: none;
    margin-left: 29px;
    width: 85%;
    text-align: justify;
    line-height: 15px;
}
