/* CSS Document */
BODY, TABLE, TD { 
	font: 12px verdana;
	color: #323232; }
TABLE {border: 0;}
IMG {border: 0;}

img.foto {border: #CCCCCC solid 1px; padding: 5px; background: #FFFFFF; margin-right: 5px; margin-bottom: 5px;}

p { 
font: 12px verdana;
color: #323232; margin-bottom: 7px;
}




A {text-decoration: none; color: #830206;} 
A:hover { text-decoration: none; color: #ff3300;}
A:active{text-decoration: none; color="#000000"}

a.menu{
	font-size: 12px; 
	color: #830206; 
	text-decoration: none; 
	}
a.menu:hover {
	font-size: 12px; 
	color: #ff3300; 
	text-decoration: none; 
	}
a.gmenu{
	font-size: 12px; 
	color: #830206; 
	text-decoration: none; 
	}
a.gmenu:hover {
	font-size: 12px; 
	color: #830206; 
	text-decoration: none; 
	}

a.news{
	font-size: 12px; 
	color: #f58f07; 
	text-decoration: underline; 
	}
a.news:hover {
	font-size: 12px; 
	color: #f58f07; 
	text-decoration: underline; 
	}

a.mainlink{
	font-size: 8px; 
	color: #323232; 
	text-decoration: underline; 
	}
a.mainlink:hover {
	font-size: 8px; 
	color: #323232; 
	text-decoration: underline; 
	}


/*разделительная линия вставляемая через текстовый редактор*/
hr {height: 1px; border: none; background: #CCC; color: #CCC;width: 100%;}

INPUT, SELECT, TEXTAREA {
	font: 11px Tahoma, sans-serif;
	color: #000000;
	padding: 0 5px;
	height: 18px;
}
SELECT {padding: 0;}
TEXTAREA {
	color: #000;
	width: 100%;
	height: 110px;
}
FORM {
	margin: 0;
	padding: 0;
}
LABEL, BUTTON {
cursor: pointer; cursor: "hand";
}
INPUT,LABEL,BUTTON{
vertical-align:middle;
}

H1 {
	font: bold 14px Verdana, sans-serif;
	color: #830206;
	
}
H2 {font: bold 12px Verdana, sans-serif;
	color: #830206;
}
H3 {
	font: bold 14px Tahoma, sans-serif;

	color: #830206;
}
H4 {
	font: bold 11px Tahoma, sans-serif;
	color: #830206;
	margin: 5px 0;
}
H5 {
	font: bold 11px Tahoma, sans-serif;
	text-decoration: underline;
	margin: 5px 0;
}



UL {list-style: none;
	margin: 0 0px 0 5px;
	padding: 0;
}

LI {padding: 0 0 0 10px;}

li.first {background: url(/image/arrow.gif) 0 5.5px no-repeat;
          padding: 0 0 0px 10px;
}


#mainlink {
font-family: Verdana, Arial, Helvetica, sans-serif ; 
font-size: 9px; 
color:#999999}

#mainlink a {
font-family: Verdana, Arial, Helvetica, sans-serif ; 
font-size: 9px; 
color:#999999}

.advice {
width:100%;
border-bottom: 1px dotted orange;
}


* {
    font-family: Verdana, Helvetica;
    font-size: 10pt;
}
.highslide {
	cursor: url(/highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border: 1px solid gray;
}
.highslide:hover img {
	border: 1px solid orange;
}

.highslide-wrapper {
	background: white;
}
.highslide-image {
    border: 1px solid gray;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(/highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

a.highslide-full-expand {
	background: url(/highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}

/* These must always be last */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}