/******************************************************
Title:
Author:   Stanislav Bivolarski - Mag Studio
Updated:

******************************************************/



/* .................... Common */
html {
}

body {
}

a {
    text-decoration: underline;
    color: #035ec9;
}
a:hover {
    text-decoration: none;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0em;
    clear: both;
    visibility: hidden;
}

.wrapper {
    width: 966px;
    margin: 0 auto;
    position: relative;
    min-height: 500px;
}

div.hr {
    clear: both;
    height: 1px;
    font-size: 0em;
    background: url(../images/site_images/bg_hr.gif) center top no-repeat;
}

div.hr_small {
    clear: both;
    height: 1px;
    font-size: 0em;
    background: url(../images/site_images/bg_hr_small.gif) center top no-repeat;
}

.date {
    font: bold 11px Tahoma;
    color: #6c6c6c;
    margin-top: -3px;
}
/* ........................... */



/* .................... Header */
#header {
    height: 135px;
}

#header h1 {
    position: absolute;
    top: 18px;
    left: 0px;
    height: 103px;
    width: 410px;
}

#header h1 span {
    float: left;
    visibility: hidden;
    text-indent: -5000px;
}

#header h1 a {
    display: block;
    cursor: pointer;
}

#header .search_h {
    position: absolute;
    width: 219px;
    top: 88px;
    right: 0;
}

#header .search_h .search_query_wrapper {
    float: left;
    height: 24px;
    width: 192px;
    background: url(../images/site_images/bg_search.gif) left top no-repeat;
}

#header .search_h .search_query {
    float: left;
    height: 13px;
    width: 172px;
    padding: 5px 10px 6px 10px;
    border: 0;
    font: italic 11px Tahoma;
    color: #a4a4a4;
    background: transparent 0;
}

#header .search_h .search_btn {
    float: left;
    height: 24px;
    width: 26px;
}

#header .top_glow {
    position:relative;
    top: 106px;
    height: 28px;
    width: 959px;
    background: url(../images/site_images/top_glow.png) no-repeat;
}
/* ........................... */



/* ................ Navigation */
.navigation {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
}
.navigation li {
    float: left;
    list-style: none;
    position: relative;
}
.navigation li a {
    display: block;
    height: 51px;
    text-indent: -9999px;
}

.bg-BG .navigation .item_1 a {
    width: 66px;
    background-image: url(../images/site_images/navigation/bg/1.png);
}
.bg-BG .navigation .item_1 a:hover {
    background-image: url(../images/site_images/navigation/bg/1_hvr.png);
}
.bg-BG .navigation .item_1 a.active {
    background-image: url(../images/site_images/navigation/bg/1_act.png);
}

.bg-BG .navigation .item_8 a {
    width: 75px;
    background-image: url(../images/site_images/navigation/bg/8.png);
}
.bg-BG .navigation .item_8 a:hover {
    background-image: url(../images/site_images/navigation/bg/8_hvr.png);
}
.bg-BG .navigation .item_8 a.active {
    background-image: url(../images/site_images/navigation/bg/8_act.png);
}

.bg-BG .navigation .item_2 a {
    width: 94px;
    background-image: url(../images/site_images/navigation/bg/2.png);
}
.bg-BG .navigation .item_2 a:hover {
    background-image: url(../images/site_images/navigation/bg/2_hvr.png);
}
.bg-BG .navigation .item_2 a.active {
    background-image: url(../images/site_images/navigation/bg/2_act.png);
}

.bg-BG .navigation .item_3 a {
    width: 85px;
    background-image: url(../images/site_images/navigation/bg/3.png);
}
.bg-BG .navigation .item_3 a:hover {
    background-image: url(../images/site_images/navigation/bg/3_hvr.png);
}
.bg-BG .navigation .item_3 a.active {
    background-image: url(../images/site_images/navigation/bg/3_act.png);
}

.bg-BG .navigation .item_4 a {
    width: 107px;
    background-image: url(../images/site_images/navigation/bg/4.png);
}
.bg-BG .navigation .item_4 a:hover {
    background-image: url(../images/site_images/navigation/bg/4_hvr.png);
}
.bg-BG .navigation .item_4 a.active {
    background-image: url(../images/site_images/navigation/bg/4_act.png);
}

