@charset "utf-8";
/* CSS Document */

p{font-family:Verdana; font-size:12px; margin:3px; text-indent:0;}

body {
background-image:url(img/bg_image01.jpg);
}

input.submit_cab{padding:0px; width:180px; height:20px;}
input.submit_reg{padding:0px; width:120px; height:20px;}
input.submit_reg2{padding:0px; width:200px; height:20px;}
input.submit_cab2{padding:0px; width:200px; height:20px;}

.footer {border-bottom:1px dotted #000000;}

#fixheader
            {
                width: 120px;
                padding: 0 0.5em;
                position: fixed;
                top: 0;
                left: 0;

                top: expression(
                    document.getElementsByTagName( 'body' )[0].scrollTop + "px"
                );
            }

/* Menu*/
#sddm
{	margin: 0;
	padding: 0;
	z-index: 30}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: 12px arial}

#sddm li a
{	display: block;
	margin: 0 1px 0 0;
	padding: 4px 10px;
	width: 100px;
	background: #811c83;
	color: #FFF;
	text-align: center;
	text-decoration: none}

#sddm li a:hover
{	background: #49A3FF}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #EAEBD8;
	border: 1px solid #5970B2}

	#sddm div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #EAEBD8;
		color: #2875DE;
		font: 11px arial}

	#sddm div a:hover
	{	background: #49A3FF;
		color: #FFF}
/* END Menu*/

/* Menu*/
#sddm2
{	margin: 0;
	padding: 0;
	z-index: 30}

#sddm2 li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 10px arial}

#sddm2 li a
{	display: block;
	margin: 0 1px 0 0;
	padding: 4px 10px;
	width: 150px;
	background: #811c83;
	color: #FFF;
	text-align: center;
	text-decoration: none}

#sddm2 li a:hover
{	background: #49A3FF}

#sddm2 div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #EAEBD8;
	border: 1px solid #5970B2}

	#sddm2 div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #EAEBD8;
		color: #2875DE;
		font: 10px arial}

	#sddm2 div a:hover
	{	background: #49A3FF;
		color: #FFF}
/* END Menu*/


/* Menu*/
#sddm3
{	margin: 0;
	padding: 0;
	z-index: 30}

#sddm3 li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: 11px arial}

#sddm3 li a
{	display: block;
	margin: 0 1px 0 0;
	padding: 4px 10px;
	width: 150px;
	background: #EDBCE6;
	color: #56164D;
	text-align: center;
	text-decoration: none}

#sddm3 li a:hover
{	background: #49A3FF}

#sddm3 div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #EAEBD8;
	border: 1px solid #5970B2}
/* END Menu*/

#item a
{
 text-decoration: none;
 font-weight:bold;
 color: #b20db5;
}

#item a:hover
{
 color: #000000;
}

#cab a
{ text-decoration: none;
 color: #360B3E;}

#cab a:hover
{ color: #FFFFFF;}

#page a{
	font-family:"Verdana",Tahoma;
	font-size: 10px;
	float: center;

	line-height: 30px;
	line-wight:50pz;
	padding: 5px 5px 5px 5px;
	margin-top:5px;
	margin-right: 5px;
	color: #3F33A4;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid #E0E7F8;
	background:#FFFFFF;
}

#page a:hover {
	font-family:"Verdana",Tahoma;
	font-size: 10px;
	float: center;

	line-height: 30px;
	line-wight:50pz;
	padding: 5px 5px 5px 5px;
	margin-top:5px;
	margin-right: 5px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid #E0E7F8;
	background:#000000;
}

.noactive{
	font-family:"Verdana",Tahoma;
	font-size: 10px;
	float: center;

	line-height: 30px;
	line-wight:50pz;
	padding: 5px 5px 5px 5px;
	margin-top:5px;
	margin-right: 5px;
	color: #DBDBDB;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid #E0E7F8;
	background:#FFFFFF;
}

/*Всплывающая картинка*/
.wrapper {
margin:5% 35%;
}

.thumbnail-item {
	position: relative;
	float: left;
	margin: 0px 5px;
}

.thumbnail-item a {
	display: block;
}

.thumbnail-item img.thumbnail {
	border:3px solid #ccc;
}

.tooltip {
	display: none;
	position: absolute;
	padding: 8px 0 0 8px;
}

	.tooltip span.overlay {
		position: absolute;
		top: 0px;
		left: 0px;
		display: block;
		width: 350px;
		height: 200px;
	}
/*End Всплывающая картинка*/