#comingsoon p
{
	font-size:1.2em;
}

#comingsoon #signuplink
{
	color:#383;
}
#comingsoon #signuplink:hover
{
	color:#6a6;
}


ul.locations
{
	margin:10px 0;padding:0;
	
	font-size:1.3em;
}
ul.locations li
{
	padding:5px 0 0 0;
}

#search-text
{
	font-size:1.6em;
	font-weight:bold;
	text-align:center;
	
	color:#222;
}

.term
{
	font-weight: normal;
	font-size:1.6em;
	margin:0 5px;
	position:relative;
	z-index:100;
}



.term ul
{
	display:none;

	font-weight:normal;
	text-align:left;
	
	background-color:#fff;
	border:solid 1px #aaa;
	margin:0; padding:10px;
	list-style-type:none;

	
	width:200px;
	
	position:absolute;
	/*top:100%;*/
	top:1.4em;
	left:-10px;
	z-index:99;
}
.term ul li
{
	font-size:0.55em;
	letter-spacing:0px;
	margin:0; padding:5px 10px;
	text-indent:0;
	list-style:none;
	list-style-position:outside;
}

#price ul
{
	width:180px;
}
#type ul
{
	width:140px;
}
#location ul
{
	width:180px;
}

#more-locs a
{
	color:#383;
}

.term ul li a:hover
{
	color:#449;
	text-decoration:underline;
}
