/* CSS Document */


/* LAYOUT */
body {
	text-align: center;
	font: 11px arial, sans-serif;
	padding: 20px 0 0 0;

}

#wrapper {
	text-align: left;
	margin: auto;
	background-color:#FFFFFF;
	width:800px
}

#topnav {
	padding:0 10px 10px 10px
}

#topnav a{
	text-decoration:none;
	color:#000000
}

#ctop {
	height:30px;
	background:url(frame/top.gif) no-repeat;
}

#content {
	background:url(frame/middle.gif) repeat-y center;
	padding:0px 42px
}

#content img{
	border:none
}


#footer {
	height:45px;
	text-align:center;
	padding:5px 42px;
	background:url(frame/middle.gif) repeat-y center
}

#footer a {
	text-decoration:none;
	color:#999999
}


#cbottom{
	height:30px;
	background:url(frame/bottom.gif);
}

#logindiv {
	padding:10px 0px;
}

#listingbottom {
	width:90%;
	font-size:14px;
	padding-left:10px
}


/* Extras */

#homeimage {
		
	
}

.clear {
	clear: both;
}

.t {background: url(boxol/dot.jpg) 0 0 repeat-x}
.b {background: url(boxol/dot.jpg) 0 100% repeat-x}
.l {background: url(boxol/dot.jpg) 0 0 repeat-y}
.r {background: url(boxol/dot.jpg) 100% 0 repeat-y}
.bl {background: url(boxol/bl.jpg) 0 100% no-repeat}
.br {background: url(boxol/br.jpg) 100% 100% no-repeat}
.tl {background: url(boxol/tl.jpg) 0 0 no-repeat}
.tr {background: url(boxol/tr.jpg) 100% 0 no-repeat; padding:10px} 

.boxsqTL {
	width:23px;
	height:13px;
	background:url(box/sqTL.jpg) no-repeat
	}
.boxTL {
	width:23px;
	height:13px;
	background:url(box/TL.jpg) no-repeat
	}
.boxTM {
	height:13px;
	background:url(box/TM.jpg) repeat-x
	}
.boxTR {
	width:23px;
	height:13px;
	background:url(box/TR.jpg) no-repeat
	}
.boxML {
	width:23px;
	background:url(box/ML.jpg) repeat-y
	}
.boxMM {
	background-color:#F2F2F2
	}
.boxMR {
	width:23px;
	background:url(box/MR.jpg) repeat-y
	}
.boxLL {
	width:23px;
	height:25px;
	background:url(box/LL.jpg) no-repeat
	}
.boxLM {
	height:25px;
	background:url(box/LM.jpg) repeat-x
	}
.boxLR {
	width:23px;
	height:25px;
	background:url(box/LR.jpg) no-repeat
	}
.boxsqTL2 {
	width:23px;
	height:13px;
	background:url(box2/sqTL.jpg) no-repeat
	}
.boxTL2 {
	width:23px;
	height:13px;
	background:url(box2/TL.jpg) no-repeat
	}
.boxTM2 {
	height:13px;
	background:url(box2/TM.jpg) repeat-x
	}
.boxTR2 {
	width:23px;
	height:13px;
	background:url(box2/TR.jpg) no-repeat
	}
.boxML2 {
	width:23px;
	background:url(box2/ML.jpg) repeat-y
	}
.boxMM2 {
	background-color:#DDDAC7
	}
.boxMR2 {
	width:23px;
	background:url(box2/MR.jpg) repeat-y
	}
.boxLL2 {
	width:23px;
	height:25px;
	background:url(box2/LL.jpg) no-repeat
	}
.boxLM2 {
	height:25px;
	background:url(box2/LM.jpg) repeat-x
	}
.boxLR2 {
	width:23px;
	height:25px;
	background:url(box2/LR.jpg) no-repeat
	}
	
#active {
	background:#F2F2F2;
	border-right:#000000 1px solid;
	margin-left:4px;
	padding:4px 10px;
	float:left;
	font-size:14px
}

#active a {
	text-decoration:none;
	color:#000000
}

#nonactive {
	background:#CCCCCC;
	border-right:#000000 1px solid;
	margin-left:4px;
	padding:4px 10px;
	float:left;
	font-size:14px
}

#nonactive a {
	text-decoration:none;
	color:#000000
}
	
/* Search css */

.APIbg1 {
	background-color:#fff;
	color:#333;
	font-size:13px;
	border:#F0F0F0 3px solid;
}
.APIbg2 {
	background-color:#F0F0F0;
	color:#333;
	font-size:13px
}
.APIimage {
	
	
}
.APIbg1 img {
	border:#F0F0F0 2px solid;
}
.APIbg2 img {
	border:#C9C9C9 2px solid;
}
.APIprice {
	font-weight:bold
}
.APIaddress {
	
}
.APIbed {
	
	
}
.APIinfobutton {
	padding-right:5px
}
.APIheadline  {
	font-weight:bold
}

iframe.hidden {
	visibility: hidden;
	width:0px;
	height:0px;
	float:left
}

.required {
	color:#F00;
	font-size:14px;
	font-weight:bold
}
textarea:focus, input:focus {
 border: 2px solid #900;
}