p#resort-map {
  overflow: hidden;
  margin: 0;
  width: 598px;
}

#resort-names {
  float:left;
  width:325px;
}

#resort-names ul{
  list-style:none;
  margin:0;
  padding:0
}

#resort-names ul li{
  margin-bottom:10px;
  text-transform:uppercase;
  display:block;
  overflow:hidden;
}
#resort-names ul li a {
  font-weight:bold;
  width:110px;
  float:left;
  border-right:0px;
}

#resort-names ul li div.strapline{
  float:left;
  width:215px;
}


#resort-names ul li.summer a, h3.summer a{color:#F66832;}

#resort-names ul li.winter a, h3.winter a{color:#40ADAD;}


div.list-resort{
  display:block;
  overflow:hidden;
  width:100%;
  margin-bottom:1em;
}

div.list-thumb{
  width:80px;
  float:left;
}


.res-summary{
  display:none;
}

.res-summary h3 {
  margin-top:0px;
}

.res-summary h3 a{
  text-decoration:none;
}

#r1{
  display:block;
}


#resort-adverts{
  float:right;
  width:227px;
}





#morelink, #morelink a{
  font-size:0.8em;
}
#morelink{
  float:right;
  text-align:right;
}



/** Individual Resorts **/



#resort-text{
  width:350px;
  float:left;
}

.right-column{
  width:210px;
  float:right;
}


/** Hotels list **/
#summer-hotel-list h3{
  background:#F58E43;
  color:#FFFFFF;
  margin-bottom:2px;
  padding:5px;
}

#winter-hotel-list h3{
  background:#4891A0;
  color:#FFFFFF;
  margin-bottom:2px;
  padding:5px;
}


#summer-hotel-list ul,#winter-hotel-list ul {
  list-style:none;
  margin:0;
  padding:0;
}

#summer-hotel-list ul li,#winter-hotel-list ul li{
  padding:5px 0px;
  margin-bottom:2px;
}

#summer-hotel-list ul li{
  background:#FDD663;
}

#winter-hotel-list ul li{
  background:#8BD1DF;
}


#summer-hotel-list ul li a,#winter-hotel-list ul li a{
  padding-left:5px;
  color:#000;
  display:block;
  font-weight:bold;
  text-decoration:none;
  text-transform:capitalize;
}

#summer-hotel-list ul li a{
  background:url(/img/summer-li.gif) 3% 50% no-repeat;
  padding-left:18px;
}

#winter-hotel-list ul li a{
  background:url(/img/winter-details-li.gif) 97% 50% no-repeat;
}


/**winter sports packs **/

div.sportspack{
  background:#D7D7D7;
  padding:5px;
  clear:both;
  margin-bottom:10px;
}

div.sportspack h3{
  margin:5px 0;
  font-size:larger;
  font-weight:bolder;
}

