html,body
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;

	font-family: SegoeUIRegular, Arial, sans-serif; 
	color: #444c4e;
}
a {
	color: #d2594a;
}
a img {
	border: 0px;
}
b, strong {
	color: #5c4034;
}
.container {
    width: 100%;
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
  .site_dg { width: 1000px;} /* your css rules for ipad portrait */
  .container { width: 1000px;} 
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:landscape) {
  .site_dg { width: 1000px;} /* your css rules for ipad portrait */
  .container { width: 1000px;} 
}
.inner {
	width: 970px;
	margin: 0px auto;
}

.inner_1000 {
	width: 1000px;
	margin: 0px auto;	
}

.inner_998 {
	width: 998px;
	margin: 0px auto;	
}

.top_advert {
	height: 66px;
	margin: 0px auto;
	text-align: center;
}
.side_advert {
	color: #969f9f;
	font-size: 10px;
	padding-top: 40px;
}
.side_advert img {
	border: 1px solid #dadada;
}
.site_dg {
	background: #dbd6c6;
}
.site_lg {
	background: #eae7df;
}
.centered {
	text-align: center;
	clear:both;
}
.no_border {
	border: 0px;
}
.top_line {
	height: 38px;
	font-family: SegoeUIRegular, sans-serif;
	font-size: 12px;
	color: #000;
}
.top_line  .padded{
	margin-right: 8px;
	margin-left: 0px;
	padding-left: 0px;
}
.padded_both{
	margin: 0px 4px;
}
.top_line, img{
    vertical-align: middle;
}
.top_line a {
	color: #d87265;
}
.search_form {
	float: right;
	vertical-align: bottom;
	text-align: left;
	margin: 0px;
	padding: 7px 0px;
}
.search_box {
	height: 23px;
	width: 200px;
	color: #6c6055;
	font-size: 12px;
	border: 1px solid #d2c8c0;
	padding: 0px 10px;
	border-radius: 15px 15px 15px 15px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	background: url(/img/search_icon.png) no-repeat 98% center #fff;
	padding-right: 20px;
}
.search_box:focus {
	 outline: none;
}
.search_result {
	text-align: justify;
}
.search_link {
	text-decoration: none;
	color: #5c4034;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	margin-bottom: 7px;
}
.search_link:hover {
	text-decoration: underline;
}
.search_txt {
	margin: 0px 0px 30px 0px;
	font-size: 14px;
	line-height: 150%;
	color: #444c4e;
	padding: 0px;	
}
.top_menu {
	display: table;
	margin: 0px;
	padding: 0px;
	height: 25px;
	width: 1000px;
	font-family: SegoeUIRegular, sans-serif;
}
li.top_menu_level1, li.top_menu_sep {
	display: table-cell;
	border : 0px;
	vertical-align: middle;
	text-align: center;
	height: 25px;
	padding: 0px;
	margin: 0px;
	width: auto;
}
li.top_menu_level1, li.top_menu_level1 a {
	text-transform: uppercase;
	color: #3b2c25;
	font-size: 13px;
	text-decoration: none;
	vertical-align: middle;
}
li.top_menu_level1 ul a {
	text-transform: none;
}
li.top_menu_sep {
	width: 2px;
}
li.top_menu_level1:hover {
	background: #f1efea;
}
#top_menu ul, #top_menu li, #top_menu span, #top_menu a
{
	margin: 0;
	padding: 0;
	position: relative;
}
#top_menu ul {
	list-style: none;
}
#top_menu1 > ul > li {
	float: left;
}
#top_menu .top_menu_level1 {
	z-index: 20;
}
#top_menu .top_menu_level1:hover > span ul {
	display: block;
}
#top_menu .top_menu_level1 ul {
	display: none;
	position: absolute;
	width: 200px;
	top: 22px;
	left: -23%;
	text-align: left;
	padding: 5px 0px;
	1background-color: rgba(234, 231, 223, 1.0);
	background-color: #fbfbfa;
	border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	border: 1px solid white;
	box-shadow: 0px 3px 10px 2px rgba(0,0,0,0.3);
}
noindex:-o-prefocus,#top_menu {
	top: 85%;
}

#top_menu .top_menu_level1 ul li a {
	font-size: 14px;
	1font-weight: 500;
	display: block;
	line-height: 110%;
	padding: 5px 15px;
	color: black;
}
#top_menu .top_menu_level1 ul li:hover a {
	1background-color: rgba(0, 0, 0, 0.9);
	1background-color: rgba(59, 44, 37, 1);
	background-color: #928172;
	color: #ffffff;
}

