@import 'reset.css';

/* Global styles
----------------------------------------------- */
body {
    background-color: #fff ;
    background-image: url(/media/images/page-bg.png);
    background-repeat: repeat-x;
    font-family:Arial,Helvetica,sans-serif;
    margin:0;
    padding:0;
}

#html_content {
    //background-image:url(/media/images/bg.gif);
    //background-position:0% 0%;
}

td {
    vertical-align: top;
}
form span {
    font-family: Verdana,Geneva,Kalimati,sans-serif;
    font-size: 12px;
    color: #8f8373;
}
form input, form textarea {
    border: 1px solid #909090;
}
span.select {
	background-image: url(/media/images/select.png);
    background-repeat:no-repeat;
    position: absolute;
	width: 201px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 19px;
	padding: 0 20px 0 3px;
    font-family: Verdana,Geneva,Kalimati,sans-serif;
    font-size: 10px;
    color: #8f8373;

	overflow: hidden;
}
.border {
    border: 1px solid #909090;
}

.turn-me-into-datepicker h2, .turn-me-into-datepicker .dp-nav-prev, .turn-me-into-datepicker .dp-nav-next{
    display: none;
}
.dp-calendar {
    width: 100%;
    text-align: center;
}
table.jCalendar {
	margin: auto;
}
table.jCalendar th {
    display: none;
}

table.jCalendar td {
    font-family: Tahoma,Geneva,Kalimati,sans-serif;
    font-size: 11px;
	color: #8f8373;
	padding: 3px 5px;
	text-align: center;
    cursor: pointer;
}
table.jCalendar td.other-month {
	visibility: hidden;
}

table.jCalendar td.selected {
	background: #4aaeae;
	color: #fff;
}
table.jCalendar td.selected.dp-hover {
	background: #4aaeae;
	color: #fff;
}
table.jCalendar td.dp-hover,
table.jCalendar tr.activeWeekHover td {
	background: #4aaeae;
	color: #fff;
}
table.jCalendar tr.selectedWeek td {
	color: #fff;
}
table.jCalendar td.disabled, table.jCalendar td.disabled.dp-hover {
	color: #888;
}
table.jCalendar td.unselectable,
table.jCalendar td.unselectable:hover,
table.jCalendar td.unselectable.dp-hover {
	color: #888;
}

#html_header {
    //background-image:url(/media/images/bg.gif);
    //background-position:0 90%;
    //background-repeat:repeat-x;
}

#html_body {
    width: 100%;
}
#html_page {
    width:980px;
    position:relative;
    margin:0 auto;
}
.col-left {
    float:left;
}
#html_header .col-left {
    height : 270px;
}

.col-right {float:right;margin-top:30px;}

