@import "jquery.datepick.css";
html, body {
    height: 100%;
    margin:0;
    padding:0;
}
body {
    min-height:100%;
    height:auto !important;
    position: relative;
    background: #67b9f8 url("../images/blue_box.gif") 0 -4px no-repeat;
    font: normal 62.5% "Arial", sans-serif;     /****  62.5% = 10pt size  = default for all elements */
	color:#000;
	line-height:1.4em;
    height: 100%;
    margin-top: 0;
}
p {
	padding:0.2em 0;
	margin:0;
}
h1, h2, h3 {
	margin:0;
	padding:0.3em 0;
}
h1 {
	font-size:1.6em;
}
h2 {
	font-size:1.3em;
}
h3 {
	font-size:1.1em;
}

.clear {
    clear: both;
}
.flLeft {
    float: left;
}
.flRight{
    float: right;
}
form {
    margin:0;
    padding: 0;
}

a img {
    outline:none;
    border:0;
}
a{ text-decoration: underline;
    color:#000;
    outline:none;
}
a:hover {
    text-decoration:underline;
    color:#333
}

a:active {outline:none}

#static_zone_5 .sz_text {
    color: #1370B6 !important;
    font-size: 20px !important;
    font-weight: normal !important;
    padding: 0 0 7px !important;
}


/**
 * Layout
 */
 
#before_wrapper{
	background: #fff url("../images/bg.gif") 0 0 repeat-x;
	width:1000px;
	margin:0 auto;
}
#wrapper {
  width:980px;
  margin:0 auto;
  position:relative;
  min-height:100%;
  height: auto !important;
  height:100%;
  
}


/* With 3 columns, require a minimum width of 1000px to ensure there is enough horizontal space. */
body.sidebars {
  min-width: 980px;
}
/* With 2 columns, require a minimum width of 1000px. */
body.sidebar-left, body.sidebar-right {
  min-width: 980px;
}

/* We must define 100% width to avoid the body being too narrow for near-empty pages */
#wrapper  #center {
  float: left;
  width: 100%;
}

/* So we move the #center container over the sidebars to compensate */
body.sidebar-left #center {
  margin-left: -240px;
}
body.sidebar-right #center {
  margin-right: -240px;
}
body.sidebars #center {
  margin: 0 -240px;
}

/* And add blanks left and right for the sidebars to fill */
body.sidebar-left #squeeze {
  margin-left: 240px;
}
body.sidebar-right #squeeze {
  margin-right: 240px;
}
body.sidebars #squeeze {
  margin: 0 240px;
}
/* We ensure the sidebars are still clickable using z-index */
#wrapper .sidebar {
  margin: 0;
  width: 240px;
  float: left;
  z-index: 2;
  position: relative;
}
.content {
    padding-bottom: 20px;
}
.inCenter {font-size:1.2em;}

.header {
    padding-top:15px;
}

.header .headerLeft {
    float:left;
    width:240px;
    text-align: center;
}

.header .headerLeft .links {
    background:url("../images/accredit.gif") 0 0 no-repeat;
    margin-top: 6px;
}
.header .headerRight {
    float:right;
    width:240px;
    font-size:11px;
	position:relative;
	margin-top:4px;
}
.header .headerRight .wrapLogin {
    position:relative;
    margin-right:-20px;
}

.header .headerRight .wrapLogin a.btn {
    background:url("../images/bg_login.gif") 0 0 no-repeat;
    width:102px;
    height:12px;
    padding-top:7px;
    padding-bottom:10px;
    text-align: center;
    color:#1370b6;
    text-shadow:1px 1px 0 #fff;
    font:normal 12px/12px "Arial", sans-serif;
    margin-right:6px;
    display:block;
    float:left;
    text-decoration: none;
}
*html .header .headerRight .wrapLogin a.btn {
    margin-right:3px;
}
.header .headerRight .wrapLogin a.register {
    width:133px;
    background-image:url("../images/bg_register.gif");
	margin-right:-30px;
}

.header .headerRight .wrapLogin a.btn:hover {
    color:#89b7da;
}


.header .blue {
    margin-top:12px;
    background:#67b9f8 url("../images/blue_box.gif") 0 -4px no-repeat;
}

.header .blue .bg2 {
    height:4px;
    font-size: 1px;
    background:#67b9f8 url("../images/blue_box.gif") 0 0 no-repeat;
}

.header .blue form {
    border-bottom:1px solid #5498cb
}

