.mod_callRates {
    position: relative;
}

.mod_callRates h2 {
    margin-bottom: 0px;
}

.crOption {
    display: none;
}

.ressourceInfo {
    border-top: solid 1px #EEE;
}

.ressourceInfo .country {
    border-bottom: solid 1px #EEE;
    padding: 5px;
    width: 100%;
    clear: both;
    height: 40px;
    position: relative;
    display: block;
    text-decoration: none;
}

#callRatesResult .country:hover {
    cursor: pointer;
    background: #EFEFEF;
}

.ressourceInfo .country .name {
    float: left;
    font-weight: bold;
    font-size: 13px;
}

.ressourceInfo .country .info {
    position: absolute;
    left: 5px;
    top: 25px;
    font-weight: normal;
    font-size: 10px;
}

.ressourceInfo .country .prices {
    float: right;
    font-size: 11px;
    margin-right: 10px;
    text-align: right;
}

.callRatesSearch, .callRatesContinents {
    clear: both;
    padding: 10px;
}

.callRatesSearch label, .callRatesContinents label {
    float: left;
    width: 150px;
    display: block;
}

div.mod_callRates h3 {
    padding-bottom: 0px;
    clear: both;
    padding: 2px;
}

div.mod_callRates li.country {
    clear: both;
}

div.mod_callRates .phoneNumbersCountriesList .phoneNumbersRegionsList {
    padding: 0px;
}

div.mod_callRates .phoneNumbersCountriesList .phoneNumbersRegionsList li {
    background: none;
    padding: 2px;
    width: 30%;
    float: left;
}

div.mod_callRates ul.phoneNumbersCountriesList li {
    background-position: 8px 6px;
}

div.mod_callRates .phoneNumbersRegionsList li {
    line-height: 120%;
}

div.mod_callRates ul.phoneNumbersCountriesList li {
    background-position: 8px 6px;
}

div.mod_callRates #worldMapContainer {
    float: right;
}

div.mod_callRates .worldMapInfo {
    display: none;
    width: 180px;
    overflow-x: hidden;
    float: left;
}

div.mod_callRates .worldMapInfo label {
    font-weight: bold;
    margin-bottom: 2px;
}

div.mod_callRates .worldMapInfo select {
    width: 100%;
}

div.mod_callRates .worldMapInfo h3 {
    margin: 0 5px;
}

div.mod_callRates .worldMapCountryInfo .info {
    display: none;
}

div.mod_callRates .worldMapCountryInfo .name {
    display: none;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 3px;
    padding-bottom: 3px;
    border-bottom: solid 1px #666;
}

div.mod_callRates .worldMapCountryInfo .prices {
    margin-bottom: 3px;
    padding-bottom: 3px;
    border-bottom: solid 1px #CCC;
}

div.mod_callRates .worldMapCountryInfo .details.loading {
    background-position: 100% 100%;
    padding-top: 2px;
}

div.mod_callRates .worldMapCountryInfo .details .name {
    font-size: 12px;
    border-top: solid 1px #666;
}
}

.ressourceInfo .country .details .close {
    position: absolute;
    right: -10px;
    top: -10px;
    padding: 2px;
    padding-left: 5px;
    padding-right: 5px;
    z-index: 10;
    font-weight: bold;
    font-size: 14px;
    background: #666666;
    color: #FFF;
}

.ressourceInfo .country .details {
    display: none;
    position: absolute;
    top: -40px;
    right: -10px;
    border: solid 4px #666666;
    background-color: #FFFFFF;
    z-index: 9;
    height: 220px;
    padding: 5px;
    width: 100%;
}

.ressourceInfo .country .details .content {
    height: 100%;
    width: 100%;
    overflow-y: auto;
}

.ressourceInfo .country .details.loading {
    text-align: center;
}

.ressourceInfo .country .details.loading p {
    margin-top: 30px;
    color: #777;
}

.ressourceInfo .country .details .row {
    display: block;
    text-decoration: none;
    clear: both;
    border-bottom: solid 1px #EFEFEF;
    height: 40px;
}

.ressourceInfo .country .details .row .name {
    margin-top: 2px;
    font-size: 11px;
}

.callRatesContinents {
    border-top: solid 1px #EEE;
    display: none;
    height: 50px;
}

.continentsList {
}

.continentsList li {
    cursor: pointer;
    float: left;
}

.continentsList li.selected {
    font-weight: bold;
}

div.mod_callRates .worldMapDetailsbuttons *{display:none;}
div.mod_callRates .worldMapCountryDetails {
  display:none;
    position: absolute;
    background: #FFF;
    padding: 5px;
    z-index: 9;
    height: 300px;
    border: solid 3px #EEE;
    left: 190px;
    overflow: auto;
    position: absolute;
    right: 0;
    top: 40px;
    z-index: 9;
}


.worldMapCountryDetails .row{
  padding:3px;
  clear:both;
  display:block;
  text-decoration:none;
  height:40px;
  border-bottom:solid 1px #CCC;
}


.worldMapCountryDetails .row .name{
  float:left;
  font-weight:bold;
  font-size:11px;
  padding-top:3px;
}
.worldMapCountryDetails .row .prices{
  float:right;
  font-size:11px;
}

div.mod_callRates .worldMapDetailsbuttons input{
    width: 100%;
    margin-top: 5px;


