/* 
    Document   : location-suggestion
    Created on : 10/02/2010, 11:59:20 AM
    Author     : Luke Hoggett
    Description:
        Purpose of the stylesheet follows.
*/

#suggestions {
	width :  260px;
	height: auto;
	background : #fff;
	color	: #888;
	padding	:3px;
	position : absolute;
	border	: 1px solid #888;
	z-index : 6;
	display:none;
	font-size: 1.16667em;
	text-align: left;
}
#suggestions-iframe {
	width :  260px;
	background : #fff;
	color	: #000;
	position : absolute;
	z-index : 2;
}

#suggestions a {
	display:block;
	width:100%;
	height:1%;
	margin:0 0 1px 0;
	line-height:1.3em;
	cursor:pointer;
	color: #888;
	overflow:hidden;
	text-decoration: none;
}
#suggestions a#active-suggestion {
	background:#f7f7f7;
}
#suggestions span  {
	display:block;
	float:left;
}
#suggestions .st  {
	width:40px;
}
#suggestions .su {
	width:160px;
	overflow:hidden;
}
#suggestions .ru {
	width:210px;
	overflow:hidden;
}
#suggestions .pc {
	float:right;
}
