/* COMMON */
form{
margin: 0;
padding: 0;
}
.ishop_clear{
clear: both;
margin: 0;
padding: 0;
line-height: 0;
}

/* OFFER STICKERS */
a.ishop_offer,span.ishop_offer{
z-index: 50;
display: block;
width: 48px;
height: 48px;
background-image: url('/universal/images/common/ishop_sticker_special_offer.gif');
background-repeat: no-repeat;
margin: 8px 3px 3px 2px;
text-decoration: none;
}
div.ishop_offer{
z-index: 100;
width: 100%;
margin-left: 48px;
padding: 4px;
border: 2px solid #ff0000;
background-color: #ffff00;
color: #ff0000;
}

/* BUILD ENGINE - EDITING WINDOW */
#edit {
background-color: #ffffff;
}

/* SEARCH PREDICTOR */

#searchbox_predictor {
position: absolute; 
top: 0; 
left: 0;
background-color: #ffffee; 
cursor: pointer;
display: none;
text-align: left;
z-index: 50;
zoom: 100%;
}

#searchbox_predictor div {
background-color: #fffeee;
color: black;
}

#searchbox_predictor div.selected {
background-color: blue;
color: white;
}

