/* MDA :: Syracuse Showcase CSS */

/*********************************
* Sub Page Structural tags
*********************************/
/* Property Feature */
#property_feature {
	background-image:url(../img/feature_bg.gif);
	width:451px;
	color:#727272;
}
#feature_left {
	padding:0 0 0 10px;
	float:left;
	width:154px;
}
#feature_left img {
	border:1px solid #727272;
}
#feature_right {
	float:right;
	width:282px;
	padding:0;
	margin:0 0 0 5px;
}
#feature_right td {
	padding:0 0 7px 0;
	vertical-align:top;
}
.learnMore_btn {
	float:right;
	margin:0 5px 0 0;
}
/* 	End Property Feature  */
/*
/*	Search Field Module	 */
form {
	width:151px;
	margin:0;
	padding:5px 11px 5px 11px;
}
form select {
	width:100%;
	
	margin:0 0 15px 0;
	border:solid;
	border-color:#9495a2;
	border-width:1px;
}
form label {
	color:#262626;
	padding:0;
	font-size:12px;
	text-align:left;

}
.search_btn {
	float:right;
	clear:both;
	background-image:url(../img/leftCol_bg.gif);
}
form hr {
	color: #e5e5e5;
	margin: 0 0 10px 0;
	width: 151px;
	height: 1px;
	border-style:solid;
}
/*	End Search Field Module	 */
/*
/*	Search Result Module  */
.results {
	clear: both;
	background-image:url(../img/feature_bg.gif);
	width:451px;
	margin:15px 0 0 0;
}
.results_leftHeader {
	background-image:url(../img/leftResult_head.gif);
	background-repeat:no-repeat;
	width:110px;
	float:left;
	padding:8px 0 0 8px;
}
.results_leftHeader img {
	border:1px solid #727272;
}
.results_rightHeader {
	background-image:url(../img/rightResult_head.gif);
	float:right;
	width:333px;
	height:25px;
}
.results_rightHeader h2 {
	color:#676767;
	font-size:12px;
	font-weight:bold;
	margin:7px 0 0 0;
}
.results_rightContent {
	color:#727272;
	font-size:9px;
	width:333px;
	float:right;
	margin:4px 0 0 0;
}
.results_rightContent td {
	padding:3px 0 0 0;
	vertical-align:top;
}

.results:hover h2 {
	text-decoration: underline;
}

.results:hover {
	cursor: pointer;
	cursor: hand;
}

.result_paging {
	width: 100%;
	margin: 10px 0 0 0;
}

.result_paging div.previous {
	float: left;
	clear: left;
}

.result_paging div.center {
	margin: 0 auto;
}

.result_paging div.next {
	float: right;
}
p.result_message {
	clear: both;
	font-style: italic;
}
/*	End Search Result Module   */
/*
/*	Detail Page  */
#detail_content {
	color:#585858;
}
#detail_content td {
	vertical-align:top;
	padding:7px 0 0 0;
}
#uses table {
	margin:10px 0 10px 0;
	border-collapse:collapse;
	border:1px solid #e0e0e0;
}
#uses td {
	padding:5px;
	border:1px solid #e0e0e0;
}
#map {
	margin:10px 0 0 0;
	width:441px;
}
#gallery {
	margin:0 11px 0 11px;
	padding:0 0 4px 0;
	color:#7f7f7f;
}
.gallery_img {
	border:1px solid #727272;
}
.gallery_thumb {
	margin:0 5px 0 0;
}
#print_gallery {
	display:none;
}
/*	End Detail Page  */