/* styles for header/body/footer wrapper within container */
#resultContainer
{
    z-index:1000000;
	position:absolute; 
	top:24px; 
	right:0px;
	width:418px;
	height:auto;
}

#resultContainer ul
{
	background:url('../img/form_suggested_bottom.png') no-repeat 0 bottom; 
	padding: 0 0 19px 0;
	width: 418px;
}

#resultContainer .bd
{
	padding:8px 15px 0 15px;
	font-size: 11px;
}

#resultContainer .fd
{
    padding:2px 15px 0 15px;
    height:19px;
}

/* styles for result item */
#resultContainer li
{
	font-size: 11px;
	width: 418px;
	background:url('../img/form_suggested_bg.png') repeat-y 0 0;
    color:#5b5f6b;
    margin:0;
    cursor:pointer;
    white-space:nowrap;
    list-style:none;
    zoom:1; /* For IE to trigger mouse events on LI */
}

#resultContainer li:first-child
{
	padding-top: 5px;
}

#resultContainer li a
{
	color: #5B5F6B;
	padding: 2px 5px;
	margin: 0 14px;
	display: block;
}

/* styles for highlighted result item */
#resultContainer li a.ui-state-hover {
    background-color:#f0f1f5; 
    color:#2c63c5;
}

.match 
{
    font-weight:bold;
}

/*.all a {
		font-size:13px;
		color:#CD5A01;
		background:url('../img/nyil_dupla_pink_f.gif') 0 6px no-repeat;
		padding:0 0 0 10px;
	}*/

.result .ticker
{
    white-space: nowrap;
    display:inline-block;
    /*padding:0 15px 0 0;*/
    width: 90px;
}

.result .name
{
    display:inline-block;
    width:210px;
}

.result .category
{
    display:inline-block;
    width:80px;
}
