﻿/* Search/Browse card photo styles
 *********************************/
div.galleryCard div.photo, div.list-card div.photo
{
 	width: 173px;
 	height: 130px;
 	margin: 0 auto 5px;
 	padding: 0;
 	position: relative;
 	text-align: center;
 	border: 1px solid #333;
}

div.galleryCard div.photo a, div.list-card div.photo a
{
	display: block;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: center center;
	width: 173px;
	height: 130px;
	overflow: hidden;
	white-space: nowrap;
	text-indent: -2000px;
}

div.galleryCard div.photo p, div.list-card div.photo p
{
	position: absolute;
	right: 0px;
	bottom: 0px;
	margin: 0;
	padding: 2px;
	background-color: Black;
	color: White;
	font: 11px Verdana;
}

/* Homepage gallery styles
**************************/

div.galleryCard
{
	display: block;
	float: left;
	padding-right: 12px;
	margin-bottom: 15px;
	width: 177px;
	height: 190px;
	overflow: hidden;
}

div.galleryCard p.house-details
{
	margin: 0;
	padding: 0;
}

div.galleryCard p.house-details a
{
	display: block;
	text-align: center;
	margin: 0 5px 5px;
	text-decoration: underline;
}

div.galleryCard span
{
	display: block;
	text-align: center;
	font: 11px verdana;
}

/* extra styles for gallery card on enquiry done page*/
div#house-suggestions div.galleryCard
{
    height: 200px;
}
div#house-suggestions div.galleryCard div.rates
{
	text-align: center;
	font: 18px Arial;
	font-weight:bold;
}

/* Search page styles
 **************************/

div.search-results
{
	clear:left;
	float: left;
	width: 750px;
	margin-right: 10px;
}

div.search-results p.listing-count
{
	margin: 0;
	padding: 0 0 0 5px;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	background: url(/Images/Common/dottedline-horizontal.gif) repeat-x left bottom;
}

h1.browse 
{
	font-weight: bold;
}

div.hr
{
	float: left;
	width: 750px;
	border: 0;
	margin: 0;
	padding: 0;
	height: 1px;
	background: url(/Images/Common/dottedline-horizontal.gif) repeat-x left bottom;
}

#paging
{
	float: left;
	width: 750px;
	padding-left: 0;
	padding-right: 0;
}

/* List Card Styles
 **************************/

div.list-card 
{
	position: relative;
	float:left;
	clear:left;
	width: 750px;
}

div.featured
{
	background: url(/Images/Browse/featured-background.jpg) repeat-x bottom;
}

div.list-card div.checkbox 
{
	display: inline;
	float: left;
	width: 30px;
	padding-top: 5px;
}

div.list-card div.photo
{
	display: inline;
	float: left;
	margin: 7px 0 7px 7px;
}

div.list-card .list-card-content
{
	margin-left: 192px;
	margin-right: 180px;
}

div.list-card div.clearing
{
	clear: both;
	border-top: 1px dotted #333;
}

div.list-card .with-checkbox 
{
	margin-left: 222px;
	margin-right: 150px;
}

div.list-card .list-card-content p.title
{
	margin: 0;
	padding: 8px 0 10px;
	white-space: nowrap;
	overflow: hidden;
}

div.list-card .list-card-content p.title a
{
	font: bold 16px Arial;
	text-decoration: underline;
}

div.list-card .list-card-content p.description
{
	font: 11px Verdana;
	margin: 0 0 12px 0;
}

div.list-card .list-card-content p.description span.location
{
	font-weight: bold;
}

div.list-card .list-card-stats .house-stats
{
	margin: 0 0 12px 12px;
}

div.list-card .list-card-stats .house-stats th, div.list-card .list-card-stats .house-stats td
{
	border: none;
	padding: 0 10px;
	text-align: center;
	border-right: 1px solid silver;
}

div.list-card .list-card-stats .house-stats th.first, div.list-card .list-card-stats .house-stats td.first
{
	padding-left: 0;
}

div.list-card .list-card-stats .house-stats th.last, div.list-card .list-card-stats .house-stats td.last
{
	border: none;
}

div.list-card .house-stats-left
{
	float: left;
}

div.list-card .house-stats-right
{
	float: right;
	padding-right: 20px;
}

div.list-card .list-card-stats .house-stats th
{
	font: normal 14px Arial;
}

div.list-card .list-card-stats .house-stats td
{
	font: bold 18px Arial;
}

div.list-card .list-card-content p.special-offers
{
	margin: 0px;
}

div.list-card .list-card-content p.special-offers a { color: Red; }

div.list-card .list-card-offers
{
	display: block;
	position: absolute;
	bottom: 8px;
	left: 0px;
}

div.list-card .list-card-options
{
	position: absolute;
	right: 12px;
	top: 8px;
}

div.list-card .list-card-options p
{
	text-align: right;
	padding: 0;
	margin: 0 0 7px 0;
	font: 11px Verdana;
}

