



/*******************************/
/**** FRONTPAGE QUICKSEARCH ****/

#quickSearchResults {
	background: url(/site/images/bg_qs.gif) top left repeat-y;
	width: 360px;
}

#quickSearchResultsPager {
	font-weight: bold;
}

#quickSearchResultsPagerContent {
	padding: 8px 10px 5px 15px;
	background: url(/site/images/bg_qs_top.gif) top left no-repeat; 
	text-align: center;

}

#quickSearchResultsPager table {
	border: none;
	border-collapse: collapse;
	margin: 0;
	width: 333px;
}

#quickSearchResultsPager td {
	padding: 0;
	text-align: center;
	vertical-align: top;
}

#quickSearchResultsPager td.prev {
	text-align: left;
}

#quickSearchResultsPager td.next {
	text-align: right;
}

#quickSearchResultsPager td.l {
	width: 20px;
	text-align: center;
}

.qsLoading {
	display: block;
	width: 20px;
	height: 16px;
	background: url(/site/images/ajax-loader-quicksearch.gif) center center no-repeat;
	visibility: hidden;
}

#qsPrev, #qsNext, #qsTotal, #qsPage {
	visibility: hidden;
}


#quickSearchResultsContent {
	padding: 0 0 3px 8px;
	background: url(/site/images/bg_qs_bot.gif) bottom left no-repeat;
}

#quickSearchResultsData {
	min-height: 299px;
	display: none;
}

#quickSearchResultsContent table {
	border: none;
	border-collapse: collapse;
	margin: 0;
}

#quickSearchResultsContent td {
	text-align: left;
	vertical-align: top;
	width: 115px;
	height: 175px;
	padding: 0;

	background: #fff url(/site/images/bg_sritem.gif) top left no-repeat;
}

#quickSearchResultsContent td.first {
	background: #fff url(/site/images/bg_sritem_first.gif) top right no-repeat;
}

#quickSearchResultsContent tr.first td {
 	background: #fff url(/site/images/bg_sritem_firstrow.gif) top left no-repeat;
}

#quickSearchResultsContent tr.first td.first {
	background-image: none;
}

#quickSearchResultsContent td.last {
 	background: #fff url(/site/images/bg_sritem_last.gif) top left no-repeat;
}

#quickSearchResultsContent tr.last td.last {
	background: #fff url(/site/images/bg_sritem_verylast.gif) top left no-repeat;
}



#quickSearchResultsContent .item {
	padding: 9px 3px 8px 7px;
	font-size: 10px;
}

#quickSearchResultsContent tr.first .item {
	padding-top: 5px;
}

#quickSearchResultsContent td.first .item {
	padding-right: 4px;
	padding-left: 5px;
}

#quickSearchResultsContent td.last .item {

}


#quickSearchResultsContent .item .img {
	width: 104px;
	height: 70px;
	overflow: hidden;
}

#quickSearchResultsContent .item .img a {
	display: block;
	width: 104px;
	height: 70px;
	overflow: hidden;
	background: transparent url(/site/images/bg_qs_img.gif) 0 0 no-repeat;
	
}

#quickSearchResultsContent .address {
	padding: 5px 2px;
	font-size: 10px;
	line-height: 14px;
}

#quickSearchResultsContent .address span {
	display: block;
	width: 102px;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
}

#quickSearchResultsContent .address a {
	color: #0c4da2;
	display: block;
}

#quickSearchResultsContent .address a:visited {
	color: #515355;
}


#quickSearchResultsContent h2 {
	font-size: 10px;
	margin: 0;
}

#quickSearchResultsContent .nr {
	font-size: 10px;
	margin: 2px 0;
	padding: 0 2px;
}

#quickSearchResultsContent .m2 {
	padding: 0 2px;
	display: none;
}

#quickSearchResultsContent a.memo {
	display: block;
	margin: 5px 0 0 0;
	padding: 0 2px;
	text-decoration: none;
	color: #000;
}



#quickSearchResultsContent .priceBefore,
#quickSearchResultsContent .price {
	padding: 2px;
}

#quickSearchResultsContent .price {
	font-weight: bold;
}

#quickSearchResultsContent td.discount .priceBefore,
#quickSearchResultsContent td.discount .price {
	background: #be252b;
	color: #fff;
	padding: 2px 5px;
	margin: 0 2px 0 0;
}

#quickSearchResultsContent td.discount .price {
	font-weight: bold;
}

/**** FRONTPAGE QUICKSEARCH ****/
/*******************************/




/******************************/
/**** HOUSE SEARCH RESULTS ****/


#searchResultsList {
	position: relative;
}

#searchResultsTabs {
	padding: 10px 8px 0 6px;
}

#searchResultsTabs a:hover {
	color: #000;
}


