/*
    REDESIGN 2008

    Theme stylesheet, to override default stylesheets.

    Use "div.SearchResult_v2" selector prefix to only match that particular page
*/

/* accessibility */
.accessibility
{
    position: absolute;
    top: -999em;
    left: -999em;
}

/*Image info style*/
.imageinfo 
{
	margin-left:4px;
	position:relative;
	top:2px;
}

.imageinforight 
{
	float:right;
	position:relative;
	top:-15px;
}

/*this is for site map treeview*/
.treeview, .treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;
}

.treeview ul {
	background-color: white;
	margin-top: 4px;
}

.treeview .hitarea {
	background: url(Images/TreeViewImages/treeview-default.gif) -64px -25px no-repeat;
	height: 16px;
	width: 16px;
	margin-left: -16px;
	float: left;
	cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

.treeview li { 
	margin: 0;
	padding: 3px 0pt 3px 16px;
}

.treeview a.selected {
	background-color: #eee;
}

#treecontrol { margin: 1em 0; display: none; }

.treeview .hover { color: red; cursor: pointer; }

.treeview li { background: url(Images/TreeViewImages/treeview-default-line.gif) 0 0 no-repeat; }
.treeview li.collapsable, .treeview li.expandable { background-position: 0 -176px; }

.treeview .expandable-hitarea { background-position: -80px -3px; }

.treeview li.last { background-position: 0 -1766px }
.treeview li.lastCollapsable, .treeview li.lastExpandable { background-image: url(Images/TreeViewImages/treeview-default.gif); }  
.treeview li.lastCollapsable { background-position: 0 -111px }
.treeview li.lastExpandable { background-position: -32px -67px }

.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea { background-position: 0; }

.treeview-red li { background-image: url(Images/TreeViewImages/treeview-red-line.gif); }
.treeview-red .hitarea, .treeview-red li.lastCollapsable, .treeview-red li.lastExpandable { background-image: url(Images/TreeViewImages/treeview-red.gif); } 

.treeview-black li { background-image: url(Images/TreeViewImages/treeview-black-line.gif); }
.treeview-black .hitarea, .treeview-black li.lastCollapsable, .treeview-black li.lastExpandable { background-image: url(Images/TreeViewImages/treeview-black.gif); }  

.treeview-gray li { background-image: url(Images/TreeViewImages/treeview-gray-line.gif); }
.treeview-gray .hitarea, .treeview-gray li.lastCollapsable, .treeview-gray li.lastExpandable { background-image: url(Images/TreeViewImages/treeview-gray.gif); } 

.treeview-famfamfam li { background-image: url(Images/TreeViewImages/treeview-famfamfam-line.gif); }
.treeview-famfamfam .hitarea, .treeview-famfamfam li.lastCollapsable, .treeview-famfamfam li.lastExpandable { background-image: url(Images/TreeViewImages/treeview-famfamfam.gif); } 

.treeview .placeholder {
	background: url(Images/TreeViewImages/ajax-loader.gif) 0 0 no-repeat;
	height: 16px;
	width: 16px;
	display: block;
}

.filetree li { padding: 3px 0 2px 16px; }
.filetree span.folder, .filetree span.file { padding: 1px 0 1px 16px; display: block; }
.filetree span.folder { background: url(Images/TreeViewImages/folder.gif) 0 0 no-repeat; }
.filetree li.expandable span.folder { background: url(Images/TreeViewImages/folder-closed.gif) 0 0 no-repeat; }
.filetree span.file { background: url(Images/TreeViewImages/file.gif) 0 0 no-repeat; }
#navigation a
{
	position:relative;
	bottom:2px;
	text-decoration:underline;
}

.navigation a
{
	position:relative;
	bottom:2px;
	text-decoration:underline;
}

.navigation li
{
	font-size: 1em !important;
    list-style: none outside none;
}
.navigation ul
{
    font-size: 1em !important;
    padding:0px !important;
}

#navigation li
{
	font-size: 1em !important;
    list-style: none outside none;
}

#navigation ul
{
    font-size: 1em !important;
    padding:0px !important;
}
/*this is for popup infobox*/
.jqpopup {
    background: #FFFFFF ;
    border-color: #999999;
    border-style: solid;
    border-width: 1px;
    display: none;
    position: absolute;
    z-index: 1101;
    padding: 10px !important;
    
    width:323px;
    
	font-family: Arial,Helvetica,Verdana,Sans-Serif;
 	color: #333333;
	font-size: 11px;
	
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	
	text-align:left;
}

/*Image info style*/


.printOnly
{
    display: none;
}

/* clearing floats */
.clearFix:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearFix
{
    display: inline-block;
}
.clearFix
{
    display: block;
}

#Page
{
    background: url(Images/PageBottomBack.gif) no-repeat bottom left;
}
#LeftLine
{
    border-top: 0px; /*solid 4px #a3c02a;*/
}
#RightLine
{
    border-top: 0px; /*solid 4px #0c4927;*/
}
h2
{
    color: #084b28;
}
.pageHeading
{
}
.pageHeading h1, .pageHeading h2, .pageHeading h3
{
    background: url(Images/HeadingLeftBack.gif) no-repeat top left #abcc22;
}
.editorComment .commentTop
{
    background: url(Images/CommentTop.gif) no-repeat bottom left;
}
.editorComment .commentBottom
{
    background: url(Images/CommentBottom.gif) no-repeat top right;
}


.button
{
    background: url(images/VacasolButtonRight.gif) no-repeat top right;
}
.button a
{
    background: url(images/VacasolButtonLeft.gif) no-repeat top left;
}

.button .mainButton
{
    background: url(images/VacasolButtonRightYellow.gif) no-repeat top right;
}
.button .mainButton a
{
    background: url(images/VacasolButtonLeftYellow.gif) no-repeat top left;
    color: Black !important;
}

.moduleBody .objectButton a
{
    color: White;
    line-height: 1.3;
    text-align: center;
    vertical-align: top;
}
.buttonFull
{
    background: url(images/VacasolButtonFull.gif) no-repeat top left;
}
.buttonFull .mainFullButton
{
    background: url(images/VacasolButtonFullYellow.gif) no-repeat top left;
}
.buttonFull .mainFullButton a
{
    color: Black !important;
}
.buttonWhole
{
    background: url(images/button_bg.png) no-repeat top right;
}
.moduleBody li, .listItem
{
    /*background: url(Images/TeaserLI.gif) no-repeat White 0px 5px;*/
}
.moduleBody li
{
    padding: 2px 0 0 0;
    margin: 0 0 0 10px;
    font-size: 1em;
}
.moduleBody a
{
    color: #647925;
}
.moduleBody dt, .label
{
    color: #5b6c25;
}


#seasonPrices .selected
{
    background-color: #6d8228;
}
.holidayHomes .advancedLink a
{
    color: #3e6e53;
}
.specialOffers h3
{
    color: #1b6830;
}
.otherInspirations span.seeMore a
{
    color: #3e6e53;
}
.findHolidayHouseRow a.link
{
    color: #3e6e53;
}
.findHolidayHouse .moduleBody li a
{
    color: #2b5212;
}

.findHolidayHouse .button
{
}
.findHolidayHouse .button a
{
    background: none;
    width: 100%;
    color: #000000;
}
.bigButtonPink .button a
{
    color: #ffffff;
}
.advancedSearchLink .button, .advancedSearchLink .button a
{
    background: none;
}

.searchResultList .oldPrice
{
    color: #7c9226;
}

.searchResultList .discountPrice
{
    color: #e51491;
}

.searchResults .main_title span
{
    background-color: #0c4927;
}

.gridCell .button
{
    background: url(images/VacasolButtonRightYellow.gif) no-repeat top right;
}
.gridCell .button a
{
    color: #000000;
    background: url(images/VacasolButtonLeftYellow.gif) no-repeat top left;
}

#BookingMenuArea .first
{
    background: url(Images/BookingMenuStep1.png) no-repeat top left;
}
#BookingMenuArea .second
{
    background: url(Images/BookingMenuStep2.png) no-repeat top left;
}
#BookingMenuArea .third
{
    background: url(Images/BookingMenuStep3.png) no-repeat top left;
}
#BookingMenuArea .fourth
{
    background: url(Images/BookingMenuStep4.png) no-repeat top left;
}

.paymentMethods td.instalmentDate
{
    text-decoration: none;
    font-weight: normal;
    padding: 0 10px 0 10px;
}

.alternative
{
    background-color: #eeeeee;
}

#IframeDibsPayment
{
    border-top-width: 0px;
    width: 400px;
    height: 300px;
    border: solid 0px black;
}

/* implement in all themes  */
.reservationPage #BookingMenuArea .step1, .reservationPage #BookingMenuArea .first
{
    background: url(Images/ReservationMenuStep1.gif) no-repeat top left;
}
.reservationPage #BookingMenuArea .step2, .reservationPage #BookingMenuArea .second
{
    background: url(Images/ReservationMenuStep2.gif) no-repeat top left;
}
#BookingMainArea h3
{
    color: #70882a;
}
#BookingMainArea table .star, #BookingMainArea .requiredFields
{
    color: #647925;
}
div#mb_contents div#LeftLine
{
    display: none !important;
}
div#mb_contents #MiddleColumnArea
{
    width: 500px !important;
}
/* implement in all themes end  */

ul#MainMenu li.selected,
#MainMenuArea div.selected,
#MainMenuTable td.selected
{
    background: url(Images/MainMenuSelectedBack.gif) repeat-x right top;
}

ul#MainMenu li.selected a,
#MainMenuArea .selected a,
#MainMenuTable .selected a
{
    color: #E51491 !important;
    padding: 1px 15px;
}


#Submenu li a, #Submenu li span
{
    /*	background: url(Images/SubmenuLinkBack.gif) no-repeat 5px 9px;*/
}
.myVacasolLoggedIn
{
    background: url(Images/HeadingRightBack.gif) no-repeat top left;
}

/*
* Areas in search module */
.locationCategory
{
    margin: 0;
    background-color: #ffffb2;
}
.featureCategory
{
    background-color: #d8e0ac;
    margin: 0;
}

.surroundingsCategory
{
    background-color: #ebebeb;
}

/********************CALENDAR**********************/
#calendarDiv
{
    padding: 1px 1px 35px 1px;
    font-size: 10px;
    visibility: hidden;
    width: 215px;
    font-family: arial;
    position: absolute;
    background-color: #fff;
}
#calendarDiv span
{
    float: left;
}
#calendarDiv img
{
    float: left;
}
#calendarDiv .selectBox
{
    cursor: pointer;
    line-height: 14px;
}
#calendarDiv .selectBoxOver
{
    cursor: pointer;
    line-height: 14px;
}
#calendarDiv .selectBoxTime
{
    cursor: pointer;
    line-height: 12px;
    padding: 1px 1px 1px 2px;
}
#calendarDiv .selectBoxTimeOver
{
    cursor: pointer;
    line-height: 12px;
    padding: 1px 1px 1px 2px;
}
#calendarDiv TD
{
    font-size: 10px;
    margin: 0px;
    padding: 0px;
    border: solid 1px #d2d2d2;
    color: #789028;
    text-decoration: underline;
    width: 22px;
    height: 16px;
    vertical-align: middle;
}

#calendarDiv TD:hover, #calendarDiv .activeDay
{
    color: #333333 !important;
    background-color: #789028;
    background-image: none;
}

#calendarDiv .halfActiveDay
{
    color: #333333 !important;
    background: url('Images/cellDepartureDay.gif') no-repeat center center;
}


#calendarDiv TD.empty_day, #calendarDiv TD.empty_day:hover
{
    color: #789028;
    background-color: white;
    cursor: default;
}

#calendarDiv TD.disabled, #calendarDiv TD.disabled:hover
{
    color: #999999;
    background-color: white;
    text-decoration: none;
    cursor: default;
}

#calendarDiv .selectBox
{
    position: relative;
}
#calendarDiv .selectBoxOver
{
    color: #fff;
    position: relative;
}
#calendarDiv .selectBoxTime
{
    position: relative;
}
#calendarDiv .selectBoxTimeOver
{
    color: #216072;
    position: relative;
    border: 1px solid #216072;
}
#calendarDiv .topBar
{
    height: 16px;
    padding: 2px;
    background-color: #f4f4f4;
}
#calendarDiv .todaysDate
{
    padding: 2px;
    width: 201px;
    bottom: 0px;
    line-height: 25px;
    position: absolute;
    height: 25px;
    text-align: center;
}
#calendarDiv .todaysDate div
{
    float: left;
}
#calendarDiv .timeBar
{
    right: 0px;
    width: 72px;
    color: #fff;
    line-height: 17px;
    position: absolute;
    height: 17px;
}
#calendarDiv .timeBar div
{
    float: left;
    margin-right: 1px;
}
#calendarDiv .monthYearPicker
{
    display: none;
    z-index: 1000;
    left: 0px;
    position: absolute;
    top: 15px;
    border: 1px solid #aaaaaa;
}
#calendarDiv .monthYearPicker div
{
    text-align: left;
    padding-left: 10px;
    font-size: 11px;
}
#calendarDiv #yearSelect
{
    width: 40px;
}

#calendarDiv .monthYearPicker div
{
    clear: both;
    float: none;
    margin: 1px;
    cursor: pointer;
    padding: 1px;
}
#calendarDiv td
{
    cursor: pointer;
    text-align: center;
}
#calendarDiv .topBar img
{
    cursor: pointer;
    border: solid 1px Grey;
}
#calendarDiv .topBar div
{
    float: left;
    margin-right: 1px;
}
.calendar_txt
{
    width: 90px;
    height: 14px;
}

#calendarDiv .calendar_week_column, #calendarDiv .calendar_week_column:hover
{
    color: #999999;
    background-color: white;
    text-decoration: none;
    cursor: default;
    font-size: 10px;
    border: none;
    text-align: center;
}

#calendarDiv .calendar_week_column_selectable, #calendarDiv .calendar_week_column_selectable:hover
{
    font-size: 10px;
    color: #789028;
    border: none !important;
    cursor: default;
    background-color: White;
    text-decoration: underline;
    text-align: center;
}

#calendarDiv .calendar_week_row td, #calendarDiv .calendar_week_row td:hover
{
    font-size: 10px;
    color: #333333;
    border: none;
    cursor: default;
    background-color: White;
    text-decoration: none;
    height: 20px;
}

#calendarDiv #calendar_month_txt
{
    font-size: 11px;
    font-weight: bold;
    color: #333333;
    float: none;
}
#calendarDiv #monthSelect
{
    text-align: left;
    width: 120px;
    margin-left: 5px;
}
#calendarDiv #calendar_year_txt, #calendarDiv #yearSelect, #calendarDiv #nullDateString
{
    display: none;
}

/********************CALENDAR**********************/
#calendarDiv
{
    border: 1px solid #333333;
}
#calendarDiv .selectBox
{
    color: #ebf7c1;
}
#calendarDiv .selectBoxOver
{
    background-color: #f4f4f4;
}
#calendarDiv .selectBoxTime
{
    border: 1px solid #788f27;
    color: #788f27;
}
#calendarDiv .topBar
{
    background-color: #f4f4f4;
}
#calendarDiv .monthYearPicker
{
    color: #333333;
    background-color: #ffffff;
}
#calendarDiv .monthYearActive
{
    background-color: #788f27;
    color: #ebf7c1;
}
#calendarDiv .saturday
{
    /*background-color: #ebf7c1;*/
    color: #ec018e;
}
#calendarDiv .timeBar
{
    background-color: #ebf7c1;
}
#calendarDiv #bottomBar
{
    height: 35px;
}

#calendarDiv .bottomDiv
{
    width: 100%;
    font-family: Arial;
    font-size: 11px;
    color: #666666;
    text-align: center;
    margin-top: 4px;
}
#calendarDiv .bottomDiv span
{
    float: none;
}

#calendarDiv .calendarContentDiv
{
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 15px;
    border-bottom: solid 1px #d2d2d2;
}
#calendarDiv .leftarrow
{
    margin-right: 25px !important;
}

/* redesign override stuff below ******************************************************/

#Page
{
    background: none; /* overwrites global stylesheet */
}
#LeftLine
{
    border-top: 0px; /* overwrites global stylesheet */
}
#RightLine
{
    border-top: 0px; /* overwrites global stylesheet */
}

#LogotypeArea
{
    float: left;
    margin: 5px 6px 0 0;
    width: 196px;
    overflow: visible;
}
#LogotypeArea a
{
    width: 196px; /*height: 94px;*/
    display: block;
}
#LogotypeArea div.line
{
    margin-left: 16px;
    border-bottom: 0px solid #a3c02a;
}
/*
#LogotypeArea a
{
	width: 196px;
	height: 94px;
	display: block;
}
#LogotypeArea div.line
{
	margin-left: 16px;
	border-bottom: 4px solid #a3c02a;
}*/
#RightHeaderArea
{
    float: left;
    width: 712px;
    clear: right;
    border-bottom: 0px solid #0c4927;
    min-height: 80px; /*min-height: 99px;*/
}
/*
#Functions li
{
	border-left: 1px solid #aaaaaa;
}

#LanguageBarArea
{
	margin-top: 8px;
}
#LanguageBarArea ul
{
	margin: 0px 31px 0 0;
}
*/
#FunctionsArea
{
    float: right;
    text-align: right;
    margin: 0 -9px 7px 0;
}
#Functions
{
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 0.9em;
    line-height: 1.4em;
}
#Functions li
{
    display: block;
    height: 16px;
    float: left;
    color: #899193;
    border-left: 1px solid #aaaaaa;
    padding: 0 9px;
    overflow: visible;
}
#Functions li.first
{
    border-left: 0;
}
#Functions li a
{
    display: block;
    color: #899193;
    text-decoration: none;
    float: left;
}
#Functions a:hover
{
    color: Black;
    text-decoration: underline;
}
#LanguageBarArea
{
    height: 29px;
    text-align: right;
    margin-top: 8px;
}
#LanguageBarArea ul
{
    text-align: right;
    margin: 0;
}
#LanguageBarArea ul li
{
    display: inline;
    margin: 5px 0 0 3px;
}

.NewsletterArea
{
    float: right;
    text-align: right;
}
.NewsletterTextBox
{
    width: 150px;
    font-size: 11px;
    color: #999999;
    font-family: Arial,Lucida Sans Unicode,Lucida Grande,Sans-Serif;
    height: 16px;
    padding-top: 1px;
}
.NewsletterButton
{
    font-size: 11px;
    color: #5e5e5e;
    font-family: Arial,Lucida Sans Unicode,Lucida Grande,Sans-Serif;
}

#MainMenuArea
{
    background: url(Images/MainMenuBack.gif) repeat-x top right;
    height: 29px;
    font-family: Arial, Helvetica, Verdana, Sans-Serif;
    font-weight: bold;
    color: #595959;
    font-size: 12px;
    line-height: 29px;
    margin-top: 7px;
    border-top: 1px solid #d0d0d0;
}

ul#MainMenu
{
    height: 29px;
}

ul#MainMenu li
{
    height: 29px;
    background: url(Images/MainMenuDivider.gif) no-repeat right top;
}

.myVacasol
{
    background: url(Images/MainMenuDivider.gif) no-repeat top left;
}

.myVacasolLoggedIn a
{
    color: #3e6e53;
}

.myVacasol a
{
    color: #3e6e53;
    font-weight: bold;
    padding: 0px;
}

div.myVacasolPayButton
{
    float: left;
    clear: both;
    width: 150px;
    background: url('Images/buttonReserveNow.png') no-repeat 100% 0;
}

div.myVacasolPayButton span
{
    display: block;
    padding-right: 6px;
    padding-bottom: 3px;
    background: url('Images/buttonReserveNowLeft.png') no-repeat 0 0;
}

div.myVacasolPayButton a
{
    display: block;
    padding: 3px 9px 5px 10px;
    color: #000;
}


div.SecondaryButton_150
{
    float: left;
    clear: both;
    width: 150px;
    background: url('Images/buttonReserveNow.png') no-repeat 100% 0;
}

div.SecondaryButton_150 span
{
    display: block;
    padding-right: 6px;
    padding-bottom: 3px;
    background: url('Images/buttonReserveNowLeft.png') no-repeat 0 0;
}

div.SecondaryButton_150 a
{
    display: block;
    padding: 3px 9px 5px 10px;
    color: #000;
}



/* page setup - only relevant for ONE page at the moment */

div.SearchResult_v2 #LeftLine
{
    width: 705px;
}
div.SearchResult_v3 #LeftLine
{
    width: 899px;
    background: url(Images/Bg.gif) repeat-x;
}
div.SearchResult_v4 #LeftLine
{
    width: 899px;
    background: url(Images/Bg.gif) repeat-x;
}
div.SearchResult_v5 #LeftLine
{
    width: 899px;
    background: url(Images/Bg.gif) repeat-x;
}
div.SearchResult_v2 #RightLine
{
    width: 187px;
}

div.SearchResult_v2 #LeftColumnArea
{
    position: relative;
    width: 705px;
}

div.SearchResult_v2 #RightContentArea
{
    width: 180px;
}

div.SearchResult_v2 #RightColumnArea
{
    margin: 0 0 0 0px;
}

div.SearchResult_v2 #MiddleColumnArea
{
    display: none;
}


/*************************/
/* FOOTERAREA            */
/*************************/
#FooterArea
{
    min-height: 155px;
    font-size: 11px;
    line-height: 120%;
    padding: 35px 0 18px 0;
    width: 977px;
    background: url(Images/Footer.gif) no-repeat top left;
    margin-top: -30px;
    margin-left: -3px;
    color: #333333;
    height: 155px;
}
.startPage #FooterArea
{
    background: url(Images/Footer.gif) no-repeat top left;
}
#FooterArea a
{
    color: #a2c02a;
}
#LeftFooterArea
{
    float: left;
    width: 295px;
    padding: 0 0 0 23px;
    border-right: 1px solid #cccccc;
}
#MiddleFooterArea
{
    float: left;
    width: 350px;
    border-right: 1px solid #cccccc;
}
#RightFooterArea
{
    float: left;
    width: 258px;
}
.startPage #MiddleFooterArea
{
    width: 350px;
}
.startPage #RightFooterArea
{
    width: 258px;
}
#RightFooterArea div.payText
{
    margin-top: 36px;
    margin-right: 10px;
    font-weight: bold;
    float: right;
    color: #666666;
}
#RightFooterArea div.payImage
{
    margin-top: 33px;
    float: right;
}

.footerPadding
{
    padding: 0 20px 10px 13px;
    float: left;
    border: none;
}
.footerPadding .payImage
{
    margin-right: -20px; /* compensate for footerPadding above */
}

.subFooter
{
    color: #888888;
    margin-top: -70px;
    margin-left: 35px;
    margin-right: 30px;
    font-size: 11px;
    padding-bottom: 100px;
}
.subFooter div.companyDescription
{
    float: left;
    width: 650px;
}
.subFooter div.copyright
{
    float: right;
}

.moduleBody ul.noBullets li
{
    background: none;
}

body.tipFriend
{
    background: none;
}

/************************/
/******* RENTAL AGREEMENT PAGE ********/
body.rentalAgreement form
{
    background: none;
}

/******************************/
/** BIG BUTTON             **/
/******************************/
.bigButton
{
    float: right;
    margin-right: 0px;
    width: auto;
    height: 36px;
}
.bigButton a, .bigButton a:visited, .bigButton a:link, .bigButton a:hover, .bigButton a:active
{
    min-width: 180px;
    height: 28px;
    color: #ffffff;
    font-weight: bold;
    display: block;
    text-decoration: none;
    font-size: 14px;
    padding: 8px 40px 0 10px;
}
* html .bigButton a
{
    width: 180px;
}

.bigButton.arrowUp
{
    float: right;
    background: url(Images/BigButtonArrowUp.gif) no-repeat 100% 50%;
}
.smallButton.arrowUp
{
}
.smallButton.arrowDown
{
}
.bigButton.arrowDown
{
    float: right;
    background: url(Images/BigButtonArrowDown.gif) no-repeat 100% 50%;
}
.bigButton span
{
    display: block;
    background: url(Images/BigButtonArrowLeft.gif) no-repeat 0 50%;
}

.activelinkbutton
{
	color:#000000 !important;
	text-decoration:underline !important;
	font-size:12px !important;
	font-weight:normal !important;
}
.inactivelinkbutton
{
	color:#000000 !important;
	font-size:12px !important;
	font-weight:bold !important;
}
/******************************/
/** SMALL BUTTON             **/
/******************************/

/*.smallButton
{
	margin-right: 0px;
}
.smallButton a, 
.smallButton a:visited, 
.smallButton a:link, 
.smallButton a:hover, 
.smallButton a:active 
{
	height: 20px;
	color: #ffffff;
	display: block;
	text-decoration: none;
	font-size: 11px;
	background-color: #ff009c;
	padding-left: 5px;
	padding-right: 5px;
	height: 18px;
	line-height: 18px;
	color: #ffffff;
	text-align: center;
	white-space: nowrap;
	float: left;
}
.smallButton .borderSides
{
	border-left: 1px solid #ff009c;
	width: 0px;
	height: 16px;
	float: left;
	margin-top: 1px;
	margin-bottom: 1px;
}*/

/******************************/
/** SEARCH RESULT             **/
/******************************/
#SearchResult
{
    clear: right;
}

/*#SearchResult ul, 
#SearchResult li
{
	list-style-image: none;
	list-style-type: none;
	background: none;
	margin: 0px;
	padding: 0px;
}
*/
/* caption */
#SearchResult .caption
{
    font-weight: normal;
    font-size: 18px;
    color: #616161;
    float: left;
    margin: 0;
    margin-top: 6px;
}

#SearchResult .caption .numberOfHouses
{
    font-weight: bold;
    color: #8bab00;
}

#SearchResult .caption .area
{
    color: #8bab00;
}

#SearchResult div.bigButton
{
    margin-right: 5px;
    margin-top: 2px;
}

/* tabs */
div.tabArea
{
    clear: left;
}
#ObjectDetails div.tabArea
{
    float: left;
    width: 668px;
}

div.tabs
{
    clear: right;
    width: 678px;
}
#ObjectDetails div.tabs
{
    clear: left;
    width: 643px;
}
div.tabs ul
{
    padding: 0;
    background: url(Images/tabBottomLine.gif) repeat-x 0 0;
    min-height: 31px;
}
div.tabs .clearFixMk2
{
	display:block;
	border-left: 1px solid #aaaaaa;
}
div.tabs .clearFixNotActive
{
	display:block;
}
div.tabs li
{
    float: left;
    background-color: #ffffff;
    border-top: 1px solid #cfcfcf;
    border-left: 1px solid #cfcfcf;
    border-right: 1px solid #cfcfcf;
    margin: 3px -1px 0 0;
    padding: 0;
    background: url(Images/tabBg.gif) top left;
    height: 26px;
    font-weight: normal;
    font-size: 12px;
}

div.tabs li.active
{
    border-top: 1px solid #aaaaaa;
    border-left: 1px solid #aaaaaa;
    border-right: 1px solid #aaaaaa;
    margin-top: 0px;
    height: 30px;
    background: none;
    margin-right: 0px;
    background-color: #ffffff;
    font-weight: bold;
}
div.tabs li.activemk2
{
    border-top: 1px solid #aaaaaa;
    border-left: none !important;
    border-right: 1px solid #aaaaaa;
    margin-top: 0px;
    height: 30px;
    background: none;
    margin-right: 0px;
    background-color: #ffffff;
    font-weight: bold;
}
div.tabs li.activemk2 a
{
    padding-top: 8px;
    color: #e51491; /*border-bottom: 1px solid white;*/
}
div.tabs .leftborder
{
	background: url("Images/tabBottomLine.gif") repeat-x scroll 0 0 transparent;
}

div.tabs li a
{
    display: block;
    padding: 5px 15px 4px;
    color: #000000; /*border-bottom: 1px solid #aaaaaa;*/
}

div.tabs li.active div,
div.tabs li.active a,
div.tabs li.active a:disabled
{
    padding-top: 8px;
    color: #e51491; /*border-bottom: 1px solid white;*/
    padding-right: 15px;
    padding-left: 15px;
}

div.tabContent
{
    padding: 0 0 0 5px;
    margin: 0 5px 0 0;
    background: url(Images/tabGradientLine.gif) no-repeat 0 0;
}

div.tabContent .comment
{
    margin-left:45px;
    margin-right:45px;
    padding:30px;
    position:relative;
    top: -30px;
}

div.tabContent .comment .commentimage
{
    background-image: url(Images/quote.gif) ;
    background-position:top;
    background-repeat:no-repeat;
    width: 38px;
    height:38px;
    display:block;
 
}

div.tabContent .comment .commenttext
{
    font-family:Arial;
    font-size: 12px;
    font-style:italic;
    color: #666666;
    margin-left:5px;
    font-weight:normal;
  
}

div.tabContent .comment .commenttextauthur
{
    font-family:Arial;
    font-size: 12px;
    font-weight:bold;
    color: #666666;
	float: right;
	margin-top:5px;
}
#SearchResult
{
    padding-bottom: 60px; /* default bottom padding (used for empty search results; compenstation below) */
}

.SearchResultModule #SearchResult
{
    padding-bottom: 30px;
}

.SearchResultModule
{
    margin-top: 20px;
}

#SearchResult #resultContainer
{
    margin-bottom: -100px; /* compensate for default bottom padding */
}

#SearchResult div.listHeader
{
    clear: left;
    background: url(Images/SearchResultTabBg1.gif) repeat-x;
    border-bottom: 1px solid #aaaaaa;
    height: 51px;
    line-height: 51px;
    padding: 0px 5px 0px 5px;
}

#SearchResult div.listHeader .howManyPerPage
{
    float: left;
    height: 51px;
    line-height: 51px;
}

#SearchResult div.listHeader .sortingType
{
    float: right;
    height: 51px;
    line-height: 51px;
}
#SearchResult div.listHeader .sixpixel
{
	margin-left:4px;
	margin-right:4px;
}
#SearchResult div.listHeader .howManyHighlighted
{
    font-weight: bold;
}

#SearchResult div.paging
{
	float: right;
    margin: 10px 5px 20px 0;
}
#SearchResult div.pagingmk2
{
	float: right;
	margin: 10px 12px 0 0;}


.SearchResult_v4 #SearchResult div.pagingmk2
{
	float: right;
	margin: 10px 12px 0 0;
}
.SearchResult_v5 #SearchResult div.pagingmk2
{
	float: right;
	margin: 10px 12px 0 0;
}
#SearchResult div.listHeader .paging
{
    margin: 0px;
    line-height: 51px;
    padding-bottom: 0px;
}

/* theList */
#SearchResult div.theList
{
    clear: left;
    margin-bottom: 20px;
}

#SearchResult div.theList table th
{
    background: url(Images/SearchResultTabBg2.gif) repeat-x top left;
    line-height: 46px;
    border-bottom: 1px solid #aaaaaa;
    font-weight: normal;
    padding-right: 10px;
    padding-left: 5px;
    color: #000000;
    white-space: nowrap;
}
#SearchResult div.theList table th img
{
    margin-bottom: 2px;
    margin-left: 5px;
}

#SearchResultHeader .underlinelink
{
	text-decoration: underline;
}
#SearchResultHeader
{
	width:100%;
}

#SearchResult div.theList table td
{
    vertical-align: top;
    padding-top: 15px;
    padding-right: 10px;
    padding-left: 5px;
    padding-bottom: 8px;
    border-bottom: 1px solid #aaaaaa;
}

.SearchResult_v4 #SearchResult div.theList table td
{
    padding-top: 12px;
    padding-bottom: 12px;
}
.SearchResult_v5 #SearchResult div.theList table td
{
    padding-top: 15px;
    padding-bottom: 0px;
}

.SearchResultModule #SearchResult div.theList table td
{
    padding-top: 15px;
    padding-bottom: 0px;
}


#SearchResult div.theList table .image
{
    width: 168px !important; /* 168 */
}
#SearchResult div.theList table .imagemk2
{
    width: auto; /* 150 */
}
#SearchResult div.theList table .imagemk3
{
    width: 430px; /* 150 */
}
#SearchResult div.theList table .imagemk4
{
    width: 437px; /* 150 */
}
.SearchResult_v4 #SearchResult div.theList table .description
{
    width: 350px; /* 150 */
}
.SearchResult_v5 #SearchResult div.theList table .description
{
    width: 350px; /* 150 */
}
.SearchResultModule #SearchResult div.theList table .description
{
    width: 200px; /* 150 */
}

.SearchResult_v4 #SearchResult div.theList table td.price
{
    vertical-align: bottom;
}
.SearchResult_v5 #SearchResult div.theList table td.price
{
    vertical-align: bottom;
}

.SearchResultModule #SearchResult div.theList table td.price
{
    vertical-align: bottom;
}

#SearchResult div.theList table .description
{
    width: 160px; /* 150 */
}
#SearchResult div.theList table .descriptionmk2
{
    width: 155px; /* 150 */
}
#SearchResult div.theList table .description .detailsDescription
{
    width: auto;
    margin: 10px 0 0;
}
#SearchResult div.theList table .area
{
    width: 83px; /* 75 */
}

#SearchResult div.theList table .persons
{
    width: 36px; /* 60 */
}
#SearchResult div.theList table .rooms
{
    width: 36px; /* 60 */
}
#SearchResult div.theList table .price
{
    width: 106px; /* 70 */
}
#SearchResult div.theList table .price div.smallButton
{
    float: left;
    background: url('Images/smallButton.png') no-repeat 100% 0;
}
#SearchResult div.theList table .price div.smallButton span
{
    display: block;
    background: url('Images/smallButtonLeft.png') no-repeat 0 0;
}
#SearchResult div.theList table .price div.smallButton a
{
    display: block;
    padding: 2px 5px;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
    color: #fff;
}

#SearchResult div.theList table .price div.smallButtonMk2
	{
	float: left;
    background: url('Images/ButtonPrimary_20.png') no-repeat scroll 100% 0 transparent;
	}
.SearchResult_v5 #SearchResult div.theList table .price div.smallButtonMk2
	{
	float: left;
	width: 100px;
    background: url('Images/buttonSeachNow.gif') no-repeat scroll 100% 0 /*transparent*/;
	}
	
	.SearchResultModule #SearchResult div.theList table .price div.smallButtonMk2
	{
	float: left;
	width: 100px;
    background: url('Images/buttonSeachNow.gif') no-repeat scroll 100% 0 /*transparent*/;
	}
#SearchResult div.theList table .price div.smallButtonMk2 span
	{
	text-align:center;
	display: block;
    padding-right: 8px;
    padding-bottom: 3px;
    padding-left: 8px;
    background: url("Images/ButtonPrimaryGreenBgLeft_20.png") no-repeat scroll 0 0;
    height:20px;
    padding-top:2px;
	}
	.SearchResult_v5 #SearchResult div.theList table .price div.smallButtonMk2 span
	{
	text-align:center;
	display: block;
    padding-right: 8px;
    padding-bottom: 15px;
    padding-left: 8px;
    background: url('Images/buttonSearchNowLeft.gif') no-repeat scroll 0 0;

    padding-top:2px;
	}
.SearchResultModule #SearchResult div.theList table .price div.smallButtonMk2 span
	{
	text-align:center;
	display: block;
    padding-right: 8px;
    padding-bottom: 15px;
    padding-left: 8px;
    background: url('Images/buttonSearchNowLeft.gif') no-repeat scroll 0 0;

    padding-top:2px;
	}
#SearchResult div.theList table .price div.smallButtonMk2 a
	{
	display: block;
    font-size: 11px !important;
    font-weight: bold;
    text-decoration: none;
    color: #ffffff;
	}
.SearchResult_v5 #SearchResult div.theList table .price div.smallButtonMk2 a
	{
	display: block;
	padding: 4px 0px 9px;
	text-align:center;
    font-size: 13px !important;
    font-weight: bold;
    text-decoration: none;
    color: #ffffff;
	}
.SearchResultModule #SearchResult div.theList table .price div.smallButtonMk2 a
	{
	display: block;
	padding: 4px 0px 9px;
	text-align:center;
    font-size: 13px !important;
    font-weight: bold;
    text-decoration: none;
    color: #ffffff;
	}

#SearchResult div.theList table .persons, #SearchResult div.theList table .rooms
{
    text-align: center;
}

#SearchResult div.theList table td.area, #SearchResult div.theList table td.persons, #SearchResult div.theList table td.rooms, #SearchResult div.theList table td.price
{
    padding-top: 10px;
}

.SearchResult_v4 #SearchResult div.theList table td.price
{
    padding-top: 12px;
}
.SearchResult_v5 #SearchResult div.theList table td.price
{
    padding-top: 12px;
}

.SearchResultModule #SearchResult div.theList table td.price
{
    padding-top: 12px;
}
#SearchResult div.theList table td.price span.amountBeforeDiscount
{
    font-size: 14px;
    color: Gray;
    text-decoration: line-through;
}

#SearchResult div.theList table td.price span.amountDiscount
{
    color: #e51491;
}

#SearchResult div.theList table td.price span.amount
{
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
}
#SearchResult div.theList table td.price span.alternativearrival
{
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
    color: #e51491;
}

/*-------------*/
.SearchResult_v4 #SearchResult div.theList table td.price div.amountBeforeDiscount
{
    font-size: 14px;
    color: Gray;
    text-decoration: line-through;
}
.SearchResult_v5 #SearchResult div.theList table td.price div.amountBeforeDiscount
{
    font-size: 12px;
    color: #666666;
    font-weight: bold;
    padding-top: 0px;
    text-decoration: line-through;
}
.SearchResultModule #SearchResult div.theList table td.price div.amountBeforeDiscount
{
    font-size: 12px;
    color: #666666;
    font-weight: bold;
    padding-top: 0px;
    text-decoration: line-through;
}

.SearchResult_v4 #SearchResult div.theList table td.price div.amountDiscount
{
    color: #e51491;
}

.SearchResult_v4 #SearchResult div.theList table td.price div.amount
{
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
}
.SearchResult_v5 #SearchResult div.theList table td.price div.amount
{
    font-size: 30px;
    padding: 15px 0px 2px;
    color: #666666; 
    font-family: Arial,Lucida Sans Unicode,Lucida Grande,Sans-Serif;
    font-weight: bold;
}
.SearchResult_v5 #SearchResult div.theList table td.price div.amountDiscounted
{
    font-size: 30px;
    color: #a4c128;
    padding: 12px 0px 14px; 
    font-family: Arial,Lucida Sans Unicode,Lucida Grande,Sans-Serif;
    font-weight: bold;

}

.SearchResultModule #SearchResult div.theList table td.price div.amount
{
    font-size: 30px;
    padding: 15px 0px 2px;
    color: #666666; 
    font-family: Arial,Lucida Sans Unicode,Lucida Grande,Sans-Serif;
    font-weight: bold;
}
.SearchResultModule #SearchResult div.theList table td.price div.amountDiscounted
{
    font-size: 30px;
    color: #a4c128;
    padding: 12px 0px 14px; 
    font-family: Arial,Lucida Sans Unicode,Lucida Grande,Sans-Serif;
    font-weight: bold;

}
.SearchResult_v4 #SearchResult div.theList table td.price div.alternativearrival
{
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
    color: #e51491;
}
.SearchResult_v5 #SearchResult div.theList table td.price div.alternativearrival
{
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
    color: #e51491;
}
.SearchResultModule #SearchResult div.theList table td.price div.alternativearrival
{
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
    color: #e51491;
}
.SearchResult_v4 .searchResultGallery .imageElement
{
    display: none;
}
.SearchResult_v5 .searchResultGallery .imageElement
{
    display: none;
}
.SearchResultModule .searchResultGallery .imageElement
{
    display: none;
}
.SearchResult_v4 .searchResultGallery .imageElement:first-child
{
    display: block;
}
.SearchResult_v5 .searchResultGallery .imageElement:first-child
{
    display: block;
}
.SearchResultModule .searchResultGallery .imageElement:first-child
{
    display: block;
}
/*-------------*/

#SearchResult div.theList table td.price div.buttons
{
    margin-top: 20px;
    height: 20px;
}
#SearchResult div.theList table td.price div.buttonsMk2
{
    margin-top: 10px;
}

#SearchResult div.theList table td.price div.bookmark
{
    padding-left: 0px; /* 14px */
    padding-top: 0px;
    margin: 7px 0px 0px 0px;
}
.SearchResult_v5 #SearchResult div.theList table td.price div.bookmark
{
    padding-left: 0px; /* 14px */
    bottom : 5px;
    margin: 7px 0px 0px 0px;
}

.SearchResult_v4 #SearchResult div.theList table td.price div.bookmark
{
    margin: 0px;
}

.SearchResult_v5 #SearchResult div.theList table td.price div.bookmark
{
    margin: 0px;
}
.SearchResult_v5 #SearchResult div.theList table td.price div.bookmark a
{
	display:inline;
}

#SearchResult div.theList table td.price div.bookmark a
{
    display: block;
    color: #000000;
}

.bottomWrapper .bookmark a
{
    display: inline !important;
}

#SearchResult div.theList table td.price div.bookmark img
{
    vertical-align: top;
    margin-left: -14px;
}

#SearchResult div.theList h2
{
    margin: -4px 0px 3px 0px;
    padding: 0px;
    color: #5e5e5e;
    font-size: 14px;
    font-weight: bold;
}

#SearchResult div.theList h3
{
    margin: -4px 0px 3px 0px;
    padding: 0px;
    color: #5e5e5e;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4;
}

.SearchResult_v4 #SearchResult div.theList h3
{
    margin: 5px 0 5px 0px;
    padding: 0px;
    color: #5e5e5e;
    font-size: 14px;
    font-weight: bold;
    line-height: 1em;
}

.SearchResultModule #SearchResult div.theList h3
{
    margin: 0px 0px 3px 0px;
}

.SearchResult_v5 #SearchResult div.theList h3
{
    margin: 5px 0 5px 0px;
    padding: 0px;
    color: #5e5e5e;
    font-size: 14px;
    font-weight: bold;
    line-height: 1em;
}

.SearchResultModule #SearchResult div.theList h1
{
    color: #5e5e5e;
    font-size: 14px;
    font-weight: bold;
    line-height: 1em;
}
.SearchResultModule #SearchResult div.theList p.region
{
    margin: 5px 0 5px 0px;
    padding: 0px;
    color: #5e5e5e;
    font-size: 11px;
    font-weight: bold;
    line-height: 1em;
    width: 190px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.SearchResultModule #SearchResult div.theList h3
{
    color: #5e5e5e;
    font-size: 14px;
    font-weight: bold;
    line-height: 1em;
}
.SearchResult_v4 #SearchResult div.theList p.arrivalday
{
    font-size: 11px;
    margin-bottom: 3px;
}
.SearchResult_v5 #SearchResult div.theList p.arrivalday
{
    font-size: 11px;
    margin-bottom: 3px;
}
.SearchResultModule #SearchResult div.theList p.arrivalday
{
    font-size: 11px;
    margin-bottom: 3px;
}
.SearchResult_v4 #SearchResult div.theList p.numberofpersons
{
    color: #212121;
}
.SearchResult_v5 #SearchResult div.theList p.numberofpersons
{
    color: #212121;
}
.SearchResultModule #SearchResult div.theList p.numberofpersons
{
    color: #212121;
}
.SearchResult_v4 #SearchResult div.theList div.descriptionDiv
{
    position: relative;
    height: 108px;
}
.SearchResult_v5 #SearchResult div.theList div.descriptionDiv
{
    position: relative;
    height: 120px;
}
.SearchResultModule #SearchResult div.theList div.descriptionDiv
{
    overflow: visible;
    position: relative;
    height: 120px;
}
.SearchResult_v4 #SearchResult div.theList div.descriptionDiv div.bottominfo
{
    bottom: 0;
    position: absolute;
}
.SearchResult_v5 #SearchResult div.theList div.descriptionDiv div.bottominfo
{
    position: absolute;
}
.SearchResultModule #SearchResult div.theList div.descriptionDiv div.bottominfo
{
    position: absolute;
}
.SearchResult_v4 #SearchResult div.theList td.price
{
    height: 108px;
}
.SearchResult_v5 #SearchResult div.theList td.price
{
    height: 120px;
}
.SearchResultModule #SearchResult div.theList td.price
{
    height: 120px;
}
.SearchResult_v4 #SearchResult div.theList div.priceWrapper
{
    width: 100%;
    height: 100%;
    position: relative;
}
.SearchResult_v5 #SearchResult div.theList div.priceWrapper
{
    width: 100%;
    height: 100%;
    position: relative;
}
.SearchResultModule #SearchResult div.theList div.priceWrapper
{
    width: 100%;
    height: 100%;
    position: relative;
}
.SearchResult_v4 #SearchResult div.theList div.priceWrapper div.from
{
    padding-top: 21px;
    height: 15px;
}
.SearchResult_v5 #SearchResult div.theList div.priceWrapper div.from
{
    padding-top: 0px;
    height: 0px;
}

.SearchResult_v5 #SearchResult div.theList div.descriptionDiv div.bottominfo ul.facilities
{
    padding: 0px 0px 0px 0px;
}
.SearchResult_v5 #SearchResult div.theList div.descriptionDiv div.bottominfo ul.facilities li
{
    margin: 0px 0px 0px 5px;
    text-align: center;
    
}

.SearchResultModule #SearchResult div.theList div.descriptionDiv div.bottominfo ul.facilities
{
    padding: 0px 0px 0px 0px;
}
.SearchResultModule #SearchResult div.theList div.descriptionDiv div.bottominfo ul.facilities li
{
    margin: 0px 0px 0px 5px;
    text-align: center;
    
}

.SearchResult_v4 #SearchResult div.theList div.hasDiscount div.from
{
    padding-top: 0px;
}
.SearchResult_v5 #SearchResult div.theList div.hasDiscount div.from
{
    padding-top: 0px;
}

.SearchResultModule #SearchResult div.theList div.hasDiscount div.from
{
    padding-top: 0px;
}
.SearchResult_v4 #SearchResult div.theList div.bottomWrapper
{
    position: absolute;
    bottom: 0px;
}
.SearchResultModule #SearchResult div.theList div.bottomWrapper
{
    position: absolute;
    bottom: 15px;
}
.SearchResult_v5 #SearchResult div.theList div.bottomWrapper
{
    position: absolute;
    bottom: 15px;
}
.SearchResult_v4 #SearchResult div.theList div.priceWrapper div.priceAndDiscount
{
    margin-bottom: 50px;
}
.SearchResult_v5 #SearchResult div.theList div.priceWrapper div.priceAndDiscount
{
    margin-bottom: 50px;
}
.SearchResultModule #SearchResult div.theList div.priceWrapper div.priceAndDiscount
{
    margin-bottom: 50px;
}
.SearchResult_v4 #SearchResult div.theList div.priceWrapper div.priceAndDiscount,
.SearchResult_v4 #SearchResult div.theList div.priceWrapper div.priceAndDiscount div.amount,
.SearchResult_v4 #SearchResult div.theList div.priceWrapper div.priceAndDiscount div.amountBeforeDiscount,
.SearchResult_v4 #SearchResult div.theList div.priceWrapper div.priceAndDiscount div.amountDiscount
{
    line-height: 1.1em;
}
.SearchResult_v5 #SearchResult div.theList div.priceWrapper div.priceAndDiscount,
.SearchResult_v5 #SearchResult div.theList div.priceWrapper div.priceAndDiscount div.amount,
.SearchResult_v5 #SearchResult div.theList div.priceWrapper div.priceAndDiscount div.amountBeforeDiscount,
.SearchResult_v5 #SearchResult div.theList div.priceWrapper div.priceAndDiscount div.amountDiscount
{
    line-height: 1.1em;
}

.SearchResultModule #SearchResult div.theList div.priceWrapper div.priceAndDiscount,
.SearchResultModule #SearchResult div.theList div.priceWrapper div.priceAndDiscount div.amount,
.SearchResultModule #SearchResult div.theList div.priceWrapper div.priceAndDiscount div.amountBeforeDiscount,
.SearchResultModule #SearchResult div.theList div.priceWrapper div.priceAndDiscount div.amountDiscount
{
    line-height: 1.1em;
}
.SearchResult_v4 #SearchResult div.theList .viewedMarker
{
    position: absolute;
    top: 0;
    right: 0;
}
.SearchResult_v5 #SearchResult div.theList .viewedMarker
{
    position: absolute;
    top: 0;
    right: 0;
}
.SearchResult_v4 #SearchResult div.theList div.descriptionDiv div.bottominfo .numberofpersons
{
    margin-bottom: 5px;
}
.SearchResult_v5 #SearchResult div.theList div.descriptionDiv div.bottominfo .numberofpersons
{
    margin-bottom: 5px;
}
.SearchResultModule #SearchResult div.theList div.descriptionDiv div.bottominfo .numberofpersons
{
    margin-bottom: 5px;
}
#SearchResult div.theList h4
{
    margin: 0px 0px 6px 0px;
    padding: 0px;
    color: #5e5e5e;
    font-size: 14px;
    font-weight: bold;
}
#SearchResult div.theList p
{
    color: #5E5E5E;
    font-family: Arial,Lucida Sans Unicode,Lucida Grande,Sans-Serif;    font-size: 11px;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

#SearchResult div.theList li
{
    float: left;
}


#SearchResult .noResults
{
    font-size: 12px;
    clear: both;
}

#SearchResult .noResults .resultsListText
{
    margin: 0;
    padding: 0;
}

#SearchResult .noResults .resultsListTitle, #SearchResult .noResults .resultsListTitle *
{
    text-align: left;
    padding: 0;
    margin: 0;
}


.tabArea
{
    xdisplay: none !important;
}


/* AdvancedSearch */
#AdvancedSearch
{
}

#AdvancedSearch .main
{
    border: 1px solid #749020;
    background: url(Images/AdvancedSearchBg.gif) bottom left repeat-x #cedd8d;
    padding: 10px 15px 0px 5px;
    display: block;
}
#AdvancedSearch .mainMk2
{
    padding: 8px 0px 8px 8px;
    display: block;
}
#AdvancedSearch select, #AdvancedSearch input
{
    border: 1px solid #9c9a94;
    font-size: 11px;
    vertical-align: text-bottom;
}

#AdvancedSearch .thirdLine input
{
    border: none;
}

#AdvancedSearch select
{
    width: 150px;
}
#AdvancedSearch .dropdown
{
    width: 180px;
    border: 0px;
    margin-bottom: 3px;
}
#AdvancedSearch .dropdown_v2
{
    width: 180px;
    margin-bottom: 5px;
}
#AdvancedSearch .dropdownMk2
{
    overflow: hidden;
    width: 100px;
    margin-bottom: 3px;
}
#AdvancedSearch .dropdownMk3
{
    float: left;
    width: 50px;
    margin-bottom: 3px;
}
#AdvancedSearch .clearcheckbox
{
    vertical-align: middle;
    margin-left: 5px;
}
#AdvancedSearch .clearcheckboxMk2
{
    vertical-align: bottom;
    margin-left: 5px;
    display: inline;
    margin-top: 7px;
}
#AdvancedSearch .label
{
    vertical-align: middle;
    margin-left: 5px;
}
#AdvancedSearch .labelMk2
{
    vertical-align: middle;
}
#AdvancedSearch .TitleMk2
{
    vertical-align: middle;
    margin-bottom: 8px;
    color: #5e5e5e;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4;
}
#AdvancedSearch fieldset
{
    margin: 0px;
    padding: 0px;
    border: 0px;
    font-size: 11px;
    position: relative; /* nødvendig for at floats virker i IE6 */
}
#AdvancedSearch .firstLineMk2
{
    margin-bottom: 9px;
    border-bottom: 1px solid #a4b853;
}
#AdvancedSearch .firstLine fieldset
{
    /*height: 120px;*/
    width: 215px;
}
#AdvancedSearch .rptBooleans label
{
    margin-left: 4px;
}
#AdvancedSearch .firstLineMk2 .areaMk2
{
    /*width: 178px;*/
}
#AdvancedSearch .firstLine fieldset.area label
{
    display: none;
}
#AdvancedSearch .firstLine fieldset.area select
{
    width: 200px;
}

#AdvancedSearch .secondLine fieldset
{
    /*height: 120px;*/
}
#AdvancedSearch .secondLineMk2
{
	margin-top:9px;
	padding-bottom:9px;

}
#AdvancedSearch .secondLineMk2 img
{
    display: block;
    clear: left;
}
#AdvancedSearch .secondLineMk2 .resetCriteriaMk2
{
    color: #003300;
    text-decoration: underline;
    margin-top: 9px;
    margin-left: 8px;
    vertical-align: top;
}

#AdvancedSearch .thirdLineMk2
{
    border-bottom: 1px solid #a4b853;
    margin-top: 5px;
    margin-bottom: 9px;
}
#AdvancedSearch legend
{
    display: none;
}

#AdvancedSearch label
{
    color: #000;
}

#AdvancedSearch dt
{
    float: left;
    clear: left;
    margin: 0px;
    padding: 2px 0 0 0;
    white-space: nowrap;
    overflow: hidden;
}
#AdvancedSearch dd
{
    float: left;
    margin-top: 2px;
}

#AdvancedSearch h2
{
    font-weight: bold;
    font-size: 12px;
    padding: 0px 0px 4px 0px;
    margin: 0px;
    color: #353535;
}

#AdvancedSearch h4
{
    font-weight: bold;
    font-size: 12px;
    padding: 0px 0px 4px 0px;
    margin: 0px;
    color: #353535;
}

/*#AdvancedSearch dt
{
	float: left;
}*/

#AdvancedSearch .area, #AdvancedSearch .dates, #AdvancedSearch .distances, #AdvancedSearch .interiorFacilities ul
{
    float: left;
    width: 180px;
    margin-left: 10px;
    margin-bottom: 10px;
}
#AdvancedSearch .distancesMk2
{
    margin-top: 4px;
}
#AdvancedSearch .distancesMk2 dt
{
    float: left;
    width: 80px;
}
#AdvancedSearch .fourthLineMk2
{
    margin-top: 5px;
    margin-bottom: 9px;
    border-bottom: 1px solid #a4b853;
}
#AdvancedSearch .fourthLineMk2 dt
{
    float: left;
    width: 80px;
}
#AdvancedSearch .fithLineMk2
{
    margin-top: 5px;
    margin-bottom: 9px;
}
#AdvancedSearch .firstLine fieldset.area
{
    width: 215px;
}

#AdvancedSearch .firstLine fieldset.dates
{
    width: 230px;
}
#AdvancedSearch .firstLine fieldset.distances
{
    width: 200px;
}
#AdvancedSearch .datesMk2 dt
{
    float: left;
    width: 80px;
    margin-bottom: 3px;
}
#AdvancedSearch .datesMk2 dd
{
}
#AdvancedSearch .area, #AdvancedSearch .dates
{
    background: url(Images/AdvancedSearchVerticalSplitter.gif) top right no-repeat;
}

#SearchResultHeaderDynamic
{
    width: 668px;
}

/* interiorFacilities */
#AdvancedSearch .interiorFacilities
{
    clear: left;
    margin-left: 10px;
    margin-bottom: 10px;
    border-top: 1px solid #a4b853;
    padding-top: 10px;
}

#AdvancedSearch .interiorFacilities .interior
{
    float: left;
    width: 215px;
}
#AdvancedSearch .interiorFacilities .interior dt
{
    width: 100px;
    margin-top: 4px;
}
#AdvancedSearch .interiorFacilities .interior select
{
    width: 100px;
    margin-top: 2px;
}



#AdvancedSearch .interiorFacilities .facilities
{
    float: left;
    width: 400px; /*xheight: 100px;*/
}
#AdvancedSearch .interiorFacilities .facilities
{
    margin-top: 5px;
    margin-left: 5px;
}
/*
#AdvancedSearch .interiorFacilities .facilities td,
#AdvancedSearch .interiorFacilities .facilities th
{
	vertical-align: middle;
	height: 20px;
	margin: 0px;
	padding: 0px;
}
#AdvancedSearch .interiorFacilities .facilities th
{
	width: 20px;
}
#AdvancedSearch .interiorFacilities .facilities table
{
	margin: 0px;
	padding: 0px;
	border-spacing: 0px;
}
*/
#AdvancedSearchMk2
{
	border-top: 1px solid #a4b853;
	overflow:hidden;
	visibility:hidden;
}
#AdvancedSearch .interiorFacilities .facilities input
{
    border: 0px;
    margin: 0px;
    padding: 0px;
}
#AdvancedSearch .interiorFacilities .facilities span
{
    display: block;
    float: left;
    width: 170px;
    margin-top: 1px;
    margin-bottom: 4px;
}
#AdvancedSearch .interiorFacilities .facilities label
{
    margin-left: 4px;
}


#AdvancedSearch .searchFunctions
{
    clear: left;
    border-top: 1px solid #a4b853;
    padding-top: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
}
#AdvancedSearch .searchFunctionsMk2
{
    clear: left;
    margin-bottom: 5px;
}
#AdvancedSearch .searchFunctions .resetSearch
{
    float: right;
    width: 645px;
    margin-top: 0px;
    margin-left: 00px;
    text-align: right;
}




/* distances */
#AdvancedSearch .distances dt
{
    width: 70px;
    margin-top: 5px;
}
#AdvancedSearch .distances dd
{
    margin-top: 3px;
}
#AdvancedSearch .distances select
{
    width: 100px;
}

/* dates */
#AdvancedSearch .dates dt
{
    width: 105px;
    margin-top: 5px;
}
#AdvancedSearch .dates dd
{
    margin-top: 3px;
}
#AdvancedSearch .dates dd.calendar
{
    margin-top: 5px;
    margin-bottom: 1px;
}
#AdvancedSearch .dates input
{
    width: 90px;
    padding: 1px 1px 2px 2px;
}
#AdvancedSearch .dates select
{
    width: 110px;
}

/* area */
#AdvancedSearch .area ul
{
    margin: 5px 0px 0px 0px;
    padding: 0px;
}

#AdvancedSearch .area li
{
    margin: 0px 0px 5px 0px;
    padding: 0px;
}

/* loadingDiv */
#StageArea
{
    position: relative;
}
.loadingDivContainer
{
    z-index: 10;
}
.opaqueDiv
{
    position: absolute;
    z-index: 10;
    top: 120px;
    left: 340px;
    width: 232px;
    height: 232px;
    background: transparent url('Images/ajax-loader-container.png') no-repeat center center;
}
.loadingDiv
{
    position: absolute;
    z-index: 10; /*		top: 170px; 		left: 340px;*/
    top: 220px;
    left: 440px;
}

div.SearchResult_v2 .opaqueDiv
{
    top: 0px;
    left: 240px;
}
div.SearchResult_v2 .loadingDiv
{
    top: 100px;
    left: 340px;
}

/* Google maps */
#gBigMapDiv
{
    width: 100%;
    height: 550px;
}

#iconLegend
{
    display: block;
    border: 0px solid #c0c0c0;
    padding: 5px 10px 0px 10px;
    background-color: white; /* TEMP LAYOUT NEXT 4 LINES 		width: 671px; 		height: 35px; 		top: 555px; 		position: absolute; */
}

#iconLegend dl
{
    display: inline;
}


#iconLegend dt
{
    display: none;
}


#iconLegend dd
{
    display: block;
    float: left;
    color: rgb(94,94,94);
    padding-left: 25px;
    padding-top: 6px;
    height: 32px;
    margin: 0 20px 0 0;
}

#iconLegend dd.locationExcact
{
    background: url("/Templates/Styles/Images/iconObjectExcact.gif") no-repeat left top;
}

#iconLegend dd.locationNearby
{
    background: url("/Templates/Styles/Images/iconObjectNearby.gif") no-repeat left top;
}

.detailsDescription
{
    width: 320px;
    position: relative; /*	padding-top: 5px; 	padding-left: 25px; */ /* margins and positions are to be altered if PNG-bubble (.detailBubble) is changed */ /*	margin-left: 22px; 	top: 10px; */
}


.detailsDescription .bubbleImage
{
    float: left;
    margin-right: 18px;
}

.detailsDescription pre
{
    color: #666666;
    /*font-family: Arial,Helvetica,Verdana,Sans-Serif;*/
    font-family: Arial,Lucida Sans Unicode,Lucida Grande,Sans-Serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 1.2em;
    margin: 0 0 0.9em;
    padding: 0;
    white-space: pre-wrap; 
    word-wrap: break-word; 
}

.detailsDescription .excerpt
{
	display:inline-block;
}
 

.detailsDescription ul.facilities, .detailsDescription ul.facilities li
{
    list-style-image: none;
    list-style-type: none;
    background: none;
    margin: 0px;
    padding: 0px;
}

#ObjectDetails .detailsDescription div
{
    margin-top: 15px;
    margin-bottom: 6px;
}

#ObjectDetails .detailsDescription ul.facilities
{
    padding-top: 10px;
}

#ObjectDetails .detailsDescription ul.facilities li
{
    width: 50px;
    margin-bottom: 0px;
}

.detailsDescription ul.facilities
{
    margin-top: -5px;
    margin-bottom: 0px; /*		height: 140px;*/ /* FF hack */
    padding-bottom: 1px;
}

.detailsDescription ul.facilities li
{
    display: block;
    width: 30px;
    height: 45px;
    float: left;
    margin: 0px 0px 5px 0px;
    text-align: center;
    color: rgb(94,94,94);
    line-height: 10px;
    font-size: 9px;
}

.detailsDescription .buttonClose
{
    position: absolute;
    top: 15px;
    right: 10px;
}

.detailsDescription .priceHeader
{
    font-size: 1em;
    color: rgb(53,53,53);
}

.detailsDescription .pricePrefix
{
    font-size: 1em;
    line-height: 22px;
    margin-right: 5px;
    color: rgb(53,53,53);
}

.detailsDescription .priceAmount
{
    font-size: 1.5em;
    line-height: 10px;
    color: rgb(53,53,53);
}

.detailsDescription #detailsButton
{
    position: absolute;
    right: 10px;
    bottom: 3px;
    background: url("/Templates/Styles/Images/ButtonPinkRight.gif") no-repeat right top;
    margin: 0;
    padding: 0;
}

.detailsDescription #detailsButton a
{
    display: block;
    background: url("/Templates/Styles/Images/ButtonPinkLeft.gif") no-repeat left top;
    padding: 1px 8px 2px 8px;
    color: white;
    text-decoration: none;
    font-size: 0.9em;
    margin: 0;
}

/* Big Pink Button */
div.bigButtonPink
{
    float: right;
    background: url('/Templates/Styles/Images/BigButtonPink.png') no-repeat 100% 0;
    margin-top: -10px;
}
div.bigButtonPink span
{
    display: block;
    padding-right: 6px;
    padding-bottom: 8px;
    background: url('/Templates/Styles/Images/BigButtonPinkLeft.png') no-repeat 0 0;
}
div.bigButtonPink a
{
    display: block;
    padding: 8px 9px 9px 10px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}

.buttons .advancedSearchLink
{
    font-size: 12px;
    float: left;
}

#SearchResult .moduleBody
{
    padding: 0px;
    overflow: hidden;
}

#SearchResult div.searchResultList
{
    border: 0px;
}


/* object details */
#ObjectDetails
{
    /*width: 100%;*/
    margin-top: 0px;
    padding: 5px 0 5px 15px;
}
 #border
{
	padding-left:5px;
	padding-right:5px;
}
#ObjectDetails .backToSearch a
{
    color: #888888;
}
#ObjectDetails td
{
    vertical-align: top;
}
td.spacer
{
    width: 5px;
    height: 8px;
}
/*#ObjectDetails #Images
{
	width: 325px;
	max-width: 325px
}
#ObjectDetails #Images .navigation
{
	text-align:center;
}
#ObjectDetails #Images .navigation a
{
	text-decoration: underline;
}
#ObjectDetails .secImages
{
	margin: 2px 0 0 0;
	height: 105px;
}
#ObjectDetails .secImages .ODThumbnail
{
	height: 49px;
	width: 73px;
}*/
.smallthumbnail
{
	width: 50px;
	height: 39px;
	border: 1px solid #E2EEB4 !important;
	padding: 1px;
	margin-top: 4px;
	
}

.moveinside
{
	left: 35px;
    position: relative;
    top: -22px;
    z-index: 20;	
}

 .smallthumbnailcurrent
{
	width: 50px;
	height: 39px;
	border: 2px solid #ec018e !important;
	padding: 1px;
	margin-top: 4px;
	
}
.backtosearch
{
	height: 39px;
	width: 40px;
	border: 1px solid #E2EEB4 !important;
	padding: 1px;
	margin-top:4px;
	float:left;
	margin-left:5px;
}
.objectdetailbacktosearch
{
	width:260px; 
	display:inline;
	float:left;
	font-family: Arial,Helvetica,Verdana,Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	text-transform:none;
	margin-left:10px;
	margin-top:10px;
}
.objectdetailbacktosearch .linkcolor
{
	color:#647925;
}
h1 a
{
 	color: White;
}
#ObjectDetails td.googleMap
{
    width: 180px;
}

#ObjectDetails .price table
{
    width: 99%;
    font-weight: bold;
}
#ObjectDetails .price th
{
    text-align: left;
}
#ObjectDetails .price td
{
    text-align: right;
    font-size: 120%;
    padding: 0 12px 0 0;
}
#ObjectDetails .houseRef .label
{
    text-transform: uppercase;
    color: Gray;
    font-weight: bold;
    padding-left: 5px;
}
#ObjectDetails .houseRef .value
{
    font-weight: bold;
    color: Black;
}

#ObjectDetails td.value
{
    text-align: right;
    vertical-align: bottom;
}

#ObjectDetails .buttonFull
{
    background-position: left top;
    padding-top: 0px;
    height: 20px;
}


#ObjectDetails .buttonFull a
{
    padding-top: 0px;
    margin-top: 0px;
    font-size: 0.8em;
    line-height: 1.3;
    text-align: center;
    vertical-align: top;
}
#ObjectDetails .detailsDescription
{
    width: 325px;
    float: right;
    font-size: 1.1em;
}
#ObjectDetails .detailsDescription h3
{
    margin-top: 10px;
}
#ObjectDetails .detailsDescription .readMoreWrapper
{
    margin: 10px 0;
}
#ObjectDetails .detailsDescription p.toggler
{
    margin: 0 0 10px;
    text-align: right;
    cursor: pointer;
    color: #647925;
}

#ObjectDetails .detailsDescription p.toggler span.toggleTextOpen
{
}

#ObjectDetails .detailsDescription p.toggler span.toggleTextClose
{
    display: none;
}

#ObjectDetails .localRepresentation, #ObjectDetails #images
{
    float: left;
    width: 325px;
    margin-top: 10px;
}

#ObjectDetails .moduleBody
{
    overflow: visible;
}
#ObjectDetails .functions
{
    text-align: right;
    padding: 10px 10px 5px 5px;
}
#ObjectDetails .functions div
{
    padding: 0 0 5px 0;
}
.pageHeading .functions .location
{
    width: 534px;
    overflow: hidden;
    float: left;
}
#ObjectDetails .functions .functionButtons
{
    text-align: right;
}
/*
#ObjectDetails .functions .button,
#ObjectDetails .functions .buttonGray
{
	display: block;
}
*/
#ObjectDetails .functions .button a, #ObjectDetails .functions .buttonGray a
{
    display: block;
    width: 130px;
    text-align: center;
}
#ObjectDetails .functions .buttonFull
{
    float: right;
    width: 163px;
    text-align: center;
    padding-top: 3px;
    margin-top: 2px;
    margin-left: 2px;
    margin-bottom: 5px;
}
#ObjectDetails .functions .buttonFull a
{
    color: White;
}
#ObjectDetails .functions .buttonGrayFull
{
    float: right;
    width: 163px;
    text-align: center;
    padding-top: 2px;
    margin-top: 2px;
    margin-left: 2px;
    margin-bottom: 5px;
}
#ObjectDetails .moduleBody h3
{
    /*text-transform: uppercase;*/
}
/*#ObjectDetails ul.facilities li
{
	float: left;
	width: 160px;
}
#ObjectDetails ul.facilities li ul li
{
	float: none;
	width: auto;
}*/
#ObjectDetails td.bookingInfo
{
    padding: 0;
}
#ObjectDetails td.bookingInfo div
{
    padding: 5px 5px 0 5px;
}

.houseDetails #FullWidth
{
    float: left;
    margin: 0 6px 0 0;
    width: 881px;
}

.moduleBody a.more_link
{
	text-decoration: underline;
}

.houseDetails #RightLine
{
    display: none;
}

.houseDetails #LeftLine, .houseDetails #LeftColumnArea
{
    width: 898px;
}

.addremovefavoritetext 
{
	position:relative !important;
	top:-7px;
}
.addremovefavoritetextiehack
{

}
/***** info coloumn - right coloumn *****/
.infoCol
{
    float: left;
    width: 190px;
    margin-top: 5px;
    padding: 10px 3px;
    color: #606060;
}
.infoCol .moduleBody
{
    margin: 0;
    padding: 0;
    background-color: transparent;
    border: none;
}
#ObjectDetails .infoCol
{
    margin-left: 4px;
    padding: 0;
    width: 190px;
    color: #606060;
/*    background-color: #f4f4f4;*/
}
#ObjectDetails .infoCol .moduleBody
{
    padding: 10px;
    background-color: #f4f4f4;
}

#ObjectDetails .infoCol .moduleBody .clickyHeader
{
    padding-left: 30px;
    background-image: url(Images/open.gif);
    background-repeat: no-repeat;
    height: 22px;
    vertical-align: middle;
    cursor: pointer;
    padding-top: 3px;
    font-size: 11px;
    color: #647925;
    text-decoration: underline;
    margin-top:3px;
    padding-bottom: 10px;
}

#wrap
{
    display: none;
    width: 370px; 
    position: relative; 
    margin-left: -210px;
    background-color: #f4f4f4;
	padding: 10px 0px 20px 10px;
	font-size: 1em;
	box-shadow:-10px 5px 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow:-5px 5px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: -5px 5px  5px rgba(0, 0, 0, 0.2);
}

* html #wrap {width:502px;w\idth:500px;}

#wrap table{
	background-color: #f4f4f4;
	border-collapse:collapse;
	width:100%;
	padding: 0px 0 0 0;
}
	
#wrap td{
	line-height:1.2em;
	position:relative;
	text-align:left;
	/*border-bottom:1px dotted #000;*/
	vertical-align:bottom;
	padding:0px 0 0 0;
	height: 14px;
}
#wrap th
{
    line-height:1.2em;
    vertical-align:bottom;
}

#wrap td.name
{
    width: 292px;
}

#wrap td.name,
#wrap th.price
{
	border:none;
	background: url(images/dotted-leader.gif) repeat-x left bottom;
}
#wrap th{
	background-color: #f4f4f4;
	vertical-align:bottom;
	white-space:nowrap;
	padding:0px 0px 0 0px;
	font-weight: normal;
}
#wrap th.price 
{
    text-align:right;
}

