/*
Vpoxod
Mandarinko, 2010
*/

* {
	margin: 0px;
	padding: 0px;
	border: 0px none;
}
a {color:#7F7A7A;}
a:focus {outline: none;}
.separator{clear:both;}
.w100{width: 100%;}
.hidden{display: none;}

/*CSS START*/
/*##################################*/
body {
	font-size: small;
	font-family: Tahoma;
	height: 100%;
	color: #000;
	background: #FFF;
}
#wrap {
	width: 980px;
	margin: 0 auto;
	min-height: 1000px;
	overflow: hidden;
}
#head {
	height: 176px;
	overflow: hidden;
}
	#head #logo {
		float: left;
		width: 169px;
	}
	#head #upper {
		float: left;
		width: 810px;
		height: 120px;
		margin-top: 5px;
	}
		#upper #logo2 {
			float: left;
            margin: 25px 5px;
            width: 192px;
            font-size: 11px;
            color: #a9a9a9;
            text-align: center;
            font-weight: bold;
		}
			#upper #logo2 img {
				padding-bottom: 4px;
			}

		#upper #banner {
			float: left;
			width: 487px;
			height: 125px;
			text-align: center;
			line-height: 125px;
		}
			#upper #banner img {				margin: 0px 2px;
			}		#upper #reg {
			float: right;
   			width: 110px;
   			height: 125px;
   			margin-top: 10px;
   			line-height: 20px;
   			color: #537416;
		}
		#upper #reg a {
         	color: #794a4a;
		}
		#upper #reg input {
			width: 90%;
			margin-left: 10px;
			border: 1px solid #547818;
		}
		#upper #reg span {
   			color: #80b026;
   			font-weight: bold;
   		}
   		#upper #reg #but_reg {
        	float: left;
        	color: #838383;
			margin-left: 10px;
   		}
   		#upper #reg #but_enter {
         	float: right;
         	color: #31342d;
   		}

	#head #topmenu {
		float: left;
		width: 810px;
		height: 40px;
	}
	#head #topmenu a {
		display: block;
		line-height: 28px;
		float: left;
		padding: 0px 12px;
		margin: 7px 10px 0px 6px;
		color: #537416;

		font-size: 15px;
		text-decoration: none;
		font-weight: bold;
		font-family: Tahoma;
	}
	#head #topmenu a:hover {
		background: #80B026;
		color: #fff;
		background: #80B026 url('img/menu_bg.gif') center 28px no-repeat;
		padding-bottom: 7px;
	}

#left {
	float: left;
	width: 197px;
}
#content {
	float: right;
	width: 775px;
}
	#content #move {
     	height: 285px;
     	overflow: hidden;
	}
	#content #center {
		float: left;
		padding:0 5px;
		width:561px;
	}
	#content #hikes {
		float: right;
		width: 197px;
	}
	#content p {
		margin: 5px 0px;
	}
	#content #main_art {
		float: left;
		width: 250px;
		margin-top: 20px;
		margin-right: 20px;
	}
		#content #main_art h2 {
			color: #537416;
			font-size: 16px;
		}
		#content #main_art a {
			display: block;
			color: #444;
			background: url('/img/block_dot2.png') left 2px no-repeat;
			padding-left: 15px;
			margin: 6px 0px;
		}
	#content .main_news {
		width: 290px!important;
		margin: 20px 0px 0px 0px!important;
	}
#foot {
    float: left;
    width: 100%;
    text-align: center;
    margin: 20px 0px;
}
#foot div {
	float: left;
	color: #666;
}
	#foot a {
		color: #ff6e03;
	}
	#foot #copyright {
		width: 200px;
		line-height: 25px;
	}
	#foot #contacts {
		width: 530px;
		padding-left: 55px;
	}
		#foot #contacts p {
			float: left;
			width: 150px;

		}
	#foot #counters {
		width: 195px;
		padding-top: 10px;
	}


/* ------------------- */