ul.tabs {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.tabs li {
	margin: 0 1px 0 0;
	padding: 0;
	float: left;
	background: #e9e9dd url(/site/images/bg_srtab.gif) top left repeat-x;

}

ul.tabs li.current {
	font-weight: bold;
	background: #fff url(/site/images/bg_srtab_current.gif) top left repeat-x;
}

ul.tabs a {
	display: block;
	text-decoration: none;
	color: #807878;
	background: url(/site/images/bg_srtab_left.gif) top left no-repeat;
}

ul.tabs li.current a {
	color: #000;
	background: url(/site/images/bg_srtab_current_left.gif) top left no-repeat;
}

ul.tabs span {
	display: block;
	padding: 12px 20px 8px 20px;
	background: url(/site/images/bg_srtab_right.gif) top right no-repeat;
}

ul.tabs li.current span {
	background: url(/site/images/bg_srtab_current_right.gif) top right no-repeat;
}






#searchResultsHeader {
	margin: 0 8px 10px 6px;
	background: #fff url(/site/images/bg_srheader_top.gif) top right no-repeat;
	color: #0c4da2;
}

#searchResultsHeaderContent {
	background: transparent url(/site/images/bg_srheader_bot.gif) bottom right no-repeat;
	padding: 6px 20px 5px 20px;
}

#searchResultsHeader label {
	color: #307fa0;
}

#searchResultsHeader a,
#searchResultsFooter a {
	color: #0c4da2;
	text-decoration: underline;
}

#searchResultsHeader select {
	margin: 0 0 0 8px;
}


#searchResultsFooter {
	color: #0c4da2
}

#searchResultsFooterContent {
	padding: 0 28px 20px 0;
}

#searchResultsPagingOptions {
	float: left;
	text-align: left;
}



#searchResultsTopPager {
	float: right;
	text-align: right;
	padding-top: 3px;
}

#searchResultsBotPager {
	float: right;
	text-align: right;
}


#searchResultsTopCount,
#searchResultsBotCount {
	float: left;
	font-weight: bold;
	margin: 0 10px 0 0;
}

#searchResultsTopPagerLinks,
#searchResultsBotPagerLinks {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}

#searchResultsTopPagerLinks li, 
#searchResultsBotPagerLinks li {
	margin: 0;
	padding: 0;
	float: left;
	margin: 0 4px;
}

#searchResultsTopPagerLinks li.current a,
#searchResultsBotPagerLinks li.current a{
	color: #c9252b;
}


#searchResultsTopPagerLinks li.prev,
#searchResultsBotPagerLinks li.prev {
	margin-right: 10px;
}


#searchResultsTopPagerLinks li.next,
#searchResultsBotPagerLinks li.next {
	margin-left: 10px;
}




#searchResultsWrapper {
	padding: 0 0 0 4px;
}


#searchResultsOptions {
	background: transparent url(/site/images/bg_sroptions.gif) top left repeat-y;
	width: 206px;
	margin-right: -1px;
	overflow: hidden;
	float: left;
	position: relative;
	z-index: 2;
}

#searchResultsOptionsWrapper {
	background: transparent url(/site/images/bg_sroptions_top.gif) top left no-repeat;

}

#searchResultsOptionsContent {
	padding: 16px 4px 10px 4px;
	background: transparent url(/site/images/bg_sroptions_bot.gif) bottom left no-repeat;
}


.section {
	margin: 0 0 10px 0;
	padding: 0 0 0 10px;
}

.section input.submit {
	text-transform: uppercase;
	padding: 2px 20px;
	background: #be252b;
	color: #fff;
	border-collapse: collapse;
	border-top: 1px solid #cb5055;
	border-right: 1px solid #dd8c8f;
	border-bottom: 1px solid #cb5155;
	border-left: 1px solid #dd8c8f;
	font-weight: bold;
	margin: 10px 0;
}

.mapSection {
	margin: 0 0 10px 8px;
}

.mapSection #areaMap {
	border: 2px solid #fff;
}

.sectionHeader {
	color: #b0a38e;
	font-weight: bold;
	margin: 0 0 4px 0;
}

.facilitiesHeader {
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 10px 0 0 10px;
	color: #000;
}

table.aproxydate {
	border: none;
	border-collapse: collapse;
	margin: 0;
}

table.aproxydate td {
	padding: 0 5px 0 0;
	text-align: left;
	vertical-align: top;
}



#calendarSection {
	width: 194px;
}

#calendarSectionContent {
	padding: 0 0 14px 5px;
}

#calendarSection #calendarHeader a {
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	background: transparent url(/site/images/bg_calheader_off.gif) center left no-repeat;
	color: #fff;
	padding: 0 0 0 44px;
	line-height: 33px;
	font-weight: bold;
}

#searchResultsOptions {
	color: #515355;
}