div.list-card .list-card-options .price
{
	font: bold 18px Arial;
	margin-bottom: 12px;
}

div.list-card .list-card-options .enquiry
{
	font-style: italic;
}
 
/* Search Tabs
**************************/

div#page-tabs .tab-sub-nav
{
	font-size: 11px;
	height: 34px;
	padding: 0;
}

div#page-tabs .sort-by, div#page-tabs .special-offers
{
	float:left;
	height: 24px;
	position: relative;
}

div#page-tabs .special-offers a { color: #0066CB; }

div#page-tabs .tab-sub-nav form  
{
	position: relative;
	display: block;
	float: left;
	padding: 0; 
	margin: 0;
	height: 24px;
}

div#page-tabs .sort-by, div#page-tabs .special-offers
{
	margin: 5px 0 0 5px;
}

div#page-tabs .tab-sub-nav input, 
div#page-tabs .tab-sub-nav select,
div#page-tabs .sort-by span,
div#page-tabs .special-offers p
{
	display: inline;
	float: left;
	position: relative;
}

div#page-tabs .sort-by span,
div#page-tabs .special-offers p
{
	margin: 0;
	padding: 0;
	line-height: 24px;
	height: 24px;
	vertical-align: middle;
	min-width: 0;
}

div#page-tabs .sort-by span
{
	margin-right: 5px;
}

div#page-tabs .tab-sub-nav input
{
	margin-top: 1px;
}

div#page-tabs .tab-sub-nav select
{
	margin: 2px 5px 2px 2px;
}

div#page-tabs .tab-sub-nav #submit-sort
{
	padding-right: 7px;
	padding-left: 7px;
	margin-right: 25px;
}

/* Search filters
**************************/

/* Leaf page */

div#filters
{
	float: left;
	width: 750px;
	margin-bottom: 12px;
	padding-bottom: 10px;
}

div#filters ul
{
	padding: 0;
	margin: 0;
}

div#filters ul li
{
	margin: 5px 10px 0 0;
	padding: 0 10px 0 0;
	list-style-type: none;
	display: block;
	float: left;
	border-right: 1px solid silver;
}

div#filters ul li.last
{
	border: none;
}

div#price-filter ul li, div#guest-filter ul li, table#suburb-list ul li
{
	display: list-item;
	float: none;
	border: none;
	padding: 0 10px 2px;
	margin: 0;
}

div#filters a.show-all
{
	margin-left: 10px;
	font-weight: bold;
}

/* Suburb list */

table#suburb-list
{
	margin-bottom: 10px;
}

table#suburb-list td
{
	margin: 0;
	padding: 0;
	border: none;
	vertical-align: top;
}

table#suburb-list ul
{
	margin: 0;
	padding: 0;
	padding-right: 20px;
}

table#suburb-list ul li
{
	display: list-item;
	float: none;
	border: none;
	list-style-type: none;
}

table#suburb-list ul li a
{
	font: 13px Verdana;
}

table#suburb-list ul li span
{
	color: #666;
	font: 11px Verdana;
}
/* Price and guest filters */

div#price-filter ul, div#guest-filter ul
{
	display:block;
	float: left;
}

div#price-filter ul li, div#guest-filter ul li
{
	font-weight: bold;
}

div#price-filter ul li a, div#guest-filter ul li a
{
	font-weight: normal;
}

/* Search summary
**************************/

div#search-summary
{
	margin: 0 10px 20px;
}

div#search-summary p
{
	margin: 0 0 10px;
	padding: 0;
}

div#search-summary a.modify
{
	font-weight: bold;
}

/* Saved search button
**************************/

div#saveSearch
{
	float: left;
	clear: left;
	width: 600px;
}

div#saveSearch p
{
	height: 27px;
	line-height: 27px;
	vertical-align: middle;
	outline: none;
}

div#saveSearch a.button
{
	/* position */
	display: block;
	float: left;
	margin-right: 5px;
	outline: none;
	
	/* image background */
	width: 152px;
	height: 27px;
	background: url(/Images/Buttons/save-search.png) left top;
	
	/* hide the default text */
	white-space: nowrap;
	overflow: hidden;
	text-indent: 200px;
}

div#saveSearch p.unsaved a.button:hover
{
	background-position: 0 -27px;
}

div#saveSearch p.saved a.button
{
	background-position: 0 -81px;
	cursor: default;
}


/* Availability views
**************************/
div#dateControls 
{
	padding-top: 12px;
	float: left;
}
div#legend 
{
	padding-top: 12px;
	float: right;
}

table.availabilityView 
{
	border-collapse: collapse;
	width: 100%;
	border: 1px Solid #fff;
	margin-top: 20px;
	font-size: 11px;
}
table.availabilityView th 
{
	background-color: #CFE3FB;	
	border: 1px Solid #fff;
	border-left: 1px Solid #CFE3FB;
	padding: 0px;
	font-weight: normal;
	padding: 5px 0px;
}

