﻿.Booking_HouseMapOverview
{
    background-color: #F4F6F8;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-bottom:5px;
    width: 383px;
    background-image: URL(/App_Themes/FCarlsberg/images/Skygge.png);
    background-position: bottom right;
    background-repeat:no-repeat;
    position:relative;
}

.Booking_HouseMapOverview .Booking_HouseMapLinks
{
    float: left;
    height: 34px;
    line-height: 34px;
    padding: 10px;
    margin: 0px;
    width: 358px;

}

.Booking_HouseMapOverview #aGeneralMapLink, .Booking_HouseMapOverview .resetlink
{
 
}

ul.SmallHouseContainer
{
    margin: 0px;
    padding: 0px;
    position: relative;
    /*width: 582px;    */
    list-style-type: none;
}
ul.SmallHouseContainer > li
{
    float: left;
    margin-right: 10px;
    width: 184px;
}

ul.SmallHouseContainer li.SmallHouseTagPictos
{
    position: absolute;
    top: 0px;
    left: 120px;
    margin: 0;
    padding: 0;
}

#ulExternalHouses ul.SmallHouseInfo, #ulLocalHouses ul.SmallHouseInfo, 
#ulExternalHousesAll ul.SmallHouseInfo, #ulLocalHousesAll ul.SmallHouseInfo
{
    float:left;
    position: relative;
    padding: 0px;
    margin: 0px 10px 10px 0px ;
    list-style-type: none;
    overflow: hidden;    
    width: 184px;
    height: 266px;
    background-color: #FFF;
    border-bottom: 1px solid #b8bec4;
}

#ulExternalHouses ul.SmallHouseInfo .SmallHouseProvider, #ulLocalHouses ul.SmallHouseInfo .SmallHouseProvider,
#ulExternalHousesAll ul.SmallHouseInfo .SmallHouseProvider, #ulLocalHousesAll ul.SmallHouseInfo .SmallHouseProvider
{
    position: absolute;
    top: 243px;
    left: 5px;
    margin: 0;
    padding: 0;
    font-style: italic;
    font-size: 10px;
    }

ul.SmallHouseInfo li
{
    
}

.SmallHouseLocation
{
margin-left:5px;
    height: 14px;
    overflow: hidden;
}

.SmallHouseLocation h4
{
    padding: 0;
    margin: 0;
    font-weight: normal;
}

.SmallHouseInfo
{
    float: left;
}

.SmallHouseImage
{
    float: left;
    height: 123px;
    overflow: hidden;
    margin-top: 6px;
}

.SmallHouseName
{ 
    /*font-family: Georgia;
    font-size: 32px;
    position: absolute;
    left: 0px;
    top: 247px;
    background-color: #FFF;*/
}

#ulExternalHouses .SmallHouseShortDescription,
#ulExternalHousesAll .SmallHouseShortDescription
{
    display:none;
    /*position: absolute;
    left: 0px;
    top: 295px;
    background-color: #444;
    height: 100px;
    overflow: hidden;*/
}

#ulExternalHouses .SmallHouseHeadline,
#ulExternalHousesAll .SmallHouseHeadline
{
/*    display:none;*/
    position: absolute;
    left: 0px;
    top: 133px;
    height: 44px;
    line-height:20px;
    overflow: hidden;
}


#ulLocalHouses .SmallHouseShortDescription,
#ulLocalHousesAll .SmallHouseShortDescription
{
    display:none;
    /*position: absolute;
    left: 0px;
    top: 295px;
    background-color: #444;
    height: 100px;
    overflow: hidden;*/
}

#ulLocalHouses .SmallHouseHeadline,
#ulLocalHousesAll .SmallHouseHeadline
{
    /*display:none;*/
    position: absolute;
    left: 0px;
    top: 133px;
    height: 44px;
    line-height:20px;
    overflow: hidden;
}



#ulExternalHouses .SmallHouseLink a, #ulLocalHouses .SmallHouseLink a,
#ulExternalHousesAll .SmallHouseLink a, #ulLocalHousesAll .SmallHouseLink a
{
    display: block;
    position:absolute;
    top:0px;
    left:0px;
    width: 184px;
    height: 256px;
    color: #FFF;
    
    
    background-color: black;
    cursor: pointer;
	opacity:0;
	-moz-opacity:0;
	filter:alpha(opacity=0);
    z-index: 20;
}

#ulExternalHouses .SmallHouseLink a:hover, #ulLocalHouses .SmallHouseLink a:hover,
#ulExternalHousesAll .SmallHouseLink a:hover, #ulLocalHousesAll .SmallHouseLink a:hover
{
	opacity:0.1;
	-moz-opacity:0.1;
	filter:alpha(opacity=10);
}