#wrap td em,
#wrap th em
{
	margin:0 ;
	position:relative;
	top:.25em;
	padding:0 5px 0 0;
	background-color: #f4f4f4;
  vertical-align:bottom;
  font-style: normal;
}
#wrap th em
{
    padding:0 0 0 5px;
}
/*
#wrap th em{
	position:relative;
	top:.400em;
	font-style: normal;
}
*/
#wrap td.bullet
{
	border: none;
	vertical-align: bottom;
	padding-right: 1px;
	font-size: 10px;
}

#wrap td.bullet em
{
	padding: 2px 1px 0 0;
}
.infoCol .moduleBody th, .instalments th.label, #wrap th.label
{
    color: #606060;
    font-weight: bold;
}
#wrap th.label
{
    padding-top: 5px;
}

#ObjectDetails table
{
    border-collapse: inherit;
}

/* book now button */
.infoCol .moduleBody div.bookNowButton
{
    float: left;
    clear: both;
    width: 176px;
    background: url('Images/buttonBookNow.png') no-repeat 100% 0;
}
.infoCol .moduleBody div.bookNowButton span
{
    display: block;
    padding-right: 6px;
    padding-bottom: 8px;
    background: url('Images/buttonBookNowLeft.png') no-repeat 0 0;
}
.infoCol .moduleBody div.bookNowButton a
{
    display: block;
    padding: 8px 9px 9px 10px;
    font-size: 1.3em;
    font-weight: bold;
    color: #fff;
}