.header .blue form div {
    border-bottom:1px solid #8dcbfc;
    padding:10px;

}

.header .blue form .inText {
    background:url("../images/bg_form.gif") 0 0 no-repeat;
    width:170px;
    height:24px;
    font: 12px/24px Arial, sans-serif;
    color:#868686;
    padding-left:12px;
    padding-right:38px;
    border: none;
}

.header .blue form#state .inText {
    background-position: 0 -26px;
    padding-right:88px;
    width: 120px;
}
.header .blue form#state .inImage {
    position: absolute;
    top:104px;
    right:10px;
}
.header .blue .subscribe {
    padding:11px 10px 9px 62px;
    background:url("../images/mail_ico.gif") 20px 50% no-repeat
}
*:first-child+html .header .blue .subscribe {
	 padding:9px 10px 9px 62px;
}


.header .blue .subscribe a {
    color:#fff;
    text-shadow:1px 1px 0 #54a4ea;
    font-size: 14px;
    text-decoration: none;
}
.header .blue .subscribe a:hover {
    color:#cce9ff;
}



.header .headerCenter {
    margin:4px 249px 0;
}

.header .headerCenter .currency table {
    border-collapse:collapse;
    width:100%;
    color:#67b9f8;
    font-size: 10.5px;
}

.header .headerCenter .currency table td {
    padding:0 2px;
}
.header .headerCenter .currency table td.blue{
    color: #1370b6;
    background: none;
}
.header .headerCenter .currency table td.padding1 {
    color: #656565;
    padding:0 4px 0 15px;
}

.header .headerCenter .contact {
    margin-top:3px;
}

.header .headerCenter .contact .allBg {
    background:#edf7ff url("../images/light_blue.gif") -482px 0 repeat-y;
}

.header .headerCenter .contact .allBg .bg, .header .headerCenter .contact .allBg .bg2  {
   background:url("../images/light_blue.gif") 0 -26px no-repeat;
}
.header .headerCenter .contact .allBg .bg2 {
    font-size: 1px;
    background-position: 0 -17px;
    height:10px;
}
.header .headerCenter .contact .allBg .bg {
    padding:25px 15px 10px 10px;
}

.header .headerCenter .contact .social {
    float:right;
    width:16px;
	margin-top:-1px
}
.header .headerCenter .contact .social img {
    margin-bottom:4px;
}
.loadedContact {height:64px;}

@cc gt IE 7 begin;
	
@cc end;


.header .headerCenter .contact {
   font-size: 12px;
}
.header .headerCenter .contact .adress {
    float:left;
    width:215px;
    line-height:1.2em;
}
.header .headerCenter .contact a {
    color:#1370b6
}
.header .headerCenter .contact a:hover {
 text-decoration: none;
}

.header .headerCenter .contact .phone {
   color:#80b3da;
   float: left;
 }
.header .headerCenter .contact .phone table {
    border-collapse:collapse;
	margin-top:-6px;
}

.header .headerCenter .contact .phone table td {
    padding:4px 5px;
}
.header .headerCenter .contact .phone strong {
    font-size: 17px;
    font-weight: normal;
    color: #1370b6;
}
.header .headerCenter .contact .tabs {
    margin:-4px -10px 0 1px;
    position:relative;

}

.header .headerCenter .contact .tabs a {
    float:left;
    display: block;
    font: 14px/31px Arial, sans-serif;
    zoom:1;
    text-decoration: underline;
    color: #000;
    background:url("../images/black_line.gif") 100% 50% no-repeat;
    margin-left:-1px;
}

.header .headerCenter .contact .tabs a:hover {
    text-decoration: none;
}
.header .headerCenter .contact .tabs a span {
    display:block;
    padding: 0 0 0 12px;
    margin-right:12px;
    height:31px;
}

.header .headerCenter .contact .tabs a.last {
    background:none;
}
.header .headerCenter .contact .tabs a.last span {
    padding-left:11px;
}

*html .header .headerCenter .contact .tabs a {
    margin-right:5px;
}

.header .headerCenter .contact .tabs a.active {
    background:url("../images/light_blue.gif") 100% 100% no-repeat;
    color:#1370b6;
    text-decoration: none;
	position:relaive;
	zoom:1;
	z-index:4;
}
.header .headerCenter .contact .tabs a.active span {
     background:url("../images/light_blue.gif") -964px 100% no-repeat;
	 position:relaive;
	zoom:1;
}
.header .headerCenter .contact .tabs .cleared {
    position:absolute;
    width:420px;
    height:0px;
    border-top:5px solid #edf7ff;
    top:-3px;
    left:30px;
}