.SmallHouseLink2 a
{
    display: block;
    position:absolute;
    top: 170px;
    right: 0px;
}

.SmallHousePrice
{
    /*position: absolute;
    top: 164px;*/
    color: #6DC6E3;
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
    margin-left:5px;
} 
.tripleCol .SmallHousePrice
{
    position: absolute;
    top: 210px;
    color: #6DC6E3;
    font-size: 14px;
    font-weight: bold;
    width: 179px;
    line-height: 25px;
}
.tripleCol .SmallHousePeriodText  
{
    margin-top: 184px;
    }
.tripleCol .SmallHouseImage 
{
    margin-bottom:5px;
    }


.SmallHouseMap 
{
    float:right;
    cursor:pointer;
}

.SmallHouseHeadline 
{
    font-family: Georgia;
    font-weight: normal;
    font-size: 14px;
    color: #3f3f3f;
	margin: 0;
	padding: 0 5px;
	margin-top: 16px;
	margin-bottom: 6px;
}
    
.SmallHouseShortDescription 
{
    margin-left:5px;
    }

.SmallHousePeriodText 
{
    margin-left:5px;
    margin-top:154px;
    /*margin-top:154px;*/
   /* position:absolute;
    left:0px;
    top:156px;
    color: #6DC6E3;*/
    }
.SmallHouseCityBackground 
{
    position:absolute;
    left:0px;
    top:121px;   
    background-color: #8DC548;
    opacity:0.85;
	-moz-opacity:0.85;
	filter:alpha(opacity=85);
	width: 100%;
	height:22px;
    }
.MasterHouse .SmallHouseCityBackground
{
    position:absolute;
    left:0px;
    top:121px;   
    background-color: #8DC5E1;
    opacity:0.85;
	-moz-opacity:0.85;
	filter:alpha(opacity=85);
	width: 100%;
	height:22px;
    }
.SmallHouseCity
{
    position:absolute;
    left:0px;
    top:121px;
    color: white; /*#6DC6E3;*/
    font-weight:bold;
    line-height:22px;  
    height:22px; 
    padding-left:5px;
    padding-right:5px;
    overflow:hidden;
    }

.myLogin
{
    position: absolute;
    right: 36px;
    text-align: right;
    top:-15px;
}

.box_wrap {
    /*position: absolute;
    right: 0px;
    top: 0px;
    width: 257px;*/
    z-index: 19999;
}

a.large
{
    display: block;
    background: url("/App_Themes/FCarlsberg/images/layout/SearchControl/Navigation.png") no-repeat scroll -35px -200px transparent;
    width: 159px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    color: #FFF;
    font-size: 14px;
    text-decoration: none;
}
a.largegrey
{
    display: block;
    background: url("/App_Themes/FCarlsberg/images/layout/SearchControl/Navigation.png") no-repeat scroll -688px -200px transparent;
    width: 159px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    font-size: 14px;
    color: #FFF;
    text-decoration: none;
}

a.large:hover
{
    display: block;
    background: url("/App_Themes/FCarlsberg/images/layout/SearchControl/Navigation.png") no-repeat scroll -235px -200px transparent;
    width: 159px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    color: #FFF;
    font-size: 14px;
    text-decoration: none;
}

a.small
{
    display: block;
    /*background-image: url('/App_Themes/DSR/Style library/DSR/css/img/dsr_bg_knap_07.gif');*/
    width: 123px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #FFF;
}

a.smallgrey
{
    display: block;
    background-image: url('/App_Themes/FCarlsberg/Style library/DSR/css/img/dsr_bg_knap_07_disabled.gif');
    width: 123px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #FFF;
}


a.searchButton
{
    float: right;
}

a.searchButton,
a.searchButton:visited,
a.searchButton:link,
a.searchButton:hover,
a.searchButton:visited:hover,
a.searchButton:link:hover,
a.searchButton img {
  color:white;
}


a.imageButton,
a.imageButton:visited,
a.imageButton:link,
a.imageButton:hover,
a.imageButton:visited:hover,
a.imageButton:link:hover,
a.imageButton img {
  color:white;
}

a.smallbutton
{
    display: block;
    background: url("/App_Themes/DinFerieFond/images/layout/SearchControl/Navigation.png") no-repeat scroll -688px -292px transparent;
    width: 73px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: #FFF!important;
    font-size: 11px;
    text-decoration: none;
}
a.smallbutton:hover
{
    background: url("/App_Themes/DinFerieFond/images/layout/SearchControl/Navigation.png") no-repeat scroll -774px -292px transparent;
}


