/*user block*/
.user-block{
    font-family: Arial;
}

/*top block*/
.user-block .top-block{
    position: relative;
    z-index: 100;
    margin-bottom: 40px;
	height: 425px;
}
    .top-block .user-title{
        display: inline-block;
        font-size: 18px;
        color: #000;
        border-radius: 5px;
        padding: 2px 10px;
        margin-top: 10px;
    }
    .top-block .l_friends{
        position: absolute;
        left: 10px;
        top: 10px;
        color: #ffffff;
        background: rgba(0,0,0, 0.5);
        padding: 5px 15px;
        border-radius: 15px;
        z-index: 1000;
    }
	.top-block .l_friends a {
	color: #ffffff;
	}
    .top-block .user-bg, .top-block .user-ava {
        position: absolute;
        right: 20px;
        top: 43px;
    	background: rgba(0,0,0, 0.5);
        padding: 5px 12px;
        border-radius: 15px;
    }
    .top-block #change_prof_bg, .top-block #change_prof_ava {
        position: absolute;
        right: 20px;
        top: 73px;
        text-align: center;
    	background-image: url('../images/dark-bg.png');
    	padding-left: 10px;
    	padding-right: 10px;
    	padding-top: 5px;
    	padding-bottom: 5px;
        border-radius: 5px;
    }
        .top-block #change_prof_bg br, .top-block #change_prof_ava br {
            line-height: 18px;
        }

    .top-block .user-ava {
        top: 10px;
    }
    .top-block #change_prof_ava {
        top: 40px;
    }

    .top-block #user-fakes {
        position: absolute;
        right: 20px;
        top: 76px;
        text-align: center;
        color: #ffffff;
    	background-image: url('../images/dark-bg.png');
    	padding-left: 10px;
    	padding-right: 10px;
    	padding-top: 5px;
    	padding-bottom: 5px;
        border-radius: 5px;
    	overflow-y: auto;
    	max-height: 500px;
    }
        .top-block #user-fakes br {
            line-height: 18px;
        }

        .top-block #user-fakes .fstring:hover {
            background-color: #ffffff;
            color: #000000;
        }

    .top-block #show-accruals {
        position: absolute;
        right: 20px;
        top: 113px;
        text-align: center;
        color: #ffffff;
    	background-image: url('../images/dark-bg.png');
    	padding-left: 10px;
    	padding-right: 10px;
    	padding-top: 5px;
    	padding-bottom: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        -khtml-border-radius:5px;
    	overflow-y: auto;
    	max-height: 500px;
    }
        .top-block #show-accruals br {
            line-height: 18px;
        }

        .top-block #show-accruals .fstring:hover {
            background-color: #ffffff;
            color: #000000;
        }

.top-block #ban_this_user {
    position: absolute;
    right: 0px;
    bottom: 0px;
    text-align: right;
    color: #ffffff;
    background-image: url('../images/dark-bg.png');
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.top-block #ban_this_user .inbtu {
display: table-cell;
vertical-align: middle;
height: 38px;
}

.top-block #ban_this_user .inbtu a {
color: #ffffff;
}

.top-block #ban_this_user br {
line-height: 18px;
}


.top-block #edit_this_user {
    position: absolute;
    left: 0px;
    bottom: 0px;
    text-align: left;
    color: #ffffff;
    background-image: url('../images/dark-bg.png');
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.top-block #edit_this_user .inetu {
display: table-cell;
vertical-align: middle;
height: 38px;
}

.top-block #edit_this_user a {
color: #ffffff;
}


.top-block .user-bg a, .top-block .user-ava a {
color: #ffffff;
text-decoration: none;
}
.top-block .top-inner{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 120;
}
.top-block .dark-line{
    position: absolute;
    top: 50%;
    left: 0;
    height: 60px;
    width: 100%;
    margin-top: -60px;
    padding: 19px 0 0;
    background: rgba(0,0,0, 0.5);
    
    text-align: center;
    /*line-height: 60px;*/
    z-index: 110;
    color: #fff;
    font-size: 14px;
}
    .top-block .dark-line>span{
        float: left;
        font-style: italic;
        width: 40%;
        text-align: center;
    }
    .top-block .dark-line>div{
        float: right;
        width: 40%;
        text-align: center;
    }
    .top-block .dark-line .status_off{
        color: #d44e4e;
    }
    .top-block .dark-line .status_on{
        color: #9acf77;
    }
        .top-block .dark-line .status_on:before,
        .top-block .dark-line .status_off:before{
            display: inline-block;
            width: 11px;
            height: 11px;
            content: '';
            background: #B4B3A5;
            border: 1px solid #fff;
            border-radius: 50%;
            margin-right: 8px;
        }
    .top-block .dark_line_bot{
        position: absolute;
        bottom: 0;
        height: 50px;
        padding-top: 13px;
        width: 100%;
        background: rgba(0,0,0, 0.5);
        text-align: center;
        color: #fff;
        font-size: 16px;
    }
        .top-block .dark_line_bot:after{
            position: absolute;
            bottom: -30px;
            left: 50%;
            margin-left: -30px;
            content: '';
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 30px 30px 0 30px;
            border-color: rgba(0,0,0, 0.9) transparent transparent transparent;
        }

.top-block .user-holder{
    position: absolute;
    width: 230px;
    left: 50%;
    margin-left: -111px;
    border-radius: 50%/50px;
    top: 50%;
    margin-top: -150px;
    border: 2px solid #fff;
    border-radius: 40%/50px;
    background: rgba(255,255,255,0.6);
    /*background: url(../images/user-img-bg.png) no-repeat 0 0;*/
    z-index: 120;
    text-align: center;
    overflow: hidden;
}