.infoCol .moduleBody div.bookingInfoText
{
    float: left;
    clear: both;
    width: 176px;
    margin-top: 0px;
    margin-bottom: 10px;
    font-style: italic;
    font-size: 12px;
    color: #666;
}

/* reserve now button */
.infoCol .moduleBody div.reserveNowButton
{
    float: left;
    clear: both;
    width: 176px;
    background: url('Images/buttonReserveNow.png') no-repeat 100% 0;
}
.infoCol .moduleBody div.reserveNowButton span
{
    display: block;
    padding-right: 6px;
    padding-bottom: 8px;
    background: url('Images/buttonReserveNowLeft.png') no-repeat 0 0;
}
.infoCol .moduleBody div.reserveNowButton a
{
    display: block;
    padding: 3px 9px 5px 10px;
    color: #000;
}

.infoCol .moduleBody table
{
    width: 170px;
}
#BookingMainArea .infoCol
{
    background-color: #eeeeee;
}


#BookingMainArea .infoCol .moduleBody table
{
    width: 100%;
}
.infoCol .moduleBody .detailsTop
{
    color: #000;
    padding: 12px 0;
}
.infoCol .moduleBody .detailsTop h3
{
    margin: 5px 0;
    font-size: 1.1em;
    color: #000;
}
.infoCol .moduleBody .detailsTop .price
{
    margin-left: 5px;
    font-size: 1.8em;
}
.infoCol .moduleBody .detailsTop hr
{
    width: 153px;
    background: #ccc;
    color: #ccc;
    margin-bottom: 10px;
}