.info_page  {
	background: #fff;
	padding: 40px 0px 80px 0px;
	overflow: auto;
}
.left_side {
    width: 260px;
    float: left;
}

.left_side_duplicate {
    width: 196px;
    float: left;
}

.side_menu_duplicate{
	list-style: none;
	text-align: left;
	margin: 0px 10px 0px 0px;
	padding: 12px 2px 18px 2px;
	background-color: #fff;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border: 1px solid #afb6b8;
	box-shadow: 0px 3px 7px 2px rgba(200,200,200,0.5);
}

.side_menu{
	list-style: none;
	text-align: left;
	margin: 0px 40px 0px 0px;
	padding: 12px 2px 18px 2px;
	background-color: #fff;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border: 1px solid #afb6b8;
	box-shadow: 0px 3px 7px 2px rgba(200,200,200,0.5);
}
.side_menu li , .side_menu_duplicate li {
	padding: 11px 10px;	
}
.side_menu a, .side_menu_duplicate a{
	font-size: 14px;
	color: #d2594a;
	text-decoration: none;
}

.side_menu a li, .side_menu_duplicate a li{
	font-size: 14px;
	color: #d2594a;
	text-decoration: none;
	text-align: left;
	padding: 11px 10px;	
	font-family: SegoeUIRegular, Arial, sans-serif;
}

.side_menu li:hover, .side_menu li:hover > *, .side_menu_duplicate li:hover, .side_menu_duplicate li:hover > *{
	background: #ffe9c6;
	border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
	cursor: pointer;
	color: #3b2c25;	
}
.side_menu  .current, .side_menu_duplicate  .current{
	font-weight: bold;
	font-size: 14px;	
	color: #343c3c;
}
.side_menu  .current:hover, .side_menu_duplicate  .current:hover{
	background: #fff;
	color: #000;
	cursor: default;
}
.info {
	overflow:hidden;
}
.info_title {
	color: #726450;
	font-size: 35px;
	text-transform: uppercase;
	font-family: SegoeUIRegular;
	vertical-align: top;
	padding-bottom: 15px;
	font-weight:bold;
}

.info_title_big {
	color: #654b3f;
	font-size: 38px;
	text-transform: uppercase;
	font-family: SegoeUIRegular;
	vertical-align: top;
	padding: 15px;
}

.info_title_a{
	color:#5b4035;
	font-size: 14px;
}

.info_txt {
	font-size: 14px;
	line-height: 145%;
}
.info_txt p {
	margin: 20px 0px;
}
.info_txt h2 {
	color: #343c3c;
	font-size: 25px;
	line-height: 130%;
	text-transform: uppercase;
	font-family: SegoeUIRegular;
	vertical-align: top;
	padding-bottom: 15px;
	padding-top: 5px;
	font-weight: normal;
}
.info_txt h2 img {
	vertical-align:top;
	padding-right: 10px;
	margin-top: -2px;
}
.info_txt h3 {
	margin: 30px 0px 10px 0px;
}
.info_txt hr {
	color: #f6d6b0;
	background-color: #f6d6b0;
	height: 5px;
	border: 0px;
	margin: 30px 0px;
	clear: both;
}
.info_mag b, .info_mag u, .info_mag h1, .info_mag h2 {
	font-size: 14px;
	line-height: 145%;
	text-transform: none;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #343c3c;
}
.info_mag .nb_title {
	font-size: 16px;
	font-weight: bold;
	margin: 0px 5px;
	display: block;
}