.searchHeader
{
    /*width: 186px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;*/
}

 .dateselectordiv 
 {
     width:155px;
     }
.dateselectordiv img
 {
     position: relative;
     margin-left:4px;
     margin-top:2px;
     }
.AdvancedSearchBlock 
{
    display:block;
    float:left;
    }

.AdvancedSearchUL, .AdvancedSearchULExtended
{
    background-color: #F4F6F8;
    float: left;
    font-size: 10px;
    list-style-type: none;
    margin: 0;    
    padding: 10px;
    width: 358px;
}

#AdvancedSearchExtended{
    /*background-color: #DEE8EE;
    float: left;
    margin: 0;    
    width: 378px;*/
        float: left;
    padding: 10px;
    background-color: #F4F6F8;
    width: 358px;

}
#AdvancedSearchExtended > div
{
    float:left;
    padding-top:10px;
    width: 358px;
    border-top: 1px solid #FFF;
}
.AdvancedSearchUL li, .AdvancedSearchULExtended li
{
    float:left; 
    width:100%;
    border-bottom: 1px solid #FFF;
    margin-top: 10px;
    padding-top: 10px;
    
}

.AdvancedAttributes
{
    float: right;
    width: 300px;
}
.AdvancedSearchAttribute 
{
    float: left;
    height: 60px;
    width: 60px;
    margin-left: 10px;
    text-align: center;
}
.AdvancedSearchAttribute span 
{
    display:block;
    font-size:10px;
    }
    
.ez-hide { opacity: 0; filter:alpha(opacity=0); }   
    
.ez-checkbox
{
    zoom: 1; 
    display:inline; 
    _height:30px;
    text-align:center;
    }
.ez-checkbox input   
{
    width:32px;
	height:32px;
    
	cursor:pointer;
}
    

.ez-checkbox .inputspan 
{
    width:38px;
	height:38px;
	margin-left:14px;
    }    
.ez-checkbox .inputspan:hover , .ez-checked .inputspan  {background-color:#59b5dd; }
 

#ulLotteryHouses {
    border-top: 1px solid #b8bec4;
}

#ulLotteryHouses ul.SmallHouseInfo
{
    display:block;
    float:left;
    
    padding: 0;
    /*margin: 0px 10px 10px 0px ;*/
    list-style-type: none;
    overflow: hidden;    
    width: 572px;
    background-color: #FFF;
    
}

#ulLotteryHouses .SmallHouseLocation
{
    /*display:none;*/
    position: absolute;
    left: 130px;
    top: 4px;
    font-weight: bold;
    margin: 0px;
}

#ulLotteryHouses .SmallHouseName
{
    position: absolute;
    left: 130px;
    top: 20px;
}

#ulLotteryHouses > li 
{
    float:left;
    position: relative;
    width: 572px;
    border-bottom: 1px solid #b8bec4;
    padding: 10px 0px 0px 0px
    
    }

#ulLotteryHouses ul.SmallHouseInfo 
{
    
    list-style:none;    
    margin:0px;
}


#ulLotteryHouses ul.SmallHouseInfo li 
{
    float:left;
    list-style: none;
}

#ulLotteryHouses .SmallHouseLink a
{
    position: absolute;
    left: 364px;
    top: 60px;
    
    /*display:none;
    position:absolute;
    top:0px;
    left:0px;
    width: 100%;
    height: 202px;
    color: #FFF;
    background-color: black;
    cursor: pointer;
	opacity:0;
	-moz-opacity:0;
	filter:alpha(opacity=0);
    z-index: 20;*/
}

#ulLotteryHouses .SmallHouseLink a:hover
{
	/*opacity:0.1;
	-moz-opacity:0.1;
	filter:alpha(opacity=10);*/
}
#ulLotteryHouses .SmallHouseCityBackground
{
    display:none;
    }
#ulLotteryHouses .SmallHouseCity
{
    display:none;
    }
#ulLotteryHouses .SmallHouseImage 
{
    float:none;
    height:68px;
    margin:0px 0px 10px 0px;
    padding:0px;
    
    } 
#ulLotteryHouses .SmallHouseShortDescription 
{
    /*position:absolute;
    left:125px;
    height:43px;
    overflow:hidden;
    top:31px;
    width:300px;*/
    display: none;
}
#ulLotteryHouses .SmallHouseHeadline 
{
    /*position:absolute;
    left:125px;
    top:-2px;*/
    display: none;
}
#ulLotteryHouses .SmallHousePeriodText 
{
    position:absolute;
    left:440px;
    top:12px;
    margin:0;padding:0;
    }
    