.block {
	width: 197px;
 	background: url('/img/block_gray_bg.gif');
 	margin-bottom: 15px;

}
	.block p {
		margin: 0px!important;
	}
	.block h2 {
	 	background: url('/img/block_top.jpg') left top;
	 	height: 39px;
	 	line-height: 39px;
	 	color: #fff;
	 	text-align: center;
	 	font-size: 13px;
	 	text-transform: uppercase;
	}
	.block .block_h2 {
	 	background: url('/img/block_top.jpg') left top;
	 	height: 39px;
	 	line-height: 39px;
	 	color: #fff;
	 	text-align: center;
	 	font-size: 13px;
	 	text-transform: uppercase;
		font-weight: bold;
	}
	.block div {
		padding: 0px;
	}
	.block .blockbot {
     	position: absolute;
		height:2px;
	}
	.block .blockbot img {
     	position: relative;
     	top: -1px;
	}
    .block .menu {
    	border-bottom: 1px solid #CCCCCC;
    }
	.block .menu span {
		display: block;
		background: url('/img/block_bg.png') top left no-repeat;
		height: 30px;
	}
	.block .menu a {
		background: url('/img/block_dot.png') 9px 0px no-repeat;
		padding-left: 30px;
		line-height: 30px;
		color: #717171;
		text-decoration: none;
	}
	.block .subscribe {
		padding: 2px 2px 0px 2px;
		text-align: center;
	}
	.block .subscribe form {
		margin: 2px 0px;
	}
		.block .subscribe form a {
			color: #60851a;
			font-size: 14px;
			text-decoration: none;
		}
	.block .subscribe input {
		border: 1px solid #547818;
		width: 145px;
		margin-right: 5px;
		color: #666;
	}
	.block .subscribe a {
		color: #333;
	}
	.block .photo {
		padding: 5px 4px 0px 4px;
		text-align: center;
	}
	.block .photo a {
		color: #878787;
		font-weight: bold;
		text-decoration: none;
	}

/* SLIDER */
.slider {
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
}
	.slider li{
		display: block;
		overflow: hidden;
		padding: 0;
		c_ursor: pointer;
	}

	.slider li{
		float: left;
		width: 109px;
		height: 274px;
		margin-right: 5px;
	}
	#slide1,#slide2,#slide3,#slide4,#slide5,#slide6, #slide7{
		background-color: #fff;
		background-image: url('/img/mov/slide.jpg');
		color: #fff;
		font-weight: bold;
	}
	#slide1 {
		background-color: #fff;
		background-image: url('/img/mov/slide_crimea.jpg');
		color: #fff;
	}
	#slide2 {
		background-color: #fff;
		background-image: url('/img/mov/slide_caucasus.jpg');
	}
	#slide3 {
		background-color: #fff;
		background-image: url('/img/mov/slide_altai.jpg');
	}
	#slide4 {
		background-color: #fff;
		background-image: url('/img/mov/slide_elbrus.jpg');
	}
	#slide5 {
		background-color: #fff;
		background-image: url('/img/mov/slide_khibiny.jpg');
	}
	#slide6 {
		background-color: #fff;
		background-image: url('/img/mov/slide_karelia.jpg');
	}
	#slide7 {
		background-color: #fff;
		background-image: url('/img/mov/slide_baikal.jpg');
	}


/* HIKES */
#hikes table {
	wi_dth: 194px;
	margin: 3px 0px 2px 3px;
	+margin: 3px 0px 2px 2px;
	color: #303030;
}
	#hikes table th {
		f_ont-weight: normal;
	}
	#hikes table input {
		border: none!important;
		margin: 0px;
		padding: 0px;
		float: left;
		width: 16px;
		+width: 14px;
	}
	#hikes table label {
		display: block;
		float: right;
		width: 72px;
		+width: 74px;
		position: relative;
	}
#hikes .onehike {
	text-align:center;
	color: #494949;
	padding: 10px 2px;
}
	#hikes .onehike a {
     	color: #494949;
		font-weight: bold;
	}
	#hikes .onehike span {
		font-weight: bold;
		font-size: 11px;
	}
	#hikes .onehike .hot {
		color: #8d1d1d;
	}
	#hikes .onehike .green {
		color: #668D1D;
	}