.footer_gr {
	height: 10px;
	background: #d8d2c1;
}
.footer_info_links {
	background: #928172;
	vertical-align: top;
	padding: 0px;
}
.footer_info_links .links_block {
	display: table-cell;
	text-align: left;
	padding: 0px;
	margin: 0px;	
	vertical-align: top;
}
.links_blocks {
	width: 100%;
	display:table;	
}
.links_block  ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.links_block li , .links_block li  a{
	font-family: Arial, sans-serif;
	color: #d5cdba;
	font-size: 12px;
	padding: 3px 0px;
	margin: 0px;
	text-decoration: none;
}
.links_block li  a:hover {
	color: #fff;
	text-decoration: underline;
}
.links_block  .title {
	font-family: Times New Roman, serif;
	font-style: italic;
	color: #fff;
	font-size: 16px;
	border-bottom: 1px dashed #e5e2df;
	padding: 15px 0px;
	margin: 5px 0px;
	text-align: left;
}
.links_block  + .no_border {
	width: 7%;
}
.footer_copyright {
	background: #3b2c25;
	height: 260px;
	padding: 17px 0px;
	color: #928172;
	font-family: Arial, sans-serif;
	font-size: 11px;
	line-height:150%;
}
.social_net {
	margin: 0px 4px;
}
.half_left {
	float:left;
	width: 40%;
	text-align:left;
	padding: 0px 0px 20px 40px;
	margin: 20px 0px;
}
.half_right {
	float:right;
	width: 40%;
	text-align:left;
	padding: 0px 0px 20px 40px;
	border-left: 1px dashed #c2c3c3;
	margin: 20px 0px;	
}
.ir_txt {
	font-size: 12px;
	color: #343c3c;
	line-height: 140%;
	text-align:justify;	
}
.ir_txt .left, .ir_txt .right {
	width: 45%;
	height: 100%;
	float: left;
}
.ir_txt .left {padding-right: 35px;}
.ir_txt .right {padding-left: 35px;}
.ir_txt h3 {
	color: #a39674;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}
.half_left img, .half_right img {
	padding-bottom: 10px;
}
.mobile_info  h4 {
	text-transform: uppercase;
	color: #a39674;
	font-weight: bold;
	margin-bottom: 0px;
}
.mobile_info {
	display: inline-block;
	width: 33%;
	margin-bottom: 20px;
}
.book_image_big {
	float:left;
	padding-right: 25px;
	padding-bottom:15px;
}
.book_author {
	padding-bottom: 15px;
	font-size: 24px;
}
.book_title {
	padding-bottom: 15px;
	font-size: 16px;
}
.book_techinfo {
	font-size: 14px;
	color: #707c7c;
	padding-bottom: 10px;
}
.book_resume {
	clear: both;
	text-align: justify;
}
.book_resume  b{
	font-weight: normal;
	color: #444c4e;
}
.suggestion {
	display: inline-block;
	margin-left: 10px;
}

.mags_menu {
	list-style: none;
	text-align: left;
	margin: 0px 40px 0px 0px;
	padding: 12px 2px 18px 2px;
	background-color: #fff;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border: 1px solid #afb6b8;
	box-shadow: 0px 3px 7px 2px rgba(200,200,200,0.5);
	
	width: 230px;
	margin-bottom: 20px;
}
li.mags_menu_level1{
	padding: 11px 10px;	
}
.has_sub {
	background: url(/img/menu_more.png) no-repeat right 5px center #fff;		
}
li.mags_menu_level1+.has_sub:hover {
	background: url(/img/menu_more_active.png) no-repeat right 5px center #fff;	
}
li.mags_menu_level1, li.mags_menu_level1 a{
	font-size: 14px;
	color: #d2594a;
	text-decoration: none;
}
li.mags_menu_level1 ul a {
	text-transform: none;
}
li.mags_menu_level1:hover{
	background: #ffe9c6;
	border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
	cursor: pointer;
	color: #3b2c25;
}
.mags_menu_level1  .current{
	font-weight: bold;
	font-size: 14px;	
	color: #343c3c;
}
.mags_menu_level1  .current:hover{
	background: #fff;
	color: #000;
	cursor: default;
}
#mags_menu ul, #mags_menu li, #mags_menu span, #mags_menu a
{
	position: relative;
}
#mags_menu ul {
	list-style: none;
	text-align: left;
	margin: 0px 40px 0px 0px;
	padding: 12px 2px 18px 2px;
	background-color: #fff;
	border-radius: 0px 5px 5px 0px;
	-moz-border-radius: 0px 5px 5px 0px;
	-webkit-border-radius: 0px 5px 5px 0px;
	border: 1px solid #afb6b8;
	box-shadow: 0px 3px 7px 2px rgba(200,200,200,0.5);
}
#mags_menu1 > ul > li {
	float: left;
}
.mags_menu_level1  ul  li {
	padding: 10px 10px;	
}
#mags_menu .mags_menu_level1 {
	z-index: 10;
}
#mags_menu .mags_menu_level1:hover > span ul {
	display: block;
}
#mags_menu .mags_menu_level1 ul {
	display: none;
	position: absolute;
	width: 330px;
	left: 222px;
	top: -24px;
}
#mags_menu .mags_menu_level1 ul li:hover a {
	background: #ffe9c6;
	border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
	cursor: pointer;
	color: #3b2c25;
}
#mags_menu .mags_menu_level1 ul li a {
	font-size: 14px;
	color: #d2594a;
	text-decoration: none;
}
#mags_menu .mags_menu_level1 ul li:hover, #mags_menu .mags_menu_level1 ul li:hover a {
	background: #ffe9c6;
	border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
	cursor: pointer;
	color: #d2594a;
}
.thesis {
	font-size: 12px;
	padding: 0px 25px 20px 0px;
}
.thesis .author{
	color: #343c3c;
	font-weight: bold;
}
.thesis .title{
	color: #343c3c;
}
.thesis .source a{
	text-decoration: none;
}
.thesis .source a:hover {
	color: #ac2b1b; 
	text-decoration: underline;
}
.thesis .quote {
	font-style: italic;
	color: #707c7c;
	line-height: 150%;
	padding: 10px 0px;
}

