/* Kelly's Property Sales */

/* Level 1 */

#prop_view {
	margin: 10px 0px 10px 0px;
	border: 1px solid #20346d;
	padding: 0px;
	width: auto;
	color: #111e4f;
	position: relative;
	text-align: left;
	background-color: #FFFFFF;
}

#prop_view h3 {
	margin: 0px 0px 4px 0px;
	padding: 0px 0px 0px 10px;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	height: 24px;
	line-height: 24px;
	overflow: hidden;
	background: #20346d;
	text-align: left;
}

#prop_view .date {
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 0px;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	height: 24px;
	line-height: 24px;
	overflow: hidden;
	background-color: none;
	text-align: right;
	position: absolute;
	z-index: 5000;
	top: 0px;
	right: 30px;
}

#prop_view img.clearprop-intro-image {
	width: 180px;
	height: 140px;
	border: none;
	margin: 0px 0px 5px 5px;
	padding: 0px;
	float: left;
}

#prop_view img.clearprop-intro-link {
	width: 180px;
	height: 140px;
	border: none;
	margin: 0px 0px 5px 5px;
	padding: 0px;
	float: left;
}

#prop_view .intro {
	border: none;
	margin: 0px 10px 0px 10px;
	padding: 10px 10px 10px 0px;
	text-align: left;
	float: left;
	width: 510px;
}

#prop_view .terms {
	border: none;
	margin: 0px 0px 0px 10px;
	padding: 10px 10px 10px 0px;
	text-align: left;
	float: left;
}

#prop_view .action {
	border: none;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 0px;
	width: 515px;
	text-align: left;
	float: right;
}

/* Level 2 */

.clearprop-main-image {
	width: 180px;
	height: 140px;
	border: none;
	margin: 0px 0px 5px 5px;
	padding: 0px;
	float: left;
}

.image {
	width: 180px;
	height: 140px;
	border: none;
}

#item-list {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	border: 1px solid #20346d;
	position: relative;
}

/*#item-details {
margin:10px;
border:1px solid #20346d;
padding:10px;
width:auto;
color:#111e4f;
position:relative;
text-align:left;
}*/

#item-list .items img {
	width: 180px;
	height: 140px;
	border: none;
}

/*#item-list .items {
margin:0px;
background-color:#D1D6EB;
padding:0px;
width:auto;
color:#111e4f;
position:relative;
text-align:left;
}*/

#item-list .items td {
	margin: 0px;
	background-color: #D1D6EB;
	padding: 10px;
	width: auto;
	color: #111e4f;
	position: relative;
	text-align: left;
	border-bottom: 1px solid #FFFFFF;
}

#item-list .odd td {
	margin: 10px;
	background-color: #9FA4B8;
	padding: 10px;
	width: auto;
	color: #111e4f;
	position: relative;
	text-align: left;
	border-bottom: 1px solid #FFFFFF;
}

#item-list .items span.heading {
	margin: 0px 0px 4px 0px;
	padding: 0px 0px 0px 10px;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	height: 24px;
	line-height: 24px;
	overflow: hidden;
	background: #20346d;
	text-align: left;
	display: block;
}

#item-list .items span.price-text {
	margin: 0px 0px 4px 0px;
	padding: 0px 0px 0px 10px;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	height: 24px;
	line-height: 24px;
	background-color: none;
	text-align: right;
	position: absolute;
	z-index: 5000;
	top: 8px;
	right: 30px;
display: none;
}

/* Level 3 */
