#popup {
	width: 190px;
	position: absolute;
	z-index: 10;
	display: none;
	background: white;
	border: 1px solid #CCC;
}
#popup_header { 

    font-size: 13px;
    border: 1px solid #CCC;
    background-color: rgba(32, 74, 135, 1);
    padding-left: 1px;
    padding-right: 15px;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-top: 0px;
    margin-left: -2px;
    height: 25px;
    width: 175px;
	
}
#popup_header a{
	vertical-align: middle;
	line-height: 25px;
} 

#popup ul {
	list-style-type: none;
	padding-left:0px;
	margin-left:0px;
	text-decoration:none;
	margin-top: 0px;
    margin-bottom: 0px;
}

.popup_item {
	color:#dddddd;
	border-bottom: 1px solid;
	padding-bottom: 5px;
	padding-top: 8px;
	padding-left: 25px; 	
}
.popup_item a{
	color: #000000; 
	text-decoration: none;
}

.popup_odd {
	background-color:#F9F9F9;
}

.popup_even{
	background-color:#FFFFFF;
}

#popup_items  li {
	
	padding: 0px;
/*	margin-top:-13px; */
}
#popup_items  li a{
    margin: 0px;
    display: block;
    height: 35px;
    line-height: 37px;
    margin-left: 35px;
    text-align: left;
}


#popup_item_add_hotlist {
    background-image: url(images/add.png);
    background-repeat: no-repeat;
    background-position: 5px center;
}

#popup_item2 {
    background-image: url(images/edit.png);
	background-repeat: no-repeat;
    background-position: 5px center;
}
#popup_item_remove_hotlist {
    background-image: url(images/remove.png);
	background-repeat: no-repeat;
    background-position: 5px center;
}

#popup_item3 {
    background-image: url(images/copy.png);
	background-repeat: no-repeat;
    background-position: 5px center;
}

#popup_item_haalkims {
    background-image: url(images/myloader.gif);
	background-repeat: no-repeat;
    background-position: 5px center;
}

.popup_even:hover{
  background-color: #eaeaea;
  cursor: pointer;
}
.popup_odd:hover {
  background-color: #eaeaea;
  cursor: pointer;
}