.thesis .quote2 {
	color: #404c4c;
	line-height: 150%;
	padding: 10px 0px;
}

.mag_nav {list-style:none; width: 173px; padding: 0px; margin:35px; margin-top: 15px;}
.mag_nav_month {list-style:none; padding: 0px; margin: 0px}	
.mag_nav_month li {
	display: inline-block;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border: 2px solid #8bbbcb;		
	width: 36px;
	height: 36px;
	text-align: center;
	vertical-align: middle;
	margin: 2px 0px;
	line-height: 36px;	
}
.mag_nav_month a li{
	color: #3b2c25;
	font-size: 15px;
	text-decoration: none;
	vertical-align: middle;
}

.mag_nav_month li:hover{
	border-color: #2d7992;
}

.mag_nav_month li.current{
	border-color: #8bbbcb;
	background: #8bbbcb;
	color: #fff;
}
.mag_nav_year {
	color: #3b2c25;
	font-size: 15px;
	text-decoration: none;
	vertical-align: middle;
	padding-bottom: 14px;
	border-bottom: 1px dashed #c2c3c3;
	margin-bottom: 14px;
}
.mag_nav_year div {
	display: inline;
	padding: 0px 52px;
}
.mag_info {
	color #3b2c25;font-size:14px;
}
.mag_info_pos {
	color: #707c7c;
	text-align:left;
	display: inline-block; 
	width: 200px; 
	padding: 2px 0px;
}
.mag_info b {
	color #3b2c25;font-size:25px;font-weight: bold;
}
.btn {
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	font-size: 13px;
	background-color: #c35a4c;
	border-radius: 16px 16px 16px 16px;
	-moz-border-radius: 16px 16px 16px 16px;
	-webkit-border-radius: 16px 16px 16px 16px;
	box-shadow: 0px 3px 0px 0px rgba(155,49,58, 1);
	text-align:center;
	line-height: 250%;
	padding: 2px 30px 0px 30px;
	display: inline-block;
	font-weight: bold;
	font-family: sans-serif;
}
.btn:hover {
	background-color: #df6252;
	box-shadow: 0px 3px 0px 0px rgba(177,64,52, 1);
	cursor: pointer;
}
.styled_form .btn {
	border:0 none;
	font-size: 11px;
	margin-bottom: 3px;
}
.styled_form input[type="text"] {
	border: 1px #afb6b8 solid;
	padding: 4px;
	color: #343c3c;
	width: 240px;
}
.styled_form select {
	border: 1px #afb6b8 solid;
	padding: 3px;
	padding-right: 18px;
	color: #343c3c;
	background: url(/img/dropdown.png) no-repeat right center #fff;	
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;	
	width: 250px;
}
.styled_form .btn:focus, .styled_form select:focus {
	outline: none;
}
.side_menu_mag {
	padding-top: 0px;
}
.side_menu_mag .menu_title, .side_menu_mag .menu_title:hover {
	text-transform: uppercase;
	color: #343c3c;
	font-size: 25px;
	padding-top: 12px;
	padding-bottom: 12px;
	background-color: #edf0f0;
	cursor: default;
	font-weight: normal;
	font-family: SegoeUIRegular;	
}
.content_title {
	color: #343c3c;
	font-size: 25px;
	font-family: SegoeUIRegular;
	text-transform: uppercase;
	padding: 11px 0px 25px 0px;
}
#content_short {
	margin-left: 0px;
	margin-top: 0px;
	list-style: none outside url('/img/bullet.gif')
}
#content_short  li{
	margin-bottom: 10px;
	margin-left: -24px;
}
#content_short  li a{
	color: #3f9ebe;
	font-size: 14px;
	display: block;
	line-height: 140%;
	padding-left: 3px;
}
#content_short  li a:hover {
	color: #206c85;
}
.conetn {
	width: 100%;
	text-align: justify;
}
.article_info {
	padding-bottom: 40px;
}
.main_info {
	background: #f1eee6;
	padding: 14px;
	padding-bottom: 17px;
}
.main_info  .title, .main_info  .title a{
	color: #3b2c25;
	font-weight: bold;
	font-size: 15px;
	text-align: left;
	padding-bottom: 10px;
}
.main_info  .btn{
	font-size: 11px;
	padding: 1px 15px 0px 15px;
	line-height: 200%;
}

