.emoticons_tooltip_top_right {
    margin-top: 0;
}

.emoticons_top_right .emoticons_tool_tail {
    text-align: right;
}

.emoticons_tooltip_body {
    background: #fafafa;
    padding: 10px;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.4);
    -moz-box-shadow: 0 2px 8px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 2px 8px rgba(0,0,0,0.4);
}

.emoticons_panel {
    position: absolute;
    padding: 3px;
    z-index: 99998;
    left: -1000px;
    top: -1000px;
}

.emoticons_tooltip_body img {
    padding: 1px;
    cursor: pointer;
    vertical-align: inherit;
    display: block;
    float: left;
    padding: 2px;

}

.smilyes_category img:hover {
    outline: 1px solid #d4d4d4;
}

.emoticons_btn {
    background:url(../images/emoj_panel.png) no-repeat center center;
    cursor: pointer;
    border: 0px solid #ccc;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.emoticons_comment_btn {
   
    width: 28px;
    float: left;
    height: 20px;
}

.emoticons_status_btn {
    
    width: 21px;
    float: left;
    height: 22px;
}

.emoticons_wysiwyg {
    
    width: 21px;
    height: 18px;
    display: inline-block;
}

.emoticons_question {
    margin: 1px;
}

.emoticons_question {
    margin: 1px;
}

.emoticons_photo {
    left: 1px;
    
    width: 22px;
    height: 22px;
    top: 207px;
    position: absolute;
    display: none;
}

.emoticons_photo_edit {
   
    width: 21px;
    float: left;
    height: 22px;
    margin-right: 5px;
}

.peep_photo_preview_action:hover .emoticons_photo {
    display: block;
}

.emoticons_chat_dialog {
    
    width: 22px;
    height: 22px;
    display: inline-block;
}

.emoticons_tab_body {
    margin-bottom: -1px;
}

.smilyes_category {
    padding: 7px;
}

.smile_tab_container_top {
    margin: 0px 0px 0px 4px;
display:block !important;
border-bottom: 1px solid #ccc;
height:30px;
position:relative;
width:99%;

}


.emoticons_tab {
     background:url("../images/console_active_item_bg.png") repeat-x scroll 0 0  #eeeeee;
    border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
    border-radius: 0px;
    color: #6c6c6c;
    display: inline-block;
    height:30px;
    padding: 0px 4px 0px 4px;
    text-decoration: none;
margin-left:-4px;

}

.emoticons_tab.active,
.emoticons_tab:hover {
   border-bottom:0px;
    background:#fafafa;
    border-radius: 0px;
    display: inline-block;
    margin-top:1px;
    text-decoration: none;
}

.emoticons_tab img {
    padding-top: 2px;
width:24px;
height:24px;
}

/* Base CSS */

.peep_comments_input .peep_attachment_icons{
    z-index: 10;
}

/* TipTip CSS - Version 1.2 */

#tiptip_holder {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999;
}

#tiptip_holder.tip_top {
    padding-bottom: 5px;
}

#tiptip_holder.tip_bottom {
    padding-top: 5px;
}

#tiptip_holder.tip_right {
    padding-left: 5px;
}

#tiptip_holder.tip_left {
    padding-right: 5px;
}

#tiptip_content {
    font-size: 11px;
    color: #fff;
    text-shadow: 0 0 2px #000;
    padding: 4px 8px;
    border: 1px solid rgba(255,255,255,0.25);
    background-color: rgb(25,25,25);
    background-color: rgba(25,25,25,0.92);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#000));
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    box-shadow: 0 0 3px #555;
    -webkit-box-shadow: 0 0 3px #555;
    -moz-box-shadow: 0 0 3px #555;
}

#tiptip_arrow, #tiptip_arrow_inner {
    position: absolute;
    border-color: transparent;
    border-style: solid;
    border-width: 6px;
    height: 0;
    width: 0;
}

#tiptip_holder.tip_top #tiptip_arrow {
    border-top-color: #fff;
    border-top-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_bottom #tiptip_arrow {
    border-bottom-color: #fff;
    border-bottom-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_right #tiptip_arrow {
    border-right-color: #fff;
    border-right-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_left #tiptip_arrow {
    border-left-color: #fff;
    border-left-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_top #tiptip_arrow_inner {
    margin-top: -7px;
    margin-left: -6px;
    border-top-color: rgb(25,25,25);
    border-top-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_bottom #tiptip_arrow_inner {
    margin-top: -5px;
    margin-left: -6px;
    border-bottom-color: rgb(25,25,25);
    border-bottom-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_right #tiptip_arrow_inner {
    margin-top: -6px;
    margin-left: -5px;
    border-right-color: rgb(25,25,25);
    border-right-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_left #tiptip_arrow_inner {
    margin-top: -6px;
    margin-left: -7px;
    border-left-color: rgb(25,25,25);
    border-left-color: rgba(25,25,25,0.92);
}

/* Webkit Hacks  */
@media screen and (-webkit-min-device-pixel-ratio:0) {	
    #tiptip_content {
        padding: 4px 8px 5px 8px;
        background-color: rgba(45,45,45,0.88);
    }
    #tiptip_holder.tip_bottom #tiptip_arrow_inner { 
        border-bottom-color: rgba(45,45,45,0.88);
    }
    #tiptip_holder.tip_top #tiptip_arrow_inner { 
        border-top-color: rgba(20,20,20,0.92);
    }
}