.navi {
    clear: both;
    position:relative;
    height:101px;
    margin:17px 0 10px
}

.noSublevel {
    height:40px;
}
.navi ul, .navi ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.navi .firstLevel {
    background:url("../images/bg_top_navi.gif") 0 -80px repeat-x;
}
.navi .bg, .navi .bg2 {
  background: url("../images/bg_top_navi.gif") 0 0 no-repeat;
}
.navi .bg2 {
    background-position: 100% -40px;
    height:40px;
    padding:0 1px
}
.navi ul li{
     float:left;
}
.navi ul li a {
    color:#fff;
    text-shadow:1px 1px 0 #05337c;
    font: normal 16px/39px "Arial";
    text-decoration: none;
    display:block;
    margin-top: 1px;
    border-right: 1px solid #2d98d4;
}
.navi ul li a  span {
    display:block;
    height:39px;
    padding:0 19px 0 20px;
    border-right: 1px solid #1066ae;
}
.navi ul li.last a, .navi ul li.last a span {
    border-right: none;
}
.navi ul li.hovered a {
   color:#d4edff;
}
.navi ul li.active a, .navi ul li.active a span {
    border-right: none;
    background:url("../images/bg_navi_a.gif") 0 0 no-repeat;
    padding-left:10px;
    color: #cc3a00;
    text-shadow:1px 1px 0 #fff;
}
.navi ul li.active a span {
    background-position: 100% 0;
    padding-top:5px;
}
.navi ul li.active a {
    margin-top:-5px;
    height:45px;
}

.navi ul li.active a{
    margin-left: -2px;    
}

.navi ul li .sublevel {
    background:url("../images/bg_undertop_navi.gif") 0 -120px repeat-x;
    height:60px;
    width:100%;
    font-size: 12px;
    color: #bebebe;
    position:absolute;
    top:41px;
    left:0;
    display:none;
}

/* Для того чтобы работало и при наведении - раскоментировать этот блок
.navi ul li.hovered .sublevel, .navi ul li.active .sublevel {
    display:block;
}
*/

.navi ul li.active .sublevel {
    display:block;
}
.navi ul li .sublevel .bg, .navi ul li .sublevel .bg2 {
   background:url("../images/bg_undertop_navi.gif") 100% -60px no-repeat;
}
.navi ul li .sublevel .bg2 {
    background-position: 0 0;
    text-align: center;
    padding:5px 25px;
    line-height:25px;
	height:50px;
}
.navi ul li .sublevel a {
    font-size: 12px;
    line-height:12px;
    text-shadow:none;
    color: #1370b6;
    text-decoration: underline;
    display:inline;
    background: none;
    margin: 0;
    padding:0;

}
.navi ul li .sublevel a:hover {
    text-decoration: none;
    color:#1d96d5;
}

.sidebar {
    font-size: 1.2em;
}
.sidebar a {
    color:#1370b6;
}
.sidebar a:hover {
    text-decoration: none;
    color:#1d96d5;
}

.sidebar .box, .sidebar .box .bg, .sidebar .box .bg2 {
    background:url("../images/bg_blue.gif") 100% 0 repeat-y;
}
.sidebar .box {
    margin-bottom: 10px;
}
.sidebar .box .bg {
   background-position:0 -4px;
    background-repeat:no-repeat;
    padding:13px 10px 7px;
}
.sidebar .box .bg2 {
    background-position: 0 0;
    height:5px;
    font-size: 1px;
}
.sidebar .accenta, .sidebar .accenta .bg, .sidebar .accenta .bg2 {
    background-image:url("../images/bg_orange.gif");
}
.sidebar .box h2 {
    color: #ff4800;
    font-size: 1.8em;
    font-weight: normal;
}

.sidebar .accenta .bg {
    text-align: center;
}

.sidebar .accenta h1, .sidebar .accenta h3  {
    color:#ff4800;
    font-size: 22px;
    font-weight: normal;
}