.main_info  .info {
	color: #3b2c25;
	font-size: 12px;
}
.main_info  .doi {
	color: #828c8c;
	text-transform: uppercase;
	font-size: 12px;
	padding-bottom: 15px;
}
.add_info {
	color: #343c3c;
	text-align: justify;
	font-size: 14px;
	line-height: 130%;
}
.add_info b {
	font-weight: normal
}
.add_info  div {
	padding: 5px 0px;
}
.add_info  div  b, .add_info  div  strong{
	color: #343c3c;
}
.slider_text {
	float: left;
}
.slider_title {
	font-size: 35px;
	color: #3b3f40;
	padding: 28px 0px 15px 87px;	
	width: 50%;
	line-height: 120%;
	text-transform: uppercase;
	font-family: SegoeUI, sans-serif;
}
.slider_txt {
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	color: #3b3f40;
	padding: 0px 0px 22px 87px;	
	width: 50%;	
	line-height: 150%;
}
.slider_link {
	font-size: 15px;
	padding: 0px 0px 25px 87px;	
	width: 50%;	
}
#slide1 {background: #fff url('/img/_slide1_v3.png') 100% 0px no-repeat;}
#slide2 {background: #fff url('/img/_slide2_v2.png') 100% 0px no-repeat;}
#slide3 {background: #fff url('/img/_slide3.png') 100% 0px no-repeat;}
#slide4 {background: #fff url('/img/slide4.png') 100% 0px no-repeat;}
#slide5 {background: #fff url('/img/slide5.png') 100% 0px no-repeat;}
#slide6 {background: #fff url('/img/slide6.png') 100% 0px no-repeat;}
#slide1_eng {background: #fff url('/img/_slide1_eng_v2.png') 100% 0px no-repeat;}
#slide2_eng {background: #fff url('/img/_slide2_eng_v2.png') 100% 0px no-repeat;}

