@charset "utf-8";
/* CSS Document */
html, body {
	scrollbar-3dlight-color:red; 
	scrollbar-arrow-color: #009900;
	scrollbar-highlight-color: aqua; 
	scrollbar-face-color: #660000 ;
	scrollbar-shadow-color:fuchsia;
	scrollbar-darkshadow-color:blue;
	scrollbar-track-color: maroon;
}

h3 { margin: 0; padding: 0; }
p { margin: 0; padding: 0; text-indent: 40px; }


.стиль1 {font-family: Calibri; font-weight: 500; color: #FFFFFF; font-size:14px;}
.стиль2 {font-family: Calibri; font-weight: 600; color: #e1ad49; font-size:16px;}
.стиль3 {font-family: Calibri; font-weight: bold; color: #006600;}
.kuzov {font-family: Calibri; font-weight: bold; color: #000000; font-size:16px;}

a {font-family: Calibri; font-weight: 600; color: #e1ad49; font-size:16px;}
a:link {text-decoration: none; color: #e1ad49;}
a:visited {text-decoration: none; color: #e1ad49;}
a:active {text-decoration: none; color: #e1ad49;}
a:hover {text-decoration: underline;	color: #e1ad49;}

.h3 {font-family: Calibri; font-weight: bold; color: #d9b6b6; font-size:20px;}

.tooltip a:hover {
     position: relative; /* Установка позиции для отступов */
	 text-decoration: underline;
}

.tooltip a span {
     display:none; /* Запрет показа подсказки без наведения */
}

.tooltip a:hover span{
     font-family: Calibri; font-weight: 500; color: #FFFFFF;
     font-size: 9pt; /* Задание размера шрифта подсказки */
     display: block; /* Задание показа подсказки */
     position: absolute; /* Задание положения подсказки */
     top:-15px; /* Задание отступов */
     left:85px;
     background: #CCCC66; /* Задание цвета фона подсказки */
     border:1px solid #002649; /* Задание границы поля подсказки */
     color: #000000; /* Задание цвета шрифта подсказки */
     width:150px; /* Задание ширины поля подсказки */
     padding:5px; 
	 text-decoration:none;
     opacity: 0.9; /* Задание прозрачности поля подсказки */
     filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);
}






.tube {
	margin: 0 auto;
	padding: 0;
	width: 547px;
}



/* ---------- стили для галереи ----------------------- */
.gallery {
	list-style: none;
	margin: 0;
	padding: 0;
}
.gallery li {
	margin: 6px;
	padding: 0;
	float: left;
	position: relative;
	width: 120px;
	height: 86px;
}
.gallery img {
	
	border: solid 1px  #FFFFFF;
	padding: 3px; padding:3px;
}
.gallery span {
	width: 20px;
	height: 18px;
	display: block;
	position: absolute;
	bottom: 10px;
	right: 10px;
}

.gallery a {
	text-decoration: none;
}
.gallery a:hover img  {
	border-color: #666666;
}
.gallery a:hover span {
	background-position: left -22px;
}

.отступ
{text-indent:40px;}





.navigation {
    font-family: Tahoma;
}

.navigation a:link,
.navigation a:visited,
.navigation a:active {
	text-decoration:none;
	color: #000000;
	background-color: #CCFFCC;
	border:1px solid #333;
   	padding:3px 6px;
	font-size:11px;
	font-weight:bold;
}

.navigation a:hover {
	background-color: #006600;
    color:#fff;
	border-color:#003366;
}

.navigation span {
	text-decoration:none;
	background: #CCFF99;
	padding:3px 6px;
	border:1px solid #333;
	color:#a6a6a6;
	font-size:11px;
}

.bottom {vertical-align:bottom;}