﻿.profile-popup {
    position: absolute;
    width: 175px;
    z-index: 5;
}

.profile-popup-pointer{
    float:left;
    width:26px;
    height:29px;
    position:absolute;
    left:-21px;
    bottom:45%;
    top:75px;
    background:url("/img/comment_bg.png") no-repeat scroll left center transparent;
}
.profile-popup-mid {
    float:left;
    border:1px solid #c8c8c8;
    padding:4px;
    background:#e2e2e2;
}
.profile-popup-content-dark {
    padding:15px;
    font-size:12px;
    line-height:20px;
    background: #FFFFFF;
    width: 135px; 
    height: 215px;
}
.profile-popup-close {
    right:-29px;
    bottom: 11px;
    display: block;
    position: absolute;
    right: 10px;
    text-align: right;
	cursor:pointer;
}
.profile-popup-lineitem {
    padding: 5px;
    border-bottom: 1px dashed #e0e0e0;
    color: #2B6893;
}
.profile-popup-lineitem a {
    color: #2B6893;
    text-decoration: none;
}
.profile-popup-lineitemimg {
    margin-right: 10px;
    border: 0px;
}