.houseDetails .pageHeading h3
{
    background: url(Images/HeadingLeftBackFull.gif) no-repeat top left #6d8228;
}

/* caption */
.houseDetails .caption
{
    float: left;
    margin: 6px 0;
    font-size: 18px;
    font-weight: normal;
    color: #616161;
}
.houseDetails .caption .ref
{
    font-size: 12px;
}
.houseDetails .caption .numberOfHouses
{
    font-weight: bold;
    color: #8bab00;
}
.houseDetails .caption .area
{
    color: #8bab00;
}

/* add to favorites */
.houseDetails .addToFav
{
    float: right;
    width: 171px;
    padding: 20px 0 0 16px;
    background: url('Images/addToFavBg.png') no-repeat 0 0;
}
.houseDetails .addToFav a
{
    padding-left: 18px;
    color: #000;
    background: url('Images/addToFav.png') no-repeat 0 0;
}

#ObjectDetails div.listHeader
{
    background: url('Images/SearchResultTabBg1.gif') repeat-x;
    border-bottom: none;
    height: 10px;
    line-height: 10px;
    padding: 0 5px 0 5px;
}

.houseDetails #FullWidthArea
{
    padding-top: 0;
}

.seasonPricesLegend
{
    margin: 00px 0px 0px 0;
    padding-bottom: 20px;
}
.nextSeasonPrices
{
    float: right;
    padding: 20px 31px;
    height: 15px;
}

.nextSeasonPrices a
{
    color: #333333;
    vertical-align: middle;
}

.nextSeasonPrices img
{
    border: solid 1px black !important;
    margin-top: -1px;
}

.seasonPriceHeader
{
    padding: 20px 10px;
    font-size: 11px;
    font-family: Arial;
    color: #666666;
}

#seasonPricesContainer
{
    float: left;
    padding-left: 2px;
    padding-right: 3px;
    padding-bottom: 3px;
    border: solid 1px #D1D1D1;
    margin-left: 10px;
    margin-bottom: 20px;
}

#ObjectDetails .seasonPrices
{
    float: left;
    margin-right: 2px;
    margin-left: 3px;
    width: 300px;
}

#ObjectDetails .seasonPrices .week, #ObjectDetails .seasonPrices .weekprice, #ObjectDetails .seasonPrices .startweekdate
{
    text-align: right;
}
#ObjectDetails .seasonPrices th.week
{
    width: 45px;
}

#ObjectDetails .seasonPrices th.weekprice, #ObjectDetails .seasonPrices th.startweekdate, #ObjectDetails .seasonPrices td.weekprice, #ObjectDetails .seasonPrices td.startweekdate
{
    width: 85px;
}

#ObjectDetails .seasonPrices th.rabatweek, #ObjectDetails .seasonPrices td.rabatweek
{
    width: 75px;
}

#ObjectDetails .seasonPrices .rabatweek
{
    text-align: right;
}

#ObjectDetails .seasonPrices td.hasvalue
{
    color: #ec018e;
}

#ObjectDetails .seasonPrices table
{
    width: 100%;
    border: none;
    border-color: White;
}

#ObjectDetails .seasonPrices table td, #ObjectDetails .seasonPrices table th
{
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
}

#ObjectDetails .seasonPrices table tr.heading, #ObjectDetails .seasonPrices table tr.heading:hover
{
    height: 35px;
    vertical-align: middle;
    cursor: auto;
    font-family: Arial;
    font-size: 11px;
    color: #666666;
    border: none;
    font-weight: normal;
    text-decoration: none;
    background-color: White;
    text-transform: capitalize;
}

#ObjectDetails .seasonPrices table tr
{
    font-size: 11px;
    font-family: Arial;
    color: Black;
    height: 16px;
    border-bottom: #d2d2d2 solid 1px;
}

#ObjectDetails .seasonPrices table td, #ObjectDetails .seasonPrices table td:hover
{
    border-bottom: white solid 1px;
}


#ObjectDetails .seasonPrices table tr.disabled, #ObjectDetails .seasonPrices table tr.disabled:hover, #ObjectDetails .seasonPrices table tr.disabled td.rabatweek, #ObjectDetails .seasonPrices table tr.disabled:hover td.rabatweek
{
    /*background-color: #ffb8e4;*/ /*background-color: #ffe0e0;/*#E51491;*/
    background-color: #e3e3e2;
    color: #999999 !important;
    border-bottom: white solid 1px;
    cursor: auto;
    text-decoration: none;
}

#ObjectDetails .seasonPrices table tr.blank, #ObjectDetails .seasonPrices table tr.blank:hover, #ObjectDetails .seasonPrices table tr.blank td.rabatweek, #ObjectDetails .seasonPrices table tr.blank:hover td.rabatweek
{
    /*background-color: #ffb8e4;*/ /*background-color: #ffe0e0;/*#E51491;*/
    background-color: #e3e3e2;
    color: #999999;
    border-bottom: white solid 1px;
    cursor: auto;
    text-decoration: none;
}

#ObjectDetails .seasonPrices table tr.blank .weekprice
{
    text-align: right;
}

#ObjectDetails .seasonPrices table tr:hover, #ObjectDetails .seasonPrices table tr:hover td.rabatweek
{
    background-color: #789028;
    color: Black;
    text-decoration: underline;
}

#ObjectDetails .seasonPrices table tr.selected, #ObjectDetails .seasonPrices table tr.selected td.rabatweek
{
    background-color: #789028;
    color: White;
    text-decoration: none;
}


#ObjectDetails .seasonPrices table tr
{
    cursor: pointer;
}

#AvailablePeriodsMainBody
{
    float: left; /*width: 460px;*/
    overflow: hidden;
    position: absolute;
    left: 50px;
    border: 1px solid #aaaaaa; /*padding: 10px;*/
    width: 611px;
    background-color: #ffffff;
    z-index: 5;
}
#AvailablePeriodsMainBody .body
{
    float: left;
    width: 100%;
    background-color: White;
}
#AvailablePeriodsMainBody .leftCol
{
    float: left;
    width: 420px;
}
#AvailablePeriodsMainBody .leftCol .prev, #AvailablePeriodsMainBody .leftCol .next
{
    float: left;
    width: 30px;
    margin-top: 40px;
    text-align: center;
}
* html #AvailablePeriodsMainBody .leftCol .next
{
    margin-top: 13px;
}
#AvailablePeriodsMainBody .rightCol
{
    float: left;
    width: 231px;
    margin-left: 0px;
}
#AvailablePeriodsMainBody .rightCol table td
{
    white-space: nowrap;
}
#AvailablePeriodsMainBody .header
{
    background-color: #f6f5f3;
    border-bottom: 1px #cec8bf solid;
}
#AvailablePeriodsMainBody .header div
{
    padding: 5px; /*font-weight: bold;*/
}
#AvailablePeriodsMainBody table
{
    /*font-size: .85em;*/ /*font-weight: bold;*/
    border: 0;
    border-color: #CEC8BF !important;
}
#AvailablePeriodsMainBody table table
{
    font-size: 1em;
}
#AvailablePeriodsMainBody th
{
    text-align: center;
    line-height: 1.4em;
}