/* Clearfix */
.clearfix:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
.clearfix {display:inline-block;}
.clearfix {display:block;}
.text {
    font-family: Verdana,Geneva,Kalimati,sans-serif;
    font-weight: normal;
    font-size: 12px;
    color: #333333;
    padding: 25px;
    padding-top: 8px;
}
.text p a:active, .text p a:visited, .text p a:link {
    font-family: Verdana,Geneva,Kalimati,sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #007575;
}
.text h1 {
    font-size: 22px;
    color: #009999;
    padding-bottom: 18px;
    font-family: "Arial Narrow", Arial, sans-serif;
    font-weight: normal;
}
.text h1 a:active, .text h1 a:visited, .text h1 a:link {
    padding-right: 5px;
    font-size: 18px;
    font-weight: normal;
    color: #009999;
}
.text p.nav a{
    
}
.text p.adres {
    font-family: Verdana,Geneva,Kalimati,sans-serif;
    font-size: 12px;
    color: #009999;
    width: 450px;
}
.text p.adres b {
    font-family: Verdana,Geneva,Kalimati,sans-serif;
    font-size: 12px;
    color: #009999;
    font-weight: bold;
}
.text p.date {
    font-family:Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #999999;
}
.text p {
    font-family: Verdana,Geneva,Kalimati,sans-serif;
    font-size: 12px;
    text-align: justify;
    padding-bottom: 18px;
    color: #333333;
}
.text b, .text strong {
    font-weight: bold;
    color: #666666;
}
.text table.doctor td.img img {
    border: 1px solid #057878;
}
.text table.doctor p {
    font-family: Verdana, Geneva, Kalimati, sans-serif;
    font-weight: normal;
    font-size: 12px;
    color: #007575;
    line-height: 140%;
}
.text table.doctor p b {
    font-family: Verdana, Geneva, Kalimati, sans-serif;
    font-weight: bold;
    font-size: 12px;
    color: #4aaeae;
}
.text table.doctor p.date {
    font-family:Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #999999;
}
.text table.map {
    border: 1px solid #057878;
    width: 688px;
}
.text table.photos {
    border: 1px solid #057878;
    width: 688px;
    height: 355px;
    margin-top: 25px;
}
.text table.photos td {
    padding: 5px;
    text-align:center; 
}
.text table.photos p {
    font-family: "Arial Narrow", Arial, sans-serif;
    font-size: 22px;
    color: #009999;
    text-align: center;
}
.text .question_item {
    border-bottom: 1px dotted #007575;
    padding-top: 20px;
    margin-bottom: 10px;
}
.text .question_item p {
    padding-bottom: 8px;
}
.text .question_item .answer {
    background-image: url(/media/images/answer.png);
    background-repeat: no-repeat;
    padding-left: 30px;
    width: 370px;
}
.text .question_item a:active, .text .question_item a:visited, .text .question_item a:link {
    font-family: Verdana,Geneva,Kalimati,sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #007575;
}
.text .news_item {
    padding-bottom: 10px;
}
.text .news_item p.title {
    padding-bottom: 0;
}
.text .news_item p.date {
    padding-bottom: 0px;
}
.text .news_item a:active, .text .news_item a:visited, .text .news_item a:link {
    font-family: Verdana,Geneva,Kalimati,sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #007575;
}
.pager {
    padding-top: 20px;
    padding-bottom: 20px;
}
.pager span {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #4aaeae;
    border: 1px solid #4aaeae;
    padding-left: 2px;
    padding-right: 2px;
}
.text .pager a:active, .text .pager a:visited, .text .pager a:link {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #4aaeae;
    text-decoration: none;
}
.relations {
    margin-top: 25px;
    width: 688px;
}
.relations td, .relations th {
    width: 50%;
}
.relations .doctors {
    border-left: 1px solid #007575;
    padding-left: 15px;
}
.relations th.doctors {
    font-family: "Arial Narrow", Arial, sans-serif;
    font-size: 22px;
    color: #007575;
}
.relations .doctors a {
    font-family: Verdana,Geneva,Kalimati,sans-serif;
    font-size: 12px;
    color: #000;
}
.relations .doctors a:active, .relations .doctors a:visited, .relations .doctors a:link {
    text-decoration: none;
}
.relations .doctors a:hover {
    text-decoration: underline;
}
.relations .doctors a span {
    font-size: 11px;
    color: #007575;
}
.relations .services {
    width: 345px;
}
.relations th.services {
    font-family: "Arial Narrow", Arial, sans-serif;
    font-size: 22px;
    color: #4aaeae;
}
.relations .services ul {
    list-style-image: url(/media/images/relation_icon.png);
    list-style-position: inside;
}
.relations .services li {
    padding-left: 12px;
}
.relations .services a {
    font-family: Verdana,Geneva,Kalimati,sans-serif;
    font-size: 12px;
    color: #007575;
}
.relations .services a:active, .relations .services a:visited, .relations .services a:link {
    text-decoration: none;
}
.relations .services a:hover {
    text-decoration: underline;
}
.question_form {
    background-color: #fff;
    background-image: url(/media/images/question_form_bg.png);
    background-repeat: no-repeat;
    padding-top: 42px;
    padding-left: 12px;
    padding-right: 14px;
    width: 442px;
    height: 243px;
}

.question_form_long {
    background-color: #fff;
    background-image: url(/media/images/bg_2.png);
    background-repeat: no-repeat;
    padding-top: 42px;
    padding-left: 12px;
    padding-right: 14px;
    width: 442px;
    height: 243px;
}


.line001 {
    height: 285px;
}
.line010 {
    height: 60px
}

