div.profile_pic {
    float: left;
    overflow: hidden;
    /* height: 160px; */
    max-width: 200px;
    width: expression(this.width > 200 ? 200: true);
    border: solid 1px #333;
    margin: 0 10px 0 0px;
}


img.profile_pic {
  /* padding: 5px;
  background: url(../images/profiles/thumb_border_medium.png) no-repeat; 
  width: 129px;
  height: 99px;*/
  max-width:200px;
  width: expression(this.width > 200 ? 200: true);
  /* margin: 0 10px 10px 0; */
  float: left;
}

div.accordion_title a, div.accordion_title a:visited {
    display: block;
    background: url(../images/icons/bullet_2.png) no-repeat center left;
    padding: 4px 10px;
    background: #eee;
    border-bottom: none;
}

div.accordion_title a:hover {
    background: #ddd;
    border-bottom: none !important;
}

div.accordion_title span {
    float: right;
}

div.accordion_content {
    padding: 5px;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;   
}


#sidebar_profile .top_slice{    
    background: url(/images/panels/rhs_top_support.png) no-repeat; 
}

#sidebar_profile .middle_slice img {
    float: left;
}
        
#sidebar_profile ul {
    float: left;
    list-style: none;
    border-left: #ddd solid 1px;
    padding-left: 10px;
    margin: 0;
}

.mini-profile-holder {
    position: relative;
    display: block;
    width: 70px;
    height: 70px;
    float: left;
}

.mini-profile-holder .trigger {
    position: absolute;
    bottom: 9px;
    right: 9px;
}

.mini-profile-holder div.mini-profile {
    padding: 5px;
    position: absolute;
    width: 150px;
    top: 45px;
    left: 45px;
    border: solid 1px #000;
    background: #fff;
    z-index: 1;
    color: #000;
    text-decoration: none !important;
}

.rhs_link_panel h2 {
    padding: 0px 0pt 5px 2px;
}

.profile-switch img {
    vertical-align: middle;
}

.profile_description ul, .profile_description ol {
    margin-left: 20px;
}
