.campaignAdvisor,
.campaignFeedback {
    /*style like box*/
    margin-bottom: 15px;
    padding: 10px;
    border: 2px solid #58b3ca;
    border-radius: 3px;
    text-shadow: 0px 1px 1px #fff;
    background: #d1d8db url(../bg/svg/grad_grey-light.svg);
    background: -moz-linear-gradient(#fff, #d1d8db);
    background: -ms-linear-gradient(#fff, #d1d8db);
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#d1d8db));
    background: -webkit-linear-gradient(#fff, #d1d8db);
    background: -o-linear-gradient(#fff, #d1d8db);
    background: linear-gradient(#fff, #d1d8db);
}
.campaignAdvisor ul {
    margin: 10px;
}
.campaignAdvisor li {
    list-style-position: inside;
}

.searchWrapper div.searchBox {
    position: static;
    right: auto;
    top: auto;
}

.searchWrapper {
    position: absolute;
    right: 75px;
    top: 73px;
}

#suggestLayer {
    position: absolute;
    top: 22px;
    right: 0;
    z-index: 999;
    width: 875px; //max width of suggest popup
}

ul.suggestLayerList,
ul.suggestLayerBlock,
div.suggestLayerBlock {
    position: absolute;
    right: 0;
    background-color: white;
    border: 5px solid #efefef;
    border-collapse: separate;
    box-shadow: 0 4px 3px #c2c4c6;
    color: #58585a;
    cursor: pointer;
    font-size: 11px;
    list-style: outside none none;
    padding: 10px;
    margin: 0;
}
ul.suggestLayerList li,
ul.suggestLayerBlock li,
ul.suggestLayerBlockText li,
ul.suggestLayerBlockImage li {
    display: block;
    list-style: outside none none;
}
.suggestLayerBlockImage,
.suggestLayerBlockText {
    float: left;
    margin: 0;
    padding: 0;
}
.suggestLayerBlockImage {
    border-left: 1px solid #d7d7d7;
    margin-left: 10px;
    padding-left: 10px;
}
li.suggestHeader {
    border-bottom: 1px solid #d7d7d7;
    color: #b0b1b3;
    font-size: 10px;
    font-weight: normal;
    padding: 3px 10px 3px 5px;
}
.suggestLayerBlock ul.noborder {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color;
    border-image: none;
    border-style: none;
    border-width: medium medium medium 0;
    padding-left: 0;
}
li.suggestRow {
    padding: 6px;
}
li.suggestRowWithImage {
    height: 40px;
    line-height: 40px;
}
span.suggestTextQuery {
    font-weight: bold;
}
span.suggestTextQueryTyped {
    color: #58b3ca;
    text-decoration: underline;
}
span.suggestTextType {
    float: right;
    font-size: 10px;
    padding-left: 20px;
}
span.suggestTextAmount {
    float: right;
    font-size: 10px;
    padding-left: 10px;
    text-align: right;
    width: 70px;
}
span.suggestParentCategory {
    color: #b0b1b3;
    font-size: 10px;
    padding-left: 10px;
}
li.suggestHighlight {
    background-color: #ec6105;
    color: #fff;
}
li.suggestHighlight .suggestParentCategory {
    color: #fff;
}
span.suggestImage {
    float: left;
    height: 40px;
    padding-right: 20px;
}
span.suggestImage img {
    max-height: 40px;
    max-width: 120px;
}
