input.searchform {color:#808080;width:205; border-style:solid; border-color:#dcd0b6}
input.regform {color:#808080; width:170; border-style:solid; border-color:#dcd0b6}
input.regformm {color:#808080; width:150; border-style:solid; border-color:#dcd0b6}
input.submitbtn{background-image:url(/images/button.jpg); border-style:none; width:20; height:20}
select {color:#808080; border-style:solid; border-color:#dcd1b5; width:250}
font.lozyng{ font-size:18px; letter-spacing:10; color:#2e3092; font-family:Verdana, Arial, Helvetica, sans-serif; text-transform:uppercase}
font.zagolovok{ font-size:18px;  color:#000000; font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:bold}
a.telefons{color:#0074a6; text-decoration:underline}
a.telefons:hover{color:#0074a6; text-decoration:none}
a.topmenu{color:#4c3600; text-decoration:underline; font-family: Tahoma, Verdana, Arial; font-weight:bold; font-size:12px}
a.topmenu:hover{color:#cd0000; text-decoration:underline}
a.topmenu2{color:#cd0000; text-decoration:underline; font-family: Tahoma, Verdana, Arial; font-weight:bold; font-size:12px}
a.topmenu2:hover{color:#cd0000; text-decoration: none}
a.bottommenu{color:#7f7f7f; text-decoration:underline; font-family: Tahoma, Verdana, Arial; font-size:11px}
a.bottommenu:hover{color:#cd0000; text-decoration:underline}
a.navstring{color:#4d4d4d; text-decoration:underline;font-family: Tahoma, Verdana, Arial; font-size:11px; font-weight:normal}
a.navstring:hover{ text-decoration:none; color:#cd0000}
a.whitelink{color:#ffffff; text-decoration:underline}
a.whitelink:hover{color:#0074a6; text-decoration:none}
a.photoopis{color:#0074a6; text-decoration:underline; font-size:11px}
a.photoopis:hover{color:#0074a6; text-decoration:none}
a.crimea{color:#4d4d4d; text-decoration:underline; font-size:12px}
a.crimea:hover{color:#cd0000; text-decoration:none}
a.newyear{color:#cd0000; text-decoration:underline; font-size:14px; font-weight:bold}
a.newyear:hover{color:#ff0000; text-decoration:none}


img.strelka{ width:7; height:5; margin-left:5; margin-right:5; vertical-align:middle; background-image:url(/images/strelka.gif); border-style:none; background-repeat:no-repeat;}
img.flags{ width:29; height:23; margin-right:5; margin-top:3}
img.mainimg{border:1px solid #cccccc;margin:0;padding:6px;background:#F8FAFC; width:100; height:75}
img.vramke{border:1px solid #cccccc;padding:6px;background:#F8FAFC; }
img.flagsmain{border:1px solid #cccccc; margin:0 5 0 0}
p.copy{font-family: Tahoma, Verdana, Arial; font-size:11px; margin-left:0; margin-bottom:20; margin-top:20}
p.opisobject{font-family: Tahoma, Verdana, Arial; font-size:12px; margin-left:0; margin-bottom:0; margin-top:0; text-align:justify}
font.textblack {color:#000000; font-weight:bold; text-decoration:none}
font.textred {color:#cd0000; font-weight:bold}
span.red {color:#cd0000; font-weight:bold}
table.linktable{ background-color:#4eaad1;  padding-left:5; padding-right:5}

ul.dropdown,
ul.dropdown li,
ul.dropdown ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.dropdown {
	position: relative;
	z-index: 597;
	float: left;
}

ul.dropdown li {
	float: left;
	line-height: 1.3em;
	vertical-align: middle;
	zoom: 1;
	text-decoration: none;
	color: #4c3600;
	font-family:Tahoma, Verdana, Arial;
	font-weight:bold;
	
	padding: 5px;
	border: 0px solid #ccc; /* IE6 Bug */
	
}

ul.dropdown li.hover,
ul.dropdown li:hover {
	position: relative;
	z-index: 599;
	cursor: default;
	color:#cd0000;
	text-decoration: none;
	font-family:Tahoma, Verdana, Arial;
	font-weight:bold;
	background: #f6f2ea; /* IE6 Bug */
	padding: 5px;
	border: 0px solid #ccc; /* IE6 Bug */
}

ul.dropdown ul {
	
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 598;
	background:none repeat scroll 0 0 #F6F2EA;
	width: 170px;
}

ul.dropdown ul li {
	float: none;
	color: #4c3600;
}

ul.dropdown ul li a {
	text-decoration: none;
	float: none;
	color: #4c3600;
}
ul.dropdown ul li a:hover {
	text-decoration: underline;
	float: none;
	color: #cd0000;
}
ul.dropdown ul ul {
	top: 1px;
	left: 99%;
}

ul.dropdown li:hover > ul {
	visibility: visible;
}

/*выпадающее меню*/
ul.napravl {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 200px; /* Width of Menu Items */
	border-bottom: 1px dotted #ccc;
	z-index: 5;
}

ul.napravl li {
	position: relative;
}

li ul.napravl {
	position: absolute;
	/*left: 149px; /* Set 1px less than menu width */
	top: 24;
	display: none;
}

/* Styles for Menu Items */
ul.napravl li a {
	display: block;
	text-decoration: none;
	color: #000;
	font-family:Tahoma, Verdana, Arial;
	font-weight:bold;
	background: #fff; /* IE6 Bug */
	padding: 5px;
	border: 1px solid #ccc; /* IE6 Bug */
	border-bottom: 0;
}
ul.napravl li a:hover {
	display: block;
	color:#cd0000;
	text-decoration:underline;
	font-family:Tahoma, Verdana, Arial;
	font-weight:bold;
	background: #f6f2ea; /* IE6 Bug */
	padding: 5px;
	border: 0px solid #ccc; /* IE6 Bug */
	border-bottom: 0;
}

/* Holly Hack. IE Requirement \*/
* html ul.napravl li { float: left; height: 1%; }
* html ul.napravl li a { height: 1%; }
/* End */

li:hover ul.napravl, li.over ul.napravl { display: block; } /* The magic */


	/* Big box with list of options */
	#ajax_listOfOptions{
		position:absolute;	/* Never change this one */
		width:163px;	/* Width of box */
		height:150px;	/* Height of box */
		overflow:auto;	/* Scrolling features */
		border:1px solid #317082;	/* Dark green border */
		background-color:#FFF;	/* White background color */
		text-align:left;
		font-size:12;
		z-index:100;
	}
	#ajax_listOfOptions div{	/* General rule for both .optionDiv and .optionDivSelected */
		margin:1px;
		padding:1px;
		cursor:pointer;
		font-size:0.9em;
	}
	#ajax_listOfOptions .optionDiv{	/* Div for each item in list */
		font-family:Tahoma,Verdana,Arial;

	}
	#ajax_listOfOptions .optionDivSelected{ /* Selected item in the list */
		background-color:#317082;
		color:#FFF;
		font-family:Tahoma,Verdana,Arial;
	}
	#ajax_listOfOptions_iframe{
		background-color:#F00;
		position:absolute;
		z-index:5;
	}

	form{
		display:inline;
	}