.row001 {
    width: 246px;
}
.row002 {
    width: 483px;
}
.row003 {
    width: 733px;
}
.row004 {
    width: 433px;
}
.row005 {
    padding-top: 68px;
    width: 250px;
}
.toplogo {
    text-align:center;
}
.toplogo img {
    padding-top: 50px;
    text-align:center;
}
#html_topmenu {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 12px;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    padding-top: 10px;
    margin-right: 15px;
}
#html_topmenu a:active, #html_topmenu a:visited, #html_topmenu a:link {
    color: #fff;
    text-decoration: none;
}
#html_topmenu a:hover {
    color: #fff;
    text-decoration: underline;
}
#html_topmenu2 {
    padding-top: 33px;
}
#html_topmenu2 table td {
    padding-left: 15px;
}
#html_special {
    background-image: url(/media/images/special.png);
    background-repeat: no-repeat;
    margin-top: 9px;
    margin-right: 9px;
    padding-top: 35px;
    padding-left: 1px;
    height: 344px;
    width: 241px;
}
#html_special a, #html_special a:active, #html_special a:visited, #html_special a:link, #html_special a:hover {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #fff;
    text-decoration: none;
    display: block;
    padding-left: 15px;
    padding-top: 11px;
}
#html_special .accordion {
    border-left: 1px navy;
    border-right: 1px navy;
}
#html_special .accordion .ui-accordion-header {
    
    background-image: url(/media/images/special_bg.png);
    background-repeat: no-repeat;
    height: 34px;
    width: 100%;
    padding-left: 17px;
    position : relative;
    z-index:20;
}
#html_special .accordion .ui-icon {
    background-image: url(/media/images/plus.png);
    background-repeat: no-repeat;
    background-position: 0 4px;
    margin-top: 10px;
    display: block;
    float: left;
    height: 12px;
    width: 8px;
}
#html_special .accordion .ui-state-active .ui-icon {
    background-image: url(/media/images/minus.png);
    background-repeat: no-repeat;
    background-position: 0 4px;
}
#html_special .accordion .ui-accordion-content {
    position:relative;
    top:-15px;
}
#html_leftmenu {
    width: 240px;
    padding-left: 6px;
}
#html_leftmenu .tp {
    background-color: #fff;
    background-image: url(/media/images/leftmenu_top_bg.png);
    background-repeat: no-repeat;
    height: 19px;
    width: 100%;
}
#html_leftmenu ul {
    background-color: #fff;
    background: url(/media/images/leftmenu_bg.png);
    background-repeat: repeat-y;
    list-style-image: url(/media/images/leftmenu_icon.png);
    list-style-position: inside;
    width: 100%;
}
#html_leftmenu .bt {
    background-color: #fff;
    background-image: url(/media/images/leftmenu_bottom_bg.png);
    background-repeat: no-repeat;
    background-position: 0 100%;
    height: 23px;
    width: 100%;
}
#html_leftmenu li {
    padding-left: 12px;
}
#html_leftmenu a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #fff;
}
#html_leftmenu a:active, #html_leftmenu a:visited, #html_leftmenu a:link {
    text-decoration: none;
}
#html_leftmenu a:hover {
    text-decoration: underline;
}


#html_footer {
    padding-left: 20px;
    padding-right: 15px;
    padding-top: 25px;
}
#html_copyright span {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000;
    display: block;
}
#html_bottommenu {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    padding-top: 30px;
}
#html_bottommenu a:active, #html_bottommenu a:visited, #html_bottommenu a:link {
    color: #fff;
    text-decoration: none;
}
#html_bottommenu a:hover {
    color: #fff;
    text-decoration: underline;
}
#html_search {
    padding-top: 7px;
}


#html_contacts_dialog .content {
    width: 452px;
    min-height: 450px!important;
}

#html_contacts_dialog .content div.tp {background-image: url('/media/images/contacts_dialog_top_bg.png');background-repeat: no-repeat;width: 100%;height: 375px!important;}
#html_contacts_dialog .content div.tp img {position: absolute;cursor:pointer;}
#html_contacts_dialog .content div.bt {
    background-image: url('/media/images/contacts_dialog_bottom_bg.png');
    background-repeat: no-repeat;
    width: 100%;
    height: 30px!important;
}
#html_contacts_dialog .content ul {
    background-image: url('/media/images/contacts_dialog_bg.png');
    background-repeat: repeat-y;
    width: 100%;
}
#html_contacts_dialog .content ul li {
    padding-left: 33px;
    padding-right: 13px;
}
#html_contacts_dialog .content a {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #333333;
    text-decoration: none;
}
#html_contacts_dialog .content b {
    font-family: Verdana,Geneva,Kalimati,sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    color: #007575;
}
#html_contacts_dialog .content a b {
    text-decoration: underline;
}
.ui-dialog-titlebar {
    display: none;
}

#html_booking_dialog .content {
    background-image: url('/media/images/booking_dialog_bg.png');
    background-repeat: no-repeat;
    padding-top: 42px;
    padding-left: 12px;
    padding-right: 14px;
    width: 452px;
    height: 264px!important;
}
#html_booking_dialog h1 {
    font-size: 22px;
    color: #009999;
    padding-bottom: 18px;
    font-family: "Arial Narrow", Arial, sans-serif;
    font-weight: normal;
}
#html_booking_dialog h2 {
    font-family: Verdana,Geneva,Kalimati,sans-serif;
    font-size: 12px;
    text-align: center;
    color: #009999;
}
#html_booking_dialog img {
    display: inline;
    cursor: pointer;
}
#html_booking_dialog img.dp-nav-prev-month, #html_booking_dialog img.dp-nav-prev-year {
    padding-right: 8px;
}
#html_booking_dialog img.dp-nav-next-month, #html_booking_dialog img.dp-nav-next-year {
    padding-left: 8px;
}
/*

    Riz's styles

*/


