h1, h2, h3, h4, h5, h6 {
	margin: 0;
	bottom: 0;
}
h3 {
	font-size: 11pt;
	background-color: #F5F8F4;
	font-weight: normal;
	color: #688193;
}
h3.category {
	margin-right: 250px;
	
}
h4 {
	font-size: 1.2em;
	padding-top: 0.3em;
}

h5 {
	font-size: 0.9em;
}

hr {
	background: #D2D2D2 none repeat scroll 0 0;
	height: 1px;
	border: none;
}

.lcol {
	width: 415px;
	float: left;
	margin-right: 15px;
}
.mcol{
	width: 285px;
	float: left;
}
.rcol {
	width: 240px;
	float: right;
	margin-left: 17px;
}

.col3 {
	float: right;
}

.lmcol {
	width: 715px;
	float: left;
}
.similar {
	width: 350px;
}

.content {
	margin: 1em 1em 0em 1em;
}
.banblock {
	text-align: center;
	margin-bottom: 0.5em;
}

.submenu {
	line-height: 2.5ex;
	margin: 0em 1.3ex 1.5ex;
	text-align: left;
}
.submenu a {
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
}
.submenu a:hover {
	text-decoration: underline;
}

.submenu .select {
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	/*color: #3C6387;*/
}

.supmenu .select {
	font-weight: bold;
}