.bg-BG .navigation .item_5 a {
    width: 120px;
    background-image: url(../images/site_images/navigation/bg/5.png);
}
.bg-BG .navigation .item_5 a:hover {
    background-image: url(../images/site_images/navigation/bg/5_hvr.png);
}
.bg-BG .navigation .item_5 a.active {
    background-image: url(../images/site_images/navigation/bg/5_act.png);
}

.bg-BG .navigation .item_6 a {
    width: 32px;
    background-image: url(../images/site_images/navigation/bg/6.png);
}
.bg-BG .navigation .item_6 a:hover {
    background-image: url(../images/site_images/navigation/bg/6_hvr.png);
}
.bg-BG .navigation .item_6 a.active {
    background-image: url(../images/site_images/navigation/bg/6_act.png);
}

.bg-BG .navigation .item_7 a {
    width: 78px;
    background-image: url(../images/site_images/navigation/bg/7.png);
}
.bg-BG .navigation .item_7 a:hover {
    background-image: url(../images/site_images/navigation/bg/7_hvr.png);
}
.bg-BG .navigation .item_7 a.active {
    background-image: url(../images/site_images/navigation/bg/7_act.png);
}

.en-US .navigation .item_1 a {
    width: 66px;
    background-image: url(../images/site_images/navigation/en/1.png);
}

/*    en-US     */

.en-US .navigation .item_1 a:hover {
    background-image: url(../images/site_images/navigation/en/1_hvr.png);
}
.en-US .navigation .item_1 a.active {
    background-image: url(../images/site_images/navigation/en/1_act.png);
}




.en-US .navigation .item_8 a {
    width: 57px;
    background-image: url(../images/site_images/navigation/en/8.png);
}

.en-US .navigation .item_8 a:hover {
    background-image: url(../images/site_images/navigation/en/8_hvr.png);
}

.en-US .navigation .item_8 a.active {
    background-image: url(../images/site_images/navigation/en/8_act.png);
}





.en-US .navigation .item_2 a {
    width: 94px;
    background-image: url(../images/site_images/navigation/en/2.png);
}
.en-US .navigation .item_2 a:hover {
    background-image: url(../images/site_images/navigation/en/2_hvr.png);
}
.en-US .navigation .item_2 a.active {
    background-image: url(../images/site_images/navigation/en/2_act.png);
}

.en-US .navigation .item_3 a {
    width: 85px;
    background-image: url(../images/site_images/navigation/en/3.png);
}
.en-US .navigation .item_3 a:hover {
    background-image: url(../images/site_images/navigation/en/3_hvr.png);
}
.en-US .navigation .item_3 a.active {
    background-image: url(../images/site_images/navigation/en/3_act.png);
}

.en-US .navigation .item_4 a {
    width: 107px;
    background-image: url(../images/site_images/navigation/en/4.png);
}
.en-US.navigation .item_4 a:hover {
    background-image: url(../images/site_images/navigation/en/4_hvr.png);
}
.en-US .navigation .item_4 a.active {
    background-image: url(../images/site_images/navigation/en/4_act.png);
}

.en-US .navigation .item_5 a {
    width: 120px;
    background-image: url(../images/site_images/navigation/en/5.png);
}
.en-US .navigation .item_5 a:hover {
    background-image: url(../images/site_images/navigation/en/5_hvr.png);
}
.en-US .navigation .item_5 a.active {
    background-image: url(../images/site_images/navigation/en/5_act.png);
}

.en-US .navigation .item_6 a {
    width: 32px;
    background-image: url(../images/site_images/navigation/en/6.png);
}
.en-US .navigation .item_6 a:hover {
    background-image: url(../images/site_images/navigation/en/6_hvr.png);
}
.en-US.navigation .item_6 a.active {
    background-image: url(../images/site_images/navigation/en/6_act.png);
}

.en-US .navigation .item_7 a {
    width: 78px;
    background-image: url(../images/site_images/navigation/en/7.png);
}
.en-US .navigation .item_7 a:hover {
    background-image: url(../images/site_images/navigation/en/7_hvr.png);
}
.en-US.navigation .item_7 a.active {
    background-image: url(../images/site_images/navigation/en/7_act.png);
}

/* ........................... */



