
/* SEARCH FORM */
label {
	font-weight: bold;
	color: #354f48;
}

div.field {
	position: relative;
	width: 300px;
	height: 30px;
}

div.check {
	width: 150px;
}

div.field input,
div.field select {
	width: 230px;
	border: 1px solid #7f9db9;
	padding: 2px;
	
	position: absolute;
	top: 0;
	left: 100px;
}
div.field input {
	width: 130px;
}

div.check {
	margin: 0 0 0 100px;
}

div.check input {
	border: 1px solid #7f9db9;
}

div.search div.submit input {
	width: auto;
	height: auto;
	
	margin: 0 0 0 100px;
	padding: 0;
	border: 0;
}
/* /SEARCH FORM */


/* SEACH RESULTS */
div#middle h2.results {
	text-transform: none;
	background: none;
	margin: 0 0 1em 0;
	padding: 0;
	color: #000;
}

p.resnav {
	margin-top: 1.5em;
}

table.results td {
	vertical-align: top;
} 

table.results td.number {
	width: 20px;
	font-size: 10px;
	color: #244850;
}

table.results td.image {
	width: 65px;
}

table.results td.image img {
	border: 1px solid #d7c46f;
}

table.results td.features {
	width: 50px;
}

table.results h3 {
	font-size: 18px;
}

table.results h3 a:link,
table.results h3 a:active,
table.results h3 a:visited {
	text-decoration: none;
	color: #1193ab;
}

table.results h3 a:link {
	text-decoration: none;
	color: #548800;
}

table.results p.info {
	position: relative;
	height: 2em;
}

table.results span.city {
	display: block;
	width: 220px;
}

table.results span.category {
	display: block;
	position: absolute;
	top: 0px;
	left: 230px;
	width: 300px;
	
	padding-left: 7px;
	background: url(../../_images/ico/arrows.gif) 0px 6px no-repeat transparent;
}
/* /SEACH RESULTS */



/* FEATURED SEARCH */
table.featured {
	width: 100%;
}

table.featured td {
	vertical-align: top;
}


table.featured img {
	border: 1px solid #d6c269;
}

table.featured p {
	width: 162px;
}
/* /FEATURED SEARCH */


