@font-face { font-family: 'P22UndergroundCYBook'; src: url('../fonts/p22undergroundcy-book-webfont.eot'); src: url('../fonts/p22undergroundcy-book-webfont.eot#iefix') format('embedded-opentype'), url('../fonts/p22undergroundcy-book-webfont.woff') format('woff'), url('../fonts/p22undergroundcy-book-webfont.ttf') format('truetype'), url('../fonts/p22undergroundcy-book-webfont.svg') format('svg'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'P22UndergroundCYMedium'; src: url('../fonts/p22undergroundcy-medium-webfont.eot'); src: url('../fonts/p22undergroundcy-medium-webfont.eot#iefix') format('embedded-opentype'), url('../fonts/p22undergroundcy-medium-webfont.woff') format('woff'), url('../fonts/p22undergroundcy-medium-webfont.ttf') format('truetype'), url('../fonts/p22undergroundcy-medium-webfont.svg') format('svg'); font-weight: normal; font-style: normal; }


BODY {
  margin: 0;
  /*	background-color: #FCFAF5;*/
  background-color: #FFFFFF;
}

body, td, input, select, textarea {
  font-family: P22UndergroundCYBook, sans-serif; font-size: 12px; color: #000000;

}


table {
  border-collapse: collapse;
}
td  {
  padding: 0;
  margin: 0;
  vertical-align: top;
}

a { color: #186bb2; }

.d { border: 1px #FF0000 solid; }

.clear { clear: both; }

img { border: none; }

#index_process_video {
  display: none;
  position: fixed;
  left: 0px; top: 0px;
  border: #808080 1px solid;
  border-radius: 4px;
  background-color: #FFFFFF;
  padding: 7px;
  z-index: 100000;
  box-shadow: 6px 6px 3px rgba(0,0,0,0.5);
}


#mainmenu_container {
  width: 980px;
  margin: 0 auto 20px auto;
  padding-top: 40px;
}

#mainmenu_container .logo {
  float: left;
  margin-left: 15px;
  background-image: url('../images/logo_black.png');
  background-position: center;
  background-repeat: no-repeat;
  width: 240px;
  height: 31px;
}

ul#mainmenu {
  display: block;
  float: right;
  margin: 0;
  padding: 0;
  border-right: #e8e7e6 2px solid;
  height: 35px;
}

ul#mainmenu li.item {
  display: block;
  list-style: none;
  float: left;
  margin: 0;
  padding: 0 20px;
  height: 35px;
  line-height: 35px;
  font-family: Tahoma, sans-serif;
  font-size: 14px;
  border-left: #e8e7e6 2px solid;
}

ul#mainmenu li.item a {
  color: #000000;
}

ul#mainmenu li.item a.prev, ul#mainmenu li.item a.next {
  color: #ed755b;
  text-decoration: none;
  font-weight: bold;
}

ul#mainmenu li.item a.prev:hover, ul#mainmenu li.item a.next:hover {
  text-decoration: none;
}

ul#mainmenu li.item a.prev {
  display: block;
  float: left;
  padding-right: 8px;
}

ul#mainmenu li.item a.next {
  display: block;
  float: right;
  padding-left: 8px;
}

ul#mainmenu li.item div.prev_spacer {
  float: left;
  padding-right: 8px;
  color: #FFFFFF;
}

ul#mainmenu li.item div.next_spacer {
  float: right;
  padding-left: 8px;
  color: #FFFFFF;
}

#page_pic {
  height: 315px;
  position: relative;
  background-position: center;
}

.page_top {
  width: 950px;
  margin: 0 auto;

}

.blue {
  color: #58bfe7;
}

.orange {
  color: #eb4b28;
}

h1 {
  margin: 0;
  padding: 35px 0 20px 0;
}

h1.page_title, h2.page_title {
  font-family: Georgia, sans-serif;
  font-size: 48px;
  line-height: 48px;
  font-weight: normal;
  font-style: italic;
  position: relative;
}

h1.page_title #form_btn {
  float: right;
  margin-top: 10px;
  font-family: "P22UndergroundCYBook", sans-serif;
  height: 35px;
  line-height: 35px;
  border: #DDDDDD 1px solid;
  background-color: #EEEEEE;
  border-radius: 15px;
  text-align: center;
  font-size: 14px;
  color: #000000;
  font-style: normal;
  padding: 0 20px;
  cursor: pointer;
}

h1.page_title #form_btn:hover { border: #CCCCCC 1px solid; background-color: #DDDDDD; }

