/* CSS Document */
#wishlist .wlitem
{
padding: 0;
margin: 0;
list-style-type: none;
float: left;
width: 20%;
text-align: center;
}

#wishlist.wlitem p { text-align: center; }

.gotit {
position:absolute;
z-index:1000;
width:20%;
text-align: center;
background-image: url(components/com_comprofiler/plugin/user/plug_cbawslisttab/images/gotit.png);
}