#AvailablePeriodsMainBody .availabilityCalendar td
{
    border-color: #CEC8BF !important;
    line-height: 16px;
    text-decoration: underline;
    width: 22px;
    font-size: 10px;
}

#AvailablePeriodsMainBody .availabilityCalendar > tbody > tr > td
{
    width: 100%;
}
#AvailablePeriodsMainBody td.saturdayCell, #AvailablePeriodsMainBody td.saturdayCell a
{
    color: #ec018e !important;
    text-decoration: underline;
}


#AvailablePeriodsMainBody .footer
{
    height: 50px;
    background-color: #f6f5f3;
    border-top: 1px #cec8bf solid;
}
#AvailablePeriodsMainBody .buttons
{
    padding: 10px 0;
}
#AvailablePeriodsMainBody .daytostay
{
    font-family: Arial;
    color: #666666;
    font-weight: normal;
    font-size: 11px;
    text-decoration: none;
}
/* choose period button */
#AvailablePeriodsMainBody div.choosePeriodButton
{
    float: right;
    width: 80px;
    background: url('Images/pink.gif') no-repeat top right;
    height: 20px; /*margin-top: 10px;*/
}

#AvailablePeriodsMainBody div.choosePeriodButton span
{
    display: block;
    padding-right: 6px; /*padding-bottom: 3px;*/
    background: url('Images/pink-left.gif') no-repeat top left;
    text-align: center;
    height: 20px;
}

#AvailablePeriodsMainBody div.choosePeriodButton a
{
    display: block;
    padding: 1px 0px 5px 5px;
    color: #ffffff;
    text-decoration: none;
}
#AvailablePeriodsMainBody .cancelPeriodButton
{
    float: right;
    width: 75px;
    height: 20px;
    background: url('Images/grey.gif') no-repeat top right;
    margin-right: 6px;
}

#AvailablePeriodsMainBody .cancelPeriodButton span
{
    display: block;
    padding-right: 6px; /*padding-bottom: 3px;*/
    background: url('Images/grey-left.gif') no-repeat top left;
    text-align: center;
    height: 20px;
}


#AvailablePeriodsMainBody .cancelPeriodButton a
{
    display: block;
    padding: 1px 0px 5px 5px;
    color: #000;
    text-decoration: none;
}


#AvailablePeriodsMainBody #upnlDropDowns table
{
    margin: 15px 0;
}
#AvailablePeriodsMainBody #upnlDropDowns td.col1
{
    padding: 2px 5px 2px 0;
}
#AvailablePeriodsMainBody #upnlDropDowns td.col2
{
    width: 100px;
}

#AvailablePeriodsMainBody input, #AvailablePeriodsMainBody select
{
    background-color: #fff;
    border: 1px solid #999;
}
#AvailablePeriodsMainBody input
{
    width: 98px;
}
#AvailablePeriodsMainBody select
{
    width: 150px;
}

#AvailablePeriodsMainBody .element
{
    float: left;
    width: 170px;
    margin: 5px;
}
#AvailablePeriodsMainBody .legend
{
    padding: 0 0 5px 0;
    vertical-align: middle; /*font-size: .85em;*/
    clear: left;
}
.legendSelected
{
    background-color: #799028;
}
.legendDeparture
{
    background: url('Images/2.gif') no-repeat top left;
}
.legendSelectedByYou
{
    background-color: #799026;
}
.legendSelectedBooking
{
    background-color: #799026;
}
.legendBooked
{
    background-color: #e3e3e2;
}
.legendSquare
{
    float: left;
    width: 13px;
    height: 13px;
    border: 1px silver solid;
    margin: 0px 3px 0 15px;
}
.legendUnavailable
{
    background-color: #CC0000;
    color: #848484;
    font-size: 0.8em;
}
#AvailablePeriodsMainBody .price
{
	color:#000000 !important;
}
#AvailablePeriodsMainBody .availabilityCalendar
{
    /*width: 217px;*/
    width: 190px; /* 7*27 + 1 */ /*width: 169px;*/
}
#AvailablePeriodsMainBody .availabilityCalendar .normalCell
{
    border: solid 1px #d2d2d2;
}
#AvailablePeriodsMainBody .availabilityCalendar .otherMonthCell
{
    border: solid 1px #d2d2d2;
}
#AvailablePeriodsMainBody .availabilityCalendar .olderCell
{
    /*background-color: #eeeeee;*/
    color: #d4cfc7;
    border: solid 1px #d2d2d2;
}
#AvailablePeriodsMainBody .availabilityCalendar .freeCell, #AvailablePeriodsMainBody .availabilityCalendar .freeCell a
{
    color: #EC018E !important;
    text-decoration: underline;
}
#AvailablePeriodsMainBody .availabilityCalendar .freeCell:hover, #AvailablePeriodsMainBody .availabilityCalendar .freeCell a:hover, #AvailablePeriodsMainBody .availabilityCalendar .saturdayCell:hover, #AvailablePeriodsMainBody td.saturdayCell a:hover
{
    color: #333333 !important;
    background-color: #789028;
}

#AvailablePeriodsMainBody .availabilityCalendar .freeCellNotSelectable, #AvailablePeriodsMainBody .availabilityCalendar .freeCellNotSelectable a
{
    color: #333333 !important;
    text-decoration: none;
}
#AvailablePeriodsMainBody .availabilityCalendar .saturdayCellNotSelectable, #AvailablePeriodsMainBody .availabilityCalendar .saturdayCellNotSelectable a
{
    color: #333333 !important;
    text-decoration: none;
}

#AvailablePeriodsMainBody .availabilityCalendar .saturdayCell:hover, #AvailablePeriodsMainBody td.saturdayCell a:hover
{
    color: #333333 !important;
    background-color: #789028;
}



#AvailablePeriodsMainBody .availabilityCalendar .todayCell, #AvailablePeriodsMainBody td.todayCell a, #AvailablePeriodsMainBody .availabilityCalendar .todayCell:hover, #AvailablePeriodsMainBody td.todayCell a:hover
{
    color: BLACK !important;
    font-weight: bold;
    text-decoration: none;
}

#AvailablePeriodsMainBody .availabilityCalendar .available_IsArrivalDay
{
}
#AvailablePeriodsMainBody .availabilityCalendar .available_IsNotArrivalDay
{
}
#AvailablePeriodsMainBody .availabilityCalendar .selectedCell
{
    background-color: #799028;
    color: #333333 !important;
}

#AvailablePeriodsMainBody .availabilityCalendar .halfSelected
{
    background: url('Images/cellDepartureDay.gif') no-repeat center center;
}
#AvailablePeriodsMainBody .availabilityCalendar .halfSelectedSaturday
{
    background: url('Images/cellDepartureDay.gif') no-repeat center center;
}
#AvailablePeriodsMainBody .availabilityCalendar .halfSelectedHalfBooked
{
    background: url('Images/cellDepartureDay.gif') no-repeat center center;
    background-color: #E5E3E2;
}
#AvailablePeriodsMainBody .availabilityCalendar a
{
    text-decoration: none;
    display: block;
}
#AvailablePeriodsMainBody .availabilityCalendar .bookedCell
{
    background-color: #e3e3e2;
    color: #999999;
    text-decoration: none;
}
#AvailablePeriodsMainBody .availabilityCalendar .disabledCell
{
    background-color: #e3e3e2;
    color: #999999;
    text-decoration: none;
}
#AvailablePeriodsMainBody .availabilityCalendar .unavailableCell
{
    color: #d4cfc7;
}
#AvailablePeriodsMainBody .CalendarTitle td
{
    font-size: 11px;
    font-weight: bold;
    font-family: Arial;
    color: #333333;
    background-color: #f4f4f4;
    text-decoration: none;
    height: 19px;
    vertical-align: middle;
    text-align: center;
}

#AvailablePeriodsMainBody th.DayHeader
{
    font-size: 10px;
    font-weight: normal;
    font-family: Arial;
    color: #333333;
    height: 20px;
    vertical-align: middle;
    text-align: center;
}

#AvailablePeriodsMainBody .saturday
{
    font: Arial;
    font-size: 11px !important;
    color: #ec018e;
}

#AvailablePeriodsMainBody .widestselection
{
    font: Arial;
    font-size: 11px !important;
    color: #666666;
}


div.StartPage_v2 .startPage #RightContentArea
{
    width: 898px;
}

div.StartPage_v2 .startPage #RightColumnArea
{
    width: 253px;
}

div.StartPage_v2 .startPage #MiddleColumnArea
{
    width: 639px;
}
div.StartPage_v2 .startPage #MainContentAreaBottom
{
    float: right;
    width: 316px;
}
div.StartPage_v2 .startPage #LeftColumnArea
{
    float: left;
    width: 316px;
}



/* container for search and flash */
div.StartPage_v2 .startPage .searchWrapper
{
    margin-bottom: 6px;
    background: #bddd4e url('Images/searchWrapper.png') repeat-x 0 0;
}

/* search area */
div.StartPage_v2 .startPage .search
{
    float: left;
    width: 289px;
    padding-top: 10px;
    padding-bottom: 10px;
}
div.StartPage_v2 .startPage h1
{
    margin: 10px 0 5px 47px;
    line-height: 1.3em;
    font-size: 20px;
    font-weight: normal;
    color: #fff;
}
div.StartPage_v2 .startPage .search fieldset
{
    margin: 0;
    padding: 0;
    border: none;
}
div.StartPage_v2 .startPage .search legend
{
    display: none;
}


/* Search Box */

div.StartPage_v2 .startPage .search .searchBox
{
    margin-top: 4px;
    margin-left: 10px;
    float: left;
}

div.StartPage_v2 .startPage .search .searchBox .inner
{
    float: left;
    display: inline;
    margin-right: 0px; /* 64 */
}

div.StartPage_v2 .startPage .search .searchBox input
{
    float: left;
    width: 160px; /* 346 */
    margin: 0px 3px 3px 0px;
    padding: 2px 5px 2px 5px;
    background-color: #ffffff;
    border: 1px solid #9C9A94;
}

div.StartPage_v2 .startPage .search .searchBox div.searchBoxButton
{
    float: left;
    width: auto;
    background: url('Images/buttonFindViaId.png') no-repeat 100% 0;
    margin-top: 1px;
}

div.StartPage_v2 .startPage .search .searchBox div.searchBoxButton span
{
    display: block;
    background: url('Images/buttonFindViaIdLeft.png') no-repeat 0 0;
}

div.StartPage_v2 .startPage .search .searchBox div.searchBoxButton a
{
    display: block;
    padding: 2px 7px;
    font-size: .95em;
    font-weight: normal;
    text-decoration: none;
    color: #5e5e5e;
}


/* geographical area */
div.StartPage_v2 .startPage .search .area
{
    margin: 0 0 5px 47px;
}
div.StartPage_v2 .startPage .search .area select
{
    width: 180px;
    margin-bottom: 5px;
    padding-left: 5px;
    background-color: #fff;
    border: 1px solid #9C9A94;
}

/* period */
div.StartPage_v2 .startPage .search .dates
{
    margin: 0 0 0 46px;
}
div.StartPage_v2 .startPage .search .dates dt
{
    clear: left;
}
div.StartPage_v2 .startPage .search .dates dt label
{
    float: left;
    width: 94px;
    margin-right: 5px;
    font-size: .9em;
    line-height: 1em;
    color: #000;
    text-align: right;
    margin-top: 5px;
}
div.StartPage_v2 .startPage .search .dates dd
{
    margin-bottom: 2px;
}
div.StartPage_v2 .startPage .search .dates dd input
{
    width: 79px;
    height: auto; /* 13px */
    margin-bottom: 4px;
    margin-right: 3px;
    font-size: 11px;
    background-color: #fff;
    border: 1px solid #9C9A94;
}
div.StartPage_v2 .startPage .search .dates dd select
{
    width: 82px;
    margin-bottom: 2px;
    font-size: 11px;
    background-color: #fff;
    border: 1px solid #9C9A94;
}

/* big search button and advanced link */
div.StartPage_v2 .startPage .search .buttonWrapper
{
    width: 232px;
    margin: 10px 0 0;
}
div.StartPage_v2 .startPage .search .buttonWrapper .error
{
    margin: 0px 5px 5px 47px;
    font-size: 0.9em;
    font-weight: bold;
    color: #EC018E;
}
div.StartPage_v2 .startPage .search div.showHousesButton
{
    float: right;
    clear: both;
    width: auto;
    background: url('Images/buttonShowHouses.png') no-repeat 100% 0;
}
div.StartPage_v2 .startPage .search div.showHousesButton span
{
    display: block;
    padding-right: 16px;
    padding-bottom: 3px;
    padding-left: 10px;
    background: url('Images/buttonShowHousesLeft.png') no-repeat 0 0;
}
div.StartPage_v2 .startPage .search div.showHousesButton a
{
    display: block;
    padding: 7px 15px 9px;
    font-size: 1.25em;
    font-weight: normal;
    text-decoration: none;
    color: #fff;
}
div.StartPage_v2 .startPage .search .buttonWrapper a.advanced
{
    float: right;
    margin-right: 7px;
    font-size: .9em;
    text-decoration: none;
}

/* find via id search */
div.StartPage_v2 .startPage .search .findViaId0
{
    margin-top: 4px;
    padding-top: 6px;
    background: url('Images/bgFindViaId.png') no-repeat 10px 0;
}
div.StartPage_v2 .startPage .search .findViaId0 .inner
{
    float: left;
    display: inline;
    margin-left: 47px;
}
div.StartPage_v2 .startPage .search .findViaId label
{
    display: block;
    float: left;
    margin-top: 3px;
    font-size: .9em;
    text-align: right;
    padding-right: 3px;
}

div.StartPage_v2 .startPage .search .findViaId
{
}
div.StartPage_v2 .startPage .search .findViaId .inner
{
    float: left;
    display: inline;
    margin-left: 47px;
}
div.StartPage_v2 .startPage .search .findViaId input
{
    float: left;
    width: 83px;
    margin: 0px 3px 3px 0;
    padding: 2px 5px 2px 5px;
    background-color: #ffffff;
    border: 1px solid #9C9A94;
}
div.StartPage_v2 .startPage .search .findViaId div.findViaIdButton
{
    float: left;
    width: auto;
    background: url('Images/buttonFindViaId.png') no-repeat 100% 0;
    margin-top: 1px;
}
div.StartPage_v2 .startPage .search .findViaId div.findViaIdButton span
{
    display: block; /*padding-bottom: 3px;*/
    background: url('Images/buttonFindViaIdLeft.png') no-repeat 0 0;
}
div.StartPage_v2 .startPage .search .findViaId div.findViaIdButton a
{
    display: block;
    padding: 2px 7px;
    font-size: .95em;
    font-weight: normal;
    text-decoration: none;
    color: #5e5e5e;
}

/* flash area */
div.StartPage_v2 .startPage .flash
{
    float: left;
    width: 350px;
    padding-top: 10px;
}

div.StartPage_v2 .startPage .flash h1
{
    position: absolute;
}


div.StartPage_v2 .startPage ul
{
    padding: 0;
}
div.StartPage_v2 .startPage ul li
{
    padding-left: 0;
    font-size: 1em;
    background: none;
}
div.StartPage_v2 .startPage .moduleBody ul
{
}
div.StartPage_v2 .startPage .moduleBody ul li
{
    margin-left: 2px;
    margin-bottom: 10px;
    padding-left: 12px;
    line-height: 1.2em;
    background: url('Images/listBullet.png') no-repeat 0 6px;
}


div.StartPage_v2 .startPage h2
{
    margin: -5px 0px 3px 0px;
    font-size: 1.7em;
    font-weight: normal;
    color: #ec018e;
}
div.StartPage_v2 .startPage h3
{
    margin: 0 0 8px 0px;
    font-size: 14px;
    font-weight: normal;
    color: #666;
}
div.StartPage_v2 .startPage #RightColumnArea h3
{
    xmargin: 8px 0;
}

div.StartPage_v2 .startPage p.introduction
{
    color: #ec018e;
    font-weight: bold;
}

div.StartPage_v2 .startPage .moduleBody
{
    padding: 15px 15px 20px 15px;
}

div.StartPage_v2 .startPage .moduleBody.campaignTeaser
{
    padding: 0;
    border: 0;
    margin: 4px;
    margin-bottom: 6px;
}

div.StartPage_v2 .startPage .moduleBody.campaignTeaser img
{
    padding: 0;
    border: 0;
    margin: 0;
}

div.StartPage_v2 .startPage .pageHeading
{
    background-image: url(Images/HeadingLeftBackFull.gif);
    margin-bottom: 2px;
}

div.StartPage_v2 .startPage .search div.showHousesButton a.hidden
{
    /* hide invisible auto-post-back button, which counts the number of matching search results */
    display: none;
}

div.StartPage_v2 #UpperStartPageArea
{
    margin-bottom: 0px;
}



/* order confirmation */
#orderConfirmation
{
}
#orderConfirmation h2
{
    margin-left: 1px;
    color: #000;
}
#orderConfirmation td h2
{
    margin-left: 0;
}

.orderInfo, .houseInfo, .orderDetails, .orderMapDescription
{
    width: 100%;
    margin: 20px 0;
    padding: 3px 0; /*	border-top: 1px solid #ccc;*/
}

.orderInfo
{
    border-bottom: 1px solid #ccc;
}
.orderInfo td
{
    padding: 2px 10px 2px 2px;
}
#orderConfirmation .orderInfo td.label
{
    width: 100px;
}
.bookingInfo table
{
    float: left;
    width: 190px;
}
.bookingInfo table.last
{
    width: auto;
}
.bookingInfo table td.short
{
    width: 50px;
}
.houseInfo table
{
    float: left;
    width: 360px;
    margin-right: 20px;
}
.houseInfo table.rentalPeriod
{
    width: 190px;
}
.houseInfo table table
{
    float: none;
    width: auto;
}
.houseInfo td.image
{
    width: 172px;
}

.orderDetails
{
    width: 320px;
}

.orderDetails table
{
    float: left;
    width: 100%; /*320*/
    margin-right: 60px;
}
.orderDetails table.paymentInfo
{
    width: 220px;
    margin-right: 0;
}
.orderDetails tr.total td
{
    padding-bottom: 20px !important;
    border: none !important;
}
.orderDetails tr.total td.value
{
    width: auto !important;
}
.orderDetails tr.total td h2
{
    padding: 7px 0;
    font-size: 1.5em;
    font-weight: normal;
    color: #000;
    border-top: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
}
.orderDetails tr.total td.label h2
{
    margin-right: -7px;
}