#searchResultsOptions ul.facilities {
	margin: 0;
	padding: 0;
	list-style: none;
}

#searchResultsOptions ul.facilities li {
	margin: 0 0 4px 0;
	padding: 0 0 0 10px;
}

#searchResultsOptions a {
	color: #0c4da2;
	text-decoration: underline;
}

#requiredFacilities {
	border-bottom: 1px solid #91a5aa;
	margin-bottom: 12px !important;
	padding-bottom: 14px !important;
}




#searchResultsItems {
	width: 746px;
	float: left;
	overflow: hidden;
	background: transparent url(/site/images/bg_sritems.gif) top left repeat-y;
	position: relative;
	z-index: 1;
}

#searchResultsItemsWrapper {
	background: transparent url(/site/images/bg_sritems_top.gif) top left no-repeat;
}

#searchResultsItemsContent {
	background: transparent url(/site/images/bg_sritems_bot.gif) bottom left no-repeat;
	padding: 1px 4px 34px 1px;
}




#searchResultsItemsContent table.items {
	border: none;
	border-collapse: collapse;
	margin: 0;
}

#searchResultsItemsContent table.items td {
	width: 185px;
	height: 297px;
	padding: 0;
	vertical-align: top;
	text-align: left;
	background: url(/site/images/bg_sritem.gif) top left no-repeat;
}

#searchResultsItemsContent table.items td.first {
	background: url(/site/images/bg_sritem_first.gif) top right no-repeat;
}

#searchResultsItemsContent table.items tr.first td {
	background: url(/site/images/bg_sritem_firstrow.gif) left bottom no-repeat;	
}

#searchResultsItemsContent table.items tr.first td.first {
	background-image: none;
}

#searchResultsItemsContent table.items td.last {
	background: url(/site/images/bg_sritem_last.gif) top left no-repeat;
}

#searchResultsItemsContent table.items tr.last td.last {
	background: url(/site/images/bg_sritem_verylast.gif) top left no-repeat;
}




#searchResultsItemsContent table.simple {
	border: none;
	border-collapse: collapse;
	margin: 10px 0;
	width: 100%;
}

#searchResultsItemsContent table.simple th {
	font-weight: bold;
	vertical-align: top;
	text-align: left;
	padding: 5px 10px;
}

#searchResultsItemsContent table.simple th.price {
	text-align: right;
}

#searchResultsItemsContent table.simple td {
	vertical-align: top;
	text-align: left;
	padding: 5px 10px;
}

#searchResultsItemsContent table.simple td.price {
	text-align: right;
}





.searchResultsError {
	padding: 40px;
	font-weight: bold;
}


#searchResultsItems .item {
	padding: 12px 12px 12px 13px;
}

#searchResultsItems tr.first .item {
/*	padding-top: 0; */
}

#searchResultsItems .item .img {
	width: 160px;
	height: 108px;
	overflow: hidden;

}

#searchResultsItems .item .img a {
	display: block;
	width: 160px;
	height: 108px;
	overflow: hidden;
	background: transparent url(/site/images/bg_sritem_img.gif) 0 0 no-repeat;
}

#searchResultsItems .item .address {
	padding: 5px 0;
	font-size: 12px;
	line-height: 18px;
}

#searchResultsItems .item .address span {
	display: block;
	width: 160px;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
}


#searchResultsItems .item .address a {
	color: #0c4da2;
}

#searchResultsItems .item h2 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
}

#searchResultsItems .item .nr {
	margin: 7px 0;
}

#searchResultsItems .item .nr a {
	text-decoration: none;
	color: #515355;
}

#searchResultsItems .item .priceBefore {
	
}

#searchResultsItems .item .price {

}

#searchResultsItems .priceBefore,
#searchResultsItems .price {
	padding: 2px;
	margin-left: -2px;
}

#searchResultsItems td.discount .priceBefore,
#searchResultsItems td.discount .price {
	background: #be252b;
	color: #fff;
	padding: 2px 5px;
	margin: 0 2px 0 0;
}

#searchResultsItems td.discount .price {
	font-weight: bold;
}


#searchResultsItems .item .capacity {
	margin: 7px 0 2px 0;
}

#searchResultsItems .item .m2 {
	margin: 2px 0;
}

#searchResultsItems .item a.memo {
	font-size: 12px;
	font-weight: bold;
	padding: 1px 0 1px 22px;
	margin: 9px 0 0 0;
	text-decoration: none;
	color: #000;
	display: block;
}

#searchResultsItems .item a.memo:hover {
	text-decoration: underline;
}

#searchResultsItems .item a.add {
	background: url(/site/images/add.gif) left center no-repeat;
}

#searchResultsItems .item a.remove {
/*	background-image: url(/site/images/delete.gif); */
	background: url(/site/images/delete.gif) left center no-repeat;
}