#ulLotteryHouses .SmallHousePrice 
{
    left: 440px;
    position: absolute;
    top: 33px;
    }
    
#ulLotteryHouses .LotList {
    /*background-color: #dddddd;*/
    display: none;
    float: left;
    height: 250px;
    width: 572px;
  /*  margin:0px 0px 10px 0px;*/
    }


.SmallHouseLinkLotToggle 
{
    display: block;
    float:left;
    width:100%;
    height:20px;
    text-align:center;
    padding-top:0px;
    }
    
.SmallHouseLinkLotToggle a
{
    border-top: 1px solid #D0EBF2;
    display: block;
    color: #4D8B9E;
    cursor: pointer;
    width:100%;
    height:20px;
    
    background-image: URL('/App_Themes/FCarlsberg/images/Navigation/FoldDown.png');
    background-repeat:no-repeat;
    background-position:center;
}
.SmallHouseLinkLotToggle a:hover 
{
    background-color:#F4F6F8;
    }

.SmallHouseLinkLotToggle a.unfolded
{
    background-image: URL('/App_Themes/FCarlsberg/images/Navigation/FoldUp.png');
}

.LotListWrapper 
{
    width:572px; 
    overflow:hidden;
    }
    
.LotListMain 
{
    width:582px; 
    overflow:hidden;
    }
    
    
  

.RelatedHouses .jScrollPaneContainer 
{
    position:relative;
    float:left;
    height:250px;
    width:378px;
    overflow: hidden;
    }

.RelatedHouses .jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #fff;
	border:1px solid #E1E6EC;
	/*border-left:1px solid #E1E6EC;*/
	/*border-right:1px solid #E1E6EC;*/
	/*height:166px;*/
	margin-top:-1px;
}
.RelatedHouses .jScrollPaneDrag {
	position: absolute;
	background: #E1E6EC;
	cursor: pointer;
	overflow: hidden;
	width:15px;
	background-image: url(/App_Themes/FCarlsberg/images/scrollindicator.png);
	background-position: center center;
	background-repeat: no-repeat;
	
}
.RelatedHouses .jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	/*background-color: #666;*/
}
.RelatedHouses .jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
	/*background-color: #666;*/
}
.RelatedHouses a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
.RelatedHouses a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

.RelatedHouses a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
.RelatedHouses a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
.RelatedHouses a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}


.RelatedHouses a.jScrollArrowUp:hover {
	background-position: 0 -15px;
}
.RelatedHouses a.jScrollArrowDown:hover {
	background-position: 0 -15px;
}
.RelatedHouses a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	background-position: 0 -30px;
}


#mainFooter .SmallHouseLink a:hover
{
	opacity:0.1;
	-moz-opacity:0.1;
	filter:alpha(opacity=10);
}
#mainFooter ul.SmallHouseInfo
{
    float:left;
    position: relative;
    padding: 0px;
    margin: 0px 10px 13px 0px ;
    list-style-type: none;
    overflow: hidden;    
    width: 184px;
    height: 319px;
    background-color: #FFF;
    border-bottom: 1px solid #b8bec4;
}
#mainFooter .SmallHouseHeadline
{
    height: 16px;
    margin-top: 146px;
    overflow: hidden;
}

#mainFooter .SmallHouseShortDescription
{
    height: 72px;
    overflow: hidden;
    position: relative;
    /*position: absolute;
    top: 220px;*/
    /*left: 0px;
    top: 295px;
    background-color: #444;
    height: 100px;
    overflow: hidden;*/
}
#mainFooter .SmallHouseLink a
{
    display: block;
    position:absolute;
    top:0px;
    left:0px;
    width: 184px;
    height: 309px;
    color: #FFF;   
    background-color: black;
    cursor: pointer;
	opacity:0;
	-moz-opacity:0;
	filter:alpha(opacity=0);
    z-index: 20;
}
#mainFooter .SmallHousePeriodText 
{
    bottom: 41px;
    margin-top: 6px;
    position: absolute;
    left:0px;
    
    
}

#mainFooter .SmallHousePrice 
{
   /* top: 169px;*/
    font-weight: bold;
    height: 25px;
    overflow: hidden;
    position:absolute;
    bottom:20px;
    left:0px;
}

#mainFooter .SmallHouseProvider { display:none;}

.WideHouse
{
    position: relative;
    width: 378px;
}


.WideHousePrice {
    color: #FFFFFF;
    height: 40px;
    line-height: 40px;
    margin-bottom: 16px;
    position: absolute;
    text-align: right;
    top: 176px;
    width: 100%;
    font-size:18px;
    
    
}
.WideHousePrice > span {margin-right:10px; float:right;}
.WideHousePrice .price {margin-right:10px; float:right;}


