* {
  margin: 0;
  padding: 0;
}

html {
  height: 100%;
}

body {
  font: 12px Arial, sans-serif;
  color: #000;
  width: 100%;
  height: 100%;
  min-height: 100%;
  background-color: #fff;
}

div.spacer {
  font-size: 0px;
  line-height: 0px;
  background: transparent;
  border: none;
  display: block;
  visibility: hidden;
}

img {
  border: 0;
}

a {
  color: #069;
  text-decoration: underline;
}

a:hover {
  text-decoration: underline;
}

form {
  display: inline;
}

table {
  border-collapse: collapse;
}

th, td {
  vertical-align: top;
}

h1 {
  margin: 0 0 20px 0;
/*  font-size: 20px; */
  font-size: 24px;
  text-transform: uppercase;
  font-weight: normal;
  color: #f00;
/*  color: #333; */
}

h2 {
  margin: 20px 0 12px 0;
  font-size: 20px;
  font-weight: normal;
/*  color: #069; */
  color: #333;
  text-transform: uppercase;
}

h3 {
  margin: 17px 0 10px 0;
  font-size: 14px;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
}

h4 {
  margin: 15px 0 8px 0;
  font-size: 15px;
  font-weight: normal;
}

h5 {
  margin: 0 0 20px 0;
  font: 20px Arial, sans-serif;
  color: #333;
}

p {
  margin: 0 0 15px 0;
  padding: 0;
}

ul {
/*  margin: 15px 0 20px 0; */
  margin: 0 0 20px 0;
  padding: 0;
}

ul li {
  list-style: none;
  padding: 2px 0 2px 13px;
  background: url(/common/img/li.gif) 0 9px no-repeat;
  margin: 5px 0;
}

ol {
  margin: 15px 0 20px 20px;
  padding: 0;
}

ol li {
  margin: 5px 0;
}

.clear {
  clear: both;
  font-size: 0px;
  line-height: 0px;
}

#all {
  max-width: 1250px;
  min-height: 100%;
  width: expression(((document.documentElement.clientWidth || document.body.clientWidth) < 999) ? '999px' : ((document.body.clientWidth > 1150) ? '1150px' : '1150px'));
  height: auto !important;
  margin: 0 auto;
  padding: 12px 12px 0 12px;
}

/* top */
#top {
  width: 100%;
  margin: 0 12px 0 9px;
}

.logo {
  float: left;
}

.top-menu {
  width: 60%;
  padding: 36px 10px 0 10px;
  text-align: center;
  white-space: nowrap;
}

.top-menu img {
  margin-right: 10px;
}

.hotline {
  border-left: 10px solid #e5e5e5;
  white-space: nowrap;
  padding-right: 21px;
  text-align: center;
}

.hotline img {
  margin: 37px 0 0 20px;
/*  float: right; */
}

.hotline div {
  float: right;
}

.hotline div img {
  margin: 0;
}
/* /top */

/* bn */
#bn {
  clear: both;
  width: 100%;
/*  margin-bottom: 25px; */
  margin-bottom: 10px;
}

#bn td {
  text-align: center;
}

#bn div {
  width: 331px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: 9px 8px;
}

#bn .bn-l div {
  float: left;
  width: 286px;
  height:auto;

  background-position: 0 0;
  font: 10px Arial, sans-serif;
  padding: 0 25px 15px 25px;
}

#bn .bn-l div a h3 {
  font: 20px Arial Black, Arial, sans-serif;
/*  margin: 15px 0 0 0; */
  margin: 7px 0 0 0;
  text-transform: none;
  color: #036;
  text-decoration: none;
}

#bn .bn-l div h3 a {
  font: 17px Arial, sans-serif;
  color: #036;
  text-decoration: none;
  margin: 0 3px;
}

#bn .bn-l div a {
  color: #0054a7;
}

#bn .bn-l div table {
  width: 100%;
  margin-bottom:10px;
  border-collapse: separate;
  border-spacing: 2px;
}

#bn .bn-l div th {
  color: #666;
  text-transform: lowercase;
}

#bn .bn-l div td {
  width: 22px;
  /*height: 22px;*/
  /*height: 16px;*/
  padding: 2px 5px;
  text-align: center;
}

#bn .bn-l div .bnb {
  background: url(/common/img/bg_bnl.gif) center 0 no-repeat;
}

#bn .bn-l div .bnr {
  background-color: #ffb2b2;
}

#bn .bn-l div .bnr_ret {
  background-color: #eeeeee;
}

#bn .bn-l div .bng {
  background-color: #d8d8d8;
}

#bn .bn-l div .today {
  border: 2px solid #f00;
}

#bn .bn-l div .today a {
  color: #000;
}

#bn .bn-l div strong a {
  font-weight: normal;
  color: #f00;
}

#bn .bn-r div {
  float: right;
}
/* /bn */

.err {
  text-transform: none;
  color: #f00;
}