h2.all_blogs_title {
  margin: 15px 0 0 0;
  padding: 0 0 10px 0;
  border-bottom: #e5e5e5 2px solid;
}

.section_title {
  font-family: Georgia, sans-serif;
  font-size: 30px;
  font-weight: normal;
  font-style: italic;
  margin: 10px 0;
  padding: 0;
}

h1.results_list_title {
  width: 980px;
  margin: 0 auto;
}


.page_slogan {
  font-size: 14px;
  line-height: 18px;
  font-style: normal;
  color: #2d2a21;
}

.result_tag_link {
  float: right;
  padding-left: 28px;
  font-size: 12px;
  color: #58bfe7;
  height: 17px;
  line-height: 17px;
  background-image: url('../images/ico_blog_link.png');
  background-position: left center;
  background-repeat: no-repeat;
}


.page_description {
  clear: both;
  padding: 35px 0;
  width: 810px;
  margin: 0 auto;
  padding-right: 140px;
  font-size: 16px;
  line-height: 22px;
  color: #2d2a21;
}


.gallery_item {
  float: left;
}

.gallery_frame {
  width: 100%;
  height: 400px;
  overflow: hidden;
  position: relative;
}

.gallery_carousel {
  position: absolute;
  left: 0px;
  top: 0px;
}

.gallery_carousel div {
  background-position: center;
}

div.gallery_slide_left, div.gallery_slide_right {
  position: absolute;
  z-index: 10;
  width: 70px;
  height: 400px;
  background-image: url('../images/gallery_slide_button_bg.png');
  background-position: center;
}

div.gallery_slide_left {
  left: 0px;
  top: 0px;
}

div.gallery_slide_right {
  right: 0px;
  top: 0px;
}

div.gallery_slide_left a, div.gallery_slide_right a {
  display: block;
  width: 70px;
  height: 400px;
  background-position: center;
  background-repeat: no-repeat;
}

div.gallery_slide_left a {
  background-image: url('../images/arrow_left.png');
}

div.gallery_slide_right a {
  background-image: url('../images/arrow_right.png');
}


ul.results_list {
  display: block;
  width: 980px;
  margin: 15px auto 0 auto;
  padding: 0;
}

ul.results_list li {
  display: block;
  list-style: none;
  float: left;
  width: 310px;
  height: 230px;
  color: #FFFFFF;
  margin: 0 15px 20px 0;
  padding: 0;
}

ul.results_list li a {
  display: block;
  position: relative;
  width: 310px;
  height: 230px;
  overflow: hidden;
  color: #FFFFFF;
  text-decoration: none;
}

ul.results_list li a .info {
  position: absolute;
  bottom: 0px;
  width: 310px;
}


ul.results_list li a .info .description {
  display: none;
  padding: 15px 10px;
  font-size: 12px;
  line-height: 15px;
  color: #FFFFFF;
  background-image: url('../images/res_list_bg.png');
}

ul.results_list li a:hover .info .description {
  display: block;
}

ul.results_list li .info .name {
  height: 25px;
  font-size: 10px;
  font-weight: bold;
  padding: 10px 10px 20px 10px;
  line-height: 12px;
  color: #FFFFFF;
  background-color: #0d96c2;
}


ul.tags {
  display: block;
  width: 980px;
  margin: 0 auto;
  padding: 0;
}

ul.tags li {
  display: block;
  float: left;
  text-decoration: none;
  padding: 0;
  white-space: nowrap;
  font-size: 12px;
  line-height: 16px;
  margin: 0 5px 0 0;
}

ul.tags li a, ul.tags li span {
  padding: 1px 5px;
  margin: 0 5px 0 0;
}

ul.tags li a {
  display: block;
  color: #808080;
  background-color: #FFFFFF;
}

ul.tags li span {
  display: block;
  color: #FFFFFF;
  background-color: #31c6f1;
}


#page_pic #top_content_description {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
}


#page_pic .content_title {
  display: inline;
  /*	width: 980px;*/
  margin: 0 auto 20px auto;
  /*	font-size: 40px;*/
  color: #FFFFFF;
  font-weight: bold;
  /*	font-family: Georgia, sans-serif;*/
  /*	font-style: italic;*/
  /*	line-height: 45px;*/
  line-height: 20px;
}

#page_pic .content_title a {
  color: #FFFFFF;
  text-decoration: none;
}

#page_pic .content_text {
  width: 940px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
  padding: 20px;
  background-image: url('../images/top_result_descr_bg.png');
}


#footer {
  width: 980px;
  margin: 0 auto;
  padding-top: 10px;
  border-top: #e5e5e5 2px solid;
}

