body{
	margin:0;
}
.top_menu_green{
	height:59px;
	background-image:url('/pics/top_menu_back.png');
	background-repeat:repeat-x;
	padding-top:10px;
}
.top_menu_green_content{
	width:1000px;
	margin:0 auto;
	font-size:0;
}
.top_menu_green_content_left_block{
	position:relative;
}
.top_menu_green_content_link{
	color:#fff;
	font-family:Tahoma;
	text-decoration:none;
	font-size:16px;
	text-transform:uppercase;
	text-shadow:0px 2px 0px rgba(0, 0, 0, 1);
}
.top_menu_green_content_link:hover{
	box-shadow:0px 2px 0px rgba(0, 0, 0, 1);
	border-bottom:solid 2px #fff;
	padding-bottom:3px;
}
.top_menu_green_content_link_razd{
	font-size:27px;
	color:#fff;
	font-weight:bold;
	padding:0 10px;
	top:-5px;
	text-shadow:0px 2px 0px rgba(0, 0, 0, 1);
}
.top_menu_green_content_left_block, .top_menu_green_content_right_block{
	display:inline-block;
}
.top_menu_green_content_left_block{
	width:75%;
	vertical-align:middle;
}
.top_menu_green_content_right_block{
	width:24%;
	text-align:right;
	vertical-align:middle;
	padding-top:5px;
}
.top_menu_green_content_search{
	width:205px;
	height:28px;
	text-align:left;
	background-color:#fff;
	border:solid 1px grey;
	border-radius:5px;
	margin-left:20px;
}
.top_menu_green_content_search_input{
	margin-top:6px;
	margin-left:6px;
	border:none;
	outline:none;
	width:80%;
}
.top_menu_search-icon{
	display:inline-block;
	width:13px;
	height:13px;
	background-image:url('/pics/search-icon.png');
	margin-left:12px;
}
.top_menu_first{
	width:1000px;
	margin:0 auto;
	padding-top:25px;
	padding-bottom:20px;
}
.top_menu_first_left_logo{
	width:268px;
	height:63px;
	background-image:url('/pics/logo.png');
	position:relative;
	top:24px;
}
.top_menu_first_left, .top_menu_first_right{
	display:inline-block;
	vertical-align:top;
}
.top_menu_first_left{
	width:29%;
}
.top_menu_first_right{
	width:69%;
}
.top_menu_first_phone_block, .top_menu_first_time_work, .top_menu_first_trash,.small_cart_box{
	display:inline-block;
	vertical-align:middle;
}
.top_menu_first_phone_block_text{
	font-size:30px;
	font-family:Arial;
	position:relative;
	top:-10px;
}
.top_menu_first_phone_block_button{
	width:216px;
	height:37px;
	background:url('/pics/button_phone.png');
	text-align:center;
	cursor:pointer;
	display:inline-block;
	border-radius: 7px;
	border: 1px solid #de472e;
}
.top_menu_first_phone_block_button:hover{
	background: linear-gradient(#de4c32, #dd0906 0, #dd0906 100%);
	font-weight:bold;
}
.top_menu_first_phone_block_button_text{
	color:#fff;
	line-height:200%;
	font-family:Tahoma;
	font-size:18px;
}
.top_menu_row{
}
.top_menu_first_phone_block_button_icon{
	width:28px;
	height:19px;
	background-image:url('/pics/phone_icon.png');
	display:inline-block;
	position:relative;
	top:5px;
	margin-right:5px;
}
.top_menu_first_time_work{
	font-size:16px;
	font-family:Tahoma;
	text-align:center;
	margin-left:25px;
}
.top_menu_first_time_work_green{
	color:#808285;
}
.top_menu_first_time_work_orange{
	color:#e42d23;
}
.top_menu_first_trash{
	padding:10px;
	padding-bottom:20px;
	border:solid 2px #eee;
	border-radius:10px;
	background-color:#fff;
	margin-left:42px;
	text-align:center;
	width:180px;
}
.top_menu_first_trash_count{
	font-size:12px;
	font-family:Tahoma;
	color:#e42d23;
	font-weight:bold;
}
.top_menu_first_trash_title{
	font-family:Tahoma;
	color:#808285;
	font-weight:bold;
}

.g_html_bold{
	font-weight:bold;
}