body.profile #community_content {
    background:transparent url(/static/images/common/user_profile_bg.png) no-repeat scroll left top;
    height:1198px;
    margin-bottom:20px;
}
#right_col {
    min-height:400px;
    float:left;
    width:726px;
    display:inline;
    margin-left:10px;
}
#left_col {
    width:236px;
    margin-left:0;
    float:left;
    display:inline;
}
#right_col h2 {
    color:#FFFFFF;
    font-size:13pt;
    font-weight:normal;
    line-height:42px;
    padding:4px 0 0 19px;
}
#left_col h1 {
    margin-top:0;
    background:none;
    color:#1a1a1c;
    line-height:42px;
    padding:4px 0 0 20px;
    font-weight:bold;
}
.profile_item {
    margin:0 0 10px 0;
    width:725px;
    height:395px;
    position:relative;
}
#profile_avatar {
    margin-bottom:10px;
    text-align:center;
}
#profile_avatar img {
    margin-bottom:15px;
    background:#FFF;
    padding:3px;
    border:1px solid #CCC;
    width:125px;
    height:125px;
}
/* keep thumbnails the right size for development */
.viewall {
    position: absolute;
    top:15px;
    right:20px;
}
.additem {
    position:absolute;
    right:152px;
    top:15px;
}
#favorited_by {
    float:left;
    width:358px;
    display:inline;
    margin:0 0 0 10px;
    overflow: hidden;
    height: 385px;
}
#recent_activity {
    float:left;
    width:358px;
    display:inline;
    overflow: hidden;
    height: 385px;
}
#fav_btn {
    text-align:center;
    margin:10px auto;
}
#left_col h2 {
    font-weight:normal;
    margin:15px;
}
.profile_details {
    margin:0 15px 15px;
}
.rating {
    margin: 0 0 5px 0;
}
#tabs_container {
background-image:url(/static/images/common/tabs_bg.gif);
height:30px;
margin:20px auto;
width:972px;
}
#tabs_container ul {
margin-left:0;
}
#tabs_container ul li {
float:left;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}
#tabs_container ul li a {
background:transparent url(/static/images/common/tab.gif) no-repeat scroll right 0;
border-right:1px solid #B8B8B8;
color:white;
display:block;
line-height:30px;
padding:0 18px;
}
#tabs_container ul li.active a.first {
background:transparent url(/static/images/common/tab.gif) no-repeat scroll left -60px;
color:#2C2D2F;
}
#tabs_container ul li a:hover {
    background:transparent url(/media/images/common/tab.gif) no-repeat scroll right -30px;
}

.fav_list {
    margin:12px 0 12px 15px;
}
.see_all_fav {
    margin:0 0 0 15px;
}
 
#tabs_container ul li.active a {
    color:#2C2D2F;
    background:transparent url(/static/images/common/tab.gif) no-repeat scroll right -60px;
}
#tabs_container ul li.active a.first {
    color:#2C2D2F;
    background:transparent url(/static/images/common/tab.gif) no-repeat scroll left -60px;
}
#tabs_container ul li a.first {
    background:transparent url(/static/images/common/tab.gif) no-repeat scroll left 0;
}
#tabs_container ul li a {
    border-right:1px solid #B8B8B8;
    background:transparent url(/static/images/common/tab.gif) no-repeat scroll right 0;
    padding:0 18px;
    display:block;
    line-height:30px;
    color:white;
}
#tabs_container ul li a:hover {
    background:transparent url(/static/images/common/tab.gif) no-repeat scroll right -30px;
}
#tabs_container ul li.active a:hover {
    background:transparent url(/static/images/common/tab.gif) no-repeat scroll right -60px;
}
#tabs_container ul li.active a.first:hover {
    background:transparent url(/static/images/common/tab.gif) no-repeat scroll left -60px;
}
#tabs_container ul li a.first:hover {
    background:transparent url(/static/images/common/tab.gif) no-repeat scroll left -30px;
}
#tabs_container ul li {
    list-style:none;
    float:left;
}