/**** HOUSE SEARCH RESULTS ****/
/******************************/







/***********************/
/**** HOUSE DETAILS ****/

#houseTabs {
	padding: 10px 8px 0 6px;
}

#houseHeader {
	margin: 0 8px 10px 6px;
	background: #fff url(/site/images/bg_srheader_top.gif) top right no-repeat;
	color: #0c4da2;
}

#houseHeaderContent {
	background: transparent url(/site/images/bg_srheader_bot.gif) bottom right no-repeat;
	padding: 6px 20px 5px 20px;
}

#houseHeader h1 {
	margin: 0;
	padding: 0;
}


#houseWrapper {
	padding: 0 0 0 4px;
}

#houseData {
	width: 746px;
	float: left;
	overflow: hidden;
	position: relative;
	z-index: 1;
	margin-right: -1px;

	background: transparent url(/site/images/bg_hdata.gif) top left repeat-y;
}

#houseDataWrapper {
	background: transparent url(/site/images/bg_hdata_top.gif) top left no-repeat;
}

#houseDataContent {
	background: transparent url(/site/images/bg_hdata_bot.gif) bottom right no-repeat;
	padding: 9px 2px 34px 9px;

}

#houseOptions {
	background: transparent url(/site/images/bg_hoptions.gif) top left repeat-y;
	width: 206px;
	overflow: hidden;
	float: left;
	position: relative;
	z-index: 2;
}

#houseOptionsWrapper {
	background: transparent url(/site/images/bg_hoptions_top.gif) top left no-repeat;
}

#houseOptionsContent {
	padding: 16px 4px 10px 4px;
	background: transparent url(/site/images/bg_hoptions_bot.gif) bottom left no-repeat;
}


#houseDetails {
	background: transparent url(/site/images/bg_hdetails.gif) top left no-repeat;
}

#houseImgs {
	width: 300px;
	float: left;
	overflow: hidden;
}

#houseThumbs {
	margin: 5px 0 0 0;
}

#houseThumbs img {
	margin: 0 5px 5px 0;
}

#houseThumbs img.last {
	margin-right: 0;
}

#houseMiniMap {
	background: #f2efe9;
	height: 230px;
	margin: 5px 0 0 0;
}

#houseText {
	width: 435px;
	float: left;
	overflow: hidden;
}

#houseTextContent {
/*	padding: 0 7px; */
	padding: 0 2px 0 12px;
}


#houseData h1 {
	font-size: 14px;
	color: #0e0f10;
	padding: 4px 5px 7px 5px;
	margin: 0 5px 5px 0;
	border-bottom: 1px solid #e0e0d3;
}

#houseDescription {
	margin: 0;
	padding: 10px 8px;
	background: transparent url(/site/images/bg_hdescription.gif) top left repeat-x;
}

#houseDescription h2 {
	color: #0e0f10
}

div.buttons {
	padding: 10px 0 10px 3px;
	position: relative;
}

div.button {
	height: 30px;
	width: 190px;
	line-height: 30px;
	background: transparent url(/site/images/bg_greenbutton.gif) 0 0 no-repeat;
	vertical-align: middle;
	position: relative;
}

div.button a {
	display: block;
	color: #000 !important;
	text-decoration: none;
	padding: 0 0 0 40px;
	font-weight: bold;
	background-color: transparent;
	background-position: left center;
	background-repeat: no-repeat;
}


div.button a.add {
	background-image: url(/site/images/gbadd.gif);
}

div.button a.remove {
	background-image: url(/site/images/gbdelete.gif);
}

div.button a.send {
	background-image: url(/site/images/gbsend.gif);
}

/**** HOUSE DETAILS ****/
/***********************/




/* */


/*************************/
/**** SEASON CALENDAR ****/

table.seasonCalendar {
	border: none;
	border-collapse: collapse;
	margin: 0 0 20px 0;
	width: 730px;
}

table.seasonCalendar td {
	text-align: right;
	vertical-align: middle;
	color: #000;
	border: 1px solid #fff;
	padding: 2px;
}


table.seasonCalendar td.years a.current {
	font-weight: bold;
}

table.seasonCalendar td.year {
	padding: 2px 2px 2px 4px;
	border-top: none;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	border-left: none;
	font-weight: bold;
}

table.seasonCalendar td.month {
	text-align: center;
	padding: 2px 0;
	width: 56px;
	background: #ddd;
}

table.seasonCalendar td.day {
	text-align: right;
	padding: 2px 2px 2px 4px;
	border-top: 1px solid #eee;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	border-left: none;
}


table.seasonCalendar td.booked {
	background: #c0c0c0;
}

table.seasonCalendar td.void {
	background: #eee;
}

table.seasonCalendar td.nodata {
	background: #ddd;
}

