
#popup
	{
    background: rgba(61, 110, 168, .8);
    color: #fff;
    display: none;
    max-width: 600px;
    min-height: 20px;
    padding: 15px;
    position: relative;
	width: 250px;
    padding-bottom:10px;
	border-bottom:7px solid #fff;
	}

.popup-content {
	/*float: left;*/
    font-size: 0.9em;
    height: auto;
/*    overflow-y: scroll;*/
    /*height: 85%;
    margin-top: 0;
    position: absolute;
    width:auto;
    min-width: 260px;*/
	}

.popup-content li:hover
	{
	cursor:pointer;
	font-weight:bold;
	}

.to_details img		{margin-right:5px;}

.popup-content hr {
	background: none;
	border: 0px;
	border-top: 1px solid #fff;
	}

.popup-content table {
	width: 100%;
	}

.popup-content table th {
	text-align: left;
	vertical-align: top;
	}

.popup-content table td {
	font-size: 1em;
	color: #fff;
	vertical-align: top;
	}

.popup-content a
	{
	color:#fff;
	text-decoration:underline;
	margin-right:7px;
	}

.popup-content a:hover						{ color:#f26d39; }

.popup-close
	{
	position: absolute;
	right: 19px;
	top: 15px;
	background:url('/grfx/popup_close.png') no-repeat;
	text-indent:-9999px;
	z-index: 1;
	width:9px;
	height:13px;
	cursor:pointer;
	list-style:none;
	}

li.to_details
	{
	list-style:none;
	padding-bottom:7px;
	}