/* Acordion */

div.accordion h3 {

    position:relative;
    z-index:10;

}
div.accordion div.ui-accordion-content {
    height : 135px;
}

/* News */

#html_new {
    padding-top : 40px;
}

#html_new h1 {
    font-family: "Arial Narrow", Arial, sans-serif;
    font-size: 22px;
    color: #009999;
    font-weight: normal;
}

div.news_header, div.news_header p {
    font-family: Arial, sans-serif;
    font-size: 11px;
    color: #000000;
    font-weight: none;
}
div.news_header a {
    font-family: Verdana,Geneva,Kalimati,sans-serif;
    font-size: 12px;
    color: #007575;
    font-weight: bold;
    text-decoration : none;
    margin-top : 6px;
    margin-bottom : 6px;
    display : block;
}

div.news_header span {
    font-family: Verdana,Geneva,Kalimati,sans-serif;
    font-size: 10px;
    color: #999999;
    font-weight: bold;
    display: block;
}




p.nav a {
    color: #009999;
}

#html_novoe {
    padding-left : 16px;
    padding-top : 10px;
    padding-bottom : 10px;
}

#html_novoe .new_header a {
    color: #007575;
    font-size: 16px;
}

#html_novoe .tp {
    color: #007575;
    font-size: 24px;
    margin-bottom : 6px;
}


#html_novoe .new_content {
   color: #007575;
   font-size: 11px;
   font-weight: none;
   margin-bottom : 6px;
}

div.letters {

    min-width: 500px;

}

div.letters ul li {

    float : left;
    width:8px;
    height:8px;
    border: 1px solid #009999;
    color: #009999;
    margin-left : 6px;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 0px;
    padding-bottom: 4px;
    font-size : 10px;
}

div.letters ul li a {

    color: #009999;
    text-decoration : none;
}


ul.directory {
    padding-left: 8px;
    padding-top: 30px;
}

ul.directory a {
    color: #007575;
    font-size: 12px;
}


div.directory {
    margin-left: 20px;
}

div.directory h1 {
    font-size : 14px;
    margin-bottom: 14px;
}

div.directory h1 a {
    color: #007575;
    font-size: 14px;
}


/* Search */


#id_query {

    margin-right:10px;
    height : 18px;
    width : 300px;
}

#search_form {
    margin-bottom : 20px;
}

/* handbook */

dl.objects dt a {
    color: #007575;
}

div.letters .select {
    background-color : #009999;
}

div.letters .select a {
    color: #FFFFFF;
}

/* banners */

#html_banners {
    text-align:center;
    margin-top : 20px;
}



.dlg_flag {
    display: none;
}

.wysiwig ul {
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin:1.2em 0 1.2em 14px;
    padding:0;
}
.wysiwig ul li {
    background: transparent url(/media/images/li.gif) left 4px no-repeat scroll;
    line-height:1.4em;
    margin:0.5em 0 0.8em;
    padding-left:20px;
}


/* captcha */

#id_captcha_1 {
    width : 80px;
    position:absolute;
    margin-top: 10px;
    margin-left: 10px;
}

#captha_table img {
    margin-left: 10px;
    margin-top: 5px;
}


/* menuse */

#html_topmenu ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	} 

#html_topmenu ul li {
	margin-left: 0;
	padding: 0;
	list-style: none;
	display: inline;
    padding-right:15px;
	}
/*я добавил*/
a.action1 {
	background-image: url(/media/images/row-action1.jpg);
	display: block;
	height: 170px;
	width: 121px;
}
a.action1:hover {
	background-position: 0 -170px;
}
a.action2 {
	background-image: url(/media/images/row-action2.jpg);
	display: block;
	height: 170px;
	width: 121px;
	margin-left: 15px;
}
a.action2:hover {
	background-position: 0 -170px;
}
a.action3 {
	background-image: url(/media/images/row-action3.jpg);
	display: block;
	height: 170px;
	width: 121px;
	margin-left: 15px;
}
a.action3:hover {
	background-position: 0 -170px;
}
a.action4 {
	background-image: url(/media/images/row-action4.jpg);
	display: block;
	height: 170px;
	width: 121px;
}
a.action4:hover {
	background-position: 0 -170px;
}
a.action5 {
	background-image: url(/media/images/row-action5.jpg);
	display: block;
	height: 170px;
	width: 121px;
    margin-left: 15px;
}
a.action5:hover {
	background-position: 0 -170px;
}
a.action6 {
	background-image: url(/media/images/row-action6.jpg);
	display: block;
	height: 170px;
	width: 121px;
    margin-left: 15px;
}
a.action6:hover {
	background-position: 0 -170px;
}
.iplant{
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 24px;
	font-weight: bold;
	color: #F00;
}