table.seasonCalendar a {
	display: block;
	text-decoration: none;
	color: #000;
	background-image: url(/site/images/bg_season_td.gif);
	background-position: top right;
	background-repeat: no-repeat;
	padding-right: 10px;
}


table.seasonCalendar td.years {
	text-align: left;
	padding-left: 45px;
}

table.seasonCalendar td.years a {
	text-decoration: none;
	margin: 0 10px 0 0;
	padding: 0;
	display: inline;
	background: none;
}


table.seasonCalendar .season_A {
	background-color: #fb380b;
}

table.seasonCalendar .season_A a {
	background-color: #FD886D;
}

table.seasonCalendar .season_B {
	background-color: #f7941d;
}

table.seasonCalendar .season_B a {
	background-color: #FABF77;
}

table.seasonCalendar .season_C {
	background-color: #f9f006;
}

table.seasonCalendar .season_C a {
	background-color: #F8F36A;
}

table.seasonCalendar .season_D {
	background-color: #a9c652;
}

table.seasonCalendar .season_D a {
	background-color: #CBDD97;
}

table.seasonCalendar .season_E {
	background-color: #3188f3;
}

table.seasonCalendar .season_E a {
	background-color: #83B8F8;
}


table.seasonCalendar .season_F {
	background-color: #A28CAD;	
}

table.seasonCalendar .season_F a {
	background-color: #C7BACE;
}



table.seasonCalendarLegends {
	border: none;
	border-collapse: collapse;
	margin: 0 0 20px 0;
}

table.seasonCalendarLegends td {
	padding: 0 10px 5px 0;
	text-align: left;
	vertical-align: middle;
}

table.seasonCalendarLegends span {
	float: left;
	width: 2em;
	padding: 2px 0;
	margin: 0 5px 0 0;
	font-weight: bold;
	color: #000;
	text-align: center;
}

table.seasonCalendarLegends .booked {
	background: #c0c0c0;
}

table.seasonCalendarLegends .season_A {
	background: #fb380b;
}

table.seasonCalendarLegends .season_B {
	background-color: #f7941d;
}

table.seasonCalendarLegends .season_C {
	background-color: #f9f006;
}

table.seasonCalendarLegends .season_D {
	background-color: #a9c652;	
}

table.seasonCalendarLegends .season_E {
	background-color: #3188f3;
}

table.seasonCalendarLegends .season_F {
	background-color: #A28CAD;
}


/**** SEASON CALENDAR ****/
/*************************/


#houseFacilities {
	padding: 20px;
}

#houseFacilities table {
	border: none;
	border-collapse: collapse;
	margin: 0;
	width: 100%;
}

#houseFacilities td {
	text-align: left;
	vertical-align: top;
	padding: 0 10px 20px 0;
}

#houseFacilities ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#houseFacilities li {
	margin: 0 0 2px 0;
	padding: 0;
}

#houseFacilities li img {
	float: left;
	width: 14px;
	height: 14px;
	margin-right: 5px;
}

#houseFacilities li span {
	float: left;
	width: 200px;
}

#specialHouseFacilities {
	padding: 10px;
}

#specialHouseFacilities table {
	border: none;
	border-collapse: collapse;
	margin: 0;
	width: 100%;
}
#specialHouseFacilities td {
	text-align: left;
	vertical-align: top;
	padding: 0 10px 3px 0;
}

#specialHouseFacilities img {
	float: left;
	width: 14px;
	height: 14px;
	margin-right: 5px;
}

#specialHouseFacilities span {
	float: left;
	width: 170px;
	overflow: hidden;
}


/***********************/
/**** HOUSE PERIODS ****/

#housePeriods {
	padding: 10px 5px 10px 4px;
}

#housePeriods .error {
	padding: 5px;
	border-top: 2px solid #0c4da2;
	border-bottom: 2px solid #0c4da2;
	color: #372c2c;
}

#housePeriods .period {
	padding: 0 0 20px 0;
/*	margin: 0 0 20px 0; */
}

#housePeriods .period table {
	border: none;
	border-collapse: collapse;
	margin: 0 0 10px 0;
	width: 100%;
}

#housePeriods .period td {
	text-align: left;
	vertical-align: top;
	padding: 5px;
}


#housePeriods .period td.date {
	padding-top: 0;
	padding-bottom: 3px;
}

#housePeriods .period td.price {
	text-align: right;
	white-space: nowrap;
}

#housePeriods tr.total td {
	border-top: 2px solid #0c4da2;
	border-bottom: 2px solid #0c4da2;
	padding: 5px;
	font-weight: bold;
	color: #000;
}


#housePeriods .period a {
	display: block;
	text-decoration: none;
	text-align: center;
	color: #fff;
	background: #be252b;
	border: 1px solid #fff;
	padding: 2px;
	font-weight: bold;

}

/**** HOUSE PERIODS ****/
/***********************/