/* .................. dropdown */
.dropdown, .dropdown2 {
    display: none;
    padding: 7px 1px 0 1px;
    position: absolute;
    width: 172px;
    top: 40px;
    left: 13px;
    z-index: 11;
    background: url(../images/site_images/bg_dropdown_top.gif) left top no-repeat;
    border-bottom: 1px solid #d0e3ed;
}

.dropdown2 {
	top: 0;
	left: 172px;
	background: #ebf8ff;
	padding-top: 0;
}
.dropdown li, .dropdown2 li {
    /*overflow: hidden;*/
}

.dropdown li a, .dropdown2 li a {
    display: block;
    padding: 4px 10px 4px 10px;
    font: normal 12px Tahoma;
    color: #ffffff;
    width: 150px !important;
    height: auto;
    text-decoration: none;
    text-indent: 0px;
    background-color: #ebf8ff;
    background-image: none !important;
    border-top: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #d0e3ed;
    position: relative;
    cursor: pointer;
}

.dropdown li.first a {
    background: #ebf8ff url(../images/site_images/bg_dropdown_first.gif) left top repeat-x !important;
}

.dropdown2 li.first a {
    border-top: 1px solid #ffffff;
}

.dropdown li.last a, .dropdown2 li.last a {
    border-bottom: 1px solid #ffffff;
}

.dropdown li.first a:hover, .dropdown2 li.first a:hover {
    background-color: #d8e8f1 !important;
    text-decoration: none;
    background-image: none !important;
}

.dropdown li a:hover, .dropdown2 li a:hover {
    background-color: #d8e8f1 !important;
    text-decoration: none;
}

.dropdown li a span, .dropdown2 li a span {
    padding: 4px 10px 4px 10px;
    position: absolute;
    left: -1px;
    top: -1px;
    color: #5984a4;
}

.navigation li:hover ul.dropdown {
    display: block;
}

.navigation ul.dropdown li:hover ul.dropdown2 {
    display: block;
}
/* ........................... */



/* ................... holders */
.holder_1 {
    padding: 11px 28px 0 23px;
}

.holder_2 {
    width: 493px;
}
/* ........................... */



/* ................... present */
.present {
    overflow: hidden;
    padding: 30px 0 20px 23px;
    list-style: none;
}

.present li {
    float: left;
    width: 210px;
    padding: 0 25px 0 0;
}

.present li a {
    float: left;
}

.present li a img {
    float: left;
}

.present li div {
    clear: both;
    padding: 10px 10px 10px 12px;
    font: italic 11px Verdana;
    color: #6b6b6b;
    background: #dbe3e6 url(../images/site_images/arrow.gif) left 13px no-repeat;
}

/* ........... tween buttons */
.tween_buttons {
    text-align: center;
    padding-right: 5px;
    margin-bottom: 30px;
}

.tween_buttons span#tween_lft,
.tween_buttons span#tween_rgt {
    cursor: pointer;
}
/* ........................... */



/* .................... events */
.events {
    overflow: hidden;
    padding: 30px 0 20px 23px;
    list-style: none;
}

.events li {
    float: left;
    clear: left;
    width: 100%;
}

.events li .events_image {
    float: left;
}
.events li img {
    float: left;
    margin-bottom: 10px;
}

.events li .holder_2 {
    float: left;
    padding-left: 22px;
    width: 688px;
}
/* ........................... */

/* .................... services */
.services {
    overflow: hidden;
    padding: 30px 0 20px 23px;
    list-style: none;
}

.services li {
    float: left;
}

.services li .services_image {
    float: left;
    padding-bottom: 10px;
}

.services li img {
    float: left;
}

.services li .holder_2 {
    float: left;
    padding-left: 22px;
    width: 686px;
}
/* ........................... */



/* ..................... video */
.video {
    overflow: hidden;
    padding: 30px 30px 20px 23px;
}

.video .player {
    float: left;
    width: 401px;
    height: 288px;
    padding: 0 18px 10px 0;
}

.video .text {
}
/* ........................... */



/* ................ breadcrumb */
.breadcrumb {
    height: 37px;
    padding: 36px 0 0 27px;
    list-style: none;
    overflow: hidden;
}

.breadcrumb li {
    float: left;
    font: bold 11px Tahoma;
    color: #d8e0dd;
}

