#wish-add {
	float: right;
	width: 300px;
	background: #adadad;
	padding: 5px 5px 5px 10px;
	margin: 0 0 20px 0;
	}
	
#wish-add p {
	margin: 5px 0 5px 0;
	padding-left: 30px;
	font-size: .7em;
	}
	
ul#wish-add-listado {
	margin-top: 5px;
	}
	
ul#wish-add-listado img a {
	border: 3px solid #00b2a9;
	}
	
ul#wish-add-listado img a:hover {
	border: 3px solid #fff;
	}
	
.pop {
	position: absolute;
	display: inline;
	}
  
.pop .pop_menu {
	display: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-top: 24px;
    }
    
  .pop .pop_toggle {
    background-image: url(/lib/js/pop/images/arrow-down.gif);
    background-repeat: no-repeat;
    background-position: center center;
    width: 20px;
    height: 20px;
    overflow: hidden;
    cursor: pointer;
    }

.active .pop_menu {
	display: block;
	background-color: #00b2a9;
	color: #fff;
	position: absolute;
	padding: .6em;
	width: 12em; 
	}
  
 .active .pop_menu a {
	color: #fff;
    }
    
.active .pop_toggle {
	z-index: 2000;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(/lib/js/pop/images/arrow-up.gif);
	}

