/**
 * @author Alexander Samilyak (aleksam241@gmail.com)
 * @date 9/2/11
 */

h1 {
  font-size: 200%;
}

h2 {
  font-size: 150%;
}

h3 {
  font-size: 135%;
}

h1, h2, h3, h4 {
  margin-top: 1em;
}

.thermo,
.langs,
#main .inner_menu,
#nav .menu,
#nav .quick_menu,
#nav .hotline,
#nav .hr,

.widgets .toggler,

#content form.pretty_form,

body #page #for_footer,
#footer .menu,
#footer .search,
#footer .made_in,
#footer .icon,
#footer .contacts p a,
#datepicker, .hasDatepicker {
  display: none !important;
}

body #page a{
  color: #000 !important;
  border-color: none;
}

body #page{
  min-width: 0;
}

body #layout{
  padding-bottom: 2.5em;
}

body #page #nav,
body #page #main_wrap{
  float: none;
}

body #page #main,
body #page.wide #main{
  margin: 0 25px !important;
}

body #page #nav .logo,
body #page.wide #nav .logo{
  margin-bottom: 20px;
  width: auto;
  overflow: visible;
}

body #page .with_incut{
  margin-right: 0;
}

body #page #footer{
  position: static;
  height: 9em;
}

body #footer .col.copy {
	margin-top: 0;
}

body #page table.data.wide{
  margin-right: 0;
}

body #page table.data td{
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
}

body #page table.data tr td:first-child {
  border-left: none;
}

.like_switcher_current {
   display:block !important;
}

.wide .infobox {
	position: static;
	width: auto;
}