/* ADMIN */
#admin {
	position: fixed;
	bottom: 2px;
	width: 100%;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}

a.admin {
	color: red;
}
#admin2 {
	position: fixed;
	right: 2px;
	bottom: 2px;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
    width: 120px;
    padding: 2px;
    background: #999;
}
#admin2 a {
	color: #fff;
}

/* FORMS */
form input, form select, form textarea{
	border: 1px solid #ccc;
}
input.long {
	width:100%;
}

h1 {
	font-size: 18px;
	color: #537416;
	border-bottom: 1px solid #537416;
	margin:7px 0 14px 0;
	padding-bottom:2px;
	width: 570px;
}

.routes h1 {
	margin: 7px 0px 3px 0px;
	border-bottom: none;
}

h2 {
	font-size: 15px;
	color: #537416;
	margin:20px 0 4px 0;
}

#notice {
	background: url('/img/notice.jpg') center top no-repeat;
	width: 194px;
	height: 189px;
	overflow: hidden;
	margin: 12px 0px;
	+margin: 6px 0px;
	margin-bottom: 10px;
}
	#notice p {
		padding: 0px 20px 0px 7px;
	}
	#notice h3 {
		color: #537416;
		font-size: 12px;
		margin: 2px 7px;
	}


#pmenu {padding:0; list-style-type: none; width:197px; position:relative; z-index:1;}
#pmenu ul {padding:0; margin:0;list-style-type: none; width:197px;border-bottom: 1px solid #CCCCCC;}
#pmenu li {
	position:relative;
	height: 30px;
	background: url('/img/block_bg.png') top left no-repeat;
	margin: 0px!important;
	padding: 0px;
}
#pmenu a, #pmenu a:visited {
	height: 30px;
	display:block;
	background: url('/img/block_dot.png') 9px 8px no-repeat;
	padding-left: 30px;
	line-height: 30px;
	color: #717171;
	text-decoration: none;
}
#pmenu a#active {
	color: #600;
}
#pmenu li:hover > a {background:  url('/img/block_dot.png') 9px 8px no-repeat; color: #600; }
#pmenu li ul {display: none; }
#pmenu li:hover > ul {display:block; position:absolute; top:0; left:196px;}
#pmenu li ul li a {
	background:  url('/img/block_dot2.png') 9px 11px no-repeat!important;
}
#pmenu li ul {
	border-bottom: 1px solid #CCCCCC!important;
	background: #fff;
}
#pmenu li ul li  {
	height: 30px!important;
}
.menu_routes li ul li,.menu_routes li ul {
	width: 280px!important;
}
ul.menu_routes li ul li {
	background: url('/img/block_bg2.png') top left no-repeat!important;
}


#menu_our_events {padding:0; list-style-type: none; width:197px; position:relative; z-index:1;}
#menu_our_events ul {padding:0; margin:0;list-style-type: none; width:197px;border-bottom: 1px solid #CCCCCC;}
#menu_our_events li {
	position:relative;
	height: 50px;
	background: url('/img/but_our_event.jpg') top left no-repeat;
	margin: 0px!important;
	padding: 0px;
}
#menu_our_events a, #menu_our_events a:visited {
	height: 45px;
	display:block;
	b_ackground: url('/img/block_dot.png') 9px 15px no-repeat;
	line-height: 45px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
#menu_our_events li:hover > a {b_ackground:  url('/img/block_dot.png') 9px 15px no-repeat; color: #600; }
#menu_our_events li ul {display: none;
	margin-top: 5px;}
#menu_our_events li:hover > ul {display:block; position:absolute; top:0; left:196px;}
#menu_our_events li ul li a {
	background:  url('/img/block_dot2.png') 9px 11px no-repeat!important;
	line-height: 30px!important;
	height: 30px!important;
	color: #717171!important;
	text-align: left!important;
	font-weight: normal!important;
	padding-left: 30px;
}
#menu_our_events li ul {
	border-bottom: 1px solid #CCCCCC!important;
}
#menu_our_events li ul li  {
	height: 30px!important;
	background: url('/img/block_bg.png') top left no-repeat;
}
.menu_our_events li ul li,.menu_our_events li ul {
	width: 280px!important;
}
ul.menu_our_events li ul li {
	background: url('/img/block_bg2.png') top left no-repeat!important;
}





