/* SLideshow */
#slideshow { position: relative; height: 265px; }
#slideshow #slidesContainer { width:646px; height:265px; overflow:auto; /* allow scrollbar */  position:relative; }
#slideshow #slidesContainer .slide { width:630px; /* reduce by 20 pixels to avoid horizontal scroll */ height:265px; position: relative; background:  transparent none no-repeat bottom left;}
	#slideshow #info { position: absolute; bottom: 0px; color: #fff; background: transparent url('imgs/feature_property/feature_property_trans.png') repeat scroll top left;}
		#slideshow #info * { background: transparent none; }
		#slideshow #info .padding { width: 590px; margin: 10px 20px; }
		#slideshow a { color: #fff; }
		#slideshow #info h3 { display: inline; }
		
		/**
		 * Slideshow controls style rules.
		 */
		.control { display:block; width:24px; height:24px; text-indent:-10000px; position:absolute; cursor: pointer; z-index: 1000; }
		.control .hidden { cursor: normal; }
		#leftControl { background:transparent url(imgs/feature_property/previous_50.png) no-repeat 0 0; bottom: 8px; right: 60px; }
		#rightControl { background:transparent url(imgs/feature_property/next_50.png) no-repeat 0 0;  bottom: 8px; right: 30px; }
		#leftControl.hidden { background-image: url(imgs/feature_property/previous_25.png); }
		#rightControl.hidden { background-image: url(imgs/feature_property/next_25.png); }



/**** Main **********************************************************************************************************************************************************/
table {
	color: #525252;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 17px;
	text-decoration: none;
}
	
body {
	color: #525252;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 17px;
	text-decoration: none;
}

p {
	color: #525252;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 17px;
	text-decoration: none;
}

/**** Headers **********************************************************************************************************************************************************/
h1 {
	color: #7F7F7F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: normal;
	line-height: 40px;
	text-decoration: none;
}
	
h2 {
	color: #525252;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	line-height: 26px;
	text-decoration: none;
}

h3 {
	color: #525252;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 22px;
	text-decoration: none;
}

/**** Bullet Points **********************************************************************************************************************************************************/
ul {
	background-position: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-color: #525252;
	list-style-type: disc;
	margin-left: 5px;
	padding-left: 5px;	
}

ol {
	background-position: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-color: #525252;
	list-style-type: disc;
	margin-left: 5px;
	padding-left: 5px;	
}

li {
	background-position: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-color: #525252;
	list-style-type: disc;
	margin-left: 5px;
	padding-left: 5px;	
}

.hdr_ul {
	background-position: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-color: #525252;
	list-style-type: none;
	margin-left: -15px;
	padding-left: -15px;
}

.numbers {
	background-position: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-color: #525252;
	list-style-type: decimal;
	margin-left: 12px;
	padding-left: 12px;	
}

/**** Links **********************************************************************************************************************************************************/
a:link, a:visited {
	color: #B70123;
	text-decoration: none;
}
	
a:hover {
	color: #B70123;
	text-decoration: underline;
}

