/* ----- accommodation listing start ----- */
#content .acc-listing .country {
    border-bottom:1px solid #D3D3D3;
    padding: 20px 20px 15px;
}

#content .acc-listing .country a {
    color: #E58307;
    font-weight: bold;
    text-decoration: underline;
}

#content .acc-listing .country a:hover {
    text-decoration: none;
}

#content .acc-listing .country h2 {
    color : #000000;
    margin-left: 160px;
    font-size : 18px;
    position: relative;
   
}

#content .acc-listing .country h2 a {
    color : #000000;
 
}

#content .acc-listing .country .country-wrapper {
  position: relative;
  margin-left: 160px;
  margin-top: 10px;
}

#content .acc-listing .country .country-wrapper ul {
    padding : 0;
    float: left;
    margin:0;
}

#content .acc-listing .country .country-wrapper ul li {
    line-height: 16px;
}

#content .acc-listing .country img {
    display : block;
    padding : 2px;
    border : 1px solid #ababab;
    float : left;
}

#content .acc-listing .country .country-wrapper p {
    width: 370px;
    float: right;
    margin: -27px 0 0;
    text-align: left;
    line-height: 16px;
}
/* ----- accommodation listing end ----- */