#footer .contacts {
  float: left;
}

#footer .contacts .phone {
  font-family: Georgia, sans-serif;
  font-size: 24px;
  margin: 7px 0;
  font-style: italic;
  color: #33c4f1;
}

#footer .contacts a {
  display: block;
  padding-left: 15px;
  color: #818181;
}

#footer .legal {
  float: right;
  color: #818181;
  text-align: right;
  line-height: 12px;
  font-size: 10px;
}

#footer .contacts a.email {
  font-size: 12px;
  font-style: italic;
}


.mainpage_block_frame {
  width: 100%;
  overflow: hidden;
  height: 610px;
}

.mainpage_block_inner {
  height: 610px;
  overflow: hidden;
  /*	width: 10000px;*/
}

.mainpage_block {
  float: left;
  height: 610px;
  overflow: hidden;
}

.mainpage_block .item {
  position: relative;
  margin: 2px;
  background-color: #FFFFFF;
  background-position: center;
  background-image: url('../images/mainpage_mosaic_bg.png');
}

.mainpage_block .item_small .pic {
  width: 335px;
  height: 200px;
  background-position: center;
}

.mainpage_block .item_big .pic {
  position: relative;
  width: 335px;
  height: 402px;
  background-position: center;
}

.mainpage_block .item_big .pic .name {
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.item_small {
  width: 335px;
  height: 200px;
}

.item_big {
  width: 335px;
  height: 402px;
}

.mainpage_block .item_small .text {
  display: none;
}

.mainpage_block .item_small:hover .text {
  display: block;
}

.mainpage_block .item_small:hover .pic {
  display: none;
}

.mainpage_block .item_small .text {
  display: none;
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 235px;
  height: 100px;
  padding: 25px;
  margin: 25px;
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  background-color: #FFFFFF;
}

.mainpage_block .item_small .text .descr {
  padding-top: 10px;
  font-size: 12px;
  line-height: 14px;
  font-weight: normal;
}

.mainpage_block .item_big .text {
  position: absolute;
  font-family: Arial;
  left: 0px;
  bottom: 0px;
  width: 235px;
  height: 302px;
  padding: 25px;
  margin: 25px;
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
  background-color: #FFFFFF;
  overflow: hidden;
}

.mainpage_block .item_big .text .descr {
  font-family: P22UndergroundCYBook, sans-serif;
  font-size: 12px;
  line-height: 14px;
  margin-top: 15px;
  font-weight: normal;
}

.mainpage_block .item a {
  color: #000000;
  text-decoration: none;
}

.mainpage_description {
  width: 980px;
  margin: 0 auto;
  line-height: 16px;
  margin-top: 35px;
}

ul.mainpage_articles {
  display: block;
  width: 980px;
  margin: 0 auto;
  padding: 0;
}

ul.mainpage_articles a {
  text-decoration: none;
}

ul.mainpage_articles li {
  display: block;
  list-style: none;
  float: left;
  margin: 0 30px 10px 0;
  padding: 0;
  width: 296px;
  height: 250px;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
}

ul.mainpage_articles li h2 {
  font-family: Georgia, sans-serif;
  font-size: 26px;
  line-height: 28px;
  font-style: italic;
  font-weight: normal;
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  border-bottom: #e8e7e6 2px solid;
}


.mainpage_note {
  width: 40%;
  float: right;
  font-family: Georgia, sans-serif;
  margin-left: 40px;
  padding: 15px 25px;
  font-size: 20px;
  font-style: italic;
  color: #58bfe7;
  border-left: #E6E6E6 2px solid
}

#content_container {
  width: 980px;
  margin: 0 auto;
}

.process_item {
  display: block;
  list-style: none;
  float: left;
  width: 490px;
  height: 195px;
}

.process_item table {
  margin: 0 10px 0 0;
  background-color: #f2f2f2;
}

.process_item .pic {
  width: 225px;
  height: 180px;
  background-position: center;
  background-repeat: no-repeat;
}


.process_item h2 {
  margin: 15px;
  padding: 0;
  font-family: Georgia, sans-serif;
  font-weight: normal;
  font-size: 18px;

  font-style: italic;
  color: #31c5f4;
}

.process_item h2 a {
  color: #31c5f4;
}

.process_item .description {
  margin: 0 15px 15px 15px;
  font-size: 11px;
  line-height: 12px;
}

.processes_list {
  display: block;
  margin: 0;
  padding: 0;
}

