.block_with_main_content_big_menu
{
margin-top: 50px;
margin-left: 200px;
}

.block_with_main_content_small_menu
{
margin-top: 50px;
margin-left: 40px;
}

#global_left_menu
{
z-index: 1031;
position: fixed;
left: 0px;
top: 50px;
height: 100%;
background: #000;
}

.global_left_menu_full_size
{
width: 200px;
}

.global_left_menu_small_size
{
text-align: center;
width: 40px;
}

.global_left_menu_category
{
	color: white !important;
	margin-left: 10px;
	margin-top: 15px;
}

.global_left_menu_category_small
{
	color: white !important;
	margin-left: 5px;
	margin-top: 15px;
	font-size: 14px;
}

.global_left_menu_category_small:hover .global_left_menu_link_hint
{
	display: block;
}

.global_left_menu_link
{
	margin-left: 5px;
	margin-bottom: 5px;
	color: #999999 !important;
}

.small_menu .global_left_menu_link
{
	margin-left: 0px;
}

.global_left_menu_link:hover
{
background: rgba(255,255,255,0.2);
cursor: pointer;
color: white !important;
}

.a_global_left_menu_link:hover
{
	text-decoration: none !important;
}

.global_left_menu_link_hint
{
	background: #000;
	color: white;
	display: none;
	position: fixed;
	left: 40px;
	margin-top: -20px;
}

.global_left_menu_link:hover .global_left_menu_link_hint
{
	display: block;
}

#global_left_menu .show_full_menu,
#global_left_menu .show_small_menu
{
	color: #999999;
}

#global_left_menu .show_full_menu:hover,
#global_left_menu .show_small_menu:hover
{
	color: white;
	cursor: pointer;
}

.global_left_menu_link_active
{
	color: green;
}

.global_left_menu_link_active .global_left_menu_link_hint
{
	color: green !important;
}

.global_go_to_top
{
	width: 46px;
	height: 46px;
    position: fixed;
    bottom: 50px;
    right: 5px;
    display: none;
    text-indent: -9999px;
    background: url('/assets/images/top_arrow.png') no-repeat;
    background-color: #000;
	opacity: 0.3;
}

.global_go_to_top:hover
{
opacity: 1.0;
}