/***** BOOKING ******/
#BookingArea
{
    width: 898px;
    margin-top: 5px;
    background: url('Images/ContentBack.gif') repeat-x top left;
}
#BookingMenuArea
{
    padding-top: 5px;
    background-color: #fff;
}
#BookingMenuArea .pageHeading
{
    height: 88px;
    padding-top: 5px;
    background-color: #fff;
}
#BookingMenuArea .headerItem
{
    float: left;
}
.reservationPage #BookingMenuArea .headerItem
{
    width: 401px;
}
#BookingMenuArea .headerItem h2
{
    background: none;
    margin: 12px 0 0 5px;
    padding: 0;
    font-size: 1.5em;
    font-weight: normal;
    text-transform: none;
    white-space: nowrap;
}
#BookingMenuArea .headerItem.selected h2
{
    color: #EC018E;
}
#BookingMenuArea #ctl00_cphStageRegion_cphMainRegion_BookingStepIndicator_uiDivStep1, #BookingMenuArea #ctl00_cphStageRegion_cphMainRegion_BookingStepIndicator1_uiDivStep1, #BookingMenuArea #ctl00_cphStageRegion_cphMainRegion_BookingStepIndicator3_uiDivStep1, #BookingMenuArea #ctl00_cphStageRegion_cphMainRegion_BookingStepIndicator2_uiDivStep1
{
    width: 235px;
}
#BookingMenuArea #ctl00_cphStageRegion_cphMainRegion_BookingStepIndicator_uiDivStep2, #BookingMenuArea #ctl00_cphStageRegion_cphMainRegion_BookingStepIndicator1_uiDivStep2, #BookingMenuArea #ctl00_cphStageRegion_cphMainRegion_BookingStepIndicator3_uiDivStep2, #BookingMenuArea #ctl00_cphStageRegion_cphMainRegion_BookingStepIndicator2_uiDivStep2
{
    width: 226px;
}
#BookingMenuArea #ctl00_cphStageRegion_cphMainRegion_BookingStepIndicator_uiDivStep3, #BookingMenuArea #ctl00_cphStageRegion_cphMainRegion_BookingStepIndicator1_uiDivStep3, #BookingMenuArea #ctl00_cphStageRegion_cphMainRegion_BookingStepIndicator3_uiDivStep3, #BookingMenuArea #ctl00_cphStageRegion_cphMainRegion_BookingStepIndicator2_uiDivStep3
{
    width: 219px;
}
#BookingMenuArea #ctl00_cphStageRegion_cphMainRegion_BookingStepIndicator_uiDivStep4, #BookingMenuArea #ctl00_cphStageRegion_cphMainRegion_BookingStepIndicator1_uiDivStep4, #BookingMenuArea #ctl00_cphStageRegion_cphMainRegion_BookingStepIndicator3_uiDivStep4, #BookingMenuArea #ctl00_cphStageRegion_cphMainRegion_BookingStepIndicator2_uiDivStep4
{
    width: 196px;
}
.reservationPage #BookingMenuArea #ctl00_cphStageRegion_cphMainRegion_ReservationStepIndicator1_uiDivStep1, .reservationPage #BookingMenuArea #ctl00_cphStageRegion_cphMainRegion_ReservationStepIndicator2_uiDivStep1, .reservationPage #BookingMenuArea #ctl00_cphStageRegion_cphMainRegion_ReservationStepIndicator3_uiDivStep1
{
    width: 461px;
}
.reservationPage #BookingMenuArea #ctl00_cphStageRegion_cphMainRegion_ReservationStepIndicator1_uiDivStep2, .reservationPage #BookingMenuArea #ctl00_cphStageRegion_cphMainRegion_ReservationStepIndicator2_uiDivStep2, .reservationPage #BookingMenuArea #ctl00_cphStageRegion_cphMainRegion_ReservationStepIndicator3_uiDivStep2
{
    width: 415px;
}
#BookingMainArea
{
    padding-top: 1px;
}
#BookingMainArea .moduleBody
{
    padding-top: 0;
    padding-bottom: 0; /*background: url('Images/BookingMainArea-moduleBody.gif') repeat-x 0 0;*/
    background-color: #ffffff;
}

#BookingMainArea .BookingModulePersonal .moduleBody
{
    padding: 7px; /*background: url('Images/BookingMainArea-moduleBody.gif') repeat-x 0 0;*/
    background-color: #ffffff;
    float: left;
}
.BookingModule
{
    width: 100%;
    float: left;
    clear: left;
}

#BookingMainArea .moduleBody .moduleBody
{
    background: transparent;
}
#BookingMainArea .entranceArea
{
    float: left;
    width: 617px;
    margin: 0 20px 40px 37px;
}
#BookingMainArea h1
{
    padding-bottom: 10px;
    font-size: 1.8em;
    font-weight: normal;
    color: #000;
}
#BookingMainArea h2
{
    margin: 5px 0 1px 0;
}
/*** FUNCH ***/
#BookingMainArea div.errorMsg, .infoCol div.errorMsg
{
    margin-bottom: 20px;
    padding: 20px;
    font-size: 1.0em;
    background-color: #feffdf;
    border: 1px solid #e8edad;
}
.reservationPage div.errorMsg
{
    width: 301px;
}
/*** FUNCH ***/
.infoCol div.errorMsg
{
    padding: 8px;
    margin: 5px 0;
}
/*** FUNCH ***/
#BookingMainArea div.errorMsg h3, .infoCol div.errorMsg h3
{
    padding: 0px;
    margin: 0px;
    font-size: 1.1em;
    font-weight: normal;
    color: #E22093 !important;
    list-style-type: disc;
}

#BookingMainArea div.errorMsg h2
{
    color: #E22093;
    font-size: 1.0em;
    font-weight: normal;
    padding: 0 0 10px;
}
#BookingMainArea div.errorMsg ul li
{
    background-color: transparent;
    list-style-type: disc;
}
#BookingMainArea input.error, #BookingMainArea select.error
{
    border-color: #e22093 !important;
}
#BookingMainArea table input[type=text], #BookingMainArea table select, #BookingMainArea table input[type=password]
{
    border: 1px solid #9d9a95;
}
#BookingMainArea .navigation
{
    margin: 30px 0 40px;
    padding: 8px 0 4px;
    border-top: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
    text-align: left;
}
#BookingMainArea .navigation a.goBack
{
    margin-top: 3px;
    float: left;
}
#BookingMainArea .navigation div.nextButton
{
    float: right;
    background: url('Images/buttonNext.png') no-repeat 100% 0;
}
#BookingMainArea .navigation div.nextButton span
{
    float: left;
    padding: 3px 15px 8px 10px;
    background: url('Images/buttonNextLeft.png') no-repeat 0 0;
}
#BookingMainArea .navigation div.nextButton a
{
    color: #fff;
}
#BookingMainArea .navigation div.nextButton a:hover
{
    text-decoration: underline;
}
#BookingMainArea .explainBox
{
    padding: 20px 20px 30px;
    background-color: #f1f1f1;
    border-top: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
}
#BookingMainArea .explainBox h2
{
    margin: 10px 0 20px;
    font-size: 1.3em;
    color: #666;
}
#BookingMainArea div.section, #BookingMainArea div.terms
{
    margin-bottom: 30px;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #d1d1d1;
}
#BookingMainArea div.section h2
{
    margin: 10px 0 0;
    font-size: 1.3em;
    color: #666;
}
#BookingMainArea div.section ol
{
    margin: 0;
    padding: 5px 0 0;
}
#BookingMainArea div.section ol li
{
    margin: 0 0 0 20px;
    padding: 5px 0 3px;
    line-height: 1.2em;
    background: none;
    list-style-type: decimal;
}
#BookingMainArea div.section div.sectionCol
{
    float: left;
    width: 310px;
}
#BookingMainArea div.section div.sectionCol.last
{
    float: right;
    width: 280px;
}

/* your order */
#BookingMainArea table.yourOrder tr.basics td
{
    font-size: 1.1em;
}
#BookingMainArea table.yourOrder td.label
{
    width: 280px;
}
#BookingMainArea table.yourOrder td.value
{
    width: 90px;
}
#BookingMainArea table.yourOrder tr.total td
{
    padding-bottom: 10px;
    border: none;
}
#BookingMainArea table.yourOrder tr.total td h2
{
    padding: 7px 0;
    font-size: 1.5em;
    font-weight: normal;
    color: #000;
    border-top: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
}
#BookingMainArea table.yourOrder tr.total td.label h2
{
    margin-right: -7px;
}
#BookingMainArea table.yourOrder tr.section td, #BookingMainArea table.yourOrder tr.basics td, #BookingMainArea table.yourOrder table.additional tr.section td
{
    padding-top: 5px;
}
#BookingMainArea table.yourOrder table.additional
{
    line-height: 1.1em;
    width: 100%;
}
#BookingMainArea table.yourOrder table.additional td
{
    padding: 4px 0;
}
#BookingMainArea table.yourOrder table.additional td.control
{
    width: 45px;
    padding-right: 5px;
    text-align: right;
    vertical-align: top;
}
#BookingMainArea table.yourOrder table.additional td.label
{
    width: 260px;
    padding-top: 8px;
}
#BookingMainArea table.yourOrder table.additional td.value
{
    width: 65px;
    vertical-align: bottom;
}
#BookingMainArea table.yourOrder table.additional input, #BookingMainArea table.yourOrder table.additional select
{
    float: none;
    margin-top: 0;
    margin-bottom: 0;
}
#BookingMainArea table.yourOrder table.additional input[type=radio]
{
    margin-top: 2px;
}
#BookingMainArea table.yourOrder table.additional select
{
    margin-right: 3px;
}
#BookingMainArea table .label
{
    width: 180px;
}
#BookingMainArea table .control
{
    text-align: right;
    padding-left: 5px;
    width: 35px;
}
#BookingMainArea table .control input
{
    float: left;
}
#BookingMainArea table .control select
{
    float: left;
}
#BookingMainArea table.personalData
{
    margin-top: 10px;
    width: 344px;
}

#BookingMainArea .BookingModulePersonal table.personalData
{
    width: 327px;
}

#BookingMainArea table.personalData td
{
    padding-top: 3px;
    padding-bottom: 3px;
}
#BookingMainArea table.personalData td.control
{
    padding-right: 0;
}
#BookingMainArea table.personalData table
{
    xfloat: right;
}
#BookingMainArea table.personalData table td
{
    padding-top: 0;
    padding-bottom: 0;
}
#BookingMainArea table.personalData .label
{
    width: 100px;
}
#BookingMainArea table.personalData .label.city
{
    width: 30px;
    text-align: right;
    padding-right: 5px;
}
#BookingMainArea table.personalData .control
{
    width: 240px;
    text-align: left;
    padding-left: 0;
    text-align: left;
}
#BookingMainArea table.personalData .control input
{
    width: 240px;
    text-align: left;
}

#BookingMainArea .BookingModulePersonal input
{
    width: 150px !important;
}

#BookingMainArea table.personalData .control input.zipCode
{
    width: 60px;
    margin: 0;
    margin-right: 5px;
}
#BookingMainArea table.personalData .control input.city
{
    width: 130px;
    float: right;
}
#BookingMainArea table.personalData input.error
{
    border-color: #e22093;
    color: #000;
}

#BookingMainArea table.personalData table, #BookingMainArea table.personalData table td
{
    border-collapse: collapse;
    padding: 0;
    margin: 0;
}
#BookingMainArea table.personalData table
{
    width: 243px;
}
#BookingMainArea table.personalData .control .dropdown
{
    width: 242px;
    text-align: left;
}
#BookingMainArea table.personalData.checkboxes
{
    margin: 10px 0;
}
#BookingMainArea table.personalData.checkboxes td
{
    padding-top: 0;
    padding-bottom: 0;
    vertical-align: top;
}

#BookingMainArea .requiredFields
{
    font-weight: bold;
}
#BookingMainArea table .star
{
    width: 10px;
    font-weight: bold;
    color: #e51f90;
}
#BookingMainArea h3
{
    text-transform: uppercase;
    padding: 29px 0 0 0;
}
#BookingMainArea td.control
{
    padding: 0 10px 0 0;
}
#BookingMainArea td.control td.control
{
    padding: 0;
}
#BookingMainArea td.value
{
    text-align: right;
    width: 150px;
    padding: 0;
    white-space: nowrap;
}
#BookingMainArea td.label
{
    color: #666666;
}
#BookingMainArea tr.total td
{
    padding: 4px 0 0 0;
    font-weight: bold;
    color: Black;
}
#BookingMainArea tr.total td.value, #BookingMainArea tr.total td.currency
{
    border-top: solid 1px #666;
}

#BookingMainArea .currency
{
    width: 30px;
    text-align: right;
}

#BookingMainArea .loginLabel
{
    padding: 0 4px 1px 0;
    width: 100px;
    text-align: right;
}
#BookingMainArea .topArea
{
    margin: 0 0 0 5px;
}
#BookingMainArea .login
{
    width: 160px;
}
#BookingMainArea .loginButton
{
    width: 80px;
    text-align: left;
}
#BookingMainArea .topArea h2
{
    color: #666;
}
#BookingMainArea .topArea .buttonGray
{
    font-size: 120%;
    padding: 0 3px 2px 3px;
    margin-top: 0;
}
#BookingMainArea .topArea table
{
    width: 100%;
}
#BookingMainArea .infoArea
{
    float: right;
    width: 180px;
    margin: 3px 3px 0 3px;
    padding-left: 10px;
    font-size: 1.1em;
    border-left: 1px solid #d1d1d1;
}
#BookingMainArea .infoArea .moduleBody
{
    border: none;
}
#BookingMainArea .infoArea h3
{
    padding-top: 0;
}
#EditBookingRightColumn .infoArea
{
    float: left;
    width: 180px;
    margin: 3px 3px 0 3px;
}
#EditBookingRightColumn tr.total td.value, #EditBookingRightColumn tr.total td.currency
{
    border-top: solid 1px #666;
}
#BookingMainArea .bottomArea
{
    width: 674px;
    padding: 0 0 0 20px;
}
#BookingMainArea .requiredFields
{
    margin: 10px 0 5px 0;
}

#BookingMenuArea .pageHeading
{
    width: auto;
}

#MiddleColumnArea
{
    background: url('Images/ContentBack.gif') repeat-x top left White;
    float: left;
    width: 518px;
    overflow: hidden;
}
#RightColumnArea
{
    background: url('Images/ContentBack.gif') repeat-x top left White;
    float: left;
    width: 187px;
    clear: right;
    margin: 0 0 0 6px;
}
div.StartPage_v2 #RightColumnArea
{
    margin-right: 0px;
}

#FullWidthArea
{
    background: url('Images/ContentBack.gif') repeat-x top left White; /*padding: 5px;*/
}
#AdvancedSearchArea
{
    width: 712px;
    background: url('Images/ContentBack.gif') repeat-x top left White;
}




/* extra overriding font definitions */
/*
body, body *
{
	font-family: arial !important;
}

.startPage ul li {
	font-size:1.05em !important;
}

p
{
	font-size:1.07em !important;
}
*/

.startPage ul li
{
    font-family: Arial,Lucida Sans Unicode,Lucida Grande,Sans-Serif;
    font-size: 0.9em !important;
}



/* MoodalBox popup standard css */
/* moodalbox CSS */

div#mb_overlay
{
    position: absolute;
    left: 0;
    width: 100%;
    background-color: #000;
    cursor: pointer;
}

div#mb_center, div#mb_bottom
{
    position: absolute;
    left: 50%;
    overflow: hidden;
    background-color: #DDD;
}

div#mb_center
{
    background-color: #FFF;
}

div#mb_contents
{
    width: 400px;
    height: 400px;
    border: 10px solid #DDD;
    overflow: auto;
    background-color: #FFF;
    visibility: hidden;
}

.mb_loading
{
    background: #DDD url(Images/loading.gif) no-repeat center center;
}

#mb_error
{
    font-size: 1.2em;
    color: #CD0000;
    font-weight: bold;
    text-align: center;
    padding: 0.5em;
    font-family: Arial,Lucida Sans Unicode,Lucida Grande,Sans-Serif;
}

#mb_error em
{
    font-size: 0.8em;
}

div#mb_bottom
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    color: #666;
    line-height: 1.4em;
    text-align: left;
    border: 10px solid #DDD;
    border-top-style: none;
}

a#mb_close_link
{
    display: block;
    float: right;
    width: 66px;
    height: 22px;
    background: transparent url(Images/closelabel.gif) no-repeat center;
    margin: 5px 0;
}

div#mb_caption
{
    margin-right: 71px;
}

/* MoodalBox popup Vacasol customization */
#ModalPopupPage
{
    width: 90%;
    padding-left: 20px;
}
#ModalPopupPage *
{
    width: auto !important;
}

#mb_error, #mb_bottom
{
    font-family: Arial !important;
}

#mb_contents form
{
    background: none;
    width: auto;
}

#mb_caption
{
    font-size: 12px;
}

#mb_bottom
{
    height: 2em;
}
#mb_bottom #mb_close_link
{
    /*display: none;*/
}

#ModalPopupPage #MainBody #MainBody
{
    /*xmargin: 10px 20px 10px 20px;*/
    font-family: Arial;
}

#BookingArea .step4 .orderNumberAndDate, #BookingArea .step4 .customerInformation, #BookingArea .step4 .accomodationInfo, #BookingArea .step4 .orderDetails
{
    border-top: 1px solid #cdcdcd;
    padding: 10px 0px 5px 0px;
    margin: 5px 0px;
    clear: both;
}

#BookingArea .step4 .orderNumberAndDate dl dt
{
    clear: left;
    float: left;
    font-weight: bold;
    width: 110px;
    margin: 0px;
    color: #666666;
}
#BookingArea .step4 .orderNumberAndDate dl dd
{
    float: left;
    margin: 0px;
    width: 450px;
}

#BookingArea .step4 .customerInformation .personalInfo
{
    float: left;
}

#BookingArea .step4 .customerInformation .personalInfo .data
{
    width: 200px;
    float: left;
}
#BookingArea .step4 .customerInformation .personalInfo .counts
{
    width: 200px;
    float: left;
}

#BookingArea .step4 .googleMap .tabContent
{
    background: none;
    padding: 0;
}


#BookingArea .step4 .customerInformation .myVacasol
{
    width: 200px;
    float: left;
    background: none;
    margin-top: 14px;
}

#BookingArea .step4 div#gBigMapDiv
{
    width: 616px;
}

#BookingArea .step4 p
{
    font-size: 10px;
    padding: 0 0 10px 0;
}

#BookingMainArea .infoCol
{
    padding: 10px;
    font-size: 12px;
    width: 180px;
    margin-bottom: 10px;
}
#BookingMainArea .infoCol .houseImg
{
    padding-bottom: 10px;
    text-align: center;
}
#BookingMainArea .infoCol .houseImg img
{
    width: 180px;
    height: 134px;
}
#BookingMainArea .infoCol .type
{
    padding-right: 0;
    vertical-align: bottom;
}
#BookingMainArea .infoCol .value
{
    padding-left: 0;
    text-align: right;
    vertical-align: bottom;
}
#BookingMainArea .infoCol .total
{
    padding: 6px 7px;
    font-weight: bold;
    background-color: #fff;
}
#BookingMainArea .infoCol .total .value
{
    padding-left: 0;
    color: #e22093;
}
#BookingMainArea .infoCol .total .type
{
    color: #e22093;
}
#BookingMainArea .infoCol .total .type, #BookingMainArea .infoCol .total .value
{
    border-top: none;
}

#BookingMainArea .infoCol .houseRefInfo
{
    font-weight: bold;
}
#BookingMainArea .infoCol .houseRefInfo span
{
    margin-left: 2px;
    font-weight: normal;
}

#BookingMainArea .infoCol .location
{
    padding: 10px 0px;
    border-bottom: 1px solid #ffffff;
}
#BookingMainArea .infoCol .location .label
{
    font-weight: bold;
    color: #666666;
}

#BookingMainArea .infoCol .periode
{
    font-weight: bold;
    padding: 10px 0px;
    border-bottom: 1px solid #ffffff;
}
#BookingMainArea .infoCol .periode .arrival, #BookingMainArea .infoCol .periode .departure
{
    font-weight: normal;
}
#BookingMainArea .infoCol .periode .arrival div.type, #BookingMainArea .infoCol .periode .departure div.type
{
    float: left;
}

#BookingMainArea .infoCol .periode .arrival div.value, #BookingMainArea .infoCol .periode .departure div.value
{
    float: right;
}

#BookingMainArea .infoCol .priceInfo
{
    padding: 10px 0px 10px 0px; /*border-bottom: 1px solid #ffffff; 	margin-bottom: 10px;*/
}

#BookingMainArea .infoCol .counts
{
    margin-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #ffffff;
}

#BookingMainArea .step4 .houseImg
{
    float: left;
    width: 200px;
}

#BookingMainArea .step4 .location
{
    float: left;
    width: 200px;
}
#BookingMainArea .step4 .location .label
{
    font-weight: bold;
    color: #666666;
    margin: 0;
}

#BookingMainArea .step4 .periode
{
    float: right;
    width: 200px;
    font-weight: bold;
}
#BookingMainArea .step4 .periode .arrival, #BookingMainArea .step4 .periode .departure
{
    font-weight: normal;
}
#BookingMainArea .step4 .periode .arrival div.type, #BookingMainArea .step4 .periode .departure div.type
{
    float: left;
}

#BookingMainArea .step4 .periode .arrival div.value, #BookingMainArea .step4 .periode .departure div.value
{
    float: right;
}

#BookingMainArea .step4 .accomodationInfo
{
    min-height: 126px;
}

#BookingMainArea .step4 .contactPerson
{
    width: 180px;
    float: left;
}
#BookingMainArea .step4 .contactPerson .label
{
    font-weight: bold;
    color: #666666;
}

#BookingMainArea .step4 .houseRefInfo
{
    font-weight: bold;
    margin-bottom: 10px;
}
#BookingMainArea .step4 .houseRefInfo span
{
    margin-left: 2px;
    font-weight: normal;
}

#BookingMainArea .step4 .googleMap
{
    margin-top: 10px;
    border-top: 1px solid #cdcdcd;
    padding-top: 10px;
}