.WideHousePriceBackground {
    background-color: #8DC548;
    height: 40px;
    position: absolute;
    top: 176px;
    width: 100%;
    opacity:0.85;
	-moz-opacity:0.85;
	filter:alpha(opacity=85);
}


	

.WideHousePeople
{
    margin-bottom: 10px;
    display:none;
}

.WideHouseDescription
{
    height: 93px;
    overflow: hidden;
    display:none;
}

.WideHouseTagPictos
{
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 8px;
    background-image: url("/App_themes/FCarlsberg/images/whitebg.png");
    display:none;
}

.WideHouseTagPictos img
{
    margin-left: 4px;
}

.WideHouseLink 
{
    width: 378px;
    height:178px;
    position:absolute;
    left:0px;
    top:0px;
}

.WideHouseLink a
{
    width: 378px;
    height:216px;
    position:absolute;
    left:0px;
    top:0px;
}
.WideHouseLink a:hover
{
    background-color:Black;
    opacity:0.1;
	-moz-opacity:0.1;
	filter:alpha(opacity=10);
}
.WideHouseLink a span 
{
    display:none;
    }
    
.WideHouseLocation 
{
    color: #FFFFFF;
    height: 40px;
    line-height: 40px;
    margin-bottom: 16px;
    position: absolute;
    top: 176px;
    left:10px;
    font-size:18px;
    
    }
 
#mainFooter .SmallHousePrice 
{
   /* top: 169px;*/  
    overflow: hidden;
    position: absolute;
    bottom:15px;
    color: #6DC6E3;
    font-size: 14px;
    font-weight: bold;
    width: 179px;
    line-height: 25px;
}

#ulExternalHouses .SmallHouseNr,
#ulExternalHousesAll .SmallHouseNr
{
    display: none;
}


div.popupheader{
    background-color: #6DC6E3;
    color:white;
    height:26px;
    font-size: 14px;
    line-height:26px;
}

#mailattachmentlist a
{
    background-image: URL(/images/icons/pdficon26.gif);
    background-position:top left;
    background-repeat:no-repeat;
    float:left;
    display:block;
    max-width: 82px;
    overflow:hidden;
    margin-right: 10px;
    padding-left:28px;
    line-height:26px;
}


.tripleCol .MasterHouse .SmallHousePeriodText  
{
    float:none;
    position:absolute;
    margin-top:0;
    top: 175px;
}
.tripleCol .MasterHouse .SmallHouseBeforePrice
{
    font-size: 11px;
    font-weight: bold;
    margin-left: 5px;
    margin-top: 10px;
    position:absolute;
    top:180px;
    width:100%;
    font-style:italic;
    color:#aaaaaa;
}
.tripleCol .MasterHouse .SmallHousePrice
{
    font-size: 14px;
    font-weight: bold;
    line-height: 25px;
    position: absolute;
    top: 190px;
    width: 179px;
}
.tripleCol .MasterHouse .SmallHousePrice > span
{
    display:inline-block;
    width:100%;
}
.tripleCol .MasterHouse .SmallHousePrice a
{
    margin-top: 6px;
}

#mainFooter .MasterHouse .SmallHousePeriodText  
{
    float:none;
    position:absolute;
    margin-top:0;
    top: 255px;
}
#mainFooter .MasterHouse .SmallHouseBeforePrice
{
    font-size: 11px;
    font-weight: bold;
    margin-left: 5px;
    margin-top: 10px;
    position:absolute;
    top:260px;
    width:100%;
    font-style:italic;
    color:#aaaaaa;
}
#mainFooter .MasterHouse .SmallHousePrice
{
    font-size: 14px;
    font-weight: bold;
    line-height: 25px;
    position: absolute;
    top: 270px;
    width: 179px;
    height:58px;
}
#mainFooter .MasterHouse .SmallHousePrice > span
{
    display:inline-block;
    width:100%;
}
#mainFooter .MasterHouse .SmallHousePrice a
{
    margin-top: 6px;
}
#mainFooter .MasterHouse .SmallHouseHeadline
{
    height: 16px;
    margin-top: 140px;
    overflow: hidden;
}
#mainFooter ul.SmallHouseContainer.MasterHouseList, #mainFooter ul.SmallHouseContainer.MasterHouseList ul.SmallHouseInfo.MasterHouse
{
    height:352px;
}
#mainFooter .MasterHouse .SmallHouseLink a
{
    height:336px;
}
#mainFooter .MasterHouse .SmallHouseProvider { 
    display:inline-block;
    position:absolute;
    top:320px;
    left:5px;
    font-size: 10px;
    font-style: italic;
}