.box {display: none;margin-top: 40px;}
.box.visible {display: block;}

/*ЛК странциа фидбека*/
	.tabs{list-style-type:none;overflow:hidden;margin: 0 13px;}
		.tabs li{cursor:pointer;float:left;height:35px;margin-right:3px;padding: 0 22px 0 11px;}
			.tabs li a{text-decoration:none;color:#161616;font-size:16px;display:block;background:url(images/radio.png) no-repeat left center;padding-left:30px;line-height: 35px;}
				.tabs li.active a{background:url(images/radio_active.png) no-repeat left center;}
			
/*карта*/			
	.map_panel .tabs{border-bottom: 1px solid #ddd;height: 27px;overflow:visible;margin:0;width:244px;}
		.map_panel .tabs li{cursor:pointer;float:left;margin-bottom: 0px;}
		.map_panel .tabs li.current{}
			.map_panel .tabs li a{text-decoration:none;color:#161616;display:block;padding: 4px 30px;border: 1px solid transparent;}
			.map_panel .tabs li.current a{height: 18px;border: 1px solid #ddd;border-bottom: 1px solid transparent;background: white;border-radius:4px 4px 0 0;}
	.map_panel .box{margin-top:10px;}
		