#BookingMainArea h3
{
    padding: 0;
    text-transform: none;
    color: #666666;
    font-weight: bold;
}
/*
#BookingMainArea .step4 h2
{
	margin: 0px 0 10px 0;
}*/
#BookingMainArea .step4 tr.total td
{
    border-top: 1px solid #cdcdcd !important;
}
#BookingMainArea .step4 tr.total h3
{
    color: #000;
}
#BookingMainArea .step4 .priceInfo hr
{
    display: none;
}
#ctl00_cphStageRegion_cphMainRegion_uLblUserNameHeader, #ctl00_cphStageRegion_cphMainRegion_uiLblPasswordHeader
{
    font-weight: bold;
}

/* added by Jesper Allermand 2009/01/09 */
#BookingArea .step4 .orderDetails, #BookingArea .step4 .orderDetails table, #BookingArea .step4 .orderDetails .priceInfo table, #BookingArea .step4 .successInstalments table
{
    width: 400px;
    margin-right: 0;
}
#BookingArea .step4 .orderDetails table td.label, #BookingArea .step4 .orderDetails .priceInfo table td.label, #BookingArea .step4 .successInstalments table td.label
{
    width: 280px;
}
#BookingArea .step4 .orderDetails table td.value, #BookingArea .step4 .orderDetails .priceInfo table td.value, #BookingArea .step4 .successInstalments table td.value
{
    width: 120px;
}


div.NormalButton
{
    width: 100px;
    background: url('Images/buttonFindViaId.png') no-repeat 100% 0;
    margin-top: 1px;
    text-align: center;
}

div.NormalButton span
{
    display: block;
    padding-left: 2px;
    background: url('Images/buttonFindViaIdLeft.png') no-repeat 0 0;
}

div.NormalButton a
{
    display: block;
    padding: 2px 7px;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
    color: #5e5e5e;
}


div.NormalButton2
{
    background: url('Images/buttonFindViaId.png') no-repeat 100% 0;
    margin-top: 1px;
    text-align: center;
    height:20px;
}

div.NormalButton2 span
{
    display: block;
    padding-left: 2px;
    background: url('Images/buttonFindViaIdLeft.png') no-repeat 0 0;
}

div.NormalButton2 a
{
    display: block;
    padding: 2px 7px;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
    color: #5e5e5e;
}

div.BigButton2
{
    float: left;
    clear: both;
    width: 150px;
    background: url('Images/buttonShowHouses.png') no-repeat 100% 0;
}
div.BigButtonMk2
{
    float: left;
    width: 180px;
    background: url('Images/buttonBookNow.png') no-repeat 100% 0;
}
div.BigButtonMk2 span
{
    display: block;
    padding-right: 14px;
    padding-bottom: 3px;
    padding-left: 8px;
    background: url('Images/buttonBookNowLeft.png') no-repeat 0 0;
}
div.BigButtonMk2 a
{
    display: block;
    padding: 7px 15px 9px;
    font-size: 1.25em;
    font-weight: bold;
    text-decoration: none;
    color: #ffffff;
}
div.BigButton2 span
{
    display: block;
    padding-right: 14px;
    padding-bottom: 3px;
    padding-left: 8px;
    background: url('Images/buttonShowHousesLeft.png') no-repeat 0 0;
}
div.BigButton2 a
{
    display: block;
    padding: 7px 15px 9px;
    font-size: 1.25em;
    font-weight: bold;
    text-decoration: none;
    color: #ffffff;
}
div.BigButton2 a.advanced
{
    float: right;
    margin-right: 7px;
    font-size: .9em;
    text-decoration: none;
}

div.buttons2
{
    height: 20px;
    margin-top: -5px;
}
div.smallButton2
{
    float: left;
    background: url('Images/smallButton.png') no-repeat 100% 0;
}
div.smallButton2 span
{
    display: block;
    background: url('Images/smallButtonLeft.png') no-repeat 0 0;
}
div.smallButton2 a
{
    display: block;
    padding: 2px 5px;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
    color: #fff;
}

.moduleBody div.nextButton
{
    float: right;
    background: url('Images/buttonNext.png') no-repeat 100% 0;
}
.moduleBody div.nextButton span
{
    float: left;
    padding: 3px 15px 8px 10px;
    background: url('Images/buttonNextLeft.png') no-repeat 0 0;
}
.moduleBody div.nextButton a
{
    color: #fff;
}
.moduleBody div.nextButton a:hover
{
    text-decoration: underline;
}


/***** BOOKING ******/
#BookingAreaV3
{
    width: 898px;
    margin-top: 5px;
    background: url('Images/ContentBack.gif') repeat-x top left;
}

#BookingMenuAreaV3
{
    padding-top: 5px;
    background-color: #fff;
}
#BookingMenuAreaV3 .pageHeading
{
    height: 88px;
    padding-top: 5px;
    background-color: #fff;
}
#BookingMenuAreaV3 .headerItem
{
    float: left;
}

#BookingMainAreaV3
{
    padding-top: 4px;
    position: relative;
}

#BookingMainAreaV3 .moduleBody
{
	margin-bottom:0px;
	/*padding-bottom:29px;*/
}

#BookingMainAreaV3 .floatPanel
{
    float: left;
    width: 255px;
    padding: 1px;
    padding: 0px 14px 14px 14px;
    position: relative;
}
#BookingMainAreaV3 .container
{
    margin-top: 28px;
}
#BookingMainAreaV3 .container > tbody > tr > td
{
    vertical-align: top;
    border-right: solid 1px #d1d1d1;
    height: 400px;
}

#BookingMainAreaV3 .lastPanel
{
    border: none !important;
}

#BookingMainAreaV3 .floatPanel table td
{
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 0px;
    padding-right: 0px;
}
#BookingMainAreaV3 .floatPanel table .textcenter
{
    text-align:center;
}
#BookingMainAreaV3 .floatPanel table #nobutton input
{
    visibility:hidden;
}
#BookingMainAreaV3 .floatPanel table td.label
{
    width: 100px;
    color: #666;
    font-size: 11px;
}

#BookingMainAreaV3 .floatPanel table td.control
{
    width: 176px;
}

#BookingMainAreaV3 .floatPanel table td.control input
{
    width: 176px;
}
#BookingMainAreaV3 .floatPanel table td.control table
{
    width: 180px;
}


#BookingMainAreaV3 .floatPanel table td.zipCodeCell, #BookingMainAreaV3 .floatPanel table td.zipCodeCell input
{
    width: 46px;
}
#BookingMainAreaV3 .floatPanel table td.cityCell, #BookingMainAreaV3 .floatPanel table td.cityCell input
{
    width: 76px;
}
#BookingMainAreaV3 .floatPanel table td.labelCell
{
    text-align: center;
}
#BookingMainAreaV3 td.petOuterCell
{
    position: relative;
}

#BookingMainAreaV3 .floatPanel .noPetCell
{
    position: relative; 
    top: 7px;   
    width: 150px;
}

#BookingMainAreaV3 .floatPanel table td.adultCell, #BookingMainAreaV3 .floatPanel table td.adultCell select
{
    width: 46px;
}
#BookingMainAreaV3 .floatPanel table td.petCell, #BookingMainAreaV3 .floatPanel table td.petCell select
{
    width: 46px;
}

#BookingMainAreaV3 .floatPanel table td.labelPetCell
{
    text-align: center;
    width: 86px;
}

#BookingMainAreaV3 table.yourOrder tr.basics td
{
    font-size: 1.1em;
}
#BookingMainAreaV3 table.yourOrder td.label
{
    width: 280px;
}
#BookingMainAreaV3 table.yourOrder td.value
{
    width: 90px;
    text-align: right;
    vertical-align:top;
}

#BookingMainAreaV3 .lastPanel table.yourOrder td.label
{
    width: 320px;
}
#BookingMainAreaV3 .lastPanel table.yourOrder td.value
{
    width: 50px;
    text-align: right;
    vertical-align:top;
} 

#BookingMainAreaV3 table.yourOrder tr.total td
{
    border: none;
}
#BookingMainAreaV3 table.yourOrder tr.total td h2
{
    height: 23px;
    margin: 0px;
    padding: 0px;
    font-size: 11px;
    font-weight: bold;
    color: #666;
}
#BookingMainAreaV3 table.yourOrder tr.total td.label h2
{
    margin-right: -7px;
    
}

#BookingMainAreaV3 table.yourOrder tr.totalPayment td h2
{
    height: 23px;
    margin: 0px;
    padding: 0px;
    font-size: 1.5em;
    font-weight: normal;
    color: #212121;
}

#BookingMainAreaV3 table.yourOrder tr.totalPayment td.label h2
{
    margin-right: -7px;
    color:#212121;
}
#BookingMainAreaV3 table.yourOrder tr.section td, #BookingMainAreaV3 table.yourOrder tr.basics td, #BookingMainAreaV3 table.yourOrder table.additional tr.section td
{
    padding-top: 5px;
}
#BookingMainAreaV3 table.yourOrder table.additional
{
    line-height: 1.1em;
    width: 100% !important;
}
#BookingMainAreaV3 table.yourOrder table.additional td
{
    padding: 4px 0;
}
#BookingMainAreaV3 table.yourOrder table.additional td.control, #BookingMainAreaV3 table.yourOrder table.additional td.control input
{
    width: 20px; /*padding-right: 5px;*/
    text-align: right;
    vertical-align: top;
}

#BookingMainAreaV3 table.yourOrder table.additional td.control select
{
    width: 40px;
}

#BookingMainAreaV3 table.yourOrder table.additional td.label
{
    width: 260px;
    padding-top: 8px;
    vertical-align: bottom;
}

#BookingMainAreaV3 table.yourOrder table.dropdown td.value
{
    vertical-align: middle;
}

#BookingMainAreaV3 table.yourOrder table.dropdown td.label
{
    vertical-align: middle;
}

#BookingMainAreaV3 table.yourOrder table.additional td.value
{
    width: 65px;
    vertical-align: top;
}

#BookingMainAreaV3 table.yourOrder table.additional td.servicevalue
{
    width: 65px;
    vertical-align: top;
    text-align: right;
    font-size:11px;
}
#BookingMainAreaV3 table.yourOrder table.additional input, #BookingMainAreaV3 table.yourOrder table.additional select
{
    float: none;
    margin-top: 0;
    margin-bottom: 0;
}
#BookingMainAreaV3 table.yourOrder table.additional input[type=radio]
{
    margin-top: 2px;
}
#BookingMainAreaV3 table.yourOrder table.additional select
{
    margin-right: 3px;
}
#BookingMainAreaV3 table.personalData tr.NewsletterTr td
{
    vertical-align: top;
}

#BookingMainAreaV3 .firstinstallment td.label
{
    font-size: 16px !important;
    color: #212121 !important;
}
#BookingMainAreaV3 .firstinstallment
{
	 font-size: 16px !important;
}
#BookingMainAreaV3 .totalPrice td.value
{
    width: 120px !important;
}
#BookingMainAreaV3 .totalPrice td.label
{
    width: 150px !important;
}

#BookingMainAreaV3 table.personalData td
{
    padding-left: 2px;
    padding-right: 2px;
}

#BookingMainAreaV3 .pinkSeperator
{
    height: 4px;
    color: #EC018E;
    border-color: #EC018E;
    background-color: #EC018E;
}
#BookingMainAreaV3 .graySeperator
{
    height: 4px;
    color: #212121;
    border-color: #212121;
    background-color: #212121;
}
#BookingMainAreaV3 table.paymentTable td.paymentType, #BookingMainAreaV3 table.paymentTable td.paymentType select
{
    width: 160px;
}
#BookingMainAreaV3 .servicePanel
{
    margin-top: 8px;
}
#BookingMainAreaV3 table.paymentTable
{
    width: 100%;
    margin-top: 7px;
}


#BookingMainAreaV3 table.paymentTable .card
{
    background-image: url(Images/cards.gif);
    background-repeat: no-repeat;
    background-position: center center;
}

#BookingMainAreaV3 table.paymentTable .cardde
{
    background-image: url(Images/cards-de.gif);
    background-repeat: no-repeat;
    background-position: center center;
}

#BookingMainAreaV3 table.paymentTable .cardda
{
    background-image: url(Images/cards-da.gif);
    background-repeat: no-repeat;
    background-position: center center;
}

#BookingMainAreaV3 .navigation
{
    margin: 29px 0px;
    width: 100%;
}
#BookingMainAreaV3 .navigation .bigButtonPink
{
    margin-top: 0px;
}

#BookingMainAreaV3 .navigation .goBack
{
    margin-top: -11px;
    position: relative;
    font-size:14px;
}
#BookingMainAreaV3 .navigation td
{
    vertical-align: middle;
}
#BookingMainAreaV3 .sslInfo
{
    border: solid 1px #d1d1d1;
    padding: 8px;
}
#BookingMainAreaV3 .sslInfo .lockImage
{
    padding-left: 20px;
    background-image: url(Images/secure.gif);
    background-repeat: no-repeat;
}
#BookingMainAreaV3 div.moreInfo
{
    width: 98%;
    height: 25px;
    position: relative;
    color: #666666;
}

#BookingMainAreaV3 div.moreInfo .bookingConfirmationInfo
{
    position: absolute;
    bottom: 22px;
    left: -6px;
    width: 295px;
}

#BookingMainAreaV3 div.moreInfo .bookingConfirmationInfo h2
{
    color: #666666;
}

#BookingMainAreaV3 div.moreInfo .bookingConfirmationInfo img
{
    width: 162px;
    height: 121px;
    bottom: 14px;
    margin-left:7px;
    position: absolute;
}

#BookingMainAreaV3 div.moreInfo .bookingConfirmationInfo .moreInfoFloat
{
    width: 49%;
    float: left;
    position: relative;
}
#BookingMainAreaV3 div.moreInfo .bookingConfirmationInfo .HouseImage
{
    width: 289px;
    height: 121px;
    background-image: url(Images/bgmk2.gif);
}
#BookingMainAreaV3 div.moreInfo .bookingConfirmationInfo .HouseImageforie
{
    width: 289px;
    height: 121px;
    background-image: url(Images/bgmk2.gif);
}
#BookingMainAreaV3 div.moreInfo .bookingConfirmationInfo .YouCan
{
    padding-top: 10px;
    font-size: 10px;
    color: #666666;
}
#BookingMainAreaV3 div.moreInfo .bookingConfirmationInfo .YouCan p
{
    line-height: 13px;
}
#BookingMainAreaV3 div.moreInfo .bookingConfirmationInfo .YouCan .title
{
    font-weight: bold;
    font-size: 10px;
    color: #666666;
}

#BookingMainAreaV3 div.moreInfo .HorizontalFooter
{
    padding: 7px;
    width: 874px;
    background-color: #f4f4f4;
    font: 11px arial;
    margin-left:2px;
    position:absolute;
    bottom:-4px;
    left:-8px;
}

#BookingMainAreaV3 div.moreInfo .HorizontalFooter .footerTitle
{
    font-weight: bold;
}
#BookingMainAreaV3 .consumptionHeader .clickyHeader
{
    padding-left: 30px;
    background-image: url(Images/open.gif);
    background-repeat: no-repeat;
    height: 22px;
    vertical-align: middle;
    cursor: pointer;
    padding-top: 3px;
    font-size: 11px;
    color: #647925;
    text-decoration: underline;
    margin-top:3px;
}

#BookingMainAreaV3 .consumptionHeader .clickyHeader:hover
{
    background-image: url(Images/open-hover.gif);
}

#BookingMainAreaV3 .consumptionHeaderSelected .clickyHeader
{
    padding-left: 30px;
    padding-top: 3px;
    background-image: url(Images/close.gif);
    background-repeat: no-repeat;
    height: 22px;
    vertical-align: middle;
    cursor: pointer;
    font-size: 11px;
    color: #647925;
    text-decoration: underline;
    margin-top:3px;
}

#BookingMainAreaV3 .consumptionHeaderSelected .clickyHeader:hover
{
    background-image: url(Images/close-hover.gif);
}

/*** FUNCH ***/
#BookingMainAreaV3 .error
{
    color: #E22093;
}
#BookingMainAreaV3 .errorborder
{
    border-width:1px;
    border-color:#E22093;
    border-style:solid;
}
#BookingMainAreaV3 div.errorMsg h3, .infoCol div.errorMsg h3
{
    padding: 0px;
    margin: 0px;
    font-size: 1.1em;
    font-weight: normal;
    color: #E22093 !important;
    list-style-type: disc;
}

#BookingMainAreaV3 div.errorMsg h2
{
    color: #E22093;
    font-size: 1.0em;
    font-weight: normal;
    padding: 0 0 10px;
}
#BookingMainAreaV3 div.errorMsg ul li
{
    background-color: transparent;
    list-style-type: disc;
}
#BookingMainAreaV3 input.error, #BookingMainArea select.error
{
    border-color: #e22093 !important;
}

#BookingMainAreaV3 table input[type=text], #BookingMainArea table select, #BookingMainArea table input[type=password]
{
    border: 1px solid #9d9a95;
}

/*** FUNCH ***/
#BookingMainAreaV3 div.errorMsg, #BookingMainAreaV3 .infoCol div.errorMsg
{
    margin-bottom: 20px;
    padding: 20px;
    font-size: 1.0em;
    background-color: #feffdf;
    border: 1px solid #e8edad;
}

#BookingMainAreaV3 .step4
{
    padding-top: 40px;
}
#BookingAreaV3 .step4 .orderNumberAndDate, #BookingAreaV3 .step4 .customerInformation, #BookingAreaV3 .step4 .accomodationInfo, #BookingAreaV3 .step4 .orderDetails
{
    border-top: 1px solid #cdcdcd;
    padding: 10px 0px 5px 0px;
    margin: 5px 0px;
    clear: both;
}

#BookingAreaV3 .step4 .orderNumberAndDate dl dt
{
    clear: left;
    float: left;
    font-weight: bold;
    width: 110px;
    margin: 0px;
    color: #666666;
}
#BookingAreaV3 .step4 .orderNumberAndDate dl dd
{
    float: left;
    margin: 0px;
    width: 450px;
}

#BookingAreaV3 .step4 .customerInformation .personalInfo
{
    float: left;
}

#BookingAreaV3 .step4 .customerInformation .personalInfo .data
{
    width: 200px;
    float: left;
}
#BookingAreaV3 .step4 .customerInformation .personalInfo .counts
{
    width: 200px;
    float: left;
}

#BookingAreaV3 .step4 .googleMap .tabContent
{
    background: none;
    padding: 0;
}


#BookingAreaV3 .step4 .customerInformation .myVacasol
{
    width: 200px;
    float: left;
    background: none;
    margin-top: 14px;
}

#BookingAreaV3 .step4 div#gBigMapDiv
{
    width: 616px;
}

#BookingAreaV3 .step4 p
{
    font-size: 10px;
    padding: 0 0 10px 0;
}

#BookingMainAreaV3 .moduleBody .moduleBody
{
    background: transparent;
}
#BookingMainAreaV3 .entranceArea
{
    float: left;
    width: 617px;
    margin: 0 20px 40px 37px;
}
#BookingMainAreaV3 h1
{
    padding-bottom: 10px;
    font-size: 1.8em;
    font-weight: normal;
    color: #000;
}
#BookingMainAreaV3 h2
{
    margin: 5px 0 1px 0;
}



#BookingMainAreaV3 .step4 .houseImg
{
    float: left;
    width: 200px;
}

#BookingMainAreaV3 .step4 .location
{
    float: left;
    width: 200px;
}
#BookingMainAreaV3 .step4 .location .label
{
    font-weight: bold;
    color: #666666;
    margin: 0;
}

#BookingMainAreaV3 .step4 .periode
{
    float: right;
    width: 200px;
    font-weight: bold;
}
#BookingMainAreaV3 .step4 .periode .arrival, #BookingMainAreaV3 .step4 .periode .departure
{
    font-weight: normal;
}
#BookingMainAreaV3 .step4 .periode .arrival div.type, #BookingMainAreaV3 .step4 .periode .departure div.type
{
    float: left;
}

#BookingMainAreaV3 .step4 .periode .arrival div.value, #BookingMainAreaV3 .step4 .periode .departure div.value
{
    float: right;
}

#BookingMainAreaV3 .step4 .accomodationInfo
{
    min-height: 126px;
}

#BookingMainAreaV3 .step4 .contactPerson
{
    width: 180px;
    float: left;
}
#BookingMainAreaV3 .step4 .contactPerson .label
{
    font-weight: bold;
    color: #666666;
}