.breadcrumb li a,
.breadcrumb li span {
    float: left;
    padding: 0 15px 0 0;
    background: url(../images/site_images/breadcrumb_separator.gif) right 2px no-repeat;
    font: normal 11px Tahoma;
    color: #d8e0dd;
}

.breadcrumb li.last span {
    background: none;
    font-weight: bold;
}
/* ........................... */



/* ................ pagination */
.pagination {
    position: absolute;
    right: 27px;
    top: 101px;
    list-style: none;
}

.pagination li {
    float: left;
    font: bold 11px Tahoma;
    color: #d8e0dd;
}

.pagination li a,
.pagination li span {
    float: left;
    padding: 2px;
    font: bold 11px Tahoma;
    color: #6b6b6b;
}

.pagination li.first a,
.pagination li.first span {
    width: 5px;
    background: url(../images/site_images/breadcrumb_left.gif) left 5px no-repeat;
    text-indent: -5000px;
    display: inline;
}

.pagination li.last a,
.pagination li.last span {
    margin-left: 3px;
    width: 5px;
    background: url(../images/site_images/breadcrumb_right.gif) left 5px no-repeat;
    text-indent: -5000px;
    display: inline;
}

.pagination li.active a,
.pagination li.active span {
    text-decoration: none;
    color: #006bba;
}
/* ........................... */



/* ................... Content */
#content {
    padding: 0 0 42px 0;
}

#content .cont_head {
    width: 965px;
    overflow: hidden;
    position: relative;
    min-height: 575px;
}

#content .cont_head h2.title {
    float: right;
    width: 497px;
    height: 73px;
    text-indent: -5000px;
}
/* ........................... */



/* .................... gallery */
.gallery {
    float: left;
    overflow: hidden;
    padding: 23px 0 20px 23px;
    list-style: none;
    width: 800px;
}
.gallery li {
    float: left;
}

.gallery li a {
    float: left;
}

.gallery li.first img {
    display: block;
    padding: 0 0 10px 0;
}

.gallery li.left img {
    float: left;
    padding: 0 11px 10px 0;
}
/* ........................... */



/* ................................................................... Pages */

.page_education {
    background: #ffffff url(../images/site_images/bg_body_1.png) center top no-repeat;
}

.page_education .cont_head {
    background: url(../images/site_images/cont_head_2.png) left top no-repeat;
}


.page_education h3.title {
    padding: 27px 0 0 23px;
    font: bold 16px Tahoma;
    color: #26785a;
}

.page_education .text {
    color: #6b6b6b;
}

/*---------------------*/

.page_events {
    background: #ffffff url(../images/site_images/bg_body_2.png) center top no-repeat;
}

.page_events .cont_head {
    background: url(../images/site_images/cont_head_3.png) left top no-repeat;
}


.page_events h3.title {
    padding: 5px 0 15px 0;
    font: bold 16px Tahoma;
    color: #006bba;
}

.page_events h3.title.inside {
    padding: 18px 0 5px 23px;
}

.page_events h3.title a {
    text-decoration: none;
    padding-bottom: 2px;
}

.page_events h3.title a:hover {
    padding-bottom: 1px;
    border-bottom: 1px solid #006bba;
}

.page_events .hr_small {
    margin: 10px 0 20px 0;
}

.page_events div.hr {
    padding: 0 0 27px 0;
}

.page_events .text {
    color: #6b6b6b;
    padding: 0 8px 27px 0;
}

.page_events .holder_1 {
    padding: 11px 28px 0 23px;
}

/*---------------------*/
.page_services {
    background: #ffffff url(../images/site_images/bg_body_2.png) center top no-repeat;
}

.page_services .cont_head {
    background: url(../images/site_images/cont_head_3.png) left top no-repeat;
}


.page_services h3.title {
    padding: 5px 0 15px 0;
    font: bold 16px Tahoma;
    color: #006bba;
}

.page_services h3.title.inside {
    padding: 18px 0 5px 23px;
}

.page_services h3.title a {
    text-decoration: none;
    padding-bottom: 2px;
}

.page_services h3.title a:hover {
    padding-bottom: 1px;
    border-bottom: 1px solid #006bba;
}

.page_services div.hr {
    padding: 0 0 27px 0;
}

.page_services .text {
    color: #6b6b6b;
    padding: 0 8px 27px 0;
}