/* root element for tabs  */
ul.tabs {
	list-style:none;
	margin:0px 0px 5px 0px;
	padding:0;
	height:30px;
	border-bottom:1px solid #537416;
	width: 568px;

}

/* single tab */
ul.tabs li {
	float:left;
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important;
}

/* link inside the tab. uses a background image */
ul.tabs a {
	background: url('/img/tabs2.png') no-repeat -652px 0;
	font-size:11px;
	display:block;
	height: 30px;
	line-height:30px;
	width: 111px;
	text-align:center;
	text-decoration:none;
	color:#000;
	padding:0px;
	margin:0px;
	position:relative;
	top:1px;
}

ul.tabs a:active {
	outline:none;
}

/* when mouse enters the tab move the background image */
ul.tabs a:hover {
	background-position: -652px -31px;
	color:#fff;
}

/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {
	background-position: -652px -62px;
	cursor:default !important;
	color:#000 !important;
}

/* Different widths for tabs: use a class name: w1, w2, w3 or w2 */


/* width 1 */
ul.tabs a.w1 			{ background-position: -519px 0; width:134px; }
ul.tabs a.w1:hover 	{ background-position: -519px -31px; }
ul.tabs a.w1.current { background-position: -519px -62px; }

/* width 2 */
ul.tabs a.w2 			{ background-position: -366px -0px; width:154px; }
ul.tabs a.w2:hover 	{ background-position: -366px -31px; }
ul.tabs a.w2.current { background-position: -366px -62px; }


/* width 3 */
ul.tabs a.w3 			{ background-position: -193px -0px; width:174px; }
ul.tabs a.w3:hover 	{ background-position: -193px -31px; }
ul.tabs a.w3.current { background-position: -193px -62px; }

/* width 4 */
ul.tabs a.w4 			{ background-position: -0px -0px; width:194px; }
ul.tabs a.w4:hover 	{ background-position: -0px -31px; }
ul.tabs a.w4.current { background-position: -0px -62px; }




/** ToolTip **/
#easyTooltip{
	padding:5px 10px;
	border:1px solid #ccc;
	background:#80B026;
	color:#fff;
}
.tooltip {
	cursor:  	default;
	color:#7F7A7A;
	text-decoration: underline;
}

.cursor {
	cursor: pointer!important;
}

#route_main {
	overflow: hidden;
	width: 570px;
}
#route_main h2 {
	font-size: 17px;
	overflow: hidden;
}
#route_main h3 {
	font-size: 15px!important;
}
#route_main h2 a.vk {
	float: left;
	width: 475px;
}
#route_main h2 .vk_but {
	float: right;
	position: relative;
	top: 3px;
}
#route_main h2 .vk_but a {
	display: block;
	background: url('/img/but_vk_group.jpg') top left no-repeat;
	width: 89px;
	height: 23px;
	+height: 20px;
}
#route_main h2 .vk_but a:hover {
	background-position: 0px -20px;
}
#route_main img.route_img {
	float: left;
	margin: 9px 5px 5px 0px;
}
#route_main span {
	display: block;
	margin: 3px 0px;
}

#route_main table {
	width: 550px;
}
#route_main ul {
	margin-left: 20px;
}
#route_main #hikes {
	margin: 5px 0px 15px 0px;
	width: 570px;
	border-bottom: 1px solid #eee;
}
#route_main #hikes td {
	text-align: center;
	cursor: default;
}
#route_main #hikes th {
	background: #c9ee78;
	color: #000;
	padding: 2px 4px;

}
#route_main #hikes tr:hover {
	background: #eee;
}
#route_about {
	width: 550px;
}
	#route_about p {
		margin: 10px 0px;
	}
