div.window_item
{
    display: block;
    width: 570px;
    min-height: 30px;
    margin: 0px;
    margin-left: 5px;
    margin-top: 5px;
    padding : 0px;
    float: left;
    border-width: 0px;
    border-style: none;
    border-color: gray;
}

div.window_item div.sub_item
{
    display: block;
    width: 500px;
    min-width: 500px;
    min-height: 50px;
    margin: 0px;
    margin-left: 75px;
    margin-top: 5px;
    padding : 0px;
    float: left;
    border-width: 0px;
    border-style: none;
    border-color: gray;
}    

.document_sub_heading
{
    font-family :Arial;
    font-style  :normal;
    font-size   :12px; 
    font-weight :bold;
    color       :black;
}

.image_block2
{
    margin: 5px 10px 5px 0px;
    float: left; 
    padding: 3px 3px 3px 3px;
    border: solid 0px gray;
    text-align: center;
}

.image_block3   {
    margin: 5px 10px 5px 0px;
    padding: 3px 3px 3px 3px;
    border: solid 0px gray;
    text-align: center;
}

.image_block4   {
    margin: 5px 10px 5px 0px;
    padding: 3px 3px 3px 3px;
    border: solid 0px gray;
    text-align: center;
}

.image_block
{
    border-width:1px;
    padding-left:0px;
    padding-right:2px;
    padding-top:0px;
    padding-bottom:1px;
    display: block;
}

.document_main_heading
{
    font-family :Arial;
    font-style  :normal;
    font-size   :14px; 
    font-weight :bold;
    color       :black;
}

.document_heading
{
    font-family :Arial;
    font-style  :normal;
    font-size   :12px; 
    font-weight :bold;
    color       :black;
}


.document_sub_heading
{
    font-family :Arial;
    font-style  :normal;
    font-size   :12px; 
    font-weight :bold;
    color       :black;
}

.russian_style_indent, .document_text, .english_style_indent, .image_text
{
    font-family :Arial;
    font-style  :normal;
    font-weight :normal;
    font-size   :12px;
    color       :black;
    text-align  :justify;
}

.image_text
{
    font-family :Times New Roman;
    text-align  :center;
    font-size   :12px;
}

.russian_style_indent 
{
    text-indent   : 1.25cm;
    margin-top    : 0px;
    margin-bottom : 0px;
}

.english_style_indent 
{
    text-indent   : 0cm;
    margin-top    : 0px;
    margin-bottom : 0px;
}

ul.block_list
{
    list-style:none;
}

li.block_list_item
{
    width: 202px;
    min-height: 40px;
    border: 1px solid #CCCCCC;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    margin: 5px;
    zoom: 1;
    *display: inline;
}                

			#posters {
				margin: 0;
				padding: 0;
				list-style: none;
				border-style: none;
                                text-align:left;
			}
			#posters li.poster_item {
				width: 300px;
				border-style: none;
				/*border-bottom-style: solid;
				border-bottom-color: gray;
				border-bottom-width: 1px;
				border-top-style: solid;
				border-top-color: gray;
				border-top-width: 1px;*/
			}
			
			#posters li.poster_item:first-child {
				width: 300px;
				border-style: none;
				/*border-bottom-style: none;
				border-top-style: solid;
				border-top-color: gray;
				border-top-width: 1px;*/
			}
			#posters li.poster_item:last-child {
				width: 300px;
				border-style: none;
				/*border-bottom-style: solid;
				border-top-style: none;
				border-bottom-color: gray;
				border-bottom-width: 1px;*/
			}

			#posters li.poster_item a.poster_title {
				margin-top: 4px;
				margin-bottom: 4px;
				border-style: none;
				display: block;
				width: 300px;
				font-family: Arial;
				font-size: 11px;
				color: darkblue;
				text-decoration: none;
                                text-align:left;
			}
			#posters li.poster_item div.poster_content {
				display: none;
			}