.sidebar .accenta h3 {
    font-size: 30px;
    padding:0.4em 0 0.5em;
}
.sidebar .accenta h4 {
    font-size: 24px;
    color: #1370b6;
    font-weight: normal;
    margin: 0;
    padding: 0.3em;
}
.sidebar .accenta h4 em {
    color:#ff4800;
    font-style: normal;
}
.sidebar .accenta h2 {
    color: #1370b6;
    font-size: 16px;
    font-weight: normal;
	padding-top:0;
}
.sidebar .accenta img {
    padding:1px;
    display:block;
    margin:0 auto;
    border: 1px solid #fff09e;
}
.sidebar .accenta p {
	padding-top:1.2em;
} 



 .sidebar .blueBox table {
     border-collapse:collapse;
     width:100%;
 }

.sidebar .blueBox table  td {
    padding:5px 0
}
.sidebar .blueBox table  .price {
    color:#fff;
    background:url("../images/orange.gif") 0 0 no-repeat;
    width:60px;
    font-size: 16px;
    padding:5px;
    vertical-align:top
}

.sidebar .boxNews {
    padding:10px;
    margin-bottom: 10px;
    color:#1370b6
}

.sidebar .boxNews strong {
    color: #ff4800;
    font-weight: normal;
}


.sidebar .boxNews .date {
    border-bottom:1px solid #e7f5ff;
    color: #a9a9a9;
    font-size: 11px;
    padding:0.15em 0;
}

.sidebar .boxNews .item div {
    padding:0.15em 0 7px;
}

.leftBlock {
    width: 240px;
    float: left;
    padding:10px 0 20px;
}

.centerBlock {
    margin-left:240px;
    padding:10px 9px 20px;
}

.leftBlock h1, .sidebar-left h1 {
    background:#1064ac url("../images/bg_header.gif") 0 -72px repeat-x;
    color:#fff;
    text-align: center;
    font-size: 16px;
    line-height:36px;
    height:36px;
    padding:0;
	margin-bottom:3px;
}
.leftBlock h1 span, .sidebar-left h1 span, .leftBlock h1 strong, .sidebar-left h1 strong {
    background:url("../images/bg_header.gif") 0 -36px no-repeat;
    display:block;
    height:36px;
}

.leftBlock h1 strong, .sidebar-left h1 strong {
    background-position: 100% 0;
}


.leftBlock .countryBox, .sidebar-left .countryBox {
    border-bottom: 1px solid #e7f5ff;
    color:#bebebe;
    margin-right:10px;
}
.leftBlock .countryBox a, .sidebar-left .countryBox a, .leftBlock .countryBox h2, .sidebar-left .countryBox h2 {
    color: #1370b6;
}

.leftBlock .countryBox a:hover, .sidebar-left .countryBox a:hover {
    color:#2aa2fe;
}

.leftBlock .countryBox strong a, .sidebar-left .countryBox strong a{
    color:#ff4800;
    font-weight:normal
}
.leftBlock .countryBox h2, .sidebar-left .countryBox h2 {
    font-size: 15px;
    font-weight: normal;
    background:url("../images/arrow.gif") 100% -77px no-repeat;
}

.leftBlock .countryBox h2.opened, .sidebar-left .countryBox h2.opened {
    background-position: 100% 10px;
}
.leftBlock .countryBox h2 span, .sidebar-left .countryBox h2 span {
    display:block;
    line-height:24px;
    padding-left:36px;
    cursor:pointer;
}
.leftBlock .countryBox div, .sidebar-left .countryBox div{
    display:none;
	padding-bottom:10px;
}

.leftBlock .countryBox div.opened, .sidebar-left .countryBox div.opened {
    display:block
}