.page_services .text.inside {
    padding: 0 0 27px 0;
}

.page_services .date {
    padding: 0 0 18px 0;
}

.page_services .holder_2 {
    padding: 0 23px 0;
    float: left;
}

.page_services .holder_1 {
    padding: 11px 28px 0 23px;
}

.page_services .hr_small {
    margin: 10px 0 20px 0;
}


/* hack */
.page_services .gallery {
    padding-top: 0;
}

/*---------------------*/
.page_surgeries, .page_dean, .articles_content {
    background: #ffffff url(../images/site_images/bg_body_3.png) center top no-repeat;
}

.page_surgeries .cont_head, .page_dean .cont_head, .articles_content .cont_head {
    background: url(../images/site_images/cont_head_4.png) left top no-repeat;
}

.page_surgeries h2.title, .page_dean h2.title, .articles_content h2.title {
    /*background: url(../images/site_images/title_1.png) right top no-repeat;*/
}

.page_dean h2.title, .articles_content h2.title {
	background: none;
	text-indent: 0;
}

.page_dean #content h2.title, .articles_content #content  h2.title {
	text-indent: 0;
	color: #fff;
	font-family: Tahoma;
	font-size: 23px;
	text-align: right;
	padding: 24px 24px 0 0;
	height: 49px;
	font-weight: normal;
}

.en-US.page_dean h2.title .en-US.articles_content h2.title {
	background: none;
}

.en-US.page_surgeries h2.title, .en-US.page_dean h2.title .en-US.articles_content h2.title {
    /*background: url(../images/site_images/title_1_en.png) right top no-repeat;*/
}

.page_surgeries h3.title, .page_dean h3.title, .articles_content h3.title {
    padding: 27px 0 0 23px;
    font: bold 16px Tahoma;
    color: #006BBA;
}

.page_surgeries .text, .page_dean .text, .articles_content .text {
    color: #6b6b6b;
}

.page_surgeries .present li div, .page_dean .present li div, .page_surgeries .present li div, .articles_content .present li div {
    background-color: #e4f2ff;
}


/*---------------------*/
.page_zali_obshta {
    background: #ffffff url(../images/site_images/bg_body_2.png) center top no-repeat;
}

.page_zali_obshta .cont_head {
    background: url(../images/site_images/cont_head_3.png) left top no-repeat;
}

.page_zali_obshta h2.title {

}

.en-US.page_zali_obshta h2.title {

}

.page_zali_obshta h3.title {
    padding: 27px 0 0 23px;
    font: bold 16px Tahoma;
    color: #006BBA;
}

.page_zali_obshta .text {
    color: #6b6b6b;
}

.page_zali_obshta .present li div {
    background-color: #dbe3e6;
}

/*---------------------*/
.page_rooms {
    background: #ffffff url(../images/site_images/bg_body_1.png) center top no-repeat;
}

.page_rooms .cont_head {
    background: url(../images/site_images/cont_head_1.png) left top no-repeat;
}

.page_rooms h2.title {

}

.page_rooms h3.title {
    padding: 27px 0 0 23px;
    font: bold 16px Tahoma;
    color: #26785a;
}

.page_rooms .text {
    color: #6b6b6b;
}

.page_rooms .present li div {
    background-color: #f6ece2;
}

.en-US.page_rooms h2.title {

}
/*---------------------*/

.page_staff {
    background: #ffffff url(../images/site_images/bg_body_2.png) center top no-repeat;
}

.page_staff .cont_head {
    background: url(../images/site_images/cont_head_3.png) left top no-repeat;
}

.page_staff h2.title {

}

.en-US.page_staff h2.title {

}

.page_staff h3.title {
    padding: 0 0 7px 0;
    font: bold 16px Tahoma;
    color: #006bba;
}

.page_staff h3.title.inside {
    padding: 0 0 5px 0;
}

.page_staff h3.title a {
    text-decoration: none;
    padding-bottom: 2px;
}

.page_staff h3.title a:hover {
    padding-bottom: 1px;
    border-bottom: 1px solid #006bba;
}

.page_staff .pagination {
    bottom: 0px;
    top: auto;
}

.page_staff .events .first .holder_2 {
    width: 492px;
}

.page_staff .holder_2.inside {
    padding: 20px 23px 0;
    float: left;
}

