/* Peter added 1 class on the 1st of feb */
.stand-out {background:#ffd34e;padding:2px;text-transform:uppercase;}

input.button, input.button_small, input.button_selected{
	background-image:url(../images/bg_button.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	background-color:#ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	color: #1A3B6B;
	border:1px solid #a6afb6;
	padding:0px;
	letter-spacing:1px;
	cursor:pointer;
	text-align:center;
}
input.button_small, input.button_selected{
	width:30px;
}
input.button_selected{
	background-image:url(../images/bg_button_selected.gif);cursor:default;
}

table.search h2{
	margin-bottom:10px;
}
table.search td{
	padding:4px 0;
}
td.result{
	border-top:1px solid #e6e6e6;
	padding: 10px 0px;
}
td.pages{
	border-top:1px solid #e6e6e6;
	padding: 5px 0px;
	text-align:right;
}

td.result_image{
	width:300px;
	height:213px;
}

td.result_image img{
	width:290px;
}

td.result_detail{
	padding-left:10px;
}
td.result_detail table{
	width:460px;
}

td.result_title{
	font-size:18px;
	font-weight:bold;
}
td.result_sub{
	font-weight:bold;
}

td.result_description{
}

td.result_info{
	width:70px;
	text-align:center;
	vertical-align:top;
}
td.result_info img{
	margin-top:10px;
}
table.property .mainImage{
	width:320px;
	height:230px;
	overflow:hidden;
}
table.property img{
	width:310px;
}
table.property .thumb{
	width:100px;
	height:72px;
	overflow:hidden;
}

table.property td.thumb img{
	width:90px;
}
table.property td.hSpacer{
	width:10px;
}
table.property td.vSpacer{
	height:10px;
}
* html table.property td.vSpacer{
	height:7px;
}
img.button{
}
h2.property_title{
	text-align:left;
}
div.property_sub{
	font-weight:bold;
}

.jargon{
}

.jargon .letter, .jargon .letter_selected, .jargon .letter_inactive{
	display:inline;
	font-size:14px;
	padding: 4px 6px 4px 8px;
}

.jargon .letter_selected{
	background-color: #1A3B6B;
}
.jargon .letter_inactive{
	color: #bebebe;
}

.jargon a, .jargon a:visited{
	text-decoration:none;
	color: #1A3B6B;
}

.jargon .letter_selected a, .jargon .letter_selected a:visited{
	text-decoration:none;
	color: #FFFFFF;
}
.jargon h2{
	margin-top:10px;
}
.jargon div.desc{
	padding-left:10px;
}


#main img.button{
	width:320px;
	border:0px;
}

#main td.result_info img{
	border:0px;
}
div.job{
	margin: 0 0 8px 16px;
	text-indent:-16px;
}
div.star{
	color:#ff0000;
	display:inline;
}
div.error{
	color:#ff0000;
}

/*** Peters additions ***/
#imageContainer { margin: auto; position: relative; width: 350px; height: 295px; border: 1px solid #ddd; margin-bottom:15px}
/* Set the height and width to be that of the images you want to rotate. Never change margin and position */ 
#imageContainer img { display: none; position: absolute; top:0; left:0; } /* display: none is always on! */
/*** LUKES ADDITIONS WAAAAAAAAAAAAAA ****/
img.imgright, .right { float: right; margin: 0 0 10px 10px; }
#home-left {float:left; width:360px;margin-bottom:10px}
#home-left p {p margin:0px 0px 0px 5px; line-height:15px;}

/*** selected menus ****/
#menu dt .mSel{
	background-color: #FFD34E;
}
#menu li .mSel{
	background-color: #ffde7a;
}

h6 {
	font-size:14px;
	margin:0px;
	color:#666666;
	clear:both;
	padding:10px 0 0 0;
	}

#leftrss {width:360px;float:left;color:#999999;font-size:11px}
#leftrss a{color:#999999}
#rightrss {width:360px;float:right;padding-left:10px;color:#999999; font-size:11px}
#rightrss a{color:#999999}
* html #rightrss {padding-left:0px;}

.soldorrent{background-color:#1A3B6B; padding:2px; text-transform:uppercase;color:#FFFFFF;}
#status{font-size:2em;font-weight:bold;height:auto;padding:5px;position:relative;text-align:center;top:-140px;z-index:5;FILTER: alpha(Opacity=70); -moz-opacity:0.70; opacity:0.70;}
.red{background-color:#1A3B6B;color:#fff}