/* CSS Document */
body
{
background:fixed;
}
a
{
text-decoration:none;
color:#000000;
}
a:hover
{
color:#0066CC;
}
h1
{
font-family:Arial;
font-size:14px;
font-weight:bold;
text-transform:uppercase;
}
.line_1
{
background-image:url(../img/fon_1.jpg);
height:20px;
background-color:#CCCCCC;
}
.line_2
{
background-image:url(../img/fon_2.jpg);
height:50px;
text-align:center;
font-family:Arial;
font-size:22px;
font-weight:bold;
color:#999999;
}
.foto_rek
{
background-color:#F2F2F2;
text-align:center;
}
.head_1
{
font-family:Arial;
font-size:14px;
font-weight:bold;
color:#666666;
}
li
{
font-family:Verdana;
line-height:25px;
color:#666666;
}
.head_3
{
font-family:Arial;
font-size:10px;
font-weight:bold;
color:#666666;
}
.head_4
{
font-family:Arial;
font-size:14px;
font-style:italic;
font-weight:bold;
color:#666666;
background-image:url(../img/fon_5.jpg);
height:20px;
width:100px;
text-align:left;
text-indent:10px;
}
.head_site
{
font-family:Arial;
font-size:14px;
font-weight:bold;
padding-left:20px;
text-transform:uppercase;
height:40px;
}
.index_section
{
font-family:Arial;
font-size:14px;
font-weight:bold;
text-indent:20px;
text-transform:uppercase;
height:20px;
background-color:#E6E6E6;
}
.vopros
{
font-family:Tahoma;
font-size:11px;
font-weight:bold;
height:75px;
vertical-align:middle;
background-color:#FFFFFF;
}
.answer
{
font-family:Tahoma;
font-size:11px;
font-weight:bold;
}
.tr_prod
{
height:30px;
}
.kol
{
font-family:Verdana;
font-size:10px;
}
.section_prod
{
font-family:Arial;
font-size:14px;
font-weight:bold;
text-transform:uppercase;
line-height:20px;
}
.section_prod2
{
font-family:Verdana;
font-size:12px;
line-height:20px;
}
.brief_prod
{
font-family:Tahoma;
font-size:11px;
line-height:20px;
}
.td_menu
{
background-image:url(../img/fon_3.jpg);
height:40px;
width:170px;
text-align:center;
font-family:Arial;
font-size:14px;
font-weight:bold;
color:#666666;
text-transform:uppercase;
}
.prod_head
{
font-family:Arial;
font-size:14px;
font-weight:bold;
}
.prod_text
{
font-family:Verdana;
text-align:left;
font-size:16px;
}
.text
{
font-family:Verdana;
font-size:12px;
text-indent:25px;
padding:20px;
text-align:justify;
line-height:18px;
}
.anketa
{
font-family:verdana;
font-size:12px;
text-indent:0px;
}
hr
{
border-style:solid;
}

.index_news_head
{
font-family:Arial;
font-size:14px;
font-weight:bold;
line-height:15px;
}
.index_news_text
{
font-family:Tahoma;
font-size:12px;
line-height:17px;
}
.news_time
{
font-family:Verdana;
font-size:11px;
font-weight:bold;
text-indent:10px;
}


.prod_small
{
font-family:Verdana;
font-size:10px;
}
.order
{
font-family:Tahoma;
font-size:12px;
font-weight:bold;
color:#999999;
}
.button
{
background-color:#FFFFFF;
border-left-color:#FFFFFF;
border-width:0px;
font-family:Tahoma;
font-size:11px;
color:#0066CC;
font-weight:bold;
cursor:pointer;
}
.prod_bottom
{
font-family:Verdana;
font-size:10px;
text-align:justify;
padding:10px;
}
.rukov
{
font-family:Tahoma;
font-size:14px;
}
.sup
{
font-family:Verdana;
font-size:12px;
}
.print_head
{
font-family:Arial;
font-size:20px;
font-weight:bold;
text-transform:uppercase;
height:40px;
color:#0066CC;
}
.calendar
{
font-family:Verdana;
font-size:13px;
font-weight:bold;
color:#0066CC;
}
.smi
{
font-family:Tahoma;
font-size:12px;
line-height:20px;
}











#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#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: transparent url(../images/blank.gif) no-repeat; /* 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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	
    td.votebarin 	{ background: #0066CC; border:0px; }      
    div.votespace	{ font-size:4pt; text-align:center; }		