.location-listing-locations {
    position: relative;
}
.location-listing-locations h4 {
    border: 0;
    text-transform: none;
    font-weight: bold;
    margin: 10px 0 0;
}
.location-listing-locations li {
    padding-left: 0px;
    margin-left: 0;
}
.locations-left {
    width: 260px;
    position: absolute;
    left: 20px;
}
.locations-center {
    width: 250px;
    top: 580px;
    position: absolute;
    left: 430px; 
}
.locations-right {
    width: 250px;
    top: 250px;
    position: absolute;
    left: 720px;
}
.locations-map {
    margin-left: 80px;
    margin-bottom: 30px;
}
.col6 .location-map {
    padding-top: 20px;
}
.location-page .header h2 {
    text-transform: none;
    border-bottom: none;
}
.location-page .terrain {
    display: inline;   
}
.location-desc {
    clear: both;
}

.facts-location ul li span {
    font-weight: bold;
}
.facts-location {
    background-color: #EEEEEE;
    border: 1px solid #E1E1E1;
    padding: 4px;
}

.location-page .infobox h4 {
    display: inline;
    font-size: 12px;
    font-weight: bold;
}
.location-page .infobox .facilities ul {
    display: inline;
    margin-left: 2px;
}
.location-page .infobox .facilities ul li {
    display: inline;
}

.location-page .map-focus .map {
    height: 308px;
}
.location-page .shadow .yr .yrlink {
    padding: 4px;
    text-align: left;
}
.location-page .shadow .yr ul.weatherlist {
    margin-left: 1px !important;
    margin-right: 0 !important;
}
.cottage h3, .trip h3 {
    padding: 0 !important;    
}
  
.location ul li {
    margin-left: 15px;      
}
/* terrain type tags sprite */

.terrain-types {
	border: 1px solid #CCCCCC;
	margin-bottom: 6px;
	padding-bottom: 6px;
	width: 420px;
	float: left;
}
.terrain-type div  {
    margin-left: 0;
}
.terrain-type h1, 
.terrain-type h2, 
.terrain-type h3, 
.terrain-type h4 {
	font-weight: bold;
	padding-left: 5px;
}
.terrain-type {
	background-repeat: no-repeat;
	background-color: transparent;
	background-image: url(../gfx/ikoner/sprites/terrain-types.png);
	background-position: 0 -50px;
	padding: 1px;
    padding-left: 20px;
    margin: 2px !important;
    line-height: 1.5;
    height: 20px;
    display: inline;
}
.terrain-type span {
    overflow: hidden;
    width: 76px;
}
.terrain-type dfn {
    border-bottom: 1px dotted #0094A6;
    font-weight: normal;
}
/* terrain type sprite positions */
.terrain-type-alpine_fjell{ background-position: 0 -1px;}
.terrain-type-bre{          background-position: 0 -56px;}
.terrain-type-hei{          background-position: 0 -104px;}
.terrain-type-fjell{        background-position: 0 -154px;}
.terrain-type-høyfjell{     background-position: 0 -204px;}
.terrain-type-skog{         background-position: 0 -254px;}
.terrain-type-vidde{        background-position: 0 -305px;}
.terrain-type-kyst{         background-position: 0 -349px;}