.blog_title {
  display: block;
  font-family: Georgia, sans-serif;
  margin: 0px 0 10px 0;
  float: right;
  /*	padding-bottom: 15px;*/
  line-height: 60px;
  padding-left: 60px;
  font-size: 24px;
  font-style: italic;
  font-weight: normal;
  background-image: url('../images/blog_icon.png');
  background-position: left center;
  background-repeat: no-repeat;
}


div#content_container .left_pane {
  width: 630px;
}

div#content_container .right_pane {
  padding-left: 15px;
}

.doctor_frame {
  height: 235px;
  background-color: #3397c1;
  background-image: url('../images/doctor.jpg');
  background-position: right top;
  background-repeat: no-repeat;
  color: #FFFFFF;
  padding-left: 25px;
}

.doctor_frame h2 {
  width: 260px;
  padding: 65px 40px 0 0px;
  margin: 0;
  font-weight: normal;
  font-family: Georgia, sans-serif;
  font-style: italic;
  font-size: 30px;
  line-height: 30px;
}
.doctor_frame h2 a {
  color: #FFFFFF;
}

.doctor_frame .content {
  width: 260px;
  padding: 20px 40px 15px 0px;
  font-size: 14px;
  line-height: 16px;

}



.doctor_side_frame {
  background-color: #3397c1;
  background-image: url('../images/doctor.jpg');
  background-position: right top;
  background-repeat: no-repeat;
  color: #FFFFFF;
  padding-top: 200px;
  width: 305px;
}

.doctor_side_frame h2 {
  width: 260px;
  padding: 55px 20px 0 20px;
  margin: 0;
  font-weight: normal;
  font-family: Georgia, sans-serif;
  font-style: italic;
  font-size: 30px;
}
.doctor_side_frame h2 a {
  color: #FFFFFF;
}

.doctor_side_frame .content {
  width: 260px;
  padding: 15px 40px 15px 20px;
  font-size: 12px;

}



.book_frame {
  height: 235px;
  background-color: #ff6643;
  padding: 0 15px 0 20px;

}

.book_description {
  padding-top: 20px;
  color: #FFFFFF;
}

.book_description a {
  color: #FFFFFF;
}

.book_description .author {
  padding-top: 50px;
  padding-bottom: 20px;
  font-size: 10px;
  font-style: italic;
  font-family: Georgia, sans-serif;
  line-height: 12px;
}

.book_description .name {
  font-size: 16px;
  font-style: italic;
  font-family: Georgia, sans-serif;
}

.articles_list {
  margin-top: 5px;
}

.articles_list td {
  padding-bottom: 20px;
}

.articles_list td h3.item_title, .video_item h3.item_title {
  margin: 0;
  color: #31c5f4;
  padding-left: 10px;
  padding-bottom: 10px;
  font-weight: normal;
  font-style: italic;
  font-size: 18px;
  font-family: Georgia, sans-serif;
}

.articles_list td h3.item_title a, .video_item h3.item_title a {
  color: #31c5f4;
}

.articles_list td .item_description {
  padding-left: 10px;
  line-height: 14px;
}

.video_item {
  position: relative;
  background-color: #f2f2f2;
  margin-bottom: 20px;
}


.video_item_description {
  padding: 0 15px 15px 15px;
  line-height: 14px;
}

.video_title {
  color: #ff6646;
  width: 625px;
  text-align: left;
  font-family: Georgia, sans-serif;
  margin: 25px 0 25px 0;
  font-size: 24px;
  font-style: italic;
  font-weight: normal;
}

.video_list_item {
  float: left;
  width: 305px;
  height: 300px;
  margin-right: 10px;
  line-height: 12px;
  overflow: hidden;
  font-size: 12px;
  margin-bottom: 20px;
  background-color: #f2f2f2;
}
.video_list_item .description {
  height: 100px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 10px;
  overflow: hidden;
  font-size: 11px;
  line-height: 13px;
}


.video_list_item a.title {
  font-style: italic;
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 16px;
  font-family: Georgia, sans-serif;
  color: #31c5f4;

}

.video_list_item .video_teaser {
  /*	background-color: #000000; */
  height: 185px;
  /*	overflow: hidden;*/
  margin: 0;
  padding: 0;
  text-align: center;
}

.video_list_item .video_teaser img {
  vertical-align: top;
}

.video_list_item a {
  color: #000000;
}


.book_frame_small {
  height: 235px;
  background-color: #ff6643;
  padding: 0 15px 0 20px;
  margin-top: 25px;
  width: 270px;
}

.book_frame_small .book_description {
  padding-top: 20px;
  color: #FFFFFF;
}