.page_staff .events .first .events_image {
    padding: 0 0 27px 0;
}

.page_staff .events .date {
    padding: 0 0 11px 0;
}

.page_staff .date.inside {
    padding: 0 0 18px 0;
}

.page_staff div.hr {
    padding: 0 0 27px 0;
}

.page_staff .text {
    color: #6b6b6b;
    padding: 0 8px 27px 0;
}

.page_staff .text.inside {
    padding: 0 0 27px 0;
}
/*---------------------*/


.page_contacts {
    background: #ffffff url(../images/site_images/bg_body_2.png) center top no-repeat;
}

.page_contacts .cont_head {
    background: url(../images/site_images/cont_head_3.png) left top no-repeat;
}

.page_contacts h2.title {

}

.en-US.page_contacts h2.title {

}

.page_contacts h3.title {
    padding: 27px 0 0 23px;
    font: bold 16px Tahoma;
    color: #006bba;
}

.page_contacts .text {
    color: #6b6b6b;
}
/*---------------------*/


.page_cabinets {
    background: #ffffff url(../images/site_images/bg_body_2.png) center top no-repeat;
}

.page_cabinets .cont_head {
    background: url(../images/site_images/cont_head_3.png) left top no-repeat;
}

.page_cabinets h2.title {

}

.en-US.page_cabinets h2.title {

}

.page_cabinets h3.title, .events  h3.title {
    padding: 0 0 7px 0;
    font: bold 16px Tahoma;
    color: #006bba;
}

.page_cabinets h3.title.inside {
    padding: 18px 0 5px 23px;
}

.page_cabinets h3.title a, .events h3.title a {
    text-decoration: none;
    padding-bottom: 2px;
}

.page_cabinets h3.title a:hover,  .events h3.title a:hover {
    padding-bottom: 1px;
    border-bottom: 1px solid #006bba;
}

.page_cabinets div.hr,  .events  div.hr {
    padding: 0 0 20px 0;
}

.page_cabinets .text, .events .text {
    color: #6b6b6b;
    padding: 0 23px 27px 0;
}

.page_cabinets .text.inside, .events .text.inside {
    padding: 0 0 27px 0;
}

.page_cabinets .date {
    padding: 0 0 18px 0;
}

.page_cabinets .holder_2 {
    padding: 20px 23px 0;
    float: left;
}

.page_cabinets .holder_1 {
    padding: 11px 28px 0 23px;
}



/*---------------------*/

.page_diseases {
    background: #ffffff url(../images/site_images/bg_body_2.png) center top no-repeat;
}

.page_diseases .cont_head {
    background: url(../images/site_images/cont_head_3.png) left top no-repeat;
}

.page_diseases h2.title {

}

.en-US.page_diseases h2.title {

}

.page_diseases h3.title {
    padding: 0 0 9px 0;
    font: bold 16px Tahoma;
    color: #006bba;
}

.page_diseases h3.title a {
    text-decoration: none;
    padding-bottom: 2px;
}

.page_diseases h3.title a:hover {
    padding-bottom: 1px;
    border-bottom: 1px solid #006bba;
}

.page_diseases h3.title.inside {
    padding: 18px 0 5px 23px;
}

.page_diseases div.hr {
    padding: 0 0 20px 0;
}

.page_diseases .text {
    color: #6b6b6b;
    padding: 0 23px 27px 0;
}

.page_diseases .text.inside {
    padding: 0 0 27px 0;
}

.page_diseases .date {
    padding: 0 0 18px 0;
}

.page_diseases .holder_2 {
    padding: 20px 23px 0;
    float: left;
}

.page_diseases .holder_1 {
    padding: 11px 28px 0 23px;
}

/*---------------------*/

.page_search {
    background: #ffffff url(../images/site_images/bg_body_2.png) center top no-repeat;
}

.page_search .cont_head {
    background: url(../images/site_images/cont_head_3.png) left top no-repeat;
}

.page_search h2.title {

}

.page_search h3.title {
    padding: 0 0 9px 0;
    font: bold 16px Tahoma;
    color: #006bba;
}

.page_search h3.title a {
    text-decoration: none;
    padding-bottom: 2px;
}

.page_search h3.title a:hover {
    padding-bottom: 1px;
    border-bottom: 1px solid #006bba;
}

