.dropBlock{
	text-align:left;
    width:418px;
    position:absolute;
	z-index:55;
	display:none;
}
.dropBlockInner{
    background: url(../images/suggestion/contentBGR.png) repeat-y right;
    padding-right:11px;
    zoom:1;
    position:relative;
}
.innerSuggestion{
    background:url(../images/suggestion/contentBGL.png) no-repeat left top;
    zoom:1;
    padding-left:11px;
}
.botPart{
    background:url(../images/suggestion/cornerLB.png) no-repeat left top;
    zoom:1;
    font-size:0;
    line-height:0;
    height:13px;
    zoom:1;
}
.botPart div{
    background:url(../images/suggestion/botBG.png) repeat-x top;
    margin:0 14px;
    font-size:0;
    line-height:0;
    height:13px;
}
.botPart div div{
    background:url(../images/suggestion/cornerRB.png) no-repeat left top;
    margin:0 0 0 auto;
    width:14px;
    height:13px;
    position:relative;
    right:-14px;
}
.dropInner{
    overflow:hidden;
    position:relative;
}
.dropNavBot{
    border-top:1px solid #ebebeb;
    position:relative;
    text-align:center;
    padding:5px 0;
}
.dropNavTop{
    border-bottom:1px solid #ebebeb;
    text-align:center;
    padding:5px 0;
}
.dropInner a, .dropInner a.over{
    display:block;
    position:relative;
    font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
    color:#4f4f4f;
    text-decoration:none;
    padding:4px 0 3px 9px;
}
.dropInner a:not(:root:root) { padding:5px 0 5px 9px; }
.dropInner a:hover, .dropInner a.over{
    color:#7a5b5b;
    background:#f4f9ee;
}

.dropNavTop img, .dropNavBot img {
	display:inline;
}
.dropClose{
    position:absolute;
    right:15px;
    bottom:12px;
    padding-left:10px;
    background:url(../images/suggestion/close.gif) no-repeat left 4px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:10px;
    text-decoration:none;
    color:#a12222;
    z-index:999;
}
.suggestionsLoadingEffect {
	background: #fff url(../images/suggestion/ajax-loader.gif) center center no-repeat !important;
	position:absolute;
    z-index:56;
    -moz-opacity: 0.5;
    opacity:.50;
    filter: alpha(opacity=50);
}
.charityFormLoadingCSS {
	background: transparent url(../images/suggestion/ajax-loader.gif) center center no-repeat !important;
    position:absolute;
    z-index:56;
}