.book_frame_small .book_description a {
  color: #FFFFFF;
}

.book_frame_small .book_description .author {
  padding-top: 50px;
  padding-bottom: 20px;
  font-size: 10px;
  font-style: italic;
  font-family: Georgia, sans-serif;
  line-height: 12px;
}

.book_frame_small .book_description .name {
  font-size: 16px;
  font-style: italic;
  font-family: Georgia, sans-serif;
}

.blogs_header {
  background-image: url('../images/blogs_header.jpg');
  background-repeat: repeat-x;
  height: 77px;
  margin-bottom: 20px;
}

#blogs .item .title {
  display: block;
  font-family: Georgia, sans-serif;
  margin: 25px 0 10px 0;
  float: right;
  /*	padding-bottom: 15px;*/
  line-height: 26px;
  font-size: 24px;
  font-style: italic;
  font-weight: normal;
}

#blogs .item .more {
  margin-top: 7px;
  margin-bottom: 10px;
}

#blogs .item .more a {
  font-size: 12px;
  font-style: italic;
}



.blog_social {
  background-color: #f2f2f2;
}

.blog_social td.social_item {
  padding: 2px;
}

.blog_social .date {
  white-space: nowrap;
  font-family: Georgia, sans-serif;
  padding-right: 15px;
  padding-left: 10px;
  vertical-align: middle;
  font-size: 13px;
  color: #808080;
}

#blogs .item .description {
  /*	padding-bottom: 10px;*/
}

#blogs .item .social .comments_qty {
  background-image: url('../images/blog_comments_ico.png');
  background-position: left center;
  font-family: serif;
  font-size: 14px;
  padding-left: 20px;
  vertical-align: middle;
  white-space: nowrap;
  background-repeat: no-repeat;
  color: #000000;
}


.blog_name {
  width: 625px;
  text-align: left;
  font-family: Georgia, sans-serif;
  margin: 25px 0 15px 0;
  padding: 0;
  font-size: 24px;
  line-height: 26px;
  font-style: italic;
  font-weight: normal;
}

.single_page_header {
  text-align: center;
}


div#content_container div.doctor_question {
  float: left;
  width: 310px; height: 200px;
  overflow: hidden;
  margin-bottom: 25px;
  margin-right: 30px;
  font-size: 11px;
  border: #e0e8ee 1px solid;
}

div#content_container div.doctor_question div.description {
  padding: 20px;
  font-size: 12px;
  font-style: italic;
  line-height: 100%;
}

div#content_container div.doctor_question div.description a {
  color: #000000;
  text-decoration: none;
}

div#content_container div.doctor_question div.author {
  padding: 0 20px 20px 20px;
  color: #627888;
  line-height: 100%;
}


div#content_container div.doctor_question_selected {
  background-color: #eaeff3;
}


.add_btn {
  white-space: nowrap;
  padding: 10px 15px;
  text-align: center;
  line-height: 200%;
  background-color: #627888;
}

.add_btn a {
  color: #FFFFFF;
  text-decoration: none;
}

table.ask_form {
  background-color: #e0e8ee;
}

table.ask_form td.left {
  padding-left: 25px;
}

table.ask_form td.right {
  padding-right: 25px;
}

table.ask_form .field_title {
  float: left;
  padding-top: 5px;
  font-size: 11px;
  white-space: nowrap;
  margin-right: 5px;
}

table.ask_form .field_hint {
  padding-top: 3px;
  padding-bottom: 15px;
  color: #627888;
  font-style: italic;
}

table.ask_form .field_error {
  padding-top: 3px;
  padding-bottom: 15px;
  color: #FF0000;
  font-style: italic;
}

table.ask_form input, table.ask_form textarea {
  width: 100%;
  border: #ecf1f5 1px solid;
}

table.ask_form textarea {
  height: 175px;
}

table.ask_form input {
  height: 32px;
}

table.ask_form input.clean {
  height: auto;
}

#ask_form {
  margin: 0;
}

table.ask_form input.submit {
  width: auto;
  height: auto;
  border: none;
  color: #FFFFFF;
  padding: 10px 35px;
  background-color: #627888;
  margin-bottom: 20px;
}

#q_file_container input {
  width: auto;
}


div#content_container div.question_item {
  float: left;
  width: 450px; height: 200px;
  overflow: hidden;
  margin-bottom: 25px;
  margin-right: 30px;
  font-size: 11px;
  border: #e0e8ee 1px solid;
}

div#content_container div.question_item div.description {
  padding: 20px;
  font-size: 12px;
  font-style: italic;
  line-height: 100%;
}