.leftBlock .countryBox h2.fl1 span, .sidebar-left .countryBox h2.fl1 span, h1.fl1 span {background:url('../flag/fl1.gif') 0 50% no-repeat}
.leftBlock .countryBox h2.fl2 span, .sidebar-left .countryBox h2.fl2 span, h1.fl2 span {background:url('../flag/fl2.gif') 0 50% no-repeat}
.leftBlock .countryBox h2.fl3 span, .sidebar-left .countryBox h2.fl3 span, h1.fl3 span {background:url('../flag/fl3.gif') 0 50% no-repeat}
.leftBlock .countryBox h2.fl4 span, .sidebar-left .countryBox h2.fl4 span, h1.fl4 span {background:url('../flag/fl4.gif') 0 50% no-repeat}
.leftBlock .countryBox h2.fl5 span, .sidebar-left .countryBox h2.fl5 span, h1.fl5 span {background:url('../flag/fl5.gif') 0 50% no-repeat}
.leftBlock .countryBox h2.fl6 span, .sidebar-left .countryBox h2.fl6 span, h1.fl6 span {background:url('../flag/fl6.gif') 0 50% no-repeat}
.leftBlock .countryBox h2.fl7 span, .sidebar-left .countryBox h2.fl7 span, h1.fl7 span {background:url('../flag/fl7.gif') 0 50% no-repeat}
.leftBlock .countryBox h2.fl8 span, .sidebar-left .countryBox h2.fl8 span, h1.fl8 span {background:url('../flag/fl8.gif') 0 50% no-repeat}
.leftBlock .countryBox h2.fl9 span, .sidebar-left .countryBox h2.fl9 span, h1.fl9 span {background:url('../flag/fl9.gif') 0 50% no-repeat}
.leftBlock .countryBox h2.fl10 span, .sidebar-left .countryBox h2.fl10 span, h1.fl10 span {background:url('../flag/fl10.gif') 0 50% no-repeat}
.leftBlock .countryBox h2.fl11 span, .sidebar-left .countryBox h2.fl11 span, h1.fl11 span {background:url('../flag/fl11.gif') 0 50% no-repeat}
.leftBlock .countryBox h2.fl12 span, .sidebar-left .countryBox h2.fl12 span, h1.fl12 span {background:url('../flag/fl12.gif') 0 50% no-repeat}
.leftBlock .countryBox h2.fl13 span, .sidebar-left .countryBox h2.fl13 span, h1.fl13 span {background:url('../flag/fl13.gif') 0 50% no-repeat}
.leftBlock .countryBox h2.fl14 span, .sidebar-left .countryBox h2.fl14 span, h1.fl14 span {background:url('../flag/fl14.gif') 0 50% no-repeat}
.leftBlock .countryBox h2.fl15 span, .sidebar-left .countryBox h2.fl15 span, h1.fl15 span {background:url('../flag/fl15.gif') 0 50% no-repeat}
.leftBlock .countryBox h2.fl16 span, .sidebar-left .countryBox h2.fl16 span, h1.fl16 span {background:url('../flag/fl16.gif') 0 50% no-repeat}
.leftBlock .countryBox h2.fl17 span, .sidebar-left .countryBox h2.fl17 span, h1.fl17 span {background:url('../flag/fl17.gif') 0 50% no-repeat}
.leftBlock .countryBox h2.fl18 span, .sidebar-left .countryBox h2.fl18 span, h1.fl18 span {background:url('../flag/fl18.gif') 0 50% no-repeat}
.leftBlock .countryBox h2.fl19 span, .sidebar-left .countryBox h2.fl19 span, h1.fl19 span {background:url('../flag/fl19.gif') 0 50% no-repeat}
.leftBlock .countryBox h2.fl20 span, .sidebar-left .countryBox h2.fl20 span, h1.fl20 span {background:url('../flag/fl20.gif') 0 50% no-repeat}
.leftBlock .countryBox h2.fl21 span, .sidebar-left .countryBox h2.fl21 span, h1.fl21 span {background:url('../flag/fl21.gif') 0 50% no-repeat}
.leftBlock .countryBox h2.fl22 span, .sidebar-left .countryBox h2.fl22 span, h1.fl22 span {background:url('../flag/fl22.gif') 0 50% no-repeat}
.leftBlock .countryBox h2.fl23 span, .sidebar-left .countryBox h2.fl23 span, h1.fl23 span {background:url('../flag/fl23.gif') 0 50% no-repeat}





.fastSearch {
    background:url("../images/light_blue.gif") -482px 0 repeat-y;
    font-size:11px;
    margin-bottom: 10px;
}

.fastSearch .bg, .fastSearch  .bg2  {
   background:url("../images/light_blue.gif") 0 -26px no-repeat;
}
.fastSearch .bg2 {
    font-size: 1px;
    background-position: 0 -17px;
    height:10px;
}

.fastSearch table td{
    width:50%;
}

.fastSearch select {
    width:220px;
    color:#000;
    font-size: 11px;
    height:19px;
	margin-top:3px;
}

.fastSearch .date {
    background:#fff url("../images/ico_calendar.gif") 99% 50% no-repeat;
    width:89px;
    height:15px;
    font-size:11px;
	margin-top:3px;
}
.fastSearch .step {
    width:53px;
    position:relative;
	height:14px;
	display:inline-block;
}
.fastSearch .selectPrice select{
	position:absolute;
	margin-top:0;
	width:59px;
}
.fastSearch .selectPrice div div{
	margin-left:66px;
	position:relative;
}

