@charset "windows-1251";

html, body, div#container {
  padding: 0;
  margin: 0;
  height: 100%;
  font-family: sans-serif;
  font-size: 10pt;
}

table {
   border:0;
   padding:0;
   border-collapse:collapse;
}
table td {
   padding:3px;
}

a img{
  border: none;
}

img, table {
  max-width: 650px;
}

.clear {
  clear: both;
}

.note {
  font-size: 75%;
  color: #6f6f6f;
}

img.book {
  max-height: 250px;
  max-width: 290px;
}

a{
  text-decoration: underline;
  color: #4e6dd3;
}
a:hover{
  text-decoration: none;

}

.hide {
  display: none;
}

.wrapper{
  margin: 0 auto;
  width:980px;
  background: url(http://img.infomanagement.ru/backg.png) repeat-y;
  min-height:100%;
  padding: 0 14px 0 15px;
}

.wspace{
  height: 100%;
}

.head{
  padding: 15px 0 15px 30px;
}

.nav{
  width: 930px;
  padding-left: 10px;
}
.left_float {
  float: left;
}
.right_float {
  float: right;
}
.nav ul li a{
  color: inherit;
  text-decoration: none;
  display: block;
  width: 100%;
}
.nav ul{
  list-style: none;
  padding: 0;
  margin: 0 auto;
}

.block .head a {
  color: inherit;
}

.block .head, .nav ul li {
  font-family:Arial, Helvetica, sans-serif;
  font-weight:bold;
  font-size: 110%;
  color: #3b3c41;
}

.right .block {
  width: 245px;
}

.block .head {
  margin: 5px 0 0 0;
  padding: 10px 0 10px 15px;
  background:url(http://img.infomanagement.ru/separator_wide.png) bottom center no-repeat;
}

.nav ul li{
  width: 230px;
  text-align: center;
  float: left;
  padding: 0;
  margin: 0;
  border-top: 2px solid #3b3c41;
  border-bottom: 4px solid #3b3c41;
}
.nav ul li:hover {
  cursor: pointer;
  color: #4e6dd3;
  border-bottom: 4px solid #4e6dd3;
}
.nav ul li:hover div{
  display: block;
}

ol.list li .quad{
  text-align: center;
  width: 200px;
}

ol.list li img.book {
  max-height: 150px;
  max-width: 200px;
}

ol.list {
  list-style: none;
}

ol.list li {
  margin: 15px 0 15px 0;
  clear: both;
}

.nav ul li div{
  position: absolute;
  z-index: 2;
  background:url(http://img.infomanagement.ru/menu_bg.png) center center repeat-y;
  width:230px;
  margin: 4px 10px 0 0;
  display: none;
}
.nav ul li ul{
  border: 1px solid #d5d5d5;
  width: 230px;
}
.nav ul li ul li.last{
  border-bottom: none;
}
.nav ul li ul li:hover{
  border-bottom: none;
  color: #4e6dd3;
}
.nav ul li ul li{
  width: 190px;
  border-top: none;
  background:url(http://img.infomanagement.ru/separator.png) bottom center no-repeat;
  padding: 2px 20px 3px 20px;
  border-bottom: none;
  position: relative;
  text-align: left;
  font-size: 85%;
  font-weight: normal;
}
.left{
  height: 100%;
  float: left;
  width: 650px;
}

.right{
  height: 100%;
  float:right;
}

.footer{
  clear: both;
  border-top: 2px solid #3b3c41;
  color: #3b3c41;
  height: 40px;
}
.wspace{
  padding: 0 50px 0 10px;
}
.wspace .right{
  background: url(http://img.infomanagement.ru/border.png) left repeat-y;
  width: 245px;
  padding: 0 0 0 5px;
}
.wspace .rend{

  background: url(http://img.infomanagement.ru/vertical_end.png) left no-repeat;
  height:55px;
}

.footer .left, .footer .right{
  width: auto;
  background: none;
  padding: 0;
}

.main {
  margin-left: 10px
}

.right .main {
  max-height: 300px;
  overflow: hidden;
}

.questions span {
  display: block
}

.questions .content {
  margin: 5px 0 10px 0;
  clear: right;
}

.questions .name {
  font-weight: bold;
}

.questions .time {
  font-size: 80%;
  text-align: right;
  color: #3B3C41;
}

.list_down_enable, .list_down_disable, .list_up_enable, .list_up_disable{
  clear: right;
  background: center center no-repeat;
  height: 30px;
}

.list_down_enable:hover, .list_up_enable:hover {
  background-color: #eeeeee;
  cursor: pointer;
}

.list_down_enable {
  background-image: url(http://img.infomanagement.ru/arrow_down.png);
}
.list_up_enable{
  background-image: url(http://img.infomanagement.ru/arrow_up.png);
}
.list_down_enable :hover{
  background-image: url(http://img.infomanagement.ru/arrow_down_light.png);
}
.list_up_enable :hover{
  background-image: url(http://img.infomanagement.ru/arrow_up_light.png);
}
.list_down_disable {
  background-image: url(http://img.infomanagement.ru/arrow_down_hilight.png);
}
.list_up_disable {
  background-image: url(http://img.infomanagement.ru/arrow_up_hilight.png);
}

.butt_235, .butt_100 {
  height: 24px;
  cursor: pointer;
  text-align: center;
  display: inline-block;
  font-weight: bold;
}

.butt_100 {
  padding: 4px 8px 2px 3px;
  background: url(http://img.infomanagement.ru/butt_70.png) left top no-repeat;
  display: inline-block;
  margin: 0 0 0 3px;
  width: 64px;
}

form#search_form_right #q {
  width: 147px;
  margin-left: 10px;
}

.butt_100:hover {
  background: url(http://img.infomanagement.ru/butt_70_hover.png) left top no-repeat;
}

.butt_235 {
  padding: 4px 0px 2px 0px;
  background: url(http://img.infomanagement.ru/butt_235.png) left top no-repeat;
  margin: 5px 0 0 10px;
  width: 235px;
}

.butt_235:hover {
  background: url(http://img.infomanagement.ru/butt_235_hover.png) left top no-repeat;
}

.block {
  background:url(http://img.infomanagement.ru/separator_wide.png) top center no-repeat;
  margin: 10px 0 35px 0;
}

.defination a, .read_more a {
  color: inherit;
  font-weight: bold;
}

div.overlay {
  display: none;
  position: absolute;
  width: 100%; 
  height: 100%; 
  top: 0px;
  background-image: url(http://img.infomanagement.ru/overlay.png);
}
div.overlay .window {
  position: relative;
  width: 400px;
  background-color: white;
  margin: 0 auto;
  top: 200px;
  border: #e9ecf3 3px solid;
  overflow: hidden;
}
.window .headline {
  background: url(http://img.infomanagement.ru/window_headline.png);
  text-align: center;
  padding: 4px;
  height: 22px;
  font-size: 120%;
  color: #3b3c41;
}

.window .headline a {
  display: block;
  position: relative;
  float: right;
}

.window .headline a img {
  width: 24px;
  height: auto;
}
.window .headline a:hover img {
}

.window .content p {
  margin: 0 0 5px 0;
  padding: 0;
}

.window .content {
  padding: 7px;
}

.wspace h1 {
  margin: 10px 0 0 0;
  padding: 0;
  font-size: 24px;
}

div.path {
  color: #767676;
  margin: 0 0 10px 0;
}

div.path a {
  color: inherit;
}
/*
a.attent {
  font-weight: bold;
  color: inherit;
}*/

span.attent {
  font-weight: bold;
  /*color: inherit;*/
}

.quad {
  float: left;
  padding: 5px 20px 10px 0;
}
.right .advert {
  padding: 10px 0 0 0;
  text-align: center;
}

.read_more{
  margin: 10px 0 10px 0;
}

.special_block .headline {
  border-bottom: 2px solid #3b3c41;
  font-weight: bold;
}
.read_more p {
  margin: 5px 0 5px 0;
  padding: 0;
}

div#vk_like {
  display: inline-block;
}

.gosocial .rightside {
  float: right;
  display: inline-block;
}

table.page_list {
  color: #636363;
  float: none;
  border: none;
  margin: 0 auto;
  clear: both;
}


table.page_list tr.up{
  font-size: 200%;
}

table.page_list tr.up a {
  text-decoration: none;
}

table.page_list a {
  color: inherit;
}

.va_middle {
  vertical-align: middle;
  min-width: 35px;
}

.a_left {
  text-align: left;
}
.a_right {
  text-align: right;
}
.a_center {
  text-align: center;
}
form {
  margin: 10px 0 10px 0;
}

div.message .a_center{
	width: 100px;
	float: left;
}

div.message .a_center img{
	max-width: 90px;
	max-height : 100px;
}

.window input, .window button, .window textarea {
	width: 100%;
}

.window .error {
	color: red;
}

  .recomend_list {
    border-bottom: 1px solid #3B3C41;
    margin-left:  40px;
    margin-top: 10px;
  }
  .recomend_list .headline {
    font-weight: normal;
    border-bottom: 1px solid #3B3C41;
  }
  .recomend_list ol {
    background-color: #f0f0f0;
  }
  .recomend_list ol, .recomend_list ol li{
    margin: 0;
    padding: 0;
  }
  .recomend_list ol li{
    margin-bottom: 10px;
  }
  a.grey_notice{
    color: grey;
    background-color: #f0f0f0;
  }
  #main_search #search_frase{
    width: 560px;
  }
  a.category {
    color: grey;
  }
  a.category:hover {
    background-color: #f0f0f0;
  }
  a.select_category {
    background-color: #f0f0f0;
  }
  .special_block .headline a {
    color: inherit;
  }
  
  .currency_rate div:hover {
	  background-color: #f2f2f2;
	  cursor: pointer;
  }
  .currency_rate {
	  overflow: hidden;
	  height: 66px;
	  border-top: dotted 1px grey;
	  font-family: Courier, monospace;
	  font-size: 11pt;
	  background-color:#f7f7f7;
  }
  .currency_rate div.plus, .currency_rate div.minus{
	  padding: 2px 0 2px 5px;
	  border-bottom: dotted 1px grey;
  }
  .analytic .plus {
	  color: #0b0;
  }
  .analytic .minus {
	  color: #fb0909;
  }