div#content_container div.question_item div.description a {
  color: #000000;
  text-decoration: none;
}

div#content_container div.question_item div.author {
  padding: 0 20px 20px 20px;
  color: #627888;
  line-height: 100%;
}


div#content_container div.question_item_selected {
  background-color: #eaeff3;
}


.doctor_add_btn {
  display: block;
  float: right;
  background-color: #627888;
  white-space: nowrap;
  height: 48px;
  line-height: 48px;
  line-height: 48px;
  padding: 0 15px;
  margin-top: 40px;
  text-align: center;
  background-color: #627888;
  color: #FFFFFF;
  text-decoration: none;
}




















.doctor_prev_arrow, .doctor_next_arrow {
  color: #000000;
  font-size: 18px;
  line-height: 70%;
}

.doctor_prev_arrow {
  padding-right: 8px;
}

.doctor_next_arrow {
  padding-left: 8px;
}

.doctor_prev_info, .doctor_next_info {
  color: #627888;
  font-size: 11px;
  line-height: 130%;
}

.doctor_next_info {
  text-align: right;
  padding-left: 13px;
}

.doctor_prev_info {
  padding-right: 13px;
}

.doctor_prev_info a, .doctor_next_info a {
  color: #627888;
}

.doctor_prev_info .description, .doctor_next_info .description {
  margin-top: 10px;
}

.doctor_prev_info .description a, .doctor_next_info .description a {
  font-style: italic;
  color: #000000;
  text-decoration: none;
}

#doctor_current_question {
  padding: 20px 20px 35px 20px;
  background-color: #e0e8ee;
}

#doctor_current_description {
  margin-top: 10px;
  width: 560px;
}

.doctor_question_image {
  margin-bottom: 15px;
}

.doctor_comments {
  width: 580px;
}

.doctor_comments td {
  padding-bottom: 30px;
}

.doctor_comment_name {
  width: 160px;
  padding-top: 3px;
  padding-left: 20px;
  line-height: 120%;
  font-size: 11px;
}

.doctor_answer {
  background-image: url('../images/doctor_answer_bg.png');
  background-repeat: no-repeat;
}

.doctor_name {
  padding-top: 4px;
  height: 41px;
}

.doctor_comment_date {
  color: #8a8a8a;
}

.doctor_comments_title {
  font-size: 16px;
  padding-left: 20px;
}

.doctor_addcomment_button {
  background-image: url('../images/comments_ico.png');
  background-position: left 5px;
  background-repeat: no-repeat;
  text-decoration: underline;
  padding-left: 20px;
  cursor: pointer;

}

.doctor_comment_form {
  width: 560px;
}

#doctor_commentform input, #doctor_commentform textarea {
  border: #AAAAAA 1px solid;
  margin-bottom: 5px;
}

.doctor_commentform_err {
  color: #FF0000;
}

.doctor_social td.item {
  padding-right: 20px;
}



table.doctor_ask_form {
  background-color: #e0e8ee;
}

table.doctor_ask_form td.left {
  padding-left: 25px;
}

table.doctor_ask_form td.right {
  padding-right: 25px;
}

table.doctor_ask_form .field_title {
  float: left;
  padding-top: 5px;
  font-size: 11px;
  white-space: nowrap;
  margin-right: 5px;
}

table.doctor_ask_form .field_hint {
  padding-top: 3px;
  padding-bottom: 15px;
  color: #627888;
  font-style: italic;
}

table.doctor_ask_form .field_error {
  padding-top: 3px;
  padding-bottom: 15px;
  color: #FF0000;
  font-style: italic;
}

table.doctor_ask_form input, table.ask_form textarea {
  width: 100%;
  border: #ecf1f5 1px solid;
}

table.doctor_ask_form textarea {
  height: 175px;
}

table.doctor_ask_form input {
  height: 32px;
}

table.doctor_ask_form input.clean {
  height: auto;
}

#doctor_ask_form {
  margin: 0;
}

table.doctor_ask_form input.submit {
  width: auto;
  height: auto;
  border: none;
  color: #FFFFFF;
  padding: 10px 35px;
  background-color: #627888;
  margin-bottom: 20px;
}


.video_item {
  position: relative;
  background-color: #f2f2f2;
  margin-bottom: 20px;
}


.video_item_description {
  padding: 0 15px 15px 15px;
  line-height: 14px;
}

#video_container {

  text-align: center;
  /*    height: 371px;*/
  height: 315px;
  /*	width: 500px;*/
  margin: 0 auto;
  background-color: #15a2d4;
}