.fastSearch  strong {position:relative;}

.fastSearch .stepper {
    position:absolute;
    top:-2px;
    right:3px;
    background:url("../images/up_down.gif");
}

*:first-child+html  .fastSearch .stepper  {
	top:3px;
}
.fastSearch .stepper img {
    display:block;
    cursor:pointer;
}
.fastSearch .on50 {
 float:left;
 width:118px;
}
.fastSearch .on60 {
	width:53%;
}

.fastSearch a {
	color:#1370b6;
}
.fastSearch a:hover {
	text-decoration:none;
}

.fastSearch h2 {
    color: #1370b6;
    font-size: 20px;
    padding: 0 0 7px;
    font-weight: normal;
	
}


h2.title {
    background:#1064ac url("../images/bg_header.gif") 0 -72px repeat-x;
    color:#fff;
    text-align: left;
    font-size: 16px;
    line-height:36px;
    height:36px;
    padding:0;
	margin-top:20px;
}
h2.title span, h2.title strong {
    background:url("../images/bg_header.gif") 0 -36px no-repeat;
    display:block;
    height:36px;
}
h2.title strong {
    background-position: 100% 0;
    padding-left: 10px;
}


.hotelList {
    margin:13px -15px 10px 0;
	width:497px;
}

.hotelList  ul, .hotelList  li {
    margin:0;
    padding:0;
    list-style: none;
}

.hotelList  li {
    width: 150px;
    float:left;
    height:170px;
    padding-right:15px;
    color:#9e9e9e;
}

.hotelList  li a.img {
    display:block;
    position:relative;
    height:112px;
    overflow:hidden;
    margin-bottom:6px;
}
.hotelList  li a.img span {
    position:absolute;
    left:0;
    bottom:0;
    background:url("../images/star.png") 0 0 no-repeat;
    display:block;
    width:92px;
    height: 28px;
}

.hotelList  li a.img span.star4 {background-position: 0 -30px;}
.hotelList  li a.img span.star3 {background-position: 0 -60px;}
.hotelList  li a.img span.star2 {background-position: 0 -90px;}


.hotelList  li span.price {
    color: #ff4800;
}
.hotelList  li a {
    color:#1370b6;
}
.hotelList  li a:hover {
    color: #2aa2fe;
    text-decoration: none;
}




.innerPage {
   padding-left:10px;
}


.leftThin {
    width:190px;
    float:left;
    padding:10px 0;
}
.twoBlock .centerBlock {
    margin-left:200px;
}
h1.title {
    background: none;
    color:#ff4800;
    font: 26px/26px Arial, sans-serif;
    text-align: left;
	padding-top:3px;
    margin-left: 10px;
}
h1.title span {
    padding-left: 40px;
    height:auto;
}
.twoLev {
    background:#67b9f8 url("../images/bg_lev2.gif") 0 -72px repeat-x;
    height:36px;
	margin-top:-5px;
	position:relative;
}
.twoLev ul, .twoLev ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.twoLev ul li {
    float:left;
    height:14px;
    margin:10px 0 0 0;
    border-right:1px solid #8dcbfc;
}
.twoLev ul li a {
    display:block;
    border-right:1px solid #5498cb;
    color:#fff;
    padding:0 10px;
    text-decoration: none;
    font: normal 14px Arial, sans-serif;
}
.twoLev ul li a:hover, .twoLev ul li.active a {
    color:#c5e5fe;
}
.twoLev ul li.last,.twoLev ul li.last a {
    border: none;
}
.twoLev div, .twoLev div ul {
    background:url("../images/bg_lev2.gif") 100% -36px no-repeat;
    height:36px;
    width:100%;
}
.twoLev div ul {
    background-position: 0 0;
}

.leftThin .box {
    margin-bottom:10px;
    background: #edf7ff url("../images/blue_box_2.gif") 100% 0 repeat-y;
}
.leftThin .box .bg1, .leftThin .box .bg2 {
    background:url("../images/blue_box_2.gif") 0 -4px no-repeat;
}
.leftThin .orangeBox, .leftThin .orangeBox .bg1, .leftThin .orangeBox .bg2 {
    background-image: url("../images/orange_block_2.gif");
}
.leftThin .box .bg2 {
    font-size: 1px;
    height:5px;
    background-position: 0 0;
}

.leftThin .box .bg1 {
    padding:10px 10px 0 10px
}

