body {margin: 0px;}
p, th, td, div, b, li, font {font-family:tahoma, arial; font-size: 16px; line-height: 22px; color:#555555;}
a {font-family:tahoma, arial; font-size: 16px; line-height: 22px; }
td > img { display:block; }
p.menu {font-family:arial;font-size:12px; margin-left:10px; color:#FFFFFF; font-weight: 800; }
a.menu {font-family:arial; font-size:12px; color:#FFFFFF; text-decoration:underline; font-weight: 800; line-height: 14px; }
a.menu:visited  {color:#CCCCCC; }
div.menu {margin-top:0px;margin-left:20px;}

H2 {font-family:tahoma, arial;  font-size: 18px; line-height: 24px; color:#555555;}
H3 {font-family:tahoma, arial;  font-size: 18px; line-height: 24px; margin-bottom: 0px; color:#555555;}
H1 {font-family:tahoma, arial;  font-size: 20px; line-height: 26px; color:#006600;}
.copy {font-family:arial;font-size:10px;}
A.geo1domenslink {color: #000000;}
#geo1domenslinkselected {color: #1CA41C;}
/*tours tables*/
.htext {font-family:arial;font-size:12px;}
.ttext {font-family:arial;font-size:12px;}
.atext {font-family:arial;font-size:12px;}
a.ads51 {font-family:arial;font-size:12px; line-height: 14px;}
a.faq:visited {font-family:arial; color: #0000ff;}

ul.r_menu {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px; /* Width of Menu Items */
	border-bottom: 1px solid #1FB61F;  /*нижняя граница */
    z-index:1010
	}

li.r_menu {
	position: relative;
	}
	
ul.r_menu#sub {
	position: absolute;
	left: 149px; /* Set 1px less than menu width */
	top: 0;
	width: 180px; /* Width of Menu Items */
	display: none;
	}

/* Styles for Menu Items работает на обоих меню */
a.r_menu {
	display: block;
	text-decoration: none;
	color: #FFF;
	background: #1CA41C; /* IE6 Bug */
	padding: 5px;
	border: 1px solid #1FB61F;
	border-bottom: 0;
	font-weight: 800;
	}

/* Fix IE. Hide from IE Mac \*/
* html li.r_menu { float: left; height: 1%; }
* html a.r_menu { height: 1%; }
/* End */
a.r_menu:visited { color: #FFDF01; } /* Hover Styles */
a.r_menu:hover { background: #1FB61F; } /* Hover Styles */
		
a.r_menu#sub { padding: 2px 5px; } /* Sub Menu Styles */
		
li.r_menu:hover ul.r_menu#sub, li.over ul.r_menu#sub { display: block; } /* The magic */

table.main_col tbody tr:nth-child(odd) {
  background: #eee;
}

table.main_col tbody tr:hover {
  background: #1CA41C;
}

img.picture  {
  margin: 8px;
  float: right;
  max-width: 100% !important;
}


.img_cnt {
	filter:alpha(opacity=10); 
	-moz-opacity:0.1; 
	opacity:0.1;
}

/*Tooltip */
#dhtmltooltip{
position: absolute;
left: -300px;
width: 190px;
border: 1px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;

/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);

}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}

/*Tooltip end*/

/*hot tours*/
div.h_tour:hover  {cursor: pointer; }