#route_main .about_link {
	position: relative;
	top: -5px;
	float: left;
	width: 570px;
	margin: 0px 0px 20px 0px;
	border-bottom: 1px solid #555;
}
#route_main .about_link a {
	width: 180px;
	margin: 0px auto;
	display: block;
}
#route_main .about_link img {
	padding: 4px;
	margin-bottom:20px;
}
#route_main table small {
	font-size: 10px;
	line-height: 1;
	display: block;
}
#content h3 {
	color:#537416;
    	font-size: 12px;
}
#route_button {
	width: 570px;
	overflow: hidden;
}
#route_gallery #gallery img {
	margin: 5px 10px;

}



#route_responses {
	width: 568px;
}
#route_responses table {
	width: 100%;
	margin: 10px 0px 5px 0px;
}
#route_responses table td {
	font-weight: bold;
	padding: 3px;
}
#route_responses table td.info {
	background: #eee;
}
#route_responses table textarea {
	width: 100%;
}
#route_responses table #separator {
	width: 280px;
}
#route_responses table .info input {
	width: 160px;
	height: 24px;
	line-height: 24px;
}
#route_responses table .separator {
	width: 0px;
}
#route_responses table select {
	width: 160px;
}
#route_responses table textarea {
	height: 100px;
}
#route_responses .response {
	margin: 10px 0px;
	padding: 10px 0px;
}
#route_responses .response p {
	padding: 4px 2px;
}

#route_responses .response .header {
	background: #80B026;
	color: #fff;
	overflow: hidden;
	padding: 4px 2px;
}
#route_responses .response .header span {
	float: right;
}
#route_responses .response p.rate {
	background: #ddd;
}

.semafor {
	margin-bottom: 2px;
	background-position: 4px 4px!important;
	padding: 0px 0px 3px 20px;
}
	.semafor input.long {
		width: 500px;
	}
	.semafor a {
		text-decoration: none;
		line-height: 17px;
	}
	.color1 {
		border: 1px solid #FFE937;
  		background: url('/img/balls/1.jpg') 0px 0px no-repeat;
	}
	.color2 {
		border: 1px solid #DB9639;
  		background: url('/img/balls/2.jpg') 0px 0px no-repeat;
	}
	.color3 {
		border: 1px solid #FF7222;
  		background: url('/img/balls/3.jpg') 0px 0px no-repeat;
	}
	.color4 {
		border: 1px solid #C83E3B;
  		background: url('/img/balls/4.jpg') 0px 0px no-repeat;
	}
	.color5 {
		border: 1px solid #F45AB2;
  		background: url('/img/balls/5.jpg') 0px 0px no-repeat;
	}
	.color6 {
		border: 1px solid #B378B2;
  		background: url('/img/balls/6.jpg') 0px 0px no-repeat;
	}
	.color7 {
		border: 1px solid #40A8F1;
  		background: url('/img/balls/7.jpg') 0px 0px no-repeat;
	}
	.color8 {
		border: 1px solid #62D6EF;
  		background: url('/img/balls/8.jpg') 0px 0px no-repeat;
	}
	.color9 {
		border: 1px solid #92E95E;
  		background: url('/img/balls/9.jpg') 0px 0px no-repeat;
	}
	.color10 {
		border: 1px solid #1A7D06;
  		background: url('/img/balls/10.jpg') 0px 0px no-repeat;
	}
	.color11 {
		border: 1px solid #CC8889;
  		background: url('/img/balls/11.jpg') 0px 0px no-repeat;
	}


#orderform h1 {
	width: 100%;
}
#orderform #route_set, #orderform .route_set {
	width: 335px;
	float: left;
}
#orderform select {
	width:250px;
}

#orderform td {
	height: 23px;
}