.slider_img {
	float: right;
	1position: relative;
	1top: -90%;
	1left: -6%;
}
.online_redaction_side{
	width: 38%;
	text-align: center;
	display: inline-block;
	padding: 0px;	
}
.online_redaction_center{
	width: 24%;
	height: 100%;
	text-align: center;
	display: inline-block;
}
.online_redaction_center {
	background: url('/img/online_redaction_button.png') 50% 50% no-repeat;
	height: 210px;
	margin-top: 4%;
}
.online_redaction_center:hover {
	background: url('/img/online_redaction_button_a.png') 50% 50% no-repeat;
}
.online_redaction_center div{
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	display: block;
	padding: 60px 0px;
}
.online_redaction_center a {
	text-decoration: underline;	
}
.online_redaction_side .sub_title {
	background: url('/img/dbl_line.png') 50% 100% no-repeat;
	text-transform: uppercase;
	color: #726450;
	font-size: 20px;
	padding: 20px 0px 15px 0px;
}
.online_redaction_side ul {
	list-style: none;
	padding: 0px;	
}
.online_redaction_side ul li{
	font-size: 14px;
	color: #726450;
	text-align: center;
	line-height: 150%;
}
.blue {
	background-color: #428196;
	box-shadow: 0px 2px 0px 0px rgba(39,107,136, 1);
}
.blue:hover {
	background-color: #4d9fba;
	box-shadow: 0px 2px 0px 0px rgba(46,132,168, 1);
}
.green {
	background-color: #52dd6e;
	box-shadow: 0px 2px 0px 0px rgba(75,196,99, 1);
}
.green:hover {
	background-color: #40ff66;
	box-shadow: 0px 2px 0px 0px rgba(50,200,80, 1);
}
.no_spaces {
	padding: 0px;
	margin: 0px;
}
.blog_title {
	color: #343c3c;
	font-size: 25px;
	text-transform: uppercase;
	font-family: SegoeUIRegular;
	vertical-align: top;
	padding-bottom: 20px;
	padding-top: 5px;
	font-weight: normal;
	margin: 0px;
}
.blog_cut, .blog_cut_first {
	text-align: justify;
}
.blog_cut .title {font-size: 14px; color: #d2594a;text-decoration: underline; text-align: left;}
.blog_cut .title:hover, .blog_cut .read_more_link:hover {color: #ac2b1b;}
.blog_cut .annotation {font-size: 12px; color: #343c3c; line-height:140%;}
.blog_cut .read_more_link, .read_more_link {font-size: 12px;}
.blog_cut .sep {border: 1px dashed #c2c3c3;margin: 45px 0px;width: 100%}
.blog_cut .title .first {font-size: 18px;}
.blog_cut .annotation .first {font-size: 14px;line-height: 140%}

.thesis_list .author {color: #343c3c; font-size: 12px; text-align: right;font-weight: bold}
.thesis_list .title {color: #343c3c; font-size: 12px; text-align: right}
.thesis_list .source {text-decoration: none; color: #d2594a; font-size: 12px; text-align: right;padding-bottom: 35px;}
.thesis_list .source:hover {text-decoration: underline; color: #ac2b1b;}
.thesis_list .quote {color: #707c7c; font-size: 14px; text-align: left;font-style:italic;line-height:140%;padding-bottom: 5px;}
.thesis_list img {margin-left: -27px;padding-right: 10px;}

.blog_navi {margin-top: 45px; width: 100%; text-align: right; color: #828c8c; font-size: 12px;}
.blog_navi a {
	display: inline-block;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border: 2px solid #8bbbcb;		
	width: 30px;
	height: 30px;
	text-align: center;
	vertical-align: middle;
	margin: 3px 0px;
	line-height: 30px;
	color: #3b2c25;
	font-size: 14px;
	text-decoration: none;
}
.blog_navi a:hover{
	border-color: #2d7992;
}
.blog_navi a.current{
	border-color: #8bbbcb;
	background: #8bbbcb;
	color: #fff;
	cursor: default;
}
.blog_thumb {
	margin-right: 20; height: 150; float:left
}
.ir_member {
	border: 1px solid #fff;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	width: 95%;
	clear: both;
	padding: 7px;
	padding-left: 5px;
	margin: 10px 7px;
}
.ir_member:hover {
	border: 1px solid #afb6b8;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	padding: 20px;
	padding-left: 12px;
	margin: 0px;
}
.ir_member  img {
	float: left;
	padding-right: 13px;
}
.ir_member .fio {
	font-size: 14px;
	font-weight: bold;
	color: #343c3c;
}
.ir_member .discipline {
	font-size: 14px;
	font-weight: bold;
	color: #a39674;
}
.ir_member .about {
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	color: #343c3c;
}
.ir_member .action {
	font-size: 12px;
	color: #707c7c;
	display: none;
}
.ir_member .action  a {
	text-decoration: none;
	color: #d2594a;
	padding: 0px 10px;
}
.ir_member .action a:hover {
	text-decoration: underline;
}
.ir_member:hover .action {
	display: block;
}
.desc {
	float: left;
	width: 154px;
	text-align: left;
	color: #707c7c;
	line-height: 200%;	
	height: 40px;
}
.line {
	clear: both;
	margin: 10px 0px;
	font-size:14px;
	color: #343c3c;
}
.current_member_info {
	padding-right: 15px;
}
.ir_order_info {
	border: 4px solid #ffe9c6;
	padding: 20px;
	width: 90%;
	overflow: auto;
}
.ir_order_info img {
	float: left;
	display: inline;
	vertical-align: bottom;
	margin-right: 20px;
	margin-top: 10px;
}
.ir_order_info  a {
	color: #d2594a;
	padding-right: 15px;
}
.id_order_info div.sep {
	width: 100%;
	height: 1px;
	border-bottom: #c2c3c3 dashed 1px;
}
.discussion_col {
	float:left;
	color: #343c3c;
	padding: 15px 0px;
}
.current_discussions .title {
	font-size: 16px;
}
.current_discussions .annotation {
	font-size: 14px;
	line-height: 160%;
	margin: 20px 0px;
}
.current_discussions .date {
	color: #828c8c;
	font-style: italic;
	font-size: 14px;
	margin-top: 40px;
}
.discussions_comments_list .user {
	font-weight: bold;
	font-size: 14px;
	margin: 7px 0px;
}
.discussions_comments_list .comment {
	font-style: italic;
	font-size: 12px;
	line-height: 140%;	
	margin: 12px 0px;
}
.discussions_comments_list img {
	padding-right: 7px;
}
.discussions_list .title {
	font-size: 12px;
}
.discussions_list .annotation {
	color: #767265;
	font-size: 12px;
	line-height: 140%;
	margin: 10px 0px;
}
.left_side_discussion {
	width: 240px; 
	padding-right: 40px;
	font-size: 14px;
	line-height: 140%;
}

.subtitle{
	color: #343c3c;
	font-size: 25px;
	text-transform: uppercase;
	font-family: SegoeUIRegular;
	vertical-align: top;
	padding-bottom: 20px;
	padding-top: 5px;
	font-weight: normal;
	margin: 0px;
}
.left_side_discussion .discussions_list {
	padding-bottom: 15px;
	color: #343c3c;
}
.sep {
	border-top: 1px dashed #c2c3c3;
	margin-top: 35px;
	width: 100%;
}
.one_discussion .comment{
	font-style: normal;
	padding-top: 7px;	
	padding-bottom: 25px;
	line-height: 140%;
	font-size: 14px;
	clear: both;
}
.user .title {
	font-weight: normal;
}

.error_msg
{
	font-family: Verdana, sans-serif; 
	font-size: 12px;
	font-weight: normal;
	color: #FF0000;
	padding:20px;
	background-color: #FFDDDD;
	margin:10px auto;
}

.success_msg
{
	font-family: Verdana, sans-serif; 
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	padding:20px;
	background-color: #DDFFE3;
	margin:10px auto;
}

.reviewer_tbl
{
	width: 700px;
	background-color: #E6F0F2;
	border: 1px solid #DAE8EB;
	color:#000000;
}

.bibliography {
	text-align: left;	
}

.index_mag{
	color: #15a1cd;
	font-style: normal;
	font-size: 14px;
	font-weight: bold;
	width:100%;
	margin-top:30px;
	margin-bottom:15px;
}

.index_mag td{
	text-align:center;
	border:1px solid #5b4035;
}

.index_mag a{
	color: #5b4035;
	font-style: normal;
	font-size: 14px;
	font-weight: normal;
	text-decoration:none;
}

.mag_name_block
{
	margin-top: 5px;
	height: 45px;
	width: 100%;
}

.mag_name_block span
{
	line-height: 18px;
}

.mag_on_main
{
	text-align: center;
	vertical-align: top;
}

.popup
{
	display: none;
	position:absolute;
	bottom:100px;
	left:-60px;
	background-color:#fff;
	z-index: 20;
	border: 1px solid #828c8c;
	text-align:left;
	padding:15px;
	width:300px;
	font-size:12px;
}
.popup a
{
	color:#15a1cd;
}

ul.dropdown li { position: relative; }
 ul.dropdown,
 ul.dropdown-inside {
 list-style-type: none;
 padding: 0;
 }
 ul.dropdown-inside {
 position: absolute;
 left: -9999px;
 }
 ul.dropdown li.dropdown-top {
 display: inline;
 float: left;
 margin: 0 1px 0 0;
 }
 ul.dropdown li.dropdown-top a {
 padding: 2px 10px 0px 0px;
 display: block;
 }
 ul.dropdown a.dropdown-top { background: #efefef; }
 ul.dropdown a.dropdown-top:hover { padding:2px 10px 0px 0px;}
 ul.dropdown li.dropdown-top:hover .dropdown-inside {
 display: block;
 left: -600px;
 
 }
 ul.dropdown .dropdown-inside li a { padding:10px 10px 5px 10px;}
 ul.dropdown .dropdown-inside { background: #fff; border: 1px solid #dadada; z-index: 30;}
 ul.dropdown .dropdown-inside a:hover { background: #efefef; padding:10px 10px 5px 10px;}