/* drop down list */
.dropdown {
  position: absolute;
  z-index: 100;
  margin: 78px 0 0 57px;
  background: url('/common/img/bg_dd.gif') 195px 7px no-repeat;
  height: 30px;
  opacity: 0.9;
}

.dropdown .selectedTxt {
  text-transform: uppercase;
}
.dropdown .newListSelected {color:#09c; height:17px; margin-bottom:10px; padding:0; width:203px;}
.dropdown .newListSelected div {display:block; font-size:10px; padding:2px 21px 2px 4px; text-align:left !important; width:189px;}
.dropdown ul.newList {list-style:none; color:#000; width:202px; background:#fff; top:22px; left:0; overflow:auto; font-size: 11px; text-align:left!important; z-index:9999;padding: 5px 5px 8px 10px; border: 1px solid #ccc;}
.dropdown ul.newList li {padding:0 !important;}
.dropdown .hiLite {background:#cff!important; color:#000!important;}
.dropdown .newListHover {background:#cff!important; color:#000!important; cursor: pointer;}
.dropdown .newListSelHover {cursor:default;}
.dropdown .newListSelHover, #win-xp .newListSelFocus {background-position:auto;}
.dropdown ul li {
  background: none;
  margin: 0;
}
.dropdown a {
  display: block;
  width: 180px;
  color: #333;
  text-decoration: none;
}

.newList .ur {
  font-weight: bold;
  margin: 2px 0 5px 0;
}

.un {
  padding-left: 50px;
}

.un a {
  display: inline;
}

.un small a {
  font: 10px Arial, sans-serif;
  text-transform: uppercase;
  color: #069;
  text-decoration: underline;
  margin-left: 30px;
}
/* /drop down list */

/* tagz */
#left .tagz {
  width: 260px;
  background: url(/common/img/bg_lb_b.gif) 0 bottom no-repeat;
}

#left .tagz div {
  background: url(/common/img/bg_lb_t.gif) 0 top no-repeat;
  padding: 23px 25px 35px 20px;
}

#left .tagz h3 {
  font: 12px Arial, sans-serif;
  color: #f00;
  text-transform: uppercase;
  font-weight: normal;
  margin: 0 0 18px 0;
}

#left .tagz p {
  font: 16px Arial, sans-serif;
  color: #f00;
  margin: 0 0 2px 0;
}

#left .tagz p a {
  color: #369;
}

#left .tagz small {
  font: 12px Arial, sans-serif;
  margin: 7px 0 0 17px;
  display: block;
}

#left .tagz small a {
  color: #333;
}
/* /tagz */

/* navigation */
.navi {
  margin: 25px 0;
  text-align: center;
}

.navi strong, .navi a {
  margin: 0 14px;
}

.navi strong {
  color: #f00;
  font-weight: normal;
}

.navi a {
  font: 13px Arial, sans-serif;
  color: #000;
  text-decoration: none;
}

.navi span a {
  font: 12px Arial, sans-serif;
  color: #666;
  text-decoration: underline;
}

.navi em {
  font-style: normal;
  margin-left: 7px;
}
/* /navigation */

