/* listings index styles */

.listing {
	border-bottom: 3px solid #667593;
	color: #666;
	float: left;
	padding: 16px 0;
}

.listing img {
	border: 3px solid #667593;
	float: left;
	margin: 0 16px 0 0;
}

a.learn-more {
	background: url(../images/backgrounds/learn-more.gif) transparent no-repeat top left;
	float: left;
	height: 39px;
	text-indent: -6000px;
	width: 97px;
} 

a.learn-more:hover {
	background-position: 0 -39px;
}

#content .listing p {
	float: right;
	padding: 0;
	position: relative; left: -22px;
	width: 556px;
}

#content .listing ul {
	float: left;
	padding: 0 0 10px 0;
	text-align: left;
	width: 225px;
}

#content .listing ul li {
	list-style-image: none;
	padding: 0;
}

#content .listing ul li.attention {
	color: red;
}

#content .listing ul li.attention strong {
	color: #666;
}

/* individual listings styles */

#right {
	padding: 0;
	width: 321px;
}

#content #right h3 {
	margin: 15px 0 10px 0;
	padding: 0;
}


#content #right p {
	color: #666;
	font-size: .8em;
	padding: 0 3px 15px 0;
	text-align: justify;
}

#content #right p.map {
	text-align: right;
}

#content #right ul {
	color: #666;
	font-size: .8em;
	padding: 0 3px 15px 0;
	text-align: right;
}

#content #right ul li {
	list-style-type: none;
	list-style-image: none;
	padding: 0;
}

#content #right ul#see-more-list li {
	padding: 0 0 7px 0;
}

#content #right ul li.attention {
	color: red;
}

#content #right ul li.attention strong {
	color: #666;
}

#listing-buttons {
	clear: both;
	float: left;
	padding: 0 0 15px 0;
	width: 321px;
}

#listing-buttons a {
	background-color: #858EAB;
	border: 2px solid #AEB9CE;
	color: #fff;
	float: left;
	font-size: .7em;
	font-weight: bold;
	margin: 0;
	padding: 2px 0;
	text-align: center;
	text-decoration: none;
	width: 152px;
	display: inline;
}

#listing-buttons a.previous {
	position: relative; left: 9px;
}

#listing-buttons a.tour, #listing-buttons  a.myzoom {
	left: 0;
	margin: 8px 0 0 0; 
	width: 317px;
}

#listing-buttons a:hover {
	background-color: #E0E5EF;
	border-bottom: 2px solid #465260;
	border-right: 2px solid #465260;
	color: #293A4E;
}

.caption {
	float: left;
	height: auto !important;
	padding: 6px 0 12px 6px;
}

.caption img {
	border: 3px solid #657594;
	float: left;
}

#content .caption p {
	float: left;
	font-size: .7em;
	padding: 3px 5px;
	text-align: center;
	width: 370px;
}

/*----------------------------

CONTACT FORM ON LISTINGS PAGES

-----------------------------*/

#form-wrapper {
	border-bottom: 1px solid #A1B3C8;
	float: left;
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
	width: 321px;
	text-align: left;
}

.christine-form {background: url(../images/backgrounds/christine-form-bg.jpg) no-repeat bottom right;}
.mandy-form {background: url(../images/backgrounds/mandy-form-bg.jpg) no-repeat bottom right;}

#right p#form-header {
	background: #FEFABB;
	border: 1px solid #D0CDAE;
	color: #457043;
	float: left;
	font-size: 12px;
	margin: 0 0 10px 0;
	padding: 5px;
	text-align: right;
	width: 309px;
}

#right p#form-header strong {
	font-family: "Times New Roman", Times, serif;
	color: #565054;
	font-size: 15px;
}

#right #form-wrapper ul {
	float: left;
	font-size: 11px;
	list-style-type: none;
	padding: 0;
	width: 240px;
}

#right #form-wrapper ul li {
	float: left;
	padding: 0 0 5px 0;
	width: 240px;
}


#form-wrapper label {
	float: right;
	margin: 0 5px 0 0;
}

#form-wrapper input.text, #form-wrapper textarea {
	border: 1px solid #346699;
	font-size: 11px;
	float: right;
	padding: 1px;
	width: 150px;
}

#form-wrapper img {
	float: right;
	margin: 0 0 0 5px;
}

#form-wrapper input.listing-form-submit {
	width: 100px;
}

#right .error {color: #BF0000;}

#right p.success {
	font-weight:bold;
	position: relative;
	top: -10px;
}