.video_nav {
  text-align: left;
  width: 980px;
  margin: 0 auto;
  color: #808080;
  font-family: Georgia, sans-serif;
  font-style: italic;
}

.video_nav a {
  color: #808080;
}

.video_description {
  font-size: 12px;
  line-height: 14px;
}

#random_top_content {
  height: 315px;
  position: relative;
  text-align: center;
}

#random_top_content .content_text {
  position: absolute;
  bottom: 0px;
  left: 30px;
  width: 930px;
  padding: 20px 15px 15px 15px;
  font-size: 16px;
  color: #FFFFFF;
  background-image: url('../images/top_result_descr_bg.png');
}

#random_top_content .content_title {
  position: absolute;
  bottom: 90px;
  left: 50px;
  font-size: 40px;
  color: #FF0000;
  font-family: Georgia, sans-serif;
  font-style: italic;
  width: 600px;
  line-height: 45px;
}

#random_top_content .content_title a {
  color: #FFFFFF;
  text-decoration: none;
}


#random_top_content #mask404 {
  width: 100%;
  height: 315px;
  position: absolute;
  text-align: center;
  left: 0px;
  top: 0px;
  z-index: 100000;
  background-image: url('../images/404.png');
  background-position: center;
}


#popup_order_form {
  position: fixed;
  background-color: #FFFFFF;
  z-index: 10000;
  left: 100px;
  top: 100px;
  width: 500px;
  height: 680px;
  box-shadow: 6px 6px 3px rgba(0,0,0,0.5);
}

#popup_order_form table {
  margin: 25px 30px 0 30px;
}

#popup_order_form h2 {
  margin: 0 60px 0 0;
  font-family: Georgia, sans-serif;
  font-style: italic;
  line-height: 30px;
  font-weight: normal;
  font-size: 30px;
  color: #fa6442;
}


#popup_order_form table textarea {
  width: 90%;
  height: 80px;
  padding: 10px;
  border: #c8c8c8 1px solid;
  font-size: 11px;
  color: #808080;
  margin: 15px 0 15px 0;
}

#popup_order_form table .section_title {
  font-size: 11px;
  color: #fa6442;
  padding-bottom: 12px;
  font-style: normal;
}

#popup_order_form table .field_text {
  padding-bottom: 8px;
  padding-right: 15px;
  white-space: nowrap;
}

#popup_order_form table .field_text input {
  width: 200px;
  padding: 8px;
  border: #c8c8c8 1px solid;
  font-size: 11px;
  color: #808080;
}

#popup_order_form table .field_check {
  padding-bottom: 8px;
  padding-right: 15px;
  white-space: nowrap;
}

#popup_order_form table .field_check label {
  padding-left: 5px;
  color: #808080;
  font-size: 11px;
}

#popup_order_form table .field_submit {
  padding-top: 10px;
  text-align: center;
}
#popup_order_form table .field_submit input {
  display: block;
  float: left;
  margin-left: 70px;
  width: 300px;
  font-family: "P22UndergroundCYBook", sans-serif;
  height: 35px;
  line-height: 35px;
  border: #DDDDDD 1px solid;
  background-color: #EEEEEE;
  border-radius: 15px;
  text-align: center;
  font-size: 14px;
  color: #000000;
  font-style: normal;
  padding: 0 20px;
  cursor: pointer;
}

#popup_order_form table .field_submit input:hover { border: #CCCCCC 1px solid; background-color: #DDDDDD; }

.order_form_error {
  color: #FF0000 !important;
}