.rec_com {padding-bottom:10px;}
	.rec_com .div1 {padding:5px; border-left:1px solid #eaeaea; border-top:1px solid #eaeaea; background:#f6f5f5;}
	.rec_com .div2 {padding-bottom:5px; padding-left:5px; border-left:1px solid #eaeaea; background:#f6f5f5}
	.rec_com .div3 {
		padding: 5px 5px 5px 16px;
		background:  url(/common/img/li.gif) 5px 12px no-repeat;
		margin-bottom:20px;
		border-bottom:1px solid #eaeaea; border-left:1px solid #eaeaea;
	}

.form_tbl_1 {width:100%;}
	.form_tbl_1 td {padding:0 20px 10px 0;}
	.form_tbl_1 .td1 {font-style:italic; width:150px;}
	
#bn #scryg table {border:0; margin:0; width:auto; border-collapse:collapse; border-spacing:0;}
#bn #scryg td{background:url('/common/img/scryg.png'); font-size:0; padding:0; border:0; width:auto;}
#bn #scryg i {font-size:12px;}
#bn #scryg b {font-size:12px;}
#bn #scryg .scryg_0 {background:url('/common/img/scryg.png'); font-size:10px; color:#fff; text-align:left;}
#bn #scryg .scryg_1 {background:url('/common/img/scryg_1.png') no-repeat; width:10px; height:10px;}
#bn #scryg .scryg_2 {background:url('/common/img/scryg_2.png') no-repeat; width:10px; height:10px;}
#bn #scryg .scryg_3 {background:url('/common/img/scryg_3.png') no-repeat; width:10px; height:10px;}
#bn #scryg .scryg_4 {background:url('/common/img/scryg_4.png') no-repeat; width:10px; height:10px;}


#scryg_big table {border:0; margin:0; width:auto; border-collapse:collapse; border-spacing:0;}
#scryg_big td{background:url('/common/img/scryg.png'); font-size:0; padding:0; border:0; width:auto;}
#bn #scryg i {font-size:12px;}
#bn #scryg b {font-size:12px;}
#scryg_big .scryg_0 {background:url('/common/img/scryg.png'); font-size:10px; color:#fff; text-align:left;}
#scryg_big .scryg_1 {background:url('/common/img/scryg_1.png') no-repeat; width:10px; height:10px;}
#scryg_big .scryg_2 {background:url('/common/img/scryg_2.png') no-repeat; width:10px; height:10px;}
#scryg_big .scryg_3 {background:url('/common/img/scryg_3.png') no-repeat; width:10px; height:10px;}
#scryg_big .scryg_4 {background:url('/common/img/scryg_4.png') no-repeat; width:10px; height:10px;}
#scryg_big .scryg_down {}
.right_top_bar .all_tnx_text
{
	position: absolute !important;
	left: auto;
	right: 10%;
	top: 6px;
	display: block;
	width: 117px;
	text-align: justify;
	color: #ffdede;
	font-size: 17px;
	white-space: normal !important;
	z-index: 3;
}
.all_tnx
{
	position: absolute;
	left: 45px;
	top: 3px;
	display: block;
	color: #ffdede;
	font-size: 41px;
	text-decoration: none;
}
.title_say_thanks {
    color: #FFDEDE ;
    position: relative ;
    text-decoration: none;
}
a.title_say_thanks:hover table {
    display: block !important;
}
.title_say_thanks table {
    border: 0 none !important;
    border-collapse: collapse !important;
    border-spacing: 0 !important;
    display: none !important;
    left: -28px !important;
    margin: 0 !important;
    position: absolute !important;
    top: 40px !important;
    width: 180px !important;
    z-index: 99 !important;
}
.title_say_thanks td {
    background: url("http://www.yadonor.ru/common/img/scryg.png") repeat scroll 0 0 transparent !important;
    border: 0 none !important;
    font-size: 0 !important;
    padding: 0 !important;
    width: auto !important;
}
.title_say_thanks .scryg_0 {
    background: url("http://www.yadonor.ru/common/img/scryg.png") repeat scroll 0 0 transparent !important;
    color: #FFFFFF !important;
    font-size: 10px !important;
    text-align: left !important;
}
.title_say_thanks .scryg_1 {
    background: url("http://www.yadonor.ru/common/img/scryg_1.png") no-repeat scroll 0 0 transparent !important;
    height: 10px !important;
    width: 10px !important;
}
.title_say_thanks .scryg_2 {
    background: url("http://www.yadonor.ru/common/img/scryg_2.png") no-repeat scroll 0 0 transparent !important;
    height: 10px !important;
    width: 10px !important;
}
.title_say_thanks .scryg_3 {
    background: url("http://www.yadonor.ru/common/img/scryg_3.png") no-repeat scroll 0 0 transparent !important;
    height: 10px !important;
    width: 10px !important;
}
.title_say_thanks .scryg_4 {
    background: url("http://www.yadonor.ru/common/img/scryg_4.png") no-repeat scroll 0 0 transparent !important;
    height: 10px !important;
    width: 10px !important;
}
.right_top_bar
{
	background: url("http://yadonor.ru/common/img/prm_bg_l.gif") no-repeat scroll 0 0 transparent;
    height: 258px;
    text-align: center;
    width: 35%;
	position: absolute;
	right: 10px;
}
.right_top_bar .corners
{
	background: url("http://yadonor.ru/common/img/prm_bg_r.gif") right top no-repeat;
    padding: 10px 0 20px;
	height: 228px;
}
.right_top_bar .say
{
	
}
.right_top_bar .bar1
{
	height: 64px; 
	position: relative; 
	margin: 0 -10px;
	margin-top: 20px;
}
.right_top_bar .bar1
{
	//behavior: expression(runtimeStyle.behavior = null, insertAdjacentHTML('afterBegin', '<span class="bar1_after"></span><span class="bar1_before"></span>'));
}
.right_top_bar .bar1:before,.bar1_before
{
	background: url(../img/tnx_bar1.png?1) left top no-repeat; 
	content: '';
	height: 64px;
	left: 0;
	right: 20px;
	top: 0;
	display: block;
	position: absolute;
}
.right_top_bar .bar1:after,.bar1_after
{
	background: url(../img/tnx_bar1.png?1) right top no-repeat; 
	content: '';
	height: 64px;
	right: 0px;
	top: 0;
	width: 20px;
	display: block;
	position: absolute;
}
#pr .prm .opa
{
	position: relative;
}
#pr .menu
{
	z-index: 10;
}
#bn .bn-l div h3 a {
    color: #003366;
    font: 20px Arial Black,Arial,sans-serif;
    margin: 7px 0 0;
    text-decoration: none;
    text-transform: none;
}
#calendar h3
{
 margin: 9px 0 0;
}
