div.clear, br.clear { clear: both; font-size: 0px; }

body {
  margin: 0;
  font: 12px/ 1.5em Arial, sans-serif;
  letter-spacing: 0.03em;
  background: #f8f8f8;
  color: #000;
}

div.h1_title
{
  margin: 20px 0 10px 0;
  font-size: 18px;
  font-weight: normal;
  color: #009840;
}

div.h2_title { color: #545454; font-size: 2em; margin-top: 20px; margin-bottom: 18px; }

ul#submenu {
  margin: 0 0 50px 50px;
  padding: 25px 0 0 0;
  list-style: none outside none;
}
ul#submenu li { margin-bottom: 8px; }
ul#submenu a { color: #028B45; }
ul#submenu li.on, ul#submenu a:hover { color: #1D7FDA; }
ul#submenu li.on a { color: #1D7FDA; text-decoration: none; }
ul#submenu li.on a:hover { text-decoration: underline; }


div.gray_block { width: 460px; background: #E2E2E2; padding: 25px 60px 25px 50px; margin-bottom: 25px; }
div.gray_block_nakl { width: 340px; background: #E2E2E2; padding: 25px 60px 25px 50px; margin-bottom: 25px; }
div.gray_block_login { width: 240px; background: #E2E2E2; padding: 25px 60px 25px 50px; margin-bottom: 25px; }

div.list_news .date { color: #009840; margin-bottom: 4px; font-size: 0.92em; }
div.list_news div.one { padding-bottom: 17px; }
div.list_news div.name { color: #000; font-weight: bold; margin: 5px 0; font-size: 1.17em; }
div.list_news div.name a { color: #000; text-decoration: none; }
div.list_news div.name a:hover { color: #009840; text-decoration: underline; }
div.list_news div.more { font-size: 0.92em; margin-top: 2px; }


div.green_text { color: #028B45; border-left: 8px solid #0C8F00; padding-left: 14px; width: 548px; margin-bottom: 25px; }
div.red_text { color: #E50048; border-left: 8px solid #E50048; padding-left: 20px; margin-bottom: 25px; font-size: 1.17em;
	line-height: 1.4; }

#calc_form .text { font-size: 0.92em; }
#calc_form table.table { border-collapse: collapse; width: 100%; }
#calc_form table.table td { padding: 10px 0; }
#calc_form table.table p { margin: 0 10px 0 0; white-space: nowrap; }
#calc_form table.table td.right { width: 100%; }
#calc_form table.table input.input { background: #FFF; border: 1px solid #B2B9C3; width: 100%; position: relative;  }
#calc_form table.table input.small { width: 65px; text-align: center; margin: 0 3px; }
#calc_form div.red_text { margin-left: -28px; }
#calc_form input.button { width: 220px; height: 36px; border: none; cursor: pointer;
	background-color: transparent;
	background-image: url(/img/button_calc.png);
	//	 background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/img/button_calc.png,sizingMethod=crop); }

ul#menu_right { float: right; margin: 0; padding: 0 0 25px 50px; list-style: none; width: 165px; }
ul#menu_right li { margin-bottom: 18px; }
ul#menu_right li.on a { color: #028B45; text-decoration: none; }
ul#menu_right li.on a:hover { text-decoration: underline; }

#form_order { background: #E2E2E2; width: 580px; margin-bottom: 20px; }
#form_order div.title_main { color: #FFF; font: 1.5em Tahoma, Arial, Helvetica, sans-serif; background: #028B45; padding: 3px 50px 6px; }
#form_order div.title { font: 1.5em Tahoma, Arial, Helvetica, sans-serif; margin: 0 0 15px 27px; }
#form_order div.time { border-bottom: 1px solid #B2B9C3; padding: 10px 55px 10px 23px; }
#form_order span.red { color: #E50048; }
#form_order input.input { background: #FFF; border: 1px solid #B2B9C3; position: relative; padding-left: 5px; }
#form_order select { border: 1px solid #B2B9C3; padding-left: 5px; }
#form_order div.left { float: left; margin-right: 10px;}
#form_order div.left_end { float: left; margin-right: 10px;width: 100%;}
#form_order div.right { float: right; }
#form_order div.form { border-bottom: 1px solid #B2B9C3; padding: 15px 55px 12px 23px; }
#form_order div.form div.clear { height: 18px; }
#form_order .small { font-size: 0.92em; }
#form_order div.form span.text { position: relative; top: 2px; }
#form_order input.button { width: 130px; height: 36px; border: none; cursor: pointer; margin: 0 0 15px 30px;
	background-color: transparent;
	background-image: url(/img/button_order.png);
	//	 background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/img/button_order.png,sizingMethod=crop); }
#form_order input.button_next { width: 76px; height: 38px; border: none; cursor: pointer; margin: 0 0 15px 30px;
	background-color: transparent;
	background-image: url(/img/button_next.png);
	//	 background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/img/button_order.png,sizingMethod=crop); }
input.input3 { background: #FFF; border: 1px solid #B2B9C3; width: 100%; position: relative;  }

table#tbl_scty td, table#tbl_dcty td { background: #FFF; }

.suggestStyle { background: #FFDDFF !important;}
.selectedSuggestion { background: #E50048 !important; color: #FFF; }