@charset "utf-8";
/* CSS Document */


#wimpyTarget {
	height: 62px;
	width: 62px;
	z-index: 3;
	display: block;
	float: left;
}

#wimpywrapper {
/*	position: relative; */
	display: block;
	width: 100%;
	height: 62px;
	z-index: 3;
	margin: 0px 0px 1em 0px;
}

#wimpywrapper a {
	position: relative;
	top: 32%;
	left: 3.5em;
	float: left;
}

/* the overlayed element */ 
._over {
    /* must be initially hidden */
    display:none;
    /* place overlay on top of other elements */
    z-index:10000;
    /* styling */
    background-color:#333;
    width: 41%;
    min-height: 100px;
	max-height: 62%;
    border:1px solid #666;
    /* CSS3 styling for latest browsers */
    -moz-box-shadow:0 0 90px 5px #000;
    -webkit-box-shadow: 0 0 90px #000;
	overflow: auto;
} 
 
/* close button positioned on upper right corner */ 
._over .close {
/*	background-image:url(../__imgs/furn/apple-close.png); */
	position: absolute;
	left: 0px;
	top: 0px;
	cursor: pointer;
	height: 100%;
	width: 100%;
}

._over p {
	width: 90%;
	margin: 0.8em 1em;
}

/* styling for elements inside overlay */ 
.details { 
    position:absolute; 
    top:15px; 
    right:15px; 
    font-size:11px; 
    color:#fff; 
    width:150px; 
} 
 
.details h3 { 
    color:#aba; 
    font-size:15px; 
    margin:0 0 -10px 0; 
}