#BookingMainAreaV3 .step4 .houseRefInfo
{
    font-weight: bold;
    margin-bottom: 10px;
}
#BookingMainAreaV3 .step4 .houseRefInfo span
{
    margin-left: 2px;
    font-weight: normal;
}

#BookingMainAreaV3 .step4 .googleMap
{
    margin-top: 10px;
    border-top: 1px solid #cdcdcd;
    padding-top: 10px;
}

#BookingMainAreaV3  .dropdown
{
    width: 178px !important;
    font-size: 13px;
}

#BookingMainAreaV3 h3
{
    padding: 0;
    text-transform: none;
    color: #666666;
    font-weight: bold;
}
/*
#BookingMainAreaV3 .step4 h2
{
	margin: 0px 0 10px 0;
}*/
#BookingMainAreaV3 .step4 tr.total td
{
    border-top: 1px solid #cdcdcd !important;
}
#BookingMainAreaV3 .step4 tr.total h3
{
    color: #000;
}
#BookingMainAreaV3 .step4 .priceInfo hr
{
    display: none;
}

#BookingMainAreaV3 .img
{
	height:12px;
	margin-left:2px;
	margin-right:2px;
}

#ctl00_cphStageRegion_cphMainRegion_uLblUserNameHeader, #ctl00_cphStageRegion_cphMainRegion_uiLblPasswordHeader
{
    font-weight: bold;
}

/* added by Jesper Allermand 2009/01/09 */
#BookingAreaV3 .step4 .orderDetails, #BookingAreaV3 .step4 .orderDetails table, #BookingAreaV3 .step4 .orderDetails .priceInfo table, #BookingAreaV3 .step4 .successInstalments table
{
    width: 400px;
    margin-right: 0;
}
#BookingAreaV3 .step4 .orderDetails table td.label, #BookingAreaV3 .step4 .orderDetails .priceInfo table td.label, #BookingAreaV3 .step4 .successInstalments table td.label
{
    width: 280px;
}
#BookingAreaV3 .step4 .orderDetails table td.value, #BookingAreaV3 .step4 .orderDetails .priceInfo table td.value, #BookingAreaV3 .step4 .successInstalments table td.value
{
    width: 120px;
}

#BookingMainAreaV3 .infoCol
{
    background-color: #eeeeee;
}
#BookingMainAreaV3  div.bigButtonPink a
{
    font-weight: normal;
}

#BookingMainAreaV3 table .star, #BookingMainAreaV3 .requiredFields
{
    color: #E22093;
}
#BookingMainAreaV3 table.insurance
{
    line-height: 1.4 !important;
    
}

#BookingMainAreaV3 .insurance td.control
{
    padding: 2px 2px 2px 2px !important;
    line-height: 1.4 !important;
}
#BookingMainAreaV3 .insurance td.label, #BookingMainAreaV3 .insurance td.value
{
    padding: 2px 2px 4px 2px !important;
}

#BookingMainAreaV3 .thirdInsurance td.label, #BookingMainAreaV3 .thirdInsurance td.value 
{
    padding: 4px 2px 2px 2px !important;
    line-height: 1.4 !important;
    vertical-align: baseline !important;
}
/*#BookingMainAreaV3 .freeInsurance td
{
    vertical-align: middle !important;
}*/

.customerRating
{
    float: right;
    clear: both;
}
.customerratingsmall
{
    margin-top: 5px;
}

.customerratingsmall .ratingText
{
    margin-left: 9px;
    float: left;
    font-size: 14px;
}

.customerratingsmall .ratingTextLeft
{
    margin-right: 9px;
    float: left;
    font-size: 14px;
}

.customerratingsmall, .customerratingsmall div
{
    height: 17px;
    float: left;
}
.customerratingsmall .Rating
{
    margin-right: 2px;
}
.customerratingsmall .ratingImage
{
    width: 95px;
}
.customerratingsmall .Rating00
{
    background-image: url(review/icon/17px/0.00.gif);
    width: 17px;
}
.customerratingsmall .Rating1
{
    background-image: url(review/icon/17px/1.gif);
    width: 17px;
}
.customerratingsmall .Rating2
{
    background-image: url(review/icon/17px/2.gif);
    width: 36px;
}
.customerratingsmall .Rating3
{
    background-image: url(review/icon/17px/3.gif);
    width: 55px;
}
.customerratingsmall .Rating4
{
    background-image: url(review/icon/17px/4.gif);
    width: 74px;
}
.customerratingsmall .Rating5
{
    background-image: url(review/icon/17px/5.gif);
    width: 93px;
}

.customerratingsmall .Decimal25
{
    width: 17px;
    background-image: url(review/icon/17px/0.25.gif);   
    margin-right: 2px;
}
.customerratingsmall .Decimal50
{
    width: 17px;
    background-image: url(review/icon/17px/0.50.gif);   
    margin-right: 2px;
}
.customerratingsmall .Decimal75
{
    width: 17px;
    background-image: url(review/icon/17px/0.75.gif);   
    margin-right: 2px;
}
.customerratingsmall .Decimal12
{
    width: 17px;
    background-image: url(review/icon/17px/0.12.gif);   
    margin-right: 2px;
}
.customerratingsmall .Decimal37
{
    width: 17px;
    background-image: url(review/icon/17px/0.37.gif);   
    margin-right: 2px;
}
.customerratingsmall .Decimal62
{
    width: 17px;
    background-image: url(review/icon/17px/0.62.gif);   
    margin-right: 2px;
}
.customerratingsmall .Decimal87
{
    width: 17px;
    background-image: url(review/icon/17px/0.87.gif);   
    margin-right: 2px;
}
.customerratingbig
{
    margin-top: 5px;
}

.customerratingbig .ratingText
{
    margin-left: 9px;
    float: left;
    font-size: 18px;
}

.customerratingbig .ratingTextLeft
{
    margin-right: 9px;
    float: left;
    font-size: 18px;
}

.customerratingbig, .customerratingbig div
{
    height: 23px;
    float: left;
}
.customerratingbig .Rating
{
    margin-right: 3px;
}
.customerratingbig .Decimal00
{
    width: 23px;
    background-image: url(review/icon/23px/0.00.gif);   
    margin-right: 3px;
}
.customerratingbig .Rating1
{
    background-image: url(review/icon/23px/1.gif);
    width: 23px;
}
.customerratingbig .Rating2
{
    background-image: url(review/icon/23px/2.gif);
    width: 49px;
}
.customerratingbig .Rating3
{
    background-image: url(review/icon/23px/3.gif);
    width: 74px;
}
.customerratingbig .Rating4
{
    background-image: url(review/icon/23px/4.gif);
    width: 101px;
}
.customerratingbig .Rating5
{
    background-image: url(review/icon/23px/5.gif);
    width: 127px;
}

.customerratingbig .Decimal25
{
    width: 23px;
    background-image: url(review/icon/23px/0.25.gif);   
    margin-right: 3px;
}
.customerratingbig .Decimal50
{
    width: 23px;
    background-image: url(review/icon/23px/0.50.gif);   
    margin-right: 3px;
}
.customerratingbig .Decimal75
{
    width: 23px;
    background-image: url(review/icon/23px/0.75.gif);   
    margin-right: 3px;
}
.customerratingbig .Decimal12
{
    width: 23px;
    background-image: url(review/icon/23px/0.12.gif); 
    margin-right: 3px;  
}
.customerratingbig .Decimal37
{
    width: 23px;
    background-image: url(review/icon/23px/0.37.gif);   
    margin-right: 3px;
}
.customerratingbig .Decimal62
{
    width: 23px;
    background-image: url(review/icon/23px/0.62.gif);   
}
.customerratingbig .Decimal87
{
    width: 23px;
    background-image: url(review/icon/23px/0.87.gif);   
    margin-right: 3px;
}
.customerratinggrey
{
    margin-top: 5px;
}

.customerratinggrey .ratingText
{
        font-size: 12px;
    font-weight: normal;
    color: #666;
    float: left;
    margin-top:-3px;
}

.customerratinggrey .ratingTextLeft
{
        font-size: 12px;
    font-weight: normal;
    color: #666;
    margin-right: 9px;
    float: left;
}

.customerratinggrey .ratingTypeText
{
    margin-left: 9px;
    float: left;
    font-size: 12px;
    font-weight: normal;
    color: #333;
    margin-top:-3px;
    position:absolute;
}

.customerratinggrey, .customerratinggrey div
{
    height: 9px;
    float: left;
}
.customerratinggrey .Rating
{
    width: 99px;
    margin-right:9px;
}

.customerratinggrey .Rating1
{
    background-image: url(review/icon/grey/5-1.gif);    
}
.customerratinggrey .Rating2
{
    background-image: url(review/icon/grey/5-2.gif);
}
.customerratinggrey .Rating3
{
    background-image: url(review/icon/grey/5-3.gif);
}
.customerratinggrey .Rating4
{
    background-image: url(review/icon/grey/5-4.gif);
}
.customerratinggrey .Rating5
{
    background-image: url(review/icon/grey/5-5.gif);
}

.CustomerReviews
{
    width: 634px;
    padding: 14px;
}

.CustomerReviews div
{
    
}

.CustomerReviews .Summary .Header
{
    width: 100%;
    min-height: 40px;
}
.CustomerReviews .Summary .Header > .Rating
{
    float: left;
    width: 200px;
}

.CustomerReviews .Summary .Header .HeaderText
{
    float: left;
    margin-left: 14px;
    font-size: 18px;
    color: #212121;
    margin-top: 4px;
}

.CustomerReviews .Summary .Header .HeaderTextSmall
{
    float: left;
    
    font-size: 16px;
    color: #212121;
    margin-top: 4px;
}

.CustomerReviews .Summary .Reviews
{
    width: 100%;
}

.CustomerReviews .Summary .Reviews .HouseImage
{
    float: left;
    width: 200px;
    height: 150px;
    position: relative;
}

.CustomerReviews .Summary .Reviews .HouseImage img
{
    width: 200px;
    height: 150px;
}

.CustomerReviews .Summary .Reviews .HouseImage .cloud
{
    width: 200px;
    height: 150px;
    position: absolute;
    background-image: url(review/cloud.png);
    background-position: -10px -20px ;
    background-repeat: no-repeat;
    top: 0px;
    left: 0px;
    font-size: 12px; 
    color: #E54191;
    font-weight: bold;
}

.CustomerReviews .Summary .Reviews .HouseImage .cloud .percentage
{
    font-size: 24px;
    position: absolute;
    left: 20px;
    top:-6px;
}
.CustomerReviews .Summary .Reviews .HouseImage .cloud .recommenedText
{
    position: absolute;
    left: 40px;
    top: 19px;
}

.CustomerReviews .Summary .Reviews .DetailRating
{
    float: left;
    width: 406px;
    margin-left: 14px;
}
.CustomerReviews .Summary .Reviews .DetailRating .HeaderText
{
    color: Black;
    font-weight: bold;
}
.CustomerReviews .Summary .Reviews .DetailRating .HouseRating
{
    float: left;
    width: 48%;
    border-right: solid 1px #d1d1d1;
    
}

.CustomerReviews .Summary .Reviews .DetailRating .AreaRating
{
    float: left;
    width: 49%;
    margin-left: 7px;
}

.CustomerReviews .IndividualReview 
{
    border-top: solid 1px #d1d1d1;
    width: 100%;
    padding-top: 14px;
}

.CustomerReviews .IndividualReview .Header
{
    width: 100%;
    min-height: 40px;
    position: relative;
}
.CustomerReviews .IndividualReview .Header .Rating
{
    float: left;
}

.CustomerReviews .IndividualReview .Header .HeaderText
{
    float: left;
    margin-left: 14px;
    font-size: 14px;
    color: #212121;
    margin-top: 7px;
}

.CustomerReviews .IndividualReview .Reviews .DetailRating
{
    float: left;
    width: 100%;
}
.CustomerReviews .IndividualReview .Reviews .DetailRating .HeaderText
{
    color: Black;
    font-weight: bold;
}

.CustomerReviews .IndividualReview .Reviews .DetailRating .HouseRating
{
    float: left;
    width: 50%;
    border-right: solid 1px #d1d1d1;
}

.CustomerReviews .IndividualReview .Reviews .DetailRating .AreaRating
{
    float: left;
    width: 47%;
    margin-left: 14px;
}

.CustomerReviews .IndividualReview .PlusMinus
{
    margin-top: 14px;
    float: left;
}

.CustomerReviews .IndividualReview .PlusMinus .Row
{
    width: 100%;
    float: left;
    margin-bottom: 7px;
}
.CustomerReviews .IndividualReview .PlusMinus .Row .PlusImage
{
    float: left;
    width: 13px;
    height: 13px;
    background-image: url(review/icon/positive.gif);
}

.CustomerReviews .IndividualReview .PlusMinus .Row .PlusContent
{
    float: left;
    width: 580px;
    margin-left: 7px;
}

.CustomerReviews .IndividualReview .PlusMinus .Row .MinusImage
{
    float: left;
    width: 13px;
    height: 13px;
    background-image: url(review/icon/negative.gif);
}

.CustomerReviews .IndividualReview .PlusMinus .Row .MinusContent
{
    float: left;
    width: 580px;
    margin-left: 7px;
}

.CustomerReviews .IndividualReview .PlusMinus .Row .Conclusion
{
    float: left;
}



.CustomerReviews .IndividualReview .quote
{
    font-size: 14px;
    color: #333333;
}
.CustomerReviews .IndividualReview .speaker
{
    font-size: 11px;
    color: #333333;
    font-weight: bold;
}

.CustomerReviews .IndividualReview .Header .HeaderText .customer
{
    font-size: 11px;
    color: #333333;
    font-weight: bold;
}
.CustomerReviews .IndividualReview .Header .HeaderText .period
{
    font-size: 11px;
    font-weight: normal;
    color: #333333;
}
.CustomerReviews .IndividualReview .PlusMinus .Row .Source
{
    float: right;
    font-size: 11px;
    color: #666666;
    font-style: italic;
}


.IndividualReview .customerratinggrey .ratingText
{
        font-size: 11px;
}

.IndividualReview .customerratinggrey .ratingTextLeft
{
        font-size: 11px;
}

.IndividualReview .customerratinggrey .ratingTypeText
{
    font-size: 11px;
}


.customerratingtiny
{
    margin-top: 2px;
}

.customerratingtiny .ratingText
{
    margin-left: 9px;
    float: left;
    font-size: 14px;
}

.customerratingtiny .ratingTextLeft
{
    margin-right: 9px;
    float: left;
    font-size: 14px;
}

.customerratingtiny, .customerratingtiny div
{
    height: 9px;
    float: left;
}
.customerratingtiny .Rating
{
/*    margin-right: 1px;*/
}
.customerratingtiny .ratingImage
{
    width: 95px;
}
.customerratingtiny .Rating00
{
    background-image: url(review/icon/9px/0.00.gif);
    width: 9px;
}
.customerratingtiny .Rating1
{
    background-image: url(review/icon/9px/1.gif);
    width: 9px;
}
.customerratingtiny .Rating2
{
    background-image: url(review/icon/9px/2.gif);
    width: 20px;
}
.customerratingtiny .Rating3
{
    background-image: url(review/icon/9px/3.gif);
    width: 30px;
}
.customerratingtiny .Rating4
{
    background-image: url(review/icon/9px/4.gif);
    width: 40px;
}
.customerratingtiny .Rating5
{
    background-image: url(review/icon/9px/5.gif);
    width: 49px;
}

.customerratingtiny .Decimal25
{
    width: 9px;
    background-image: url(review/icon/9px/0.25.gif);   
    margin-right: 1px;
}
.customerratingtiny .Decimal50
{
    width: 9px;
    background-image: url(review/icon/9px/0.50.gif);   
    margin-right: 1px;
}
.customerratingtiny .Decimal75
{
    width: 9px;
    background-image: url(review/icon/9px/0.75.gif);   
    margin-right: 1px;
}
.customerratingtiny .Decimal12
{
    width: 9px;
    background-image: url(review/icon/9px/0.12.gif);   
    margin-right: 1px;
}
.customerratingtiny .Decimal37
{
    width: 9px;
    background-image: url(review/icon/9px/0.37.gif);   
    margin-right: 1px;
}
.customerratingtiny .Decimal62
{
    width: 9px;
    background-image: url(review/icon/9px/0.62.gif);
    margin-right: 1px;   
}
.customerratingtiny .Decimal87
{
    width: 9px;
    background-image: url(review/icon/9px/0.87.gif);   
    margin-right: 1px;
}


.customerratingsmaller
{
    margin-top: 2px;
}

.customerratingsmaller .ratingText
{
    margin-left: 9px;
    float: left;
    font-size: 14px;
}

.customerratingsmaller .ratingTextLeft
{
    margin-right: 9px;
    float: left;
    font-size: 14px;
}

.customerratingsmaller, .customerratingsmaller div
{
    height: 11px;
    float: left;
}
.customerratingsmaller .Rating
{
/*    margin-right: 1px;*/
}
.customerratingsmaller .ratingImage
{
    width: 60px;
}
.customerratingsmaller .Rating00
{
    background-image: url(review/icon/11px/0.00.gif);
    width: 11px;
}
.customerratingsmaller .Rating1
{
    background-image: url(review/icon/11px/1.gif);
    width: 11px;
}
.customerratingsmaller .Rating2
{
    background-image: url(review/icon/11px/2.gif);
    width: 24px;
}
.customerratingsmaller .Rating3
{
    background-image: url(review/icon/11px/3.gif);
    width: 36px;
}
.customerratingsmaller .Rating4
{
    background-image: url(review/icon/11px/4.gif);
    width: 48px;
}
.customerratingsmaller .Rating5
{
    background-image: url(review/icon/11px/5.gif);
    width: 59px;
}

.customerratingsmaller .Decimal25
{
    width: 11px;
    background-image: url(review/icon/11px/0.25.gif);   
    margin-right: 1px;
}
.customerratingsmaller .Decimal50
{
    width: 11px;
    background-image: url(review/icon/11px/0.50.gif);   
    margin-right: 1px;
}
.customerratingsmaller .Decimal75
{
    width: 11px;
    background-image: url(review/icon/11px/0.75.gif);   
    margin-right: 1px;
}
.customerratingsmaller .Decimal12
{
    width: 11px;
    background-image: url(review/icon/11px/0.12.gif);   
    margin-right: 1px;
}
.customerratingsmaller .Decimal37
{
    width: 11px;
    background-image: url(review/icon/11px/0.37.gif);   
    margin-right: 1px;
}
.customerratingsmaller .Decimal62
{
    width: 11px;
    background-image: url(review/icon/11px/0.62.gif);
    margin-right: 1px;   
}
.customerratingsmaller .Decimal87
{
    width: 11px;
    background-image: url(review/icon/11px/0.87.gif);   
    margin-right: 1px;
}

/*******************************/
/* House Details Async */

.houseDetailsAsync #FullWidthArea
{
    padding-top: 0;
}


.houseDetailsAsync #FullWidth
{
    float: left;
    margin: 0 6px 0 0;
    width: 881px;
}

.houseDetailsAsync #RightLine
{
    display: none;
}

.houseDetailsAsync #LeftLine, .houseDetailsAsync #LeftColumnArea
{
    width: 898px;
}

.houseDetailsAsync .pageHeading h3
{
    background: url(Images/HeadingLeftBackFull.gif) no-repeat top left #6d8228;
}

/* caption */
.houseDetailsAsync .caption
{
    float: left;
    margin: 6px 0;
    font-size: 18px;
    font-weight: normal;
    color: #616161;
}
.houseDetailsAsync .caption .ref
{
    font-size: 12px;
}
.houseDetailsAsync .caption .numberOfHouses
{
    font-weight: bold;
    color: #8bab00;
}
.houseDetailsAsync .caption .area
{
    color: #8bab00;
}

/* add to favorites */
.houseDetailsAsync .addToFav
{
    float: right;
    width: 171px;
    padding: 20px 0 0 16px;
    background: url('Images/addToFavBg.png') no-repeat 0 0;
}
.houseDetailsAsync .addToFav a
{
    padding-left: 18px;
    color: #000;
    background: url('Images/addToFav.png') no-repeat 0 0;
}




/* End House Details Async */
/*******************************/


.SearchResultModule li
{
    list-style-type: none;
}