.top-block .user-holder .user_out{
    width: 120px;
    max-height: 120px;
    margin: 10px auto 10px;
    position: relative;
}

.top-block .user-holder .user_plus {
    position: absolute;
    right: 4px;
    top: 2px;
    display: inline-block;
    background-color: #555555;
    border-radius: 15px;
    padding: 5px;
    color: #ffffff;
    /*opacity: 0.9;*/
    /*transition: opacity 0.2s ease-out 0s;*/
    transition: background 0.2s ease-out 0s;
}
.top-block .user-holder .user_plus:hover {
    /*opacity: 1;*/
    background-color: #1f1f1f;
}
.top-block .user-holder .user_plus span {
    display: block;
    width: 15px;
    height: 15px;
    background-image: url(../images/plus_profile.png);
    background-repeat: no-repeat;
    background-position: center;
}

    .top-block .user-holder .user{
        width: 120px;
        max-height: 120px;
        border: 5px solid #fff;
        border-radius: 40%/50px;
        overflow: hidden;
    }
        .top-block .user-holder .user img{
            /*display: block;*/
            width: 100%;
            /*height: 100%;*/
            vertical-align: middle;
        }
    .top-block .user-holder .elements{
       /* width: 164px;
        position: absolute;
        top: 195px;
        left: 50%;
        margin-left: -82px;*/
        text-align: center;
    	height: 75px;
        overflow-y: auto;
    }
/*.user-block .top-block .user-holder .elements img {
padding-left: 3px;
}*/

/*.user-block .top-block .user-holder .elements .element-title
{
    font-size: 14px;
    color: #000;
    text-align: center;
}
.user-block .top-block .user-holder .elements .element
{
    font-size: 12px;
    padding-bottom: 2px;
}
.user-block .top-block .user-holder .elements .element span.left
{
    margin-right: 5px;
}
.user-block .top-block .user-holder .elements .element img
{
    position: relative;
    top: 5px;
}
.user-block .top-block .user-holder .elements .element span.blue
{
    color: #83b2da;
}
.user-block .top-block .user-holder .elements .element span.orange
{
    color: #eb670c;
}*/
/*.user-block .top-block .user-holder .user .corner-holder
{
    position: relative;
    float: left;
}*/
/*.user-block .top-block .user-holder .user .corner-holder img.corner
{
    position: absolute;
    left: -8px;
    top:-8px;;
}*/
/*.user-block .top-block .user-holder .user .corner-holder img.corner.right
{
    left: auto;
    right: -9px;
    top:-8px;
}*/
.top-block a{
    position: relative;
}
/*end top block*/

/*bottom block*/
.bottom-block{
    /*padding: 0 10px;
    position: relative;
    z-index: 110;
    top: -10px;*/
}
.bottom-block .technique-block{
    border-bottom: 1px solid #b1b1b1;
    padding: 0 60px 50px 60px;
}
.bottom-block .technique-block .technique-box{
    float: left;
}
.bottom-block .technique-block .technique-box.right{
    float: right;
}
.bottom-block .technique-block .technique-box .name{
    text-align: center;
    padding-bottom: 10px;
}
.bottom-block .technique-block .technique-box .name a{
    color: #000;
    text-decoration: underline;
    font-size: 18px;
}
.bottom-block .technique-block .technique-box .name a:hover{
    text-decoration: none;
}
/*end bottom block*/

/*user info*/
.user-info{
    max-width: 590px;
    width: 100%;
    margin: auto;
}
    .user-info .name{
        font-size: 14px;
        padding: 15px 0 10px 0;
    }
    .user-info .name span{
        font-size: 18px;
    }
    .user-info .info-holder{
        border-bottom: 1px solid #b1b1b1;
        border-top:  1px solid #b1b1b1;
        padding: 20px 0;
        font-size: 14px;
        line-height: 20px;
        overflow: hidden;
    }
    .user-info .info-holder .left-info{
        float: left;
        max-width: 350px;
        width: 100%;
        border-right: 1px solid #b1b1b1;
        /*padding-right: 55px;*/
    }
    .user-info .info-holder .left-info p{
        padding: 0 0 10px 0;
        margin: 0;
    }
    .user-info .info-holder .left-info p.bottom{
        padding: 10px 0 0 0;
    }
    .user-info .info-holder .right-info{
        float: left;
        max-width: 240px;
        width: 100%;
        padding-left: 55px;
    }
    .user-info .info-holder .right-info a{
        color: #80990d;
    	font-weight: bold;
    	text-decoration: none;
    }
    .user-info .info-holder .right-info a:hover{
        text-decoration: none;
    }
    .user-info .info-holder .right-info span.info-line{
        display: block;
    }
    .user-info .info-holder .right-info small{
        font-size: 12px;
    }
    .user-info .info-holder .orange{
        color: #fe6e00 !important;
    }
    .user-info .info-holder .green{
        color: #80990d !important;
    }
/*end user info*/

    .top-block .control_user_counts {
        position: absolute;
        left: 20px;
        top: 42px;
        width: 220px;
        color: #ffffff;
        padding-top: 5px;
        padding-bottom: 5px; 
    	background-image: url('../images/dark-bg.png');
    	padding-left: 10px;
    	padding-right: 10px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        -khtml-border-radius:5px;
		max-height: 415px;
		overflow-y: auto;
    }
.question_stats {
display: inline-block;
opacity: 0.4;
margin-left: 6px;
}
.question_stats:hover {
opacity: 1;
}

.send_frend a{
    position: absolute;
    top: 110px;
    padding: 6px;
    border-radius: 50%;
}
    .send_frend a:first-child{
        left: 15px;
    }
    .send_frend a:last-child{
        right: 15px;
    }
/*end user block*/