
/*
 * COMMON SMALL start
 */
.user_name, a.user_name_menu_activator, .comment_count, .help_tip, .help_tip_fake, a.user_name .online {
	background-image: url(/static/blocks/_cmn/sprite_icons_common_small.png?2);
	background-repeat: no-repeat;
}

a.user_name, .photo_bubble .user_name {
	background-position: 0 -54px;
	color: #000;
	font-size: 11px;
	padding-left: 12px;
	text-decoration: none;
    position: relative;
}

    a.user_name.wiki {
        font-size: inherit;
        background-position: 0 -51px;
    }

	a.user_name span {
		border-bottom: 1px solid #f34915;
	}
	
	a.user_name:hover span {
		border-bottom: 0 none;
	}

	a.user_name.online {
		background-position: 0 -510px;
	}
	
h3 a.user_name {
	font-size: 25px;
	background-position: 0 -265px;
	padding-left: 18px;
	margin-left: 5px;
}

h2 a.user_name {
	background-position: 0 -298px;
	font-size: 36px;
	padding-left: 7px;
}
    h2 a.user_name.online {
        background-position: 0 -930px;
    }

    h2 a.user_name.online .fa-user-circle-o {
        color: #1bac26;
    }

a.user_name_menu_activator {
	background-position: 0 -25px;
	color: #f34915;
	display: inline-block;
	padding-left: 15px;	
}

.pic_block {
	display: block;
}

.comment_count {
	background-position: 0 -77px;
	font-size: 11px;
	padding-left: 18px;
}

.help_tip, .help_tip_fake {
	background-position: 0 -100px;
	cursor: pointer;
	height: 13px;
	width: 13px;
}
.help_tip.inline_icon, .help_tip_fake.inline_icon {
    margin-right: 0.5em;
    vertical-align: bottom;
}

i.round_flag {
	background-image: url(/static/blocks/flags/sprite_flags_round.png);
	height: 18px;
	width: 18px;
}

i.rect_flag {
	background-image: url(/static/blocks/flags/sprite_flags_rect.png);
	height: 11px;
	width: 16px;
}

i.round_flag, i.rect_flag {
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}

.splitter {
	color: #ddd;
	margin: 0 4px;
}

.breadcrumbs {
	font-size: 11px;
}
	.breadcrumbs a {
		color: #ff6600;
	}
	
	.breadcrumbs .splitter {
		color: #999;
	}
    .breadcrumbs .home {
        display: inline-block;
        width: 11px;
        height: 11px;
        background: url(/static/blocks/_cmn/sprite_icons_common_small.png) no-repeat 0 -821px;
        position: relative;
        top: 1px;
    }

.round_bordered_box {
	border-width: 1px;
	border-style: solid;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

#b_container {
	margin-top: 20px;
}

a.cont_link {
	color: #000;
	font-size: 12px;
}

.help_tip_box {
	left: 0;
	position: relative;
	top: 0;
	text-align: left;
    font-size: 13px;
}
    .help_tip_box .help_tip {
        opacity: 0.4;
        -webkit-transition: opacity .3s ease;
           -moz-transition: opacity .3s ease;
                transition: opacity .3s ease;
    }
    .help_tip_box .help_tip:hover {
        opacity: 1;
    }

h1 .help_tip_box {
    top: -17px;
}

h2 .help_tip_box {
    left: 3px;
    top: -15px;
}

h3 .help_tip_box {
    top: -10px;
}

h4 .help_tip_box {
    top: -7px;
    left: 2px;
}

h5 .help_tip_box {
    top: -5px;
}

/*
 * COMMON SMALL end
 */

/*
 * PHOTO WITH TIP start
 */

.photo_with_tip {
	position: relative;
	overflow: hidden;
}
	.photo_with_tip .tip {
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
	
		background: #fff;
		bottom: 4px;
		color: #000;
		font-size: 11px;
		left: 5px;
    	padding: 4px 8px;
		position: absolute;
		z-index: 1;
	}

	.photo_with_tip a {
		text-decoration: none;
	}

/*
 * PHOTO WITH TIP end
 */

/* блок для баннера */

.morkovka {
    /*width: 1000px;*/
    z-index: 5;
}
.morkovka > div {
    margin: 10px 0 0 0;
}
.morkovka.no_bread {
    min-height: 30px;
}
    .morkovka.no_bread > div {
        margin-top: 10px;
        margin-bottom: 10px;
    }
        .morkovka img {
            vertical-align: top;
        }

    .morkovka_a_1 {
        width: 740px;
        margin: 0px 0px 40px 25px;
        clear: left;
    }

/* /блок для баннера */

.gps_box.compact_view {
    display: inline-block;
    position: relative;
}
    .gps_box.compact_view .gps_title {
        position: relative;
        color: #666;
        font-family: Tahoma, Geneva, sans-serif;
        cursor: help;
        border: 1px solid #999;
        font-size: 9px;
        padding: 0 2px;
        border-radius: 3px;
    }
    .gps_box.compact_view .dde {
        z-index: 70;
    }

.title_wrap {
    position: relative;
}
    .title_wrap h1,
    .title_wrap h2,
    .title_wrap h3,
    .title_wrap h4,
    .title_wrap .advices_title {
        display: inline;
    }
    .title_wrap .help_tip_box {
        top: -10px;
    }