.leftThin .box h2 {
    font: normal 18px Arial, sans-serif;
    color:#1370b6;
    padding: 0;
}

.leftThin .box p {
    background:url("../images/arrow_blue.gif") 0 8px no-repeat;
    padding-left:15px;
}
.leftThin .orangeBox p {
    background: url("../images/arrow_orange.gif") 100% 8px no-repeat;
    padding-left:0px;
    padding-right:10px;
    border-bottom:1px solid #fad688;
}
.leftThin .box p.last {
    border-bottom: none;
}

.leftThin .box a {
    color: #1370b6;
}
.leftThin .box a:hover {
    text-decoration:none;
}
.leftThin .orangeBox p a {
    text-decoration: none;
}
.leftThin .orangeBox p a:hover {
    text-decoration: underline;
}

.leftThin .images a{
    display:block;
    margin-bottom: 10px;
}
.leftThin .images a img  {
    display:block
}

.centerBlock .managers {
    margin:12px 0 10px 0;
}
.centerBlock .managers  .managerName {padding-bottom:10px}
.centerBlock .managers  table {
    border-collapse:collapse;
    width:100%;
}
.centerBlock .managers  table td {
    width:33%
}

.innerPage h3 {
    font: normal 18px Arial, sans-serif;
    color:#1370b6;
    padding:0 0 12px 0;
}
.innerPage strong {
    color:#2aa2fe;
}

.special {
    margin-bottom: 10px;
}
.special h3 {
    font: normal 18px/26px Arial, sans-serif;
    color:#ff4800;
    padding: 0;
}
.special .specialContent {
    margin-top:-26px;
}

.special .specialContent .tabs {
    text-align: right;
}
.special .specialContent .tabs a {
    background:#1370b6 url("../images/bg_tabs.gif") 0 0 no-repeat;
    width:68px;
    text-align: center;
    height:25px;
    display:inline-block;
    border-bottom:1px solid #fff;
    color:#fff;
    font: normal 11px/25px Arial, sans-serif;
    margin-left:1px;
    text-decoration: none;
}
.special .specialContent .tabs a:hover {
    color:#e5f4ff;
}
.special .specialContent .tabs a.active {
    background:#67b9f8 url("../images/bg_tabs.gif") -68px 0 no-repeat;
    border-bottom-color: #67b9f8;
}

.special .specialList {
    position:relative;
}
.special .specialList .wrap {
 border:1px solid #67b9f8;

}

.special .specialList .tl, .special .specialList .bl, .special .specialList .br {
    width:6px;
    height: 6px;
    font-size: 1px;
    position:absolute;
    bottom:0;
    left:0;
    z-index:2;
    background:url("../images/blue_round.gif") 0 -6px no-repeat;
}
.special .specialList .tl {
    bottom:auto;
    top:0;
    background-position: 0 -12px;
}
.special .specialList .br {
    left:auto;
    right:0;
    background-position: 0 0;
}


.special .specialList table {
    width:100%;
    border-collapse:collapse;
    margin-bottom: 10px;
}


.special .specialList table thead {
    background: #67b9f8;
    font-size: 11px;
}
.special .specialList table th {
    color:#fff;
    border-right:1px dotted #c2e3fc;
    font-weight: normal;
    text-align: left;
    padding: 5px 9px;
}
.special .specialList table th.last {
    border:none;
}

.special .specialList table td {
   padding: 5px 9px;
    color:#1370b6;
}

.special .specialList table td.date {
    color:#a9a9a9;
}

.special .specialList table td a, .special .specialList table td strong {
    color: #ff4800;
    font-weight: normal;
}
.special .specialList table td a:hover {
    text-decoration: none;
}
.special .specialList table td em {
    font-style: normal;
    color: #2aa2fe;
    text-transform:uppercase;
}

.special .specialList table tr.even td {
    background:#f6fbff;
}

.accenta .star1, .accenta .star2, .accenta  .star3, .accenta  .star4, .accenta .star5 {
    font-size: 24px;
    font-size:24px;
    margin-right: 5px;
    height:24px;
    background: url("../images/star_orange.gif") 0 0 no-repeat;
    width:85px;
    display:inline-block;
}


.accenta  .star2 {background-position: -51px 0; width:34px;}
.accenta  .star3 {background-position: -34px 0; width:51px}
.accenta  .star4 {background-position: -17px 0; width:70px;}