#orderform #route_info {
	float: right;
	background: url('/img/route_info.png') top left no-repeat;
	width: 434px;
	height: 172px;
}
	#orderform #route_info small {
		font-size: 100%;
		line-height: 170px;
		display: block;
		text-align: center;
	}
	#orderform #route_info big {	
		font-size: 100%;
		line-height: 18px;
		margin-top: 65px;
		display: block;
		text-align: center;
	}
	#orderform #route_info small img {
		position: relative;
		top: 20px;
	}

	#orderform #route_info #image {
		width: 227px;
		height: 172px;
		float:left;
		margin-right: 5px;
	}
	#orderform #route_info span {
		display:block;
		margin:3px 0;
	}


	#orderform #route_set input.shot {
		width: 20px;
	}
	#orderform #route_set .tdstrt {
		width: 80px;
	}
	#orderform #route_set input.long {
		width: 255px;
	}
	#orderform #route_set input {}
    #orderform #route_set .tdall {
    	width: 100%;
    }
    #orderform #route_set textarea, #orderform .route_set textarea {
    	width: 100%;
		height: 50px;
    }
    #orderform .set_right {
    	width: 430px!important;
    	margin-left: 5px;
    }
    #orderform h3.gray {
    	color: #79a920;
    }
    .order_links{
        text-align: center;
        margin-top: 12px;
    }
    .order_links a{
        color: #79a920;
        font:  16px Arial;
        text-decoration: none;
        margin: 0 15px;
    }
    #send_order_input{
        border: none;
        margin: 15px 41px 0 0;
    }
    #passport, #equipment{
        float: left;
        width: 50%;
    }
    #passport h3, #equipment h3{
        margin-bottom: 10px;
    }
    .eq_select{
        width: 175px !important;
    }
    #tent_num{width: 36px !important;}
    .route_set2{width: 50%; float: left;}
    .route_set2 textarea{width: 100%;}
    #day{width: 47px !important;}
    #month{width: 115px !important;}
    #year{width: 60px !important;}
    #city_span{margin-top: 3px;}
    .empty{color: #777; font-style: italic;}


#allroutes_date {
	margin: 15px 0px;
}
	#allroutes_date input {
		border: 1px solid #ccc;
		font-size: 16px;
		width: 94px;
		font-weight: bold;
		color: #666;
	}
	#allroutes_date input.but {
		width: 16px;
		height: 16px;
		border: none;
		position: relative;
		top: 1px;
		left: 4px;
	}

#content #center ul, #content #center ol {
	padding-left: 20px;
}

.news {
	overflow: hidden;
	margin-bottom: 20px;
}
.news img {
	float: left;
	margin: 0px 5px 0px 0px;
}
.news .date {
	color: #666;
}
.news h3 {
	font-size: 13px;
}
.news span a  {
	color: #60851B;
}

#mark {
 	color: #D58D39!important;
}
#mark:hover {
	color: #FFF!important;
}

#kprikluchenyam {
	floaT: left;
	width: 100%;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 5px;
}

#link_link
	{
	display:block;
	font-size:12px;
	margin-top:15px;
	margin-bottom: 25px;
	text-align:center;
	width:100%;
	}

.ul_link li
	{
	display: inline;
	margin-left: 10px;
	}
.coverlink {	color: #666666!important;
}


 		#screen{
			width:570px;
			padding:0;
			margin-left: 0px!important;
		}
			#screen li{
				float:left;
				list-style:none;
			}
			#screen .jq-ss-crop{
				margin:5px 7px;
				border:1px solid #FFFFCC;
				float:left;
				width: 120px!important;
				height: 80px!important;
			}
			#screen #left,#screen #right{
				font-weight:bolder;
				font-size:12px;
				margin-top:20px;
				width: 10px!important;
				display:block;
				text-decoration:none;
				color:black;
			}
			#screen #view{
				margin:10px 0px;
				width:540px;
				border:1px #eee solid;
				height:90px;
				overflow:hidden;
			}
			#screen #images{
					width:3818px !important;
					width:3822px;
					padding:0;
				}
				#screen #images li img{
						border:0;
					}
					


ul.menu_slider, ul.menu_slider ul {
  list-style-type:none;
  margin: 0;
  padding: 0;
  width: 195px;
}

ul.menu_slider a {
  display: block;
  text-decoration: none;
}

ul.menu_slider li {
  margin-top: 1px;
}