.page_search div.hr {
    padding: 0 0 20px 0;
}

.page_search .text {
    color: #6b6b6b;
    padding: 0 23px 27px 0;
}

.page_search .text .match {
    /*padding: 0 3px;*/
    background-color: #6b6b6b;
    color: #ffffff;
}
/*---------------------*/

.page_jobs {
    background: #ffffff url(../images/site_images/bg_body_2.png) center top no-repeat;
}

.page_jobs .cont_head {
    background: url(../images/site_images/cont_head_3.png) left top no-repeat;
}

.page_jobs h2.title {

}

.en-US.page_jobs h2.title {

}

.page_jobs h3.title {
    padding: 0 0 5px 0;
    font: bold 16px Tahoma;
    color: #006bba;
}

.page_jobs h3.title.inside {
    padding: 18px 0 5px 23px;
}

.page_jobs h3.title a {
    text-decoration: none;
    padding-bottom: 2px;
}

.page_jobs h3.title a:hover {
    padding-bottom: 1px;
    border-bottom: 1px solid #006bba;
}

.page_jobs .date.inside {
    padding-left: 23px;
}

.page_jobs div.hr {
    padding: 0 0 20px 0;
}

.page_jobs .btn_join_us {
    display: block;
    margin-bottom: 27px;
    cursor: pointer;
    width: 106px;
    height: 22px;
    border: 0;
    text-indent: -5000px;
    background: url(../images/site_images/btn_join_us.gif) right top no-repeat;
}

.page_jobs .text {
    color: #6b6b6b;
    padding: 9px 23px 9px 0;
}

.page_jobs .text.inside {
    padding: 0 0 27px 0;
}

.page_jobs .text .match {
    padding: 0 3px;
    background-color: #6b6b6b;
    color: #ffffff;
}
/*---------------------*/
.page_lekarski_ekip_in {
    background: #ffffff url(../images/site_images/bg_body_2.png) center top no-repeat;
}

.page_lekarski_ekip_in .cont_head {
    background: url(../images/site_images/cont_head_3.png) left top no-repeat;
}

.page_lekarski_ekip_in h2.title {

}

/*---------------------*/

/*
.page_service {
background: #ffffff url(../images/site_images/bg_body_2.png) center top no-repeat;
}

.page_service .cont_head {
background: url(../images/site_images/cont_head_3.png) left top no-repeat;
}

.page_service h2.title {
background: url(../images/site_images/title_8.png) right top no-repeat;
}

.page_service .text {
color: #6b6b6b;
padding: 0 0 27px 0;
}

.page_service .date {
padding: 0 0 18px 0;
}

.page_service .holder_2 {
padding: 20px 23px 0;
float: left;
}

.page_service .holder_1 {
padding: 11px 28px 0 23px;
}

.page_service .hr_small {
margin: 10px 0 20px 0;
}
*/
/*---------------------*/

.page_home {
    background: #ffffff url(../images/site_images/bg_body_3.png) center top no-repeat;
}

.page_home .cont_head {
    background: url(../images/site_images/cont_head_5.png) left top no-repeat;
}

.page_home h3.title {
    padding: 27px 0 0 23px;
    font: bold 16px Tahoma;
    color: #006BBA;
}

#site_present {
    margin: 6px 0 0 4px;
    width: 957px;
    height: 271px;
    background-color: #CCCCCC;
}

.bottom_glow {
    height: 20px;
    margin: 0 4px;
    background: url(../images/site_images/bottom_glow.png) left top repeat-x;
}

ul.home_category {
    margin: 0 4px;
    background-color: #ced7de;
    list-style: none;
    overflow: hidden;
}

ul.home_category li {
    overflow: hidden;
    float: left;
}

ul.home_category li.first a img {
    margin: 6px 6px 0 6px;
}

ul.home_category li.last a img {
    margin: 6px 0 0 0;
}

ul.home_category li a {
    float: left;
    position: relative;
}

ul.home_category li a img {
    border: 1px solid #ECF0F3;
    margin: 6px 6px 0 0;
    float: left;
}

ul.home_category li a img.btn {
    width: 108px;
    height: 23px;
    position: absolute;
    left: 60px;
    z-index: 10;
    bottom: -7px;
}

