/* CSS Document */
img{border: none;}


.main_border {border:1px solid #000000;}
p {
font-family:Verdana; 
font-size:12px; 
margin:15px; 
}

.left {background-color:#f6f6f6; border-right:1px solid #424242;}
body {background-image:url(img/bg.gif)}

.nav_link {
color:#333333;
font-size:12px;
margin-top:10px;
margin-bottom:10px;
border-style:none;
}

.nav_link1 {
color:#333333;
font-size:12px;
margin-top:10px;
margin-bottom:10px;
border-style:none;
}

p.title {
background-color: #A72E37;
color: #ffffff;
font-weight:bold;
margin:5px;
padding:5px;
}

p.title1 {
background-color: #006600;
color: #ffffff;
font-weight:bold;
margin:5px;
padding:5px;
}

#coolmenu{
border: 1px solid gray; /*Стиль рамки */
border-bottom-width: 0;
width: 93%; /*Ширина меню */
background-color: #f6f6f6;  /*Фоновый цвет ячейки*/
margin:7px; /*Ширина отступов*/
}


#sign{
font: bold 10px Verdana; /*Шрифт текста*/
border: 1px solid gray; /*Стиль рамки */
border-bottom-width: 1;
background-color: #f6f6f6;  /*Фоновый цвет ячейки*/
margin:7px; /*Ширина отступов*/
text-align: center;;
}

#text_main{
font: 12px Verdana; /*Шрифт текста*/
border: 1px solid gray; /*Стиль рамки */
border-bottom-width: 1;
background-color: #f6f6f6;  /*Фоновый цвет ячейки*/
margin: 12px; /*Ширина отступов*/
padding:5px;
}

#text_main_0{
font: 12px Verdana; /*Шрифт текста*/
border: 1px solid white; /*Стиль рамки */
border-bottom-width: 1;
background-color: #00000000;  /*Фоновый цвет ячейки*/
margin: 12px; /*Ширина отступов*/
padding:5px;
}

#text_main_1{
font: 12px Verdana; /*Шрифт текста*/
border: 0px solid gray; /*Стиль рамки */
border-bottom-width: 1;
background-color: #f6f6f6;  /*Фоновый цвет ячейки*/
margin: 3px; /*Ширина отступов*/
padding:3px;
}

#text_main_2{
font: 12px Verdana; /*Шрифт текста*/
border: 1px solid gray; /*Стиль рамки */
border-bottom-width: 1;
background-color: #f6f6f6;  /*Фоновый цвет ячейки*/
margin: 12px; /*Ширина отступов*/
padding:2px;
}

#text_main_pic{
font: 12px Verdana; /*Шрифт текста*/
border: 1px solid; /*Стиль рамки */
border-bottom-width: 1;
background-color: #00000000;  /*Фоновый цвет ячейки*/
margin: 12px; /*Ширина отступов*/
padding:5px;
A:link text-decoration: none; // убирает подчеркивание для ссылок
A: visited text-decoration: none;
A: active text-decoration: none;
A:hover text-decoration: none;} // делает ссылку красной и подчеркнутой при наведении на нее курсора



* html #coolmenu{ 
width: 150px;/*Ширина меню для Internet Explorer*/
}

#coolmenu a{
font: bold 13px Verdana; /*Шрифт текста*/
padding: 2px; /*Внутренний отсутп текста ссылки от краев ячейки*/
padding-left: 4px;/*Внутренний отсутп текста ссылки от левого края ячейки*/
display: block;
width: 100%; /*Ширина ячейки*/
color: #000000;  /*Цвет текста*/
text-decoration: none; /*Подчеркивание у ссылок - нет*/
border-bottom: 1px solid gray;
}

html>body #coolmenu a{ 
width: auto;
}

#coolmenu a:hover{
background-color: #cccccc; /*Фоновый цвет ячейки при наведение курсора*/
color: #000000;  /*Цвет текста при наведении курсора*/
}

p.title2 {
	color: #666666;
	margin:5px;
	padding:5px;
}

.form1 {
font-family: Verdana;
font-size: 10px;
}

.form3 {
font-family: Verdana;
font-size: 11px;
}

.formm {
border: 1px solid #cccccc;
margin:5px;
}

/*Java script picture preview*/


#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }


/*Горизонтальное меню для каталога*/

#links ul {
list-style-type: none;
width: 450px;
}

#links li {
border: 1px dotted #999;
border-width: 1px 0;
margin: 5px 0;
}

#links li a {
color: #990000;
display: block;
font: 70% Arial, Helvetica, sans-serif;
padding: 5px;
text-decoration: none;
}

* html #links li a { /* make hover effect work in IE */
width: 700px;
}

#links li a:hover {
background: #ffffcc;
}

.lesson {border:1px solid #cccccc; width:95%;}
.lesson_title {background-color:#f6f6f6;}

table.shop {border-collapse: collapse; border: 1px solid black; width: 100%;}
table.shop tr{border: 1px solid black; width: 100%;}
table.shop tr th{font-weight: bold; color: black; text-align: center; border: 1px solid black;}
table.shop tr td{color: black; text-align: center; vertical-align: middle; border: 1px solid black;}
table.shop tr td.num input {width: 20px;}