/**** Images **********************************************************************************************************************************************************/
.bground {
	background-attachment: scroll;
	background-image: url(/imgs/bground.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

.bground_bottom {
	background-attachment: scroll;
	background-image: url(/imgs/bground_bottom.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
}

.welcome_bground {
	background-attachment: scroll;
	background-image: url(/imgs/welcome_bground.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

.auction_bground {
	background-attachment: scroll;
	background-image: url(/imgs/rhs/hot_auctions.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

.report_bground {
	background-attachment: scroll;
	background-image: url(/imgs/rhs/report.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

.index_report {
	background-attachment: scroll;
	background-image: url(/imgs/market_report.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

.hdr_bground {
	background-attachment: scroll;
	background-image: url(/imgs/hdr_bground.jpg);
	background-position: centre top;
	background-repeat: no-repeat;
}

.img_lhs {
	margin: 0px 8px 8px 0px;
	padding: 0px 8px 8px 0px;
	text-align: left;
}

.img_rhs {
	margin: 0px 0px 10px 15px;
	padding: 0px 0px 10px 15px;
	text-align: right;
}

/**** Font Sizes **********************************************************************************************************************************************************/
.small {
	font-size: 11px;
	line-height: 13px;
}

.small_div {
	font-size: 11px;
	line-height: 13px;
	margin: 0px 1px 0px 1px;
	padding: 0px 1px 0px 1px;	
}

a.small:link, a.small:visited {
	font-size: 11px;
	line-height: 13px;
	text-decoration: none;
}

a.small:hover {
	font-size: 11px;
	line-height: 13px;
	text-decoration: underline;
}

#grey {
	color: #555555;
	font-size: 16px;
	line-height: 18px;
	text-decoration: none;
	}
	
#grey2 {
	color: #999999;
	font-size: 16px;
	line-height: 18px;
	text-decoration: none;
	}
	
#grey3 {
	color: #7F7F7F;
	font-size: 16px;
	line-height: 18px;
	text-decoration: none;
	}
	
#white {
	color: #FFFFFF;
	font-size: 16px;
	line-height: 18px;
	text-decoration: none;
	}
	
a.white:link, a.white:visited {
	color: #FFFFFF;
	text-decoration: none;
	}

a.white:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}
	
a.pty_hdr:link, a.pty_hdr:visited {
	font-size: 16px;
	line-height: 18px;
	text-decoration: none;
	}
	
a.pty_hdr:hover {
	font-size: 16px;
	line-height: 18px;
	text-decoration: none;
	}
	
a.feature_property:link, a.feature_property:visited {
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	}

a.feature_property:hover {
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	}
	
.fp_div {
	color: #FFFFFF;
	font-size: 18px;
	padding: 0px 4px 0px 4px;
	margin: 0px 4px 0px 4px;
	text-decoration: none;
	}

/*** Dividers / Dates / Captions **********************************************************************************************************************************************************/
.div {
	color: #999999;
	font-size: 11px;
	margin: 0px 2px 0px 2px;
	padding: 0px 2px 0px 2px;
}

.date {
	color: #999999;
	font-size: 11px;
	line-height: 12px;
	text-decoration: none;
}

.caption { font-size: 11px; color: #999999; }

/**** Navigation **********************************************************************************************************************************************************/
.nav_bground {
	background-attachment: scroll;
	background-image: url(/imgs/navigation/nav_bground.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

.nav_div {
	color: #D9D9D9;
	font-size: 11px;
	margin: 0px 2px 0px 2px;
	padding: 0px 2px 0px 2px;
}

a.top_nav:link, a.top_nav:visited {
	color: #B70123;
	font-size: 12px;
	text-decoration: none;
}
505050
a.top_nav:hover {
	color: #B70123;
	font-size: 12px;
	text-decoration: underline;
}

a.top_nav_grey:link, a.top_nav_grey:visited {
	color: #505050;
	font-size: 11px;
	text-decoration: none;
}

a.top_nav_grey:hover {
	color: #000000;
	font-size: 11px;
	text-decoration: none;
}

a.buttons:link {
	background: #FFFFFF none repeat scroll 0 0;
	border: 1px solid #DCDAD5;
	color: #B70123;
	font-size: 11px;
	font-weight: normal;
	padding: 2px 6px;
	vertical-align: top;
	text-align: center;
	text-decoration: none;
	}
	
a.buttons:visited {
	background: #FFFFFF none repeat scroll 0 0;
	border: 1px solid #DCDAD5;
	color: #B70123;
	font-size: 11px;
	font-weight: normal;
	padding: 2px 6px;
	vertical-align: top;
	text-align: center;
	text-decoration: none;
}

a.buttons:hover {
	background: #B70123 none repeat scroll 0 0;
	border: 1px solid #DCDAD5;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: normal;
	padding: 2px 6px;
	vertical-align: top;
	text-align: center;
	text-decoration: none;
	}

/*** RHS ***********************************************************************************************************/
a.rhs_white:link, a.rhs_white:visited {
	color: #FFFFFF;
	font-size: 12px;
	line-height: 15px;
	text-decoration: none;
}

a.rhs_white:hover {
	color: #FFFFFF;
	font-size: 12px;
	line-height: 15px;
	text-decoration: underline;
}

/**** Breadcrumbs **********************************************************************************************************************************************************/
.crumbs {
	color: #666666;
	font-size: 12px;
	line-height: 13px;
}

.crumbs_div { 
	color: #666666;
	font-size: 12px;
	line-height: 13px;
	margin: 0px 1px 0px 1px;
	padding: 0px 1px 0px 1px;
}

a.crumbs:link, a.crumbs:visited {
	font-size: 12px;
	line-height: 13px;
	text-decoration: none;
}

a.crumbs:hover {
	font-size: 12px;
	line-height: 13px;
	text-decoration: underline;
}

/**** Footer **********************************************************************************************************************************************************/
.ftr_nav_bground {
	background-attachment: scroll;
	background-image: url(/imgs/navigation/ftr_nav_bground.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

.ftr_bground {
	background-attachment: scroll;
	background-image: url(/imgs/ftr_bground.png);
	background-position: center top;
	background-repeat: no-repeat;
}

.footer {
	color: #7B7B7B;
	font-size: 11px;
	line-height: 14px;
	text-decoration: none;
}

.ftr {
	color: #590812;
	font-size: 12px;
	line-height: 14px;
	text-decoration: none;
}

a.ftr_nav:link, a.ftr_nav:visited {
	color: #FFFFFF;
	font-size: 12px;
	line-height: 20px;
	text-decoration: none;
}

a.ftr_nav:hover {
	color: #FFFFFF;
	font-size: 12px;
	line-height: 20px;
	text-decoration: underline;
}

/*** A-Man Categories ***********************************************************************************************************/
a.icons:link, a.icons:visited {
	font-size: 10px;
	text-decoration: none;
}

a.icons:hover {
	font-size: 10px;
	text-decoration: underline;
}

a.results_title:link, a.results_title:visited {
	color: #B70123;
	font-size: 16px;
	line-height: 22px;
	text-decoration: none;
}
	
a.results_title:hover { 
	color: #B70123;
	font-size: 16px;
	line-height: 22px;
	text-decoration: underline;
}

a.cat_title:link, a.cat_title:visited {
	color: #B70123;
	font-size: 18px;
	text-decoration: underline;
}

a.cat_title:hover { 
	color: #B70123;
	font-size: 18px;
	text-decoration: underline;
}

/**** Inputs **********************************************************************************************************************************************************/
.input {
	background-color: #FFFFFF;
	border: 1px solid #DCDAD5;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	height: 22px; width: 100%;
	line-height: normal;
	padding: 2px 0px 0px 2px;
	text-align: left;
	text-decoration: none;
	vertical-align: middle;
}

.button {
	border: none;
	background-color: #B70123;
	color: #FFFFFF;
	cursor: hand;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	height: 20px;
	line-height: normal;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	vertical-align: middle;
} 

.dropdown {
	background-color: #FFFFFF;
	border: 1px solid #DCDAD5;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 22px;
	font-weight: normal;
	line-height: normal;
	padding: 0px 0px 0px 2px;
	text-decoration: none;
	text-align: left;
	vertical-align: middle;
}

.textarea {
	background-color: #FFFFFF;
	border: 1px solid #DCDAD5;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	height: 75px;
	line-height: normal; 
	padding: 2px 0px 0px 2px;
	text-align: left;
	text-decoration: none;
	vertical-align: middle;
	width: 100%;
}

.search_input {
	background-color: #FFFFFF;
	border: none;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	height: 22px; width: 100%;
	line-height: normal;
	padding: 2px 0px 0px 2px;
	text-align: left;
	text-decoration: none;
	vertical-align: middle;
}

.search_dropdown {
	background-color: #FFFFFF;
	border: none;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 22px;
	text-align: left;
	vertical-align: middle;
}

.search_button {
	background-color: #B70123;
	border: none;
	color: #FFFFFF;
	cursor: hand; 
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	height: 22px;
	line-height: normal;
	padding-bottom: 1px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase; 
	vertical-align: middle;
	width: 30px;
}  

/*** LightBox 2.0 **********************************************************************************************************************************************************/
#lightbox {
	left: 0;
	line-height: 0;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 100;
}

#lightbox a img {
	border: none;
}

#outerImageContainer {
	background-color: #fff;
	height: 250px;
	margin: 0 auto;
	position: relative;
	width: 250px;
}

#imageContainer {
	padding: 10px;
}

#loading {
	height: 25%;
	left: 0%;
	line-height: 0;
	position: absolute;
	top: 40%;
	text-align: center;
	width: 100%;
}

#hoverNav {
	left: 0;
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10;
}

#imageContainer>#hoverNav {
	left: 0;
}

#hoverNav a {
	outline: none;
}

#prevLink, #nextLink {
	background: transparent url(/lightbox/images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	height: 100%;
	width: 49%;
}

#prevLink {
	left: 0;
	float: left;
}

#nextLink {
	float: right;
	right: 0;
}

#prevLink:hover, #prevLink:visited:hover {
	background: url(/lightbox/images/prevlabel.gif) left 15% no-repeat;
}

#nextLink:hover, #nextLink:visited:hover {
	background: url(/lightbox/images/nextlabel.gif) right 15% no-repeat;
}


#imageDataContainer {
	background-color: #fff;
	font: 10px Verdana, Helvetica, sans-serif;
	line-height: 1.4em;
	margin: 0 auto;
	overflow: auto;
	width: 100%
}

#imageData {
	color: #666;
	padding:0 10px;
}

#imageData #imageDetails {
	float: left;
	text-align: left;
	width: 70%;
}
	
#imageData #caption {
	font-weight: bold;
}

#imageData #numberDisplay {
	clear: left;
	display: block;
	padding-bottom: 1.0em;
}
			
#imageData #bottomNavClose {
	float: right;
	padding-bottom: 0.7em;
	width: 66px;
}	
		
#overlay {
	background-color: #000;
	height: 500px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 90;
}

/**** BENEFITS STUFF ****/
ul#benefits { list-style-type: none; margin: 0px; padding: 0px; }
ul#benefits li { display: inline }
ul#benefits li img { cursor: hand; cursor: pointer; }
/**ul#benefits li img.active { opacity: 0.6 } **/

div#info { width: float: left; padding: 15px 60px 30px 34px; }