.footer_glow {
    height: 34px;
    margin: 0 4px;
    background: url(../images/site_images/footer_glow.png) left top repeat-x;
}

.footer_glow,
.footer_glow a {
    font: normal 9px Tahoma;
    color: #959595;
}

.footer_glow a.signature {
    float: right;
    height: 18px;
    width: 126px;
    text-indent: -5000px;
}

.bg-BG .footer_glow a.signature {
    background: url(../images/site_images/logo_mag_bg.gif) right bottom no-repeat;
}

.en-US .footer_glow a.signature {
    background: url(../images/site_images/logo_mag_en.gif) right bottom no-repeat;
}

.footer_glow span {
    float: left;
    padding: 7px 0 0 0;
}

.page_home .footer_glow {
    position: relative;
    padding: 24px 11px 0 11px;
}
/*---------------------*/




/* ........................................................................ */



/* .................... Footer */
#footer {
    margin: -150px 0 0 0;
    padding: 195px 15px 10px 15px;
    height: 25px;
    background: url(../images/site_images/bg_footer.png) left top no-repeat;
}

#footer,
#footer a {
    font: normal 9px Tahoma;
    color: #959595;
}

#footer a.signature {
    float: right;
    height: 18px;
    width: 126px;
    text-indent: -5000px;
}

.bg-BG #footer a.signature {
    background: url(../images/site_images/logo_mag_bg.gif) right bottom no-repeat;
}

.en-US #footer a.signature {
    background: url(../images/site_images/logo_mag_en.gif) right bottom no-repeat;
}

#footer span,
.footer_glow span {
    float: left;
    padding: 7px 0 0 0;
}

#footer ul,
.footer_glow ul {
    list-style: none;
    float: left;
    padding: 7px 0 0 6px;
}

#footer ul li,
.footer_glow ul li {
    padding: 0 3px;
    float: left;
}

#footer ul li a,
.footer_glow ul li a {
    float: left;
    padding-right: 15px;
    background: url(../images/site_images/footer_links_separator.gif) right bottom no-repeat;
}

#footer ul li.last a,
.footer_glow ul li.last a {
    background: none;
}


/* ........................... */



/* ...................... Text */
.text {
    font: normal 11px Tahoma;
    line-height: 16px;
}

.text p {
    padding-bottom: 8px;
}

.text ul {
    padding: 8px;
    margin-left: 0.5em;
}

.text ol {
    padding: 8px;
    margin-left: 1em;
}

/* ........................... */

/* 404 stuff */
h1.error404 {
    text-align: center;
    padding: 40px 0;
    font: 40px Tahoma;
    color: #006bba;
}

.new{
    color: red;
}


/* form styles */
#loader{
    margin: 8px 0 0 0;
    display: none;
}


label.error{
    color: red;
    display: none;
    margin: 0 0 0 5px;
}

.error-msg{
    color: red;
    margin-left: 200px;
    padding: 10px 0;
}

.forms label{
    width: 170px;
    display: inline-block;
}

.forms label{
    text-transform: none;
    font-weight: normal;
    color: #006BBA;
    width: 200px;
    display: inline-block;
    font-weight: bold;
    font-size: 12px;
    float: left;
}

.forms textarea{
    width: 520px;
    min-height: 150px;
    font-family: Arial, Helvetica, sans-serif;
    border: 1px solid #bfdbee;
    padding: 5px;
    font-size: 12px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #f4f4f8 url(../images/site_images/form-field.gif) repeat-x left top;
}

.forms input[type='text'], .forms input[type='password'], .txt-field{
    border: 1px solid #bfdbee;
    width: 400px;
    padding: 10px;
    background: #f4f4f8 url(../images/site_images/form-field.gif) repeat-x left top;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.forms input.error, .forms textarea.error{
    background: #ffe6f2;
    color: black;
}


fieldset{
    border: 1px solid #2886c7;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

legend{
    color: #2886c7;
}

.field-error {
    background: #fddcdb;
}

.forms em{
    font-size: 12px;
    color: grey;
}

.rbutton{
    background: #2886c7;
    color: #fff;
    border: none;
    padding: 5px 15px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
    text-shadow:-1px 1px 1px #3b444a;
    margin: 0 10px 0 0;
}

label.error{
    display: inline;
    font-weight: normal;
    color: red;  
    float: none;
}