/*********************/
/**** GOOGLE MAPS ****/

#gMapWrapper {
	padding: 10px;
}

#gMapContainer {
	height: 591px;
	width: 721px;
}


#houseMap {

}

#houseMapContainer {
	width: 729px;
	height: 591px;
}





.e_style_house {
	background: #fff;
	width: 187px;
	position: relative;
}

.e_style_house_discount {
	background: #fff;
	width: 187px;
	position: relative;
}

.e_style_house .close,
.e_style_house_discount .close {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 10px;
	height: 9px;
	cursor: pointer;
	z-index: 2;
}


.e_style_house .img,
.e_style_house_discount .img {
	height: 108px;
	overflow: hidden;
}


.e_style_house .content,
.e_style_house_discount .content {
	padding: 10px;
	border: 1px solid #000;
	background: transparent url(/site/images/bg_sritem_verylast.gif) top left no-repeat;
}

.e_style_house .area,
.e_style_house_discount .area {
	font-size: 12px;
	font-weight: bold;
	padding: 5px 0;
	line-height: 18px;
}

.e_style_house .area a,
.e_style_house_discount .area a {
	color: #0c4da2;
	text-decoration: underline;
}

.e_style_house .number,
.e_style_house_discount .number{
	margin: 7px 0;
}

.e_style_house .number a,
.e_style_house_discount a{
	text-decoration: none;
	color: #515355;
}


.e_style_house .priceBefore,
.e_style_house .price {
	padding: 2px;
	margin-left: -2px;
}

.e_style_house_discount .priceBefore,
.e_style_house_discount .price {
	background: #be252b;
	color: #fff;
	padding: 2px 5px !important;
	margin: 0 2px 0 0;
}

.e_style_house_discount .price {
	font-weight: bold;
}

.e_style_house .capacity,
.e_style_house_discount .capacity {
	margin: 7px 0 2px 0;
}

.e_style_house .m2,
.e_style_house_discount .m2 {
	margin: 2px 0;
}


.e_style_house a.memo,
.e_style_house_discount a.memo {
	font-size: 12px;
	font-weight: bold;
	padding: 1px 0 1px 22px;
	margin: 9px 0 0 0;
	text-decoration: none;
	color: #000;
	display: block;
}

.e_style_house a.memo:hover,
.e_style_house_discount a.memo:hover {
	text-decoration: underline;
}

.e_style_house a.add,
.e_style_house_discount a.add {
/*	background: url(/site/images/bg_memo_add.gif) left center no-repeat; */
	background: url(/site/images/add.gif) left center no-repeat;
}

.e_style_house a.remove,
.e_style_house_discount a.remove {
	background: url(/site/images/delete.gif) left center no-repeat;
}


.e_style_multiple_houses {
	background: #eee;
	width: 250px;
}

.e_style_multiple_houses .close {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 10px;
	height: 9px;
	cursor: pointer;
}

.e_style_multiple_houses .content {
	padding: 10px;
	border: 1px solid #000;
}

.e_style_multiple_houses .house {
	cursor: pointer;
	margin: 4px 8px 4px 0;
}


/**** GOOGLE MAPS ****/
/*********************/




/***************************/
/**** MINI HOUSE SEARCH ****/

#inet_housesearch {
	background: #e6ecec;
	color: #161717;
	border-top: 1px solid #d0dde0;
	border-right: 1px solid #d0dde0;
	border-bottom: 1px solid #d0dde0;
	padding: 5px 5px 2px 1px;
	margin: 0 6px 0 0;
}

#inet_housesearch input.submit {
	background: #be252b;
	color: #fff;
	text-transform: uppercase;
	display: block;
	text-align: center;
	width: 180px;
	border: none;
	font-weight: bold;
	padding: 3px 0;
}



/**** MINI HOUSE SEARCH ****/
/***************************/



.calendarIcon {
	cursor: pointer;
	vertical-align: top;
/*	margin: 0 0 1px 0; */
}

#calendarFrame {
	border: none;
	position: absolute;
	top: 20px;
	left: -1000px;
	z-index: 99;
}


#dtWarning {
	width: 168px;
	display: none;
}

#dtWarningContent {
	color: #fb1616;
	padding: 1px 0 5px 22px;
	margin: 5px 10px 0 0;
	background: transparent url(/site/images/agt_action_fail.png) 0 0 no-repeat;
}


#searchResultsList {
	/*filter: alpha(opacity=50); */
}



#areaMap {
	border: none;
}



/**************/
/**** MEMO ****/

#memoTabs {
	padding: 10px 8px 0 6px;
}

#memoHeader {
	margin: 0 8px 10px 6px;
	background: #fff url(/site/images/bg_srheader_top.gif) top right no-repeat;
	color: #0c4da2;
}