.green .submenu .select{color:  #3b712a;}
.yellow .submenu .select{color: #8b883e;}
.violett .submenu .select {color: #473247;}
.gray .submenu .select { color: #4a4a4a;}
.orange .submenu .select { color: #804813;}


.vrezka {
	display: block;
	padding-bottom: 2ex;
}

/*RELATED LINKS BLOCK*/
ul.relatedLinks {
	font-size: 0.9em;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:1em 0;
	padding:0;
}
ul.relatedLinks li a {
	line-height:1.8em;
	text-decoration: none;
}
ul.relatedLinks li a:hover {
	text-decoration: underline;
}

/*MULTIWINDOWS*/
.multi {
	margin-bottom: 0.25em;
}
.multi table.tabs {
	border:0;
	padding:0;
	border-collapse:collapse;
	width: 100%;
}
.multi table.tabs td {
	padding:0;
}

.multi table.tabs td {
	padding:0;
	background-color:white;
	cursor:pointer;
	font-size:1.1em;
	font-weight:bold;
	height:33px;
	text-align:center;
	border-bottom:1px solid #ECF0F3;
	border-right:1px solid #ECF0F3;
	border-top:1px solid #ECF0F3;
}
.multi a {
	/*color: inherit;*/
}
.multi table.tabs td.left {
	background: white url(../images/elements/mwcornerl.gif) no-repeat 0 0;
	border-top: 0 none;
	border-right: 0 none;
}
.multi table.tabs td.left .handle{
	background: transparent url(../images/elements/mover2.gif);
	margin-top: -20px;
	cursor: move;
}
.multi table.tabs td.right {
	background: white url(../images/elements/mwcornerr.gif) no-repeat right top;
	border-top: 0 none;
	border-right: 0 none;
}
.multi table.tabs td.select {
	background-color: inherit;
}
.multi table.tabs td.select {
	//background-color: #edf2f8;
}
.green .multi table.tabs td.select  {
	//background-color: #EFF4EE;
}
.yellow .multi table.tabs td.select  {
	//background-color: #EFF4EE;
}
.violett .multi table.tabs td.select  {
	//background-color: #fbf2fb;
}
.orange .multi table.tabs td.select  {
	//background-color: #e07823;
}

.multi table.tabs td.norightborder {
	border-right:0 none;
}
.multi .wincontent {
	padding: 1em;
	color: inherit;
}
.multi .subcontent {
	display: none;
	color: inherit;
}


/*IMAGE BLOCK*/
.imgblock {
	text-align: center;
}

div.imgblock a {
	background:#FFFFFF none repeat scroll 0 0;
	border:0 none;
	height:auto;
	left:0;
	text-align:center;
	text-decoration:none;
	top:0;
	width:150px;
}

div.imgblock img {
	text-align: center;
	border: 0 none;
}

div.imgblock a img.large {
	display: none;
	height: 0;
	width: 0;
	opacity: 0;
	border:2px solid #ccc; 
	position:absolute; 
	top: -65px;
	margin-left: -405px;
}
div.imgblock a:hover .large {
	display:block; 
	position:absolute; 
	width:auto;
	height:auto;
	padding: 0px; 
	border:2px solid #ccc; 
	z-index: 253;
	top: -65px;
	margin-left: -405px;
}

/*CALENDAR*/
ul.days{
	margin: 0;
	padding:0;
}

ul.days li{
	list-style: none;
	margin: 3px 1px 1px 1px;
	width: 40px;
	line-height: 18px;
	float: left;
	text-align: right;
	font-size: 1.5em;
}

ul.small li {
	width: 25px;
}

ul.days li a:hover{
	text-indent: 0;
}

ul.days{
	display:block;
	text-decoration: none;
	color: silver;
	width: 300px;
}
ul.small{
	width: 190px;
}

ul.days li.weekday
{
	color: black;
}
ul.calendar {
	width: 230px;
}
ul.calendar li {
	width: 30px;
	font-size: 20px;
}



dl.plain dt {
	margin-bottom: 0.6em;
}
dl.lenta dt {
	width: 50px;
	float: left;
	margin-bottom: 1.5em;
}
dl.lenta dd {
	margin-left: 50px;
	
}
dl.float50 dt {
	width: 50px;
	margin-bottom: 0.1em;
	float: left;
}
dl.float50 dd {
	margin-left: 50px;
	line-height: 35px;
	vertical-align: middle;
	float: none;
}
dl.float64 dt {
	width: 64px;
	margin-bottom: 0.1em;
	text-align: right;
	float: left;
}
dl.float64 dd {
	margin-left: 64px;
	line-height: 35px;
	vertical-align: middle;
	float: none;
}
dl.compressed dt {
	text-align: center;
}
dl.compressed dd {
	line-height: normal;
	margin-bottom: 16px;
}
dl.float65 dt {
	width: 65px;
	margin-bottom: 0.25em;
	float: left;
}
dl.float65 dd {
	margin-left: 65px;
	vertical-align: top;
	float: none;
	text-align: left;
}

dl.float85 dt {
	width: 85px;
	float: left;
	margin-bottom: 0.1em;
}
dl.float85 dd {
	margin-left: 90px;
	vertical-align: top;
	float: none;
	text-align: left;
	margin-bottom: 1.5em;
}

dl.float110 dt {
	width: 110px;
	margin-bottom: 0.25em;
	float: left;
}
dl.float110 dd {
	margin-left: 110px;
	margin-bottom: 0.75em;
	float: none;
}

dl.float160 dt {
	width: 160px;
	float: left;
}
dl.float160 dt  img{
	margin-bottom: 0.25em;
}
dl.float160 dd {
	margin-left: 160px;
	float: none;
}
dl.dlpeoples dt {
	width: 150px;
	float: left;
	display: block;
	text-align: center;
}
dl.dlpeoples dd {
	float: none;
	font-size: 1.3em;
	font-weight: bold;
	color: #BBB;
	position: relative;
	left: -40px;
}
dl.dlpeoples dt img {
	margin: 0.25em 1em;
	padding-top: 1em;
}
dl.dlpeoples dd a {
	text-decoration: none;
}
dl.dlpeoples dd em{
	font-size: 0.75em;
	font-weight: normal;
	color: #BBB;
}

div.fifthcolumn {
	display: block;
	height: 0.5em;
}

div.underbar {
	padding-top: 0.5em;
	margin-right: 250px;
}

.green a{color: #4B813A;}
.green a:hover{color: #61A151;}

.yellow a{color: #8b883e;}
.yellow a:hover {color: #A8A557;}

.violett a {color: #875287;}
.violett a:hover {color: #9f739f;}

.gray a { color: #8a8a8a;}
.gray a:hover {color: #A4A4A4;}

.orange a { color: #e07823;}
.orange a:hover {color: #ffe5aa;}

/*afisha*/
.afisha h2 {
	width: 100%;
	background-color: #ffebcf;
	display: block;
	color: #bd1131;
	text-indent: 1em;
	font-size: 1.5em;
}
.afisha h4 {
	color: #f00a29;
	font-size: 1.4em;
}
.afisha h5 {
	color: #f51735;
	font-size: 1.2em;
}

/*modifiers*/
.underlined {
	text-decoration: underline;
}
.grayed {
	color: #979797;
}
.centered {
	text-align: center;
}
.lefted {
	text-align: left;
}
.righted {
	text-align: right;
}

.floatright {
	float :right;
}

.floatleft {
	float: left;
}

.bolded {
	font-weight: bold;
}
.reded {
	color: red !important;
}
.blacked {
	color: #444 !important;
}
.marked {
	background: transparent url(/mark) no-repeat scroll left top;
	width: 14px;
	height: 16px;
	display: block;
	float: left;
}
.info {
	color: #979797
}
.small {
	font-size: 0.9em;
}
.large {
	font-size: 1.2em;
}
.delink {
	color: inherit;
	text-decoration: none;
}
.blocklink {
	display: block;
}

.valigned {
	vertical-align: middle;
}

.inhlink {
	color: inherit !important;
	text-decoration: none;
}
.inhlink:hover {
	text-decoration: underline;
}

.authorcat dt{
    font-size: 1.25em;
    /*font-weight: bold;*/
}

.imageCarousel {
	position: relative;
    visibility: hidden;
    left: -5000px;
}

.imageCarousel img {
	margin: 0 0.2em;
}

.carouselprev, .carouselnext {
	display: block;
	width: 23px;
	height: 23px;
	border: 0;
	margin: 39px 8px 8px 8px;
	padding: 0;
	float: left;
	
}

.carouselprev {
	background-image: url(/images/carousel_l.gif);
}

.carouselnext {
	background-image: url(/images/carousel_r.gif);
}

.carouselnav {
	border: 0;
	margin: 0;
	padding: 0;
	width: 20px;
	color: #849ca6;
	background-color: white;
	text-decoration: underline;
}

.carouselnav:hover; {
	color: white;
	background-color: #789cac;
	text-decoration: none;
}

.join_informer_709 {text-align:left; clear: both; padding: 5px; border: 1px
solid #b3a5a5; background-color:#FFFFFF;}
.join_informer_709 a.join_link, a.join_text {text-transform: none;
font-size: 13px; font-family: Arial; padding: 0px 0px 0px 0px; margin:0px
0px 10px 0px;color:#155ead;text-decoration:none; font-weight:normal;}
.join_informer_709 a.join_link:hover, a.join_text:hover {text-transform:
none; font-size: 13px; font-family: Arial; padding: 0px 0px 0px 0px;
margin:0px 0px 10px 0px;color:#155ead;text-decoration:none;}
.join_informer_709 .join_img {width:90px; height:90px;}