table.availabilityView th.buttonHolder
{
	text-align: right;
}
table.availabilityView th.leftarrow a 
{
	float: right;
	margin-right: 5px;
}
table.availabilityView th.rightarrow a 
{
	margin: 0 6px;
}
table.availabilityView td 
{
	border: 1px Solid #fff;
	padding: 0px;
}

table.availabilityView td.houseLink 
{
	border: 0px;
	border-bottom: 1px Solid #ccc;
	border-left: 1px Solid #ccc;
	padding-left: 4px;
	width: 205px;
}

table.availabilityView td.houseLink a
{
	font-weight: bold;
	line-height: 18px;
}

table.availabilityView td.housePrice  
{
	border-bottom: 1px Solid #ccc;
	padding-right: 6px;
	text-align: right;
	width: 90px;
}
table.availabilityView th.dayCell 
{
	width: 49px;
}
table.availabilityView td.dayCell 
{
	background-color: #ECF6FF;
	height: 50px;
	width: 49px;
}
table.availabilityView td.dayCell img 
{
	width: 100%;
	height: 100%;
}
table.availabilityView td.thinCell 
{
	background-color: #ECF6FF;
	height: 50px;
	width: 33px;
}
table.availabilityView td.thinCell img 
{
	width: 100%;
	height: 100%;
}

td.houseEnquire 
{
	text-align: center;
	height: 50px;
	background-color: #eee;
}

a.dateBack 
{
	background-image: url(/Images/Buttons/left-arrow.png);
	background-position: left top;
	height: 20px;
	width: 21px;
	text-indent: -2000px;
	display: block;
	overflow:hidden;
	text-align: left;
}
a.dateBack:hover
{
	background-position: left bottom;
}

a.dateForward
{
	background-image: url(/Images/Buttons/right-arrow.png);
	background-position: left top;
	height: 20px;
	width: 21px;
	text-indent: -2000px;
	display: block;
	overflow:hidden;
	text-align: left !important;
}
a.dateForward:hover
{
	background-position: left bottom;
}

/******* Map Views  *********
****************************/
div.houseWindow {background-color:#FFFFFF; height:155px;}
div.houseWindow div.left {float:left; width:182px; text-align:center; }
div.houseWindow div.right {width:350px; float:left;	text-align:left; margin-left:5px}

div.houseWindow p.title
{
	display: block;
	margin:0 0 14px 0;
}

div.houseWindow p.title a
{
	font: bold 16px Arial;
}

div.houseWindow .price
{
	font: bold 18px Arial;
	float:right;
	margin-bottom:12px;
	margin-right:20px;
	margin-left:20px;
}

div.houseWindow p.description
{
	font: 11px Verdana;
	margin: 0 0 15px 0;
}

div.houseWindow p.description span.location
{
	font-weight: bold;
}

div.houseWindow .house-stats
{
	width:300px;
}

div.houseWindow .house-stats th, div.houseWindow .house-stats td
{
	border: none;
	padding: 0 10px;
	text-align: center;
	border-right: 1px solid silver;
}

div.houseWindow .house-stats th.first, div.houseWindow .house-stats td.first
{
	padding-left: 0;
}

div.houseWindow .house-stats th.last, div.houseWindow .house-stats td.last
{
	border: none;
	padding-right: 0;
}

div.houseWindow .house-stats th
{
	font: normal 14px Arial;
}

div.houseWindow .house-stats td
{
	font: bold 18px Arial;
}

div.houseWindow .shortlist-parent
{
    font-size:11px;
	margin:6px 0;
}
div.houseWindow .enquiry
{
    font-size:11px;
	font-style: italic;
}

/* No search results
 **************************/

p.no-results-message
{
	float: left;
	margin: 0;
	width: 750px;
	padding: 30px 0;
	text-align: center;
	border-top: 1px solid silver;
}

/* Nearby locations
**************************/

div#nearby-locations
{
	float: left;
	clear: left;
	margin: 0;
	width: 750px;
	border: 1px solid silver;
}

div#nearby-locations p.title
{
	margin: 10px 0 0 10px;
	padding: 0;
	color: black;
	font-size: 16px;
	font-weight: bold;
}

div#nearby-locations ul
{
	margin: 10px 40px 10px 20px;
	padding: 0;
	display: block;
	float: left;
}

div#nearby-locations ul li
{
	list-style-type: none;
	padding-bottom: 5px;
}

div#map-container
{
	text-align:center; 
	float: left; 
	clear: left; 
	margin-bottom: 10px;
}

/* Bottom blurb */
p.search-blurb
{
	float:left;
	width: 740px;
	margin: 25px 0 0 7px;
	padding: 0;
}

p.map a:visited
{
	color:#0066CB;
}

p.map a:hover
{
	color:#FF6600;
}

/* Photo.aspx */
a.ribbon
{
	background-image: url('/Images/Listing/ribbon_notlive.png');
}

.hide
{
	display: none;
}

.error-message
{
	font-size: smaller;
	color: Red;
}