#memoHeaderContent {
	background: transparent url(/site/images/bg_srheader_bot.gif) bottom right no-repeat;
	padding: 6px 20px 5px 20px;
}

#memoOptions {
	float: left;
	text-align: left;
	padding-top: 3px;
}

#memoOptions ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#memoOptions li {
	margin: 0 15px 0 0;
	padding: 0;
	float: left;
}


#memoOptions a {
	display: block;
	text-decoration: none;
	color: #000;
}

#memoOptions a:hover {
	text-decoration: underline;
}

#memoOptions a.view {
	margin-right: 30px;
}

#memoTopCount {
	float: right;
	text-align: right;
	font-weight: bold;
	margin: 0 10px 0 0;
	padding-top: 3px;

}


#stfForm label {
	display: block;
	margin: 10px 0 3px 0;
}

#stfForm input.text {
	width: 174px;
}

#stfForm textarea {
	width: 174px;
	height: 100px;
}

#stfForm input.button {
	border: 1px solid #ccc;
	padding: 2px 0;
	text-align: center;
	margin: 10px 5px 0 0;
	text-transform: uppercase;
}



/*****************/
/**** BOOKING ****/

table.bookingaddress {
	border: none;
	border-collapse: collapse;
	margin: 0 0 15px 0;
}

table.bookingaddress th {
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	padding: 3px 0;
	width: 120px;
}

table.bookingaddress td {
	padding: 3px 10px 3px 0;
	text-align: left;
	vertical-align: middle;
}

table.bookingaddress input.text,
table.bookingdata input.text {
	width: 150px;
	margin: 0 5px 0 0;
}

table.bookingaddress input.shorttext,
table.bookingdata input.shorttext {
	width: 45px;
	margin: 0 5px 0 0;
}

input#city {
	width: 95px;
}

table.bookingaddress select,
table.bookingdata select {
	width: 152px;
	margin: 0 5px 0 0;
}

table.bookingdata {
	width: 99%;
	margin: 0 0 15px 0;
}

table.bookingdata th {
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	padding: 3px 10px 3px 0;
}

table.bookingdata th.price {
	text-align: right;
	padding-right: 0;
	padding-left: 10px;
}

table.bookingdata td {
	text-align: left;
	vertical-align: top;
	padding: 3px 10px 3px 0;
}

table.bookingdata td.price {
	text-align: right;
	padding-right: 0;
	padding-left: 10px;
	white-space: nowrap;
}

table.bookingaddress input.quantity,
table.bookingdata input.quantity {
	width: 40px;
	text-align: right;
}

table.bookingaddress select.quantity {
	width: 44px;
	text-align: right;
}

#houseTerms,
#houseNewsletter {
	margin: 5px 5px 15px 5px;
}

#houseNewsletter input,
#houseTerms input {
	margin-right: 10px;
}

#houseTerms table,
#houseNewsletter table {
	border: none;
	border-collapse: collapse;
	margin: 0;
}

#houseTerms td,
#houseNewsletter td {
	padding: 0;
	text-align: left;
	vertical-align: top;
}

#houseTerms td.lbl,
#houseNewsletter td.lbl {
	padding-top: 2px;
}

.bookingSectionText {
	padding: 0 5px;
}

#bookingCode {
	margin: 10px 0 0 0;
}

#housePrice {
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 10px;
	background: #eee;
}

#houseSubmit {
	text-align: right;
	margin: 15px 0;
}

#houseSubmit input.submit {
	background: #be252b;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	border: none;
	font-weight: bold;
	padding: 3px 10px;
}

table.dates {
	border: none;
	border-collapse: collapse;
	margin: 0;
}

table.dates th {
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	padding: 5px 10px 5px 5px;
}

table.dates td {
	text-align: left;
	vertical-align: top;
	padding: 5px 0;
}

div.dates {
	padding: 5px;
}

td.date div.dates {
	padding: 0;
}

td.date div.dates p {
	margin: 0;
	padding: 0 0 5px 0;
}

td.date div.dates strong {
	display: block;
}

/**** BOOKING ****/
/*****************/


/********************************/
/**** HOUSE INDEX / GALLERY *****/

#area_index ul {
	margin: 0 0 15px 0;
	padding: 0;
	list-style: none;
}

#area_index li {
	margin: 0;
	padding: 0;
}

#house_index ul {
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
}

#house_index li {
	margin: 0 0 2px 0;
	padding: 0;
}


#house_index table {
	border: none;
	border-collapse: collapse;
	margin: 0;
	width: 100%;
}

#house_index td {
	text-align: left;
	vertical-align: top;
	padding: 0;
	width: 50%;
}


#house_index .road_houses {
	margin: 0 0 20px 0;
}

#house_index .house {
	width: 170px;
	float: left;
	margin: 0 0 20px 0;
}

