.listexpander{
width:100%;
}
.listexpander, .listexpander ul, .listexpander li{
margin:0;
padding:0;
list-style:none;
}
.listexpander ul{
	/*
	Uncomment this if you want to initially hide the child lists. 
	If you do, Javascript disabled and CSS enabled browsers will not be able to use this list.
	display:none;
	 */
}
.listexpander li{
line-height:200%;
margin-top:1px;
cursor:default;
text-indent:25px;
text-align:left;
font-family:arial,sans-serif;
font-size:13px;
font-weight:bold;
width:99%;
}
.listexpander li p{
font-size:14px;
font-family:arial;
text-align:justify;  /*виравнивание по ширине*/
text-indent:15px;    /*отступ первой строки в пикселях*/
line-height:1.7;/*междустрочный интервал*/
}
.listexpander li.collapsed, .listexpander li.expanded{
cursor:pointer;
} 

/* first level */

.listexpander li, .listexpander li.collapsed{
background:#eee url(collapsed.gif) no-repeat 6px .5em;
} 
.listexpander li.expanded{
background:#eee url(expanded.gif) no-repeat 6px .5em;
}

/* second level */

.listexpander li ul, .listexpander li li{
background:#fff;font-weight:normal;FONT-SIZE:110%;
}
.listexpander li li.collapsed{
background:#f8f8f8 url(collapsed.gif) no-repeat 5px .4em;
} 
.listexpander li li.expanded{
background:#f8f8f8 url(expanded.gif) no-repeat 5px .4em;
}

/* third level */

.listexpander li li ul, .listexpander li li li{
background:#fff;
}
.listexpander li li li.collapsed{
background:#fff url(collapsed.gif) no-repeat 5px .4em;
} 
.listexpander li li li.expanded{
background:#fff url(expanded.gif) no-repeat 5px .4em;
}

/* fourth level */

.listexpander li li li li{
text-indent:0;margin-left:30px;width:auto;
}

/* etc. */

/* buttons */

p.listexpander{
height:25px;
margin:0 0 1em 5px;
}
p.listexpander a{
float:left;
height:1.5em;
line-height:1.5em;
padding:0 10px;
border:1px solid #B1B2B2;
margin-right:5px;
cursor:pointer;
font-family:arial;
font-size:15px;
color:#023E6C;
}
p.listexpander a:hover{
background:#929596;
color:#fff;
}

/* float fix */
.listexpander li:after{
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
.listexpander li{
display: inline-block;
}
/* Hides from IE-mac \*/
* html .listexpander li{
height: 1%;
}
.listexpander li{
display: block;
}
#listCapsule {
background: #fff;
padding:10px;
margin: 0px auto 5px auto;
width: 900px;
}
#listCapsule table{
padding:0px;
margin:0px;
margin:5px 10px 5px 10px;
border-collapse:collapse;
}
#listCapsule table td{
border:2px solid #051C4E;
color:#051C4E;
font-size:14px;
font-family:arial;
text-align:center;
margin:0px;
padding:6px 5px 6px 5px;
/*background-color:red;*/
}
#listCapsule table th{
border:2px solid #051C4E;
background:#CECDCD;
font-weight:bold;
color:#051C4E;
font-size:14px;
font-family:arial;
text-align:center;
margin:0px;
padding:6px 5px 6px 5px;
/*background-color:red;*/
}
/* End hide from IE-mac */
/* end float fix */

.titlemoreinflink span{
margin:0px;
padding:0px;
padding:0px 2px;
color:#01228B;
font-size:14px;
font-style:italic;
font-family:arial;
text-align:center;
border-bottom:1px dashed;
}