ul.menu_slider li a, ul.menu_slider ul.menu_slider li a {
  background: #e5e5e5;
  color: #222;
  padding: 0.5em;
}

ul.menu_slider li a:hover, ul.menu_slider ul.menu_slider li a:hover {
  background: #80B026;
}

ul.menu_slider li ul li a, ul.menu_slider ul.menu_slider li ul li a {
  background: #f5f5f5 url("/img/block_dot2.png") no-repeat scroll 5px 5px;
  color: #000;
  padding-left: 20px;
}

ul.menu_slider li ul li a:hover, ul.menu_slider ul.menu_slider li ul li a:hover {
  font-weight: bold;
  background: url("/img/block_dot2.png")  no-repeat scroll 5px 5px #e5e5e5!important;
}
ul.menu_slider ul.menu_slider li a:hover {
    border-left: 0;
    padding-left: 0.5em;
}
ul.menu_slider ul.menu_slider {
    border-left: 5px #f00 solid;
}
ul.menu_slider a.active, ul.menu_slider ul.menu_slider li a.active, ul.menu_slider a.active:hover, ul.menu_slider ul.menu_slider li a.active:hover {
    text-decoration: underline;
    background: #80B026;
	color: #fff;
}
div.panel {
    border: 1px #000 solid;
    padding: 5px;
    margin-top: 1px;
}

ul.menu_slider div.panel a, ul.menu_slider div.panel li a:hover  {
    display :inline;
    color: #666;
    background: none;
    margin: 0;
    padding: 0;
    border: none;
    font-weight: bold;
}
ul.menu_slider div.panel a:hover {
    color: #000;
    text-decoration: underline;
}
ul.acitem a {
	padding: 3px 0px 3px 20px!important;
}


/* MEGA MENU */
.menu_container {
	position: absolute;
	z-index: 1000;
	width: 780px;
	padding-left: 10px;
	padding-right: 15px;
	    overflow: hidden;
}
.menu_container div {
	//b_order: 1px solid red;
}
.menu_arrow {
	height: 100%;
	width: 12px;
	height: 27px;
	position: absolute;
	left: -1px;
	top: 50px;
	background: url('/img/menu_block_arrow.png') left center no-repeat;
}

.menu_container_s {
	background: #fff url('/img/menu_block_lu.png') top left no-repeat;
}	
.menu_container_r {
	position: relative;
	right: -15px;
	background: url('/img/menu_block_ru.png') right top no-repeat;
}	
.menu_container_b {
	position: relative;
	bottom: -15px;
	left: -15px;
	background: url('/img/menu_block_lb.png') left bottom no-repeat;
}	
.menu_container_rb {
	position: relative;
	bottom: 0px;
	right: -15px;
	background: url('/img/menu_block_rb.png') right bottom no-repeat;
}	

.menu_block_simple {
	width: 376px;
	float: left;
	overflow: hidden;
	margin-bottom: 20px;
	line-height: 18px;
	height: 88px;
}
	
	.menu_block_simple .main_img {
		float: left;
		width: 130px;
	}
	
	.menu_block_simple .main_img  img {
		width: 115px;
	}
	.menu_block_simple .menu_name {
		color: #2c4114;
		display: block;
		position: relative;
		top: -2px;
	}
	.menu_block_simple  .tooltip {
		font-style: italic;
	}
	
	
/* *** SWITCH  */
#switch {
	overflow: hidden;
	width: 205px;
}
#switch span {
	position: absolute;
	left: -9999px;
}
#switch div {
	cursor: pointer;
}
#to_tag {
	float: left;
	width: 70px;
	height: 29px;
	background: url('/img/menu_header_tag.png') top left no-repeat;
	background-position: 0px -60px;
}
#to_dir {
	float: left;
	width: 134px;
	height: 29px;
	background: url('/img/menu_header_dir.png') top left no-repeat;
	position: relative;
	left: -9px;
	background-position: 0px -60px;
}
#to_tag:hover, #to_dir:hover {
	background-position: 0px -30px;
}
#to_tag.active, #to_dir.active {
	background-position: 0px 0px;
}