#house_index .house .img {
	width: 160px;
	height: 108px;
	overflow: hidden;
}

#house_index .house .img a {
	display: block;
	width: 160px;
	height: 108px;
	overflow: hidden;
	background: transparent url(/site/images/bg_sritem_img.gif) 0 0 no-repeat;
}

#house_index .house a {
	color: #0c4da2;
	font-weight: bold;
}

#house_index .house .area {
	padding: 5px 0;
}


/**** HOUSE INDEX / GALLERY *****/
/********************************/



/****************************/
/**** DIRECTIONS OVERLAY ****/

#houseDirections {
	display: none;
	width: 202px;
	position: absolute;
	top: 40px;
	right: 15px;
	z-index: 99;
	font-family: Arial, sans-serif;
	color: #000;
}

#houseDirectionsContent {
	border: 1px solid #000;
	padding: 5px 8px 8px 8px;
	background: #fff;
}

#houseDirectionsHeader {
	font-weight: bold;
	margin: 0 0 5px 0;
}

#houseDirections form {
	margin: 0;
	padding: 0;
}

#houseDirections td {
	vertical-align: top;
	text-align: left;
	padding: 0 5px 0 0;
	font-family: Arial, sans-serif;
}

#houseDirections td label {
	display: block;
	padding: 2px 0 0 0;
}

#houseDirections input.text {
	border: 1px solid #999;
	padding: 1px 4px;
	margin: 2px 0 5px 0;
	width: 160px;
}

#houseDirections input.submit {
	margin: 5px 0 0 0;
	border: 1px solid #000;
	padding: 1px 4px;
	text-align: center;
	font-family: Arial, sans-serif;
	color: #000;
	background: #ccc;
}

/**** DIRECTIONS OVERLAY ****/
/****************************/

#priceWarning {
	width: 185px;
	float: right;
	display: none;
}

#priceWarningContent {
	padding: 5px 0 5px 23px;
	background: transparent url(/site/images/pricewarning.gif) 0 6px no-repeat;
}


#error {
	padding: 10px;
}

#errorContent {
	padding: 10px;
	font-weight: bold;
	background: #fff;
	border: 1px solid #f00;
	
}



/******** JH07052009 ********/


.i_templ_11 #dtWarning {
	background-color: #aad0e0;
	padding: 8px 0;
	width: 960px;
	margin: 0 auto;
}

.i_templ_11 #dtWarningContent {
	margin: 0 12px;
	padding: 0 0 0 25px;
	line-height: 16px;
}


.quickSearchResultsBar {
	background-color: #aad0e0;
	padding: 8px 13px 5px 18px;
	font-size: 12px;
	font-weight: bold;
}

.quickSearchResultsBar td {
	font-size: 12px;
}

.quickSearchResultsBar a {
	color: #de1d24;
}

.quickSearchResultsBarLeft {
	width: 240px;
	float: left;
	text-align: left;
}

.quickSearchResultsBarCenter {
	width: 409px;
	float: left;
	text-align: center;
}

.quickSearchResultsBarRight {
	width: 240px;
	float: right;
	text-align: right;
}

#quickSearchResultsBarBottom {
	padding: 8px 10px 5px 15px;
	display: none;
}

.quickSearchResultsBarLoading {
	width: 20px;
	float: left;
}

.i_templ_11 #qsTotal {
	text-transform: uppercase;
}

.i_templ_11 #qsPage {
	padding: 0 10px;
}

.quickSearchResultsBar .qsClose a {
	background-color: #4094bb;
	padding: 2px 12px;
	color: #fcfcfc;
	text-decoration: none;
	text-transform: uppercase;
}

.i_templ_11 #quickSearchResults {
	background-image: none;
	background-color: #aad0e0;
	width: auto;
	padding: 0 3px;
}

.i_templ_11 #quickSearchResultsContent {
	padding: 0;
	background: none;
}

.i_templ_11 #quickSearchResultsData,
.i_templ_11 #quickSearchResultsTemp {
	background-color: #fff;
	padding: 0 0 0 14px;
	min-height: 0;
	height: 560px;
	text-align: left;
}

.i_templ_11 #quickSearchResultsTemp {
	display: none;
}

.i_templ_11 #searchResultsItems {
	width: auto;
	float: none;
	overflow: visible;
	background: none;
	position: static;
}

.i_templ_11 #searchResultsItemsContent {
	background: none;
	padding: 0;
}

.i_templ_11 #searchResultsItemsContent table.items td.first {
	background-image: url(/site/images/bg_sritem_first2.gif);
}

.i_templ_11 #searchResultsItemsContent table.items td {
	height: 280px;
}

.i_templ_11 #quickSearchResultsDs {
	background: transparent url(/site/images/ds.png) left top repeat-x;
	height: 9px;
	overflow: hidden;
}