.small {
    font: 11px Tahoma, sans-serif;
    color:#a9a9a9;
}
.small a {
    color: #4493fc;
    text-decoration: underline;
}
.small a:hover {
    text-decoration: none;
}


.loginForm {
    border:1px solid #ddd;
    position:absolute;
    top:29px;
    left:0;
    width:170px;
    height:137px;
    background:#fff;
    z-index:3;
    font-size: 11px;
    display:none
}
.loginForm .login_wrap {
    position:relative;
    padding:10px;
	zoom:1;
	z-index:4;
}
.loginForm .login_wrap .close {
    position:absolute;
    top:-7px;
    right:-5px;
}

.loginForm  .error {
    color:#f00;
    text-align:center;
    font-size: 0.9em;
    display:none;
}
.loginForm .inText {
    border:1px solid #ddd;
    font-size: 11px;
    padding: 3px;
    background:#fff;
    color:#333;
    width:144px;
    margin-bottom:5px;
}




/* footer */
.empty {height:162px;}
.footer {
    position: absolute;
    bottom: 0;
    height:162px;
    width: 980px;
    font:normal 1.1em "Tahoma",sans-serif;
    color:#d3d3d3;
}

.footer a, .footer .phone strong{
   color:#1370b6;
    font-weight: normal;

}
.footer a:hover {
    text-decoration:none;
}

.footer .phone table {
    color:#89b7da;
    margin-top:7px;
    border-collapse:collapse;
}


.footer .footerLine {
    height:10px;
    background:#e9e9e9 url("../images/bg_footer.gif") 100% 0 no-repeat;
    margin-bottom:10px;
}
.footer .footerLine .left {
  background:url("../images/bg_footer.gif") 0 -12px no-repeat;
  height:11px;
  font-size:1px;
}

.footer .copyright {width: 248px;}
.footer .g1 {width:150px}
.footer .g2 {width:200px}

.footer .counters {padding-right:30px}

















a.button, a.button span{
	background:url(../images/button_blue_2.gif) right top no-repeat;
	font:normal 13px "Arial",sans-serif;
	line-height:26px;
	padding:4px 9px 7px 0;
	color:#fff;
    text-shadow:1px 1px 0px #1d68c2;
	text-decoration:none;
	cursor:pointer;
	margin:0;
    display:inline;
}

a.button:hover span{
	color:#b9edff;

}

a.button span{
	background-position:left top;
	padding:4px 3px 7px 11px;
	position:relative;
}

*:first-child+html  a.button {
	padding:0px 10px 0px 0px;
}



.fastSearch a.button, .fastSearch a.button span {
    background-image:url(../images/button_blue.gif)
}

#loader_spo{
	background:url(../images/loader.gif) no-repeat center;
   	height: 50px;
   	display: none;
}

.table_data{
	width: 100%;
	border-left: 1px dashed #CEE7F8;
	border-top: 1px dashed #CEE7F8;
}
.table_data > tbody > tr > td{
	border-right: 1px dashed #CEE7F8;
	border-bottom: 1px dashed #CEE7F8;
	padding: 3px;
	text-align: center;
	color: #1370B6;
}
.table_data > tbody > tr > th{
	border-right: 1px dashed #CEE7F8;
	border-bottom: 1px dashed #CEE7F8;
	padding: 3px;
	background: #EDF7FF;
	color: #1370B6;
}

.table_data tr.first{
	background: #FEFEFF;
}
.table_data tr.second{
	background: #F7FBFF;
}
.table_data td.first_cell{
	width: 140px;
	font-weight:bold ;
	text-align: right;
}
.table_data td.second_cell{
	text-align: left;
}

.auto_form{
	width: 100%;
	border-left: 1px dashed #CEE7F8;
	border-top: 1px dashed #CEE7F8;
}
.auto_form td{
	border-right: 1px dashed #CEE7F8;
	border-bottom: 1px dashed #CEE7F8;
	padding: 3px;
	text-align: left;
	color: #0C4D92;
}
.auto_form th{
	border-right: 1px dashed #CEE7F8;
	border-bottom: 1px dashed #CEE7F8;
	padding: 3px;
	background: #1370B6;
	color: #1370B6;
}
.auto_form a{
	color: #0C4D92;
}

.auto_form tr.first{
	background: #EDF7FF;
}
.auto_form tr.second{
	background: #F7FBFF;
}

.auto_form td.first_cell{
	width: 140px;
	font-weight:bold ;
}
.auto_form td.second_cell{

}