#cnt .up {
    margin: 5px 0px 0px 0px;
    font-size: 1.1em;
}
#cnt .userprofile-control {
    margin: 0px 5px 0px 5px;
    padding: 0px;
    list-style: none;
    top: 1px;
    position: relative;
    display: block;
    /* min-height: 25px; */
    _height: 25px;
    width: 100%;
    _width: 600px;
}
#cnt .userprofile-control li {
    margin: 0px 5px 0px 0px;
    padding: 0px;
    /* display: block; */
    float: left;
    /* width: 41px; */
    height: 24px;
    /* background: url(images/profile-control-bg.gif) repeat-x left 1px; */
    background: #EAEAEA;
    position: relative;
    top: 0px;
}
#cnt .userprofile-control li.active {
    /* background: url(images/profile-control-active-bg.gif) no-repeat left top; */
    border-left: 1px solid #696868;
    border-right: 1px solid #696868;
    border-top: 1px solid #696868;
    background: #FFF;
}
#cnt .userprofile-control li a {
    display: block;
    float: left;
    margin: 2px 0px 0px 0px;
    padding: 3px 8px 0px 8px;
    /* width: 24px; */
    height: 19px;
    color: #353535;
    font-size: 1.1em;
    font-weight: bold;
    text-decoration: none;
}
#cnt .userprofile-control li.active a {
    color: #696868;
}

#cnt .userprofile-container {
    position: relative;
}
#cnt .userprofile-tab {
    border-top: 1px solid #696868;
    border-left: 1px solid #696868;
    border-right: 1px solid #696868;
    border-bottom: 1px solid #696868;
    margin: 0px 5px 0px 5px;
    padding: 10px;
    width: 500px;
    clear: both;
}

.vcard {
    margin: 0px;
    padding: 0px;
}
.vcard .short-profile {
    float: left;
    line-height: 1.5em;
}
.vcard .photo {
    margin: 0px 20px 15px 0px;
    float: left;
}
.vcard .fn {
    color: #0071B9;
    font-size: 1.2em;
    font-weight: bold;
    margin: 0px 0px 10px 0px;
}
.vcard .oth_item {
    margin-top: 5px;
}

.oth_info {
    line-height: 1.5em;
    margin-bottom: 10px;
}
.oth_info p {
    margin: 0px;
    padding: 5px 0px;
}

table.userprofile {
    margin: 0px 10px 10px 2px;
    padding: 0px;
}
table.userprofile th {
    width: 145px;
    text-align: right;
    vertical-align: top;
    padding: 2px 5px 2px 0px;
}
table.userprofile td {
    padding: 2px 0px 2px 15px;
    text-align: left;
}

.webuser-gallery .wg-image {
    clear: both;
    min-height: 130px;
    margin: 0px 0px 10px 0px;
}
.webuser-gallery .wg-img {
    float: left;
    width: 130px;
}
.webuser-gallery .wg-act {
    float: left;
    width: 370px;
}

.video_player {
    width: 330px;
    float: left;
}
.video_cats {
    float: left;
    padding: 0px 0px 0px 10px;
}
ul.profile_cats {
    margin: 10px 0px 0px 0px;
    padding: 0px;
    list-style: none;
}
ul.profile_cats li {
    margin: 0px;
    padding: 0px;
    line-height: 1.5em;
}
ul.profile_cats li a {
    color: #242424;
}

.profile_item_discussion {
    clear: both;
    padding: 1px 0px 0px 0px;
}

.photo_detail {
    width: 330px;
    float: left;
}

.editProfileItem {
    float: right;
    color: #696868;
    text-decoration: underline;
}