body.prize_page { background-color: #262d45; }

.prize_logo { height: 63px; background-color: #FFFFFF; }
.prize_logo a { display: block; float: left; margin: 0 0 0 70px; width: 250px; height: 63px; background: url('../images/logo_black.png') center no-repeat; }

#prize_form_container { position: absolute; width: 580px; padding: 0 0 40px 0; background-color: #FFFFFF; border-radius: 9px; }
#prize_form_container h1.title { margin: 0; padding: 50px 0 10px 0; font-family: "P22UndergroundCYBook", sans-serif; font-size: 18px; line-height: 25px; font-weight: normal; }
.prize_form { display: block; margin: 0; padding: 0 60px; }

.prize_descr { font-family: "P22UndergroundCYBook", sans-serif; font-size: 11px; color: #707070; padding: 0 0 15px 0; line-height: 13px; }

.prize_form input.txt { display: block; height: 28px; line-height: 28px; font-family: "P22UndergroundCYBook", sans-serif; font-size: 12px; color: #707070; margin: 0 0 10px 0; padding: 0 10px; border: #b0df9c 1px solid; border-radius: 3px; box-shadow: 1px 1px 0px #84b072; }
.prize_form input.prize_fname, .prize_form input.prize_lname, .prize_form input.prize_city, .prize_form input.prize_company { width: 200px; }
.prize_form input.prize_fname { float: left; }
.prize_form input.prize_lname { float: right; }
.prize_form input.prize_city { float: left; }
.prize_form input.prize_company { float: right; }
.prize_form input.prize_city, .prize_form input.prize_company { margin-top: 20px; }
.prize_form input.prize_phone, .prize_form input.prize_email, .prize_form input.prize_promo { width: 440px; }

.prize_form input.submit {
  display: block; width: 220px; height: 26px; line-height: 26px; margin: 20px auto 0 auto; border: #649451 1px solid; border-radius: 4px; box-shadow: inset 1px 1px 0px #94c87e; font-size: 12px; color: #FFFFFF; cursor: pointer;
  background: #7ebd65; /* Old browsers */
  background: -moz-linear-gradient(top,  #7ebd65 0%, #70a55a 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7ebd65), color-stop(100%,#70a55a)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #7ebd65 0%,#70a55a 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #7ebd65 0%,#70a55a 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #7ebd65 0%,#70a55a 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #7ebd65 0%,#70a55a 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7ebd65', endColorstr='#70a55a',GradientType=0 ); /* IE6-9 */
}

.prize_form input.submit:hover {
  background: #92d179; /* Old browsers */
  background: -moz-linear-gradient(top,  #92d179 0%, #87bd71 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#92d179), color-stop(100%,#87bd71)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #92d179 0%,#87bd71 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #92d179 0%,#87bd71 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #92d179 0%,#87bd71 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #92d179 0%,#87bd71 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#92d179', endColorstr='#87bd71',GradientType=0 ); /* IE6-9 */
}

#prize_form_container .err { border-color: #df9c9c; box-shadow: 1px 1px 0px #b07272; }
#prize_form_container .err_txt { background-color: #cc564b; color: #FFFFFF; font-family: "P22UndergroundCYBook", sans-serif; font-size: 12px; padding: 20px 0; text-align: center; border-radius: 9px; display: none; }
#prize_form_container .err_txt div { height: 15px; line-height: 15px; display: none; }

#result_info { position: absolute; width: 580px; padding: 0 0 40px 0; border-radius: 9px; background-color: #FFFFFF; font-family: "P22UndergroundCYBook", sans-serif; }
#result_info .title { margin: 0 60px 0 240px; padding: 70px 0 15px 0; font-size: 18px; line-height: 25px; letter-spacing: -1px; }
#result_info .descr { font-size: 11px; color: #707070; margin: 0 60px 0 240px; line-height: 13px; }
#result_info div.fb { padding: 20px 60px 0 60px; font-size: 18px; line-height: 25px; letter-spacing: -.5px; color: #616161; }
#result_info div.fb a.lnk { display: block; font-size: 10px; color: #005ba2; }

.prize_success { background: url('../images/prize_envelope.png') left top no-repeat; }
.prize_fail { background: url('../images/prize_fail.png') left top no-repeat; }

#result_info a.close {
  display: block; width: 220px; height: 28px; line-height: 28px; font-family: Arial, sans-serif; font-size: 12px; color: #FFFFFF; text-decoration: none; text-align: center; margin: 30px auto 0 auto; border-radius: 5px; border: #4e8ba5 1px solid; box-shadow: inset 1px 1px 0px #8bc7e0;
  background: #74bbd9; /* Old browsers */
  background: -moz-linear-gradient(top,  #74bbd9 0%, #579cba 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#74bbd9), color-stop(100%,#579cba)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #74bbd9 0%,#579cba 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #74bbd9 0%,#579cba 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #74bbd9 0%,#579cba 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #74bbd9 0%,#579cba 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#74bbd9', endColorstr='#579cba',GradientType=0 ); /* IE6-9 */

}

#result_info a.close:hover {
  background: #85cdec; /* Old browsers */
  background: -moz-linear-gradient(top,  #85cdec 0%, #6eb4d3 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#85cdec), color-stop(100%,#6eb4d3)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #85cdec 0%,#6eb4d3 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #85cdec 0%,#6eb4d3 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #85cdec 0%,#6eb4d3 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #85cdec 0%,#6eb4d3 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#85cdec', endColorstr='#6eb4d3',GradientType=0 ); /* IE6-9 */

}