/**************************************/
/*				  GENEL STILLER			 */
/**************************************/

body {
	margin: 0;
	padding: 0;
	margin-top: 14px;
	/*background-image: url(../img/shadows.png);
	background-repeat: no-repeat;
	background-position: center -5px;*/
}

a:link { text-decoration: underline; color: #65819B; }
a:visited { text-decoration: underline; color: #65819B; }
a:hover { text-decoration: underline; color: #A90034; }
a:active, a:focus { text-decoration: underline; color: #A90034; }

/**************************************/
/*				  HEADER					 */
/**************************************/

#legacy_browser_warning {
	display: none;
}

#header {
	/*background-image: url(../img/shadows.png);
	background-repeat: no-repeat;
	background-position: center -19px;*/
	height: 120px;
	position: relative;
	z-index: 20;
	width: 950px;
}

/* Dil secme cubugu */

#header #lang-select ul{
	width: 110px;
	/*float: right;*/
	margin-left:80px;
}
#header #lang-select li {
	display: block;
	float: left;
}
#header #lang-select li a {
	display: block;
	float: left;
	width: 18px;
	height: 12px;
	margin-right: 2px;
	text-indent: -999em;
	background-image: url(../img/flags.png);
	background-repeat: no-repeat;
}

#header #lang-select li a.tr {
	background-position: 0px 0px;
}
#header #lang-select li a.en {
	background-position: -18px 0px;
}
#header #lang-select li a.az {
	background-position: -36px 0px;
}
#header #lang-select li a.it {
	background-position: -90px 0px;display: none;
}
#header #lang-select li a.de {
	background-position: -72px 0px;display: none;
}
#header #lang-select li a.ru {
	background-position: -54px 0px;
}
#header #lang-select li a.sq {
	background-position: -108px 0px;
}

/* hover ve active durumlari */

#header #lang-select li.active a.tr, #header #lang-select li a.tr:hover {
	background-position: 0px -12px;
}
#header #lang-select li.active a.en, #header #lang-select li a.en:hover {
	background-position: -18px -12px;
}
#header #lang-select li.active a.az, #header #lang-select li a.az:hover {
	background-position: -36px -12px;
}
#header #lang-select li.active a.it, #header #lang-select li a.it:hover {
	background-position: -54px -12px;
}
#header #lang-select li.active a.de, #header #lang-select li a.de:hover {
	background-position: -72px -12px;
}
#header #lang-select li.active a.ru, #header #lang-select li a.ru:hover {
	background-position: -54px -12px;
}
#header #lang-select li.active a.sq, #header #lang-select li a.sq:hover {
	background-position: -108px -12px;
}


/* islem cubugu */

#header #action-select li {
	display: block;
	float: right;
	margin-left: 15px;
	height: 20px;
	line-height: 20px;
}

#header #action-select li a{
	font-size: 11px;
	text-decoration: none;
	background-image: url(../img/icons.png);
	background-repeat: no-repeat;
	padding-left: 18px;
	text-decoration: underline;
	font-family: "Ubuntu", "Droid Sans", "Lucida Grande", "Arial", sans-serif;
}

#header #action-select li a.login{
	background-position: 0px 0px;
}
#header #action-select li a.hr{
	background-position: 0px -308px;
}
#header #action-select li a.active_login{
	background-position: 0px -20px;
	color: #A90034;
}
#header #action-select li a.contact{
	background-position: 0px -42px;
}


#logo a {
	display: block;
	width: 234px;
	height:50px;
	text-indent: -999em;
	margin-left: 5px;
	margin-top: 20px;
	background-image:url("../img/msg_logo_tr.png");
	background-repeat: no-repeat;
}

/**************************************/
/*				 NAVIGASYON			  */
/**************************************/

#navbar {
	margin-top: 10px;
	/*position: relative;*/
	z-index: 21;
}
ul#main_nav{
	margin-left: 13px;
	float:right;
}

li.main_nav_item{
	display: block;
	float: left;
}

li.main_nav_item a.main_nav_item_link {
	display: block;
	float: left;
	width: 100px;
	height: 80px;
	background-image: url(../img/navig.png);
	background-repeat: no-repeat;
	background-position: top left;
	text-indent: -999em;
	cursor: pointer;
}


li.main_nav_item a.locations {
	width: 115px;
	background-position: 0px 0px;
}
li.main_nav_item a.services {
	width: 86px;
	background-position: -115px 0px;
}
li.main_nav_item a.units {
	width: 93px;
	background-position:-201px 0px;
}
li.main_nav_item a.doctors {
	width: 105px;
	background-position:-294px 0px;
}
li.main_nav_item a.visitors {
	width: 104px;
	background-position:-399px 0px;
}

li.main_nav_item a.institutional {
	width: 84px;
	background-position:-503px 0px;
}

li.main_nav_item a.corporate {
	width: 85px;
	background-position:-587px 0px;
}


/* hover durumu */

#main_nav li.active a.locations, #main_nav li.hovered a.locations, li.main_nav_item a.locations:hover {
	background-position: 0px -96px;
}

#main_nav li.active a.services, #main_nav li.hovered a.services, li.main_nav_item a.services:hover,
#online_services a.services, #babies a.services, #account a.services {
	background-position: -115px -96px;
}

#main_nav li.active a.units, #main_nav li.hovered a.units, li.main_nav_item a.units:hover,
#unit_list a.units, #unit_detail a.units
{
	background-position:-201px -96px;
}

#main_nav li.active a.doctors, #main_nav li.hovered a.doctors, li.main_nav_item a.doctors:hover,
#doctor_detail a.doctors, #doctor_list a.doctors
{
	background-position:-294px -96px;
}

#main_nav li.active a.visitors, #main_nav li.hovered a.visitors, li.main_nav_item a.visitors:hover,
#guide a.visitors, #guide_detail a.visitors, #contractuals a.visitors, #faq a.visitors,
#events a.visitors, #patient_stories a.visitors, #visual_promotion a.visitors, #gallery a.visitors
{
	background-position:-399px -96px;
}


#main_nav li.active a.institutional, #main_nav li.hovered a.institutional, li.main_nav_item a.institutional:hover {
	background-position:-503px -96px;
}

#main_nav li.active a.corporate, #main_nav li.hovered a.corporate, li.main_nav_item a.corporate:hover,
#corporate a.corporate, #contributions a.corporate, #contribution_detail a.corporate, #news a.corporate,
#nursing a.corporate, #success_stories a.corporate, #contact a.corporate
{
	background-position:-587px -96px;
}




/* navigasyın divleri genel */

#main_nav li.main_nav_item div {
	position: absolute;
	margin: 0;
	padding:0;
	width: 170px;
	background-color: transparent;
	background-image: url(../img/50trans.png);
	background-repeat: repeat;
	padding: 14px;
	margin-top: 77px;
	display: none;
	/*border: 1px solid #B0BECB;*/
	border-top: none;
	border-bottom: 2px solid #B11847;
}

/* ayri ayri navigation divleri */

#main_nav li.main_nav_item div.locations {
	width:200px;
}

#main_nav li.main_nav_item div.services {
	width:120px;
}
#main_nav li.main_nav_item div.visitors {
	width:150px;
}
#main_nav li.main_nav_item div.visitors {
	width:150px;
}
#main_nav li.main_nav_item div.corporate {
	width: 160px;
	margin-left: -87px;
}

#main_nav li.main_nav_item div ul li{
	height:22px;
}

#main_nav li.main_nav_item div ul a{
	text-decoration: none;
	line-height: 24px;
	padding-left: 24px;
	background-image: url(../img/icons/heart_empty.png);
	background-repeat: no-repeat;
}
#main_nav li.main_nav_item div ul a:hover,
#main_nav li.main_nav_item div ul a.active{
	color: #A90034;
	background-image: url(../img/icons/heart.png);
	background-repeat: no-repeat;
}

/**************************************/
/*				ANA ICERIK			  */
/**************************************/

h1{
	color: #A90033;
	font-size: 19px;
	border-bottom: 1px solid #CF406E;
	padding-bottom: 5px;
}

h2{
	color: #002E59;
	font-size: 17px;
	margin: 10px 0px 10px 0;
}

h3{
	color: #446E90;
	font-size: 15px;
	margin: 10px 0px 10px 0;
}

h4{
	color: #A90033;
	font-size: 14px;
	margin: 10px 0px 10px 0;
}

table h4{
	margin:0;
}

p {
	line-height: 22px;
	margin: 7px 3px 7px 0px;
	text-align: justify;
	color: #3E596F;
}
p a {
	text-align: left;
}

p img.right {
	margin: 10px;
	margin-right: 0px;
	float: right;
}
p img.left {
	margin: 10px;
	margin-left: 0px;
	float: left;
}

#splash {
	height: 278px;
	position: relative;
	top: 0px;
	width: 950px;
	background-color: white;
}

#content {
	position: relative;
	top: -40px;
}

#flash div {
	margin:0;
	padding:3px 3px 3px 3em;
	background-position:14px 14px;
	background-repeat:no-repeat;
}

#flash p{
	margin: 10px;
	padding: 0;
	text-indent: 0px;
	text-align: left;
}

.error{
	background-color:#FFEFF1;
	background-image:url(../img/exclamation.gif);
	border:1px solid #FFAFB8;
	background-repeat: no-repeat;
}
.errorlist {
	background-color:#FFEFF1;
	border:1px solid #FFAFB8;
	color: #A90034;
	margin-bottom: 7px!important;
	margin-top: -1px!important;
}

.error p {
	color:#A90034;
}
.success {
	background-color:#EEF1F4;
	background-image:url(../img/accept.gif);
	border:1px solid #CBD2DC;
}

.simple_notice {
	background-color:#EEF1F4;
	border:1px solid #CBD2DC;
}

.simple_notice p, .success p {
	color:green;
	text-align: left;
	padding: 5px;
}

#content ul, #content ol {
	margin: 0;
	padding: 0;
}

.shadow_separator_1 {
	/*background-image: url(../img/shadows.png);
	background-repeat: no-repeat;
	background-position: center -195px;*/
	height: 5px;
}

ul.strelka li{
	background-image: url(../img/icons/strelka.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 10px;
	color: #3E596F;
}
ul.strelka {
	margin-top: 7px!important;
	margin-bottom: 7px!important;
	line-height: 27px!important;
}
ul.strelka li a{
	text-decoration: none;
}
ul.strelka li a:hover{
	text-decoration: underline;
}

ol.cv li{
	padding-left: 10px;
	color: #3E596F;
	list-style-type: decimal;
}
ol.cv {
	margin-top: 7px!important;
	margin-bottom: 7px!important;
	line-height: 27px!important;
	margin-left: 30px !important;
}
ol.cv li a{
	text-decoration: none;
}
ol.cv li a:hover{
	text-decoration: underline;
}

p.note {
	border: 1px solid #E5AFBF;
	background-color: #FFEFF4;
	padding-left: 5px;
}

label {
	display: block;
	font-weight: bold;
	text-align: left;
}

label.required {
	color: #A90034;
}

form p {
	margin: 0;
	margin-bottom: 3px;
	margin-top: 3px;
	text-align: left;
	font-size: 12px;
}

form textarea {
	height: 80px;
}

.address {
	color:#3E596F;
	line-height: 20px;
}

.showhide {
	cursor: pointer;
	background-image: url(../img/showhide_open.png);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 20px;
	clear: both;
}
.open {
	background-image: url(../img/showhide_close.png);
}

.clear {
	clear:both;
}

/* TABLES */
th, td { padding: 3px; }

td p { text-align:left; }

.contact_form_indented {
	margin-left: 215px;
}
.baby_search_indented {
	margin-left: 198px;
}
.baby_comment_indented {
	margin-left: 140px;
}
.profile_form_indented {
	margin-left: 220px;
}
.change_password_form_indented {
	margin-left: 160px!important;
}
.registration_form_indented {
	margin-left: 210px;
}
.login_form_indented {
	margin-left: 160px!important;
}

/**************************************/
/*					FOOTER			  */
/**************************************/
#footer {
	background-image: url(../img/shadows.png);
	background-repeat: no-repeat;
	background-position: center -165px;
	position: relative;
	top: -50px;
	clear: both;
	margin-bottom: -100px;
	/*height: 40px;*/
	/*padding-top: 22px;*/
	color: #999;
	font-size: 11px;
}

#footer p {
	font-size: 11px;
	text-align: left;
}

#footer div.last a{
	font-size: 11px;
	text-decoration: none;
	background-image: url(../img/icons.png);
	background-repeat: no-repeat;
	padding-left: 12px;
	text-decoration: underline;
	margin: 0px 5px;
}

#footer a.rss{
	background-position: 0px -234px;
}
#footer a.contact{
	background-position: 0px -178px;
}
#footer a.sitemap{
	background-position: 0px -159px;
	padding-left: 19px!important;
}

#action-select a.fb{
    background-image: url(../img/icons.png);
	background-repeat: no-repeat;
	background-position: 0px -354px;
	padding-left: 19px!important;
}

#action-select a.tw{
    background-image: url(../img/icons.png);
	background-repeat: no-repeat;
	background-position: 0px -332px;
	padding-left: 19px!important;
}



.footer_callcenter {
	color: #A90033;
	font-weight:bold;
}
.footer_callcenter span{
	font-size: 1.2em;
}

/**************************************/
/*			2 Column Layout Styles	  */
/**************************************/
.two_column #content {
	/*background-image: url(../img/memorial_logo_bg.gif);
	background-repeat: no-repeat;
	background-position: 251px 0px;*/

}
.two_column #inner_content {
	background-image: url(../img/left_pane_bg.png);
	background-repeat: repeat-y;
	background-position: 250px 0px;
	float: left;
	width: 100%;
}

.two_column .rightpane {
	/*background-image: url(../img/memorial_logo_bg.gif);*/
	/*background-image: url(../img/left_pane_bg.png);
	background-repeat: repeat-y;
	background-position: top left;*/
	/*
	min-height:350px;
	height:auto!important;
	height:350px;*/

	padding-bottom: 30px;
	/*
	background-image: url(../img/memorial_logo_bg.gif);
	background-repeat: no-repeat;
	background-position: 15px 0px;*/
}

.two_column .rightpane div {
	/*background-image: url(../img/memorial_logo_bg.gif);*/

	padding-right: 0px;
	padding-bottom: 0px;
	padding-top: 20px;
	padding-left: 30px;

}

.two_column .rightpane div ul li{
	/*background-image: url(../img/memorial_logo_bg.gif);*/
	margin-left: 5px;
	line-height: 20px;
}

.two_column .rightpane div div{
	/*background-image: url(../img/memorial_logo_bg.gif);*/
	margin: 0;
	padding: 0;
}

.two_column .leftpane{
	width: 240px;
	padding-bottom: 20px;
}
.two_column .leftpane div{
	margin-left: 5px;
}
.two_column .leftpane h2{
	background-color: white;
	font-size: 13px;
	margin: 15px 0px 5px 3px;
	background-image: url(../img/blue_title_bg.gif);
	background-repeat: no-repeat;
	background-position: top left;
	height: 20px;
	padding: 9px;
	padding-left: 14px;
	width: 210px;
	color: white;
	font-size: 12px;
	font-weight:normal;
}

.two_column .leftpane ul {
	display: block;
	color: #52709F;
	margin-top: 10px;
}

.two_column .leftpane ul li {
	margin-left: 10px;
}

.two_column .leftpane ul a{
	text-decoration: none;
	line-height: 24px;
	padding-left: 24px;
	background-image: url(../img/icons/heart_empty.png);
	background-repeat: no-repeat;
}

.two_column .leftpane ul a:hover, .two_column .leftpane ul a.active{
	color: #A90034;
	background-image: url(../img/icons/heart.png);
	background-repeat: no-repeat;
}

.two_column .leftpane h2 span{
	background-image: url(../img/icons.png);
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 16px;
	width: 16px;
	text-indent: -999em;
	margin:0;
	padding:0;
	margin-top: -3px;
	margin-right: 5px;
}

.two_column .leftpane h2.profile span{
	background-position: 0px -255px;
}

.two_column .leftpane h2.other span{
	background-position: 0px -280px;
}

.two_column .leftpane form{
	margin: 0px 5px;
}

.two_column .leftpane form label{
	color: #3E596F;
	font-weight: bold;
	line-height: 25px;
	display: block;
}

.two_column .leftpane form input{
	color: #333;
	font-size: 12px;
	margin: 8px 0px;
	padding-top: 1px;
}

.two_column .leftpane form input.qs_input{
	padding-left: 26px;
	width: 180px;
	background-image:url(../img/icons.png);
	background-repeat:no-repeat;
	background-position: 5px -62px;
	border: 1px solid #7F9DB9;
	height: 19px;
}

.two_column .leftpane form p{
	text-align: left;
	line-height: 18px;
	margin: 5px 0;
}

.two_column .rightpane #flash {
	margin: 0;
	padding: 8px 0px 0px 35px;
}

.one_column #flash {
	margin: 5px;
	padding: 8px 0px 0px 0px;
}

/**************************************/
/*			1 Column Layout Styles	  */
/**************************************/

.one_column #column ul li{
	/*background-image: url(../img/memorial_logo_bg.gif);*/
	margin-left: 5px;
	line-height: 20px;
}

.one_column #column{
	/*background-image: url(../img/memorial_logo_bg_big.gif);
	background-repeat: no-repeat;*/
	padding: 10px;
	padding-bottom: 20px;
}

.one_column #column div{
	margin-left: 5px;
}

.one_column #column ul {
	color: #52709F;
}

.one_column #column ul li {
	margin-left: 10px;
}



/**************************************/
/*		Individual Page Styles		  */
/**************************************/

/* Anasayfa */

#homepage #content {
	margin-bottom: 6px;
	padding-bottom: 6px;
}

#homepage h1 {
	display: none;
}

#homepage #boxes ul{
	height: 140px;
}

#homepage #boxes ul li {
	display: block;
	float: left;
}

#homepage #boxes ul li a{
	margin: 0px;
	display: block;
	float: left;
	height: 140px;
	text-indent: -999em;
	cursor: pointer;

}

#homepage #boxes ul li div.butt_1{
	width: 325px;
	height: 140px;
	background:url(../img/bar_userlogin.png) no-repeat;
}
#homepage #boxes ul li a.butt_2{
	width: 291px;
	background:url(../img/bar_online.png) no-repeat;
}
#homepage #boxes ul li a.butt_3{
	width: 334px;
	background:url(../img/bar_checkup.png) no-repeat;
	
}

#homepage .titlebar h2 {
	margin:0;
	padding:0;
	float: left;
}

#homepage .titlebar a.rss_link{
	background-image: url(../img/icons.png);
	background-repeat: no-repeat;
	display: block;
	width: 16px;
	height: 16px;
	text-indent: -999em;
	float: right;
	margin-top: 5px;
	margin-right: 5px;
	background-position: 0px -84px;
}

#homepage .titlebar a.archive_link{
	background-image: url(../img/icons.png);
	background-repeat: no-repeat;
	display: block;
	width: 16px;
	height: 16px;
	text-indent: -999em;
	float: right;
	margin-top: 5px;
	margin-right: 7px;
	background-position: 0px -107px;
}


#homepage .box {
	background-image: url(../img/home_box_bg.png);
	background-repeat: no-repeat;
	padding: 14px;
	padding-right: 0;
	padding-bottom: 5px;
}

#homepage .box .titlebar{
	background-image: url(../img/home_box_head_bg.png);
	background-repeat: no-repeat;
	width: 283px;
	height: 30px;
	margin: 0px 0px 3px 0px;
}

#homepage div.encyclopedia {
	margin-top: 8px;
}
#homepage div.encyclopedia h2 a{
	display: block;
	width: 130px;
}

#homepage .encyclopedia .titlebar,
#homepage .location_select .titlebar{
	margin-bottom: 4px;
}

#homepage .box .titlebar h2{
	text-indent: -999em;
	height: 30px;
}

#homepage .tv .titlebar {
	background-position: 0px -35px;
}
#homepage .tv a.thumb {
	padding-left: 1px;
}

#homepage .live .home_live {
	background-image: url(../img/homepage_live_bg.png);
	background-repeat: no-repeat;
	padding-left: 112px;
}
	#homepage .live .maintitle{
		color: #002E59;
		font-size: 15px;
		margin-bottom: 15px;
	}
	#homepage .live table{
		height: 96px;
	}
	#homepage .live table td{
		color: #002E59;
		line-height: 12px;
		font-size: 11px;
	}
	#homepage .live span{
		color: #A81C4B;
	}
	#homepage .live .titlebar a{
		display:block;
		width: 100px;
	}

#homepage .location_select .titlebar {
	background-position: 0px -70px;
}
#homepage .memory .titlebar {
	background-position: 0px -184px;
}
#homepage .memory .titlebar h2 a {
	display: block;
	width: 140px;
}

#homepage .memory .home_memory_content img {
	float: left;
	margin-top: 4px;
	border: 1px solid white;
	padding:1px;
}
#homepage .memory .home_memory_content img:hover {
	border: 1px solid #65819B;
}
#homepage .memory .home_memory_content h3 {
	font-size: 13px;
	color: #002E59;
	margin: 0;
	margin-bottom: 4px;
}
#homepage .memory .home_memory_content div {
	margin-left: 106px;padding-right:10px;color:#65819B; margin-top:10px;
}
#homepage .memory .home_memory_content p {
	margin:0; padding: 0;
}
#homepage .memory .home_memory_content p a{
	font-size: 11px; color: #A90034; text-decoration: none;
}
#homepage .memory .home_memory_content p a:hover{
	font-size: 11px; text-decoration: underline;
}
#homepage .memory .home_memory_content li {
	list-style: circle inside;
	line-height: 13px;
	font-size: 11px;
	margin-left: 3px;
}
#homepage .live .titlebar {
	background-position: 0px -220px;
}

#homepage .news_events li#li_news,
#homepage .news_events li#li_events {
	float:left;
}

#homepage .news_events li#li_news a,
#homepage .news_events li#li_events a{
	width: 143px;
	float: left;
	margin: 0;
	display: block;
	height: 35px;
	background-image: url(../img/home_box_head_bg.png);
	background-repeat: no-repeat;
	text-indent: -999em;
	margin-bottom: 8px;
}

#homepage .news_events li#li_news a {
	background-position: 0px -103px;
}

#homepage .news_events li#li_events a {
	background-position: -142px -103px;
}

#homepage .news_events li#li_news a.selected,
#homepage .news_events li#li_news a.active{
	background-position: 0px -143px;
}
#homepage .news_events li#li_events a.selected,
#homepage .news_events li#li_events a.active{
	background-position: -142px -143px;
}

#homepage ul.homepage_news {
	margin-left: 12px;
	line-height: 18px;
}

#homepage ul.homepage_news li{
	/*list-style: disc inside url(../img/heart_small_white.gif);*/
	list-style-type: none;
}

#homepage ul.homepage_news a {
	font-size: 12px;
	text-decoration: none;
	background-image: url(../img/icons.png);
	background-repeat: no-repeat;
	background-position: 0px -199px;
	padding-left: 16px;
}
#homepage ul.homepage_news a:hover {
	background-position: 0px -218px;
}

#homepage ul.homepage_fast {
	margin-top: 5px;
}
#homepage ul.homepage_fast li{
	display: block;
	float: left;
}
#homepage ul.homepage_fast a{
	display: block;
	float: left;
	width: 152px;
	height: 70px;
	margin-right: 3px;
	margin-bottom: 5px;
	background-image: url(../img/homepage_fasts.png);
	background-repeat: no-repeat;
	text-indent: -999em;
	opacity: .85;
}
#homepage ul.homepage_fast a:hover{
	opacity: 1;
}

#homepage ul.homepage_fast a.fast1{
	background-position: 0px 0px;
}
#homepage ul.homepage_fast a.fast2{
	background-position: 0px -70px;
}
#homepage ul.homepage_fast a.fast3{
	background-position: 0px -142px;
}
#homepage ul.homepage_fast a.fast4{
	background-position: 0px -213px;
}
#homepage ul.homepage_fast a.fast5{
	background-position: 0px -284px;
}
#homepage ul.homepage_fast a.fast6{
	background-position: 0px -355px;
}
#homepage ul.homepage_fast a.fast7{
	background-position: 0px -427px;
}
#homepage ul.homepage_fast a.fast8{
	background-position: 0px -497px;
}
#homepage ul.homepage_fast a.fast9{
	background-position: 0px -569px;
}
#homepage ul.homepage_fast a.fast10{
	background-position: 0px -640px;
}

#homepage div.location_select {
	height: 178px;
}

#home_location_slides {
	width: 213px;
	height: 148px;
	float: left;
}

#home_location_slides_nav {
	float: left;
	margin-top: 10px;
}

#home_location_slides_nav span{
	display: block;
	width: 74px;
	background-image: url(../img/lokasyonlar.png);
	background-repeat: no-repeat;
	text-indent: -999em;
	height: 21px;
	cursor: pointer;
}

#home_location_slides_nav span.f1{
	background-position: -10px 0px;
}
#home_location_slides_nav a.activeSlide span.f1{
	background-position: -111px 0px;
}
#home_location_slides_nav span.f2{
	background-position: -10px -21px;
}
#home_location_slides_nav a.activeSlide span.f2{
	background-position: -111px -21px;
}
#home_location_slides_nav span.f3{
	background-position: -10px -42px;
}
#home_location_slides_nav a.activeSlide span.f3{
	background-position: -111px -42px;
}
#home_location_slides_nav span.f4{
	background-position: -10px -63px;
}
#home_location_slides_nav a.activeSlide span.f4{
	background-position: -111px -63px;
}
#home_location_slides_nav span.f5{
	background-position: -10px -84px;
}
#home_location_slides_nav a.activeSlide span.f5{
	background-position: -111px -84px;
}
#home_location_slides_nav span.f6{
	background-position: -10px -105px;
}
#home_location_slides_nav a.activeSlide span.f6{
	background-position: -111px -105px;
}

#prev_next{
	position: relative;
	
	height: 30px;
	float: left;
	margin-top: -43px;
	padding-left:30px;
	z-index: 19;
}
#prev_next ul, #prev_next li{
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
}
#prev_next li{float:left;}




#splash_tump{
	position: relative;
	height: 46px;
	float: left;
	margin-top: -65px;
	z-index: 19;
	width:500px;
	overflow:hidden;
}
#splash_tump .prev{
	display: block;
	position: absolute;
	background:url(../img/splash_tump_left.png);
	width:13px;
	height:21px;
	text-indent: -999em;
	left:20px;
	top:12px;
	opacity:0.5;
	filter:alpha(opacity=50);
}
#splash_tump .next{
	display: block;
	position: absolute;
	background:url(../img/splash_tump_right.png);
	width:13px;
	height:21px;
	text-indent: -999em;
	left:423px;
	top:12px;
	opacity:0.5;
	filter:alpha(opacity=50);
}
.splash_tump_left:hover {
	opacity:1;
	filter:alpha(opacity=100);
}
.splash_tump_right:hover {
	opacity:1;
	filter:alpha(opacity=100);
}
.splash_tumps{
	width:370px;
	height:46px;
	position: absolute;
	left:48px;
	top:0px;
	overflow:hidden;
}

.splash_tumps_box{
	width:74px;
	height:46px;
	float:left;
	background:url(../img/splash_tump_bg.png) no-repeat;
}

.splash_tumps_img{
	margin:3px 3px 3px 3px;
	width:60px;
	height:40px;
	cursor:pointer;
	opacity:0.7;
	filter:alpha(opacity=70);
}
.splash_tumps_img:hover{
	opacity:1;
	filter:alpha(opacity=100);
}

.splash_tumps_img2{
	margin:3px 3px 3px 3px;
	width:60px;
	height:40px;
	cursor:pointer;
	opacity:1;
	filter:alpha(opacity=100);
}


#splash_tump .viewport { 
float: left; 
width:370px;
height:46px;
overflow: hidden; 
position: relative; 
}


#splash_tump .disable { 
visibility: hidden; 
}
#splash_tump .overview { 
list-style: none; 
position: absolute; 
padding: 0; 
margin: 0; 
width:370px;
left: 0 ;
top: 0; 
}





a#splash_next_button, a#splash_previous_button {
	display: block;
	width: 25px;
	text-indent: -999em;
	height: 25px;
	cursor: pointer;
}

a#splash_next_button {
	background-image: url(../img/splash_arrow_right.png);
}
a#splash_previous_button {
	background-image: url(../img/splash_arrow_left.png);
}
a#splash_next_button:hover {
	background-image: url(../img/splash_arrow_right.png);
}
a#splash_previous_button:hover {
	background-image: url(../img/splash_arrow_left.png);
}

#homepage .international a img{
	opacity: .7;
}

#homepage .international a:hover img{
	opacity: 1;
}


/* Doktor Detay */
#doctor_detail .rightpane table {
	border: none;
}
#doctor_detail .rightpane table td {
	color: #002C59;
	padding: 3px;
	border: none;
	line-height: 18px;
}
#doctor_detail .rightpane table em{
	color: #666666;
	font-style: normal;
	width: 370px;
	display: block;
}
#doctor_detail .rightpane table strong{
	width: 150px;
	display: block;
}

#doctor_detail .leftpane span.dr_picture {
	display: block;
	text-align: center;
}

#doctor_detail .leftpane dt {
	display: block;
	color: #52709F;
	margin-top: 10px;
}

#doctor_detail .leftpane div.profile_box {
	/*background-color: #EEF2F6;*/
	background-image: url(../img/dr_profile_bg.gif);
	background-repeat: no-repeat;
	background-position: top left;
	margin: 4px;
	padding: 10px;
	width: 215px;
	line-height: 18px;
	color: #333333;
	text-align:center;
}



/* Bolum listesi */



#unit_list ul.liste li.grouper ul{
	font-weight: normal;
	font-size: 12px;
	padding: 0;
	margin: 0;
	margin-left: 5px;
}

/* Bölüm Detay */

#unit_detail h2 {
	border-bottom: 1px solid #D1DADF;
	padding-bottom: 3px;
}

/* SSS */

#faq div.answer {
	color: black;
	margin-top: 0px;
	margin-left: 0px;
}

#faq h2 {
	border-bottom: 1px solid #D1DADF;
	padding-bottom: 3px;
}

/* İletişim */

#contact h2 {
	border-bottom: 1px solid #D1DADF;
	padding-bottom: 3px;
	margin:0px;
	margin-top: 10px;
	margin-right: 80px;
	font-size: 18px;
}


#contact div.images {
	padding-top: 15px;
}
#contact div.images img {
	margin-bottom: 4px;
}
/*
#contact div.map {
	padding-left: 14px;
}
#contact div.maps {
	padding-left: 0px;
}
*/

.indented_form_tab {
	float: right!important;
}
a.indented_form_tab{
	background-color: #9BB9CF!important;
	color: white!important;
}

#contact label {
	width: 200px;
	float: left;
	text-align: right;
	margin-right:15px;
}

#contact input#id_name, #contact input#id_phone, #contact input#id_email {
	width: 210px;
}
#contact textarea{
	width: 500px;
}

/* kullanıcı hesabı */

#account label {
	display :block;
	width: 150px;
	float: left;
	font-weight: bold;
}

#account label.required {
	color: #A90034;
}

#account input#id_username, #account input#id_password {
	width: 160px;
}

/* Anlaşmalı Kurumlar */

#contractuals h2 {
	border-bottom: 1px solid #D1DADF;
	padding-bottom: 3px;
}

/* Lokasyon sayfaları */

#hospital_detail ul.other li{
	display: block;
	float: left;
	margin: 0;
}
#hospital_detail ul.other a{
	display: block;
	float: left;
	width: 154px;
	height: 70px;
	margin-right: 8px;
	margin-bottom: 5px;
	background-image: url(../img/homepage_fasts.png);
	background-repeat: no-repeat;
	background-position: top left;
	text-indent: -999em;
	opacity: .85;
}
#hospital_detail ul.other a:hover{
	opacity: 1;
}

#hospital_detail ul.other a.fast2{
	background-position: 0px -70px;
}
#hospital_detail ul.other a.fast5{
	background-position: 0px -284px;
}
#hospital_detail ul.other a.fast6{
	background-position: 0px -355px;
}

#hospital_detail ul.other a.fast11{
	background-position: 0px -711px;
}
#hospital_detail ul.other a.fast12{
	background-position: 0px -782px;
}
#hospital_detail ul.other a.fast13{
	background-position: 0px -853px;
}

#hospital_detail h2 {
	border-bottom: 1px solid #D1DADF;
	padding-bottom: 3px;
}

/* online hizmetler */

#online_services textarea{
	width: 500px;
}

#online_services label {

}

#online_services #appointment_form #id_wanted_unit,
#online_services #appointment_form #id_other_unit,
#online_services #appointment_form #id_patient,
#online_services #appointment_form #id_wanted_hospital,
#online_services #appointment_form #id_phone,
#online_services #appointment_form #id_phone2,
#online_services #appointment_form #id_wanted_doctor {
	width: 250px;
}

#online_services #consultation_form #id_doctor,
#online_services #consultation_form #id_smoking,
#online_services #consultation_form #id_nutrition,
#online_services #consultation_form #id_alcohol {
	width: 250px;
}

#online_services #consultation_form #id_height,
#online_services #consultation_form #id_weight {
	width: 50px;
}

#online_services #patient_message_form #id_patient,
#online_services #patient_message_form #id_hospital,
#online_services #patient_message_form #id_unit,
#online_services #patient_message_form #id_weight {
	width: 250px;
}

#online_services #patient_message_form #id_room {
	width: 50px;
}
#online_services #patient_message_form #id_message {
	height: 150px;
}

/* profil */
form#profile label{
	width: 210px;
	text-align: right;
	margin-right: 10px;
}

form#profile #id_name, form#profile #id_birth_date, form#profile #id_job, form#profile #id_email,
form#profile #id_city_id, form#profile #id_district, form#profile #id_address,
form#profile #id_mobile_phone, form#profile #id_home_phone, form#profile #id_protocol_number
{
	width: 190px;
}

form#patient_story #id_title
{
	width: 300px;
}
form#patient_story #id_description {
	height: 200px;
}

form#patient_story select {
	height: 70px;
	width:300px;
}

form#registration label {
    width: 200px;
    text-align:right;
    margin-right:10px;
}

form#registration #id_username, form#registration #id_email {
    width: 190px;
}

form#login label {
	text-align:right;
	margin-right:10px;
}
form#change_password label {
	text-align:right;
	margin-right:10px;
}
form#change_password #id_new_password1,
form#change_password #id_new_password2
 {
	width: 150px;
}

form#password_reset label {
	text-align:right;
	margin-right:10px;
}
form#password_reset #id_email {
	width: 200px;
}
form#password_change label {
	text-align:right;
	margin-right:10px;
}
form#password_change #id_old_password,
form#password_change #id_new_password1,
form#password_change #id_new_password2
 {
	width: 150px;
}



/* bebekler */
#babies .baby_table{
	border: 1px solid #D1DADF;
	margin-bottom: 3px;
}
#babies .baby_container{
	width: 656px;
	background-image: url(../img/babies_bg.jpg);
	background-repeat: no-repeat;
	background-position: 16px 0px;
}
#babies #content {
	background: none;
}
#babies .baby_search_form {
    margin-top: 140px;
    width: 450px;
    margin-right: 10px;
    float: left;
}

form#baby_search_form {
    border:1px solid #D1DADF;
    padding:3px;
}

#babies #id_keyword
{
	width: 190px;
}
#babies #id_birth_date {
	width: 80px;
}
#babies .baby_search_form label {
	float: left;
	display: block;
	margin-right: 8px;
	width: 190px;
	text-align: right;
}
#babies .baby_navigation {
	float: left;
	margin-top: 180px;
}
#babies table td{
	vertical-align: top;
}
#babies .baby_photo{
	width: 300px;
	background-color:white;
}
#babies .baby_info{
	/* ie'de show hide yapınca genişliğinin oynamaması için */
	width: 100%!important;
}
#babies .baby_info p{
	margin-top: 0;
	margin-bottom: 2px;
}
#babies .baby_info h3{
	border-bottom: 1px solid;
	color: #4A7395;
	font-size: 14px;
	padding: 2px;
}
#babies .baby {
	padding: 3px;
}
#babies .baby label {
	display: block;
	float: none;
	margin-right: 10px;
	text-align:right;
	float: left;
}
#babies .row_1 {
    background-image: url(../img/nazar_boncuk_k.gif);
    background-repeat: no-repeat;
    background-position: top right;
}

#babies .baby_photo img {
    padding: 4px;
    border: 1px solid #ccc;
    background-color: #D1DADF;
    margin: 14px 5px 0px 5px;
}

#babies .row_2 {
    background-image: url(../img/nazar_boncuk_e.gif);
    background-repeat: no-repeat;
    background-position: top right;
}
#babies .row_1 *{
	color: #ED3DA5!important;
}
#babies .row_2 *{
	color: #007FCF!important;
}
.baby_filter{
    height:28px;
    margin-top: 10px!important;
}
.baby_filter li a{
    display:block;
    width:146px;
    height:28px;
    background-image: url(../img/baby_filter.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    text-decoration: none;
    text-indent: -999em;
    margin: 2px 2px;
}
.baby_filter li.b1 a{
    background-position: 0px 0px;
}
.baby_filter li.b2 a{
    background-position: 0px -28px;
}
.baby_filter li.b3 a{
    background-position: 0px -56px;
}
.baby_filter li.b4 a{
    background-position: 0px -84px;
}
.baby_filter li.b1 a:hover, .baby_filter li.b1 a.active{
    background-position: -147px 0px;
}
.baby_filter li.b2 a:hover, .baby_filter li.b2 a.active{
    background-position: -147px -28px;
}
.baby_filter li.b3 a:hover, .baby_filter li.b3 a.active{
    background-position: -147px -56px;
}
.baby_filter li.b4 a:hover, .baby_filter li.b4 a.active{
    background-position: -147px -84px;
}
.baby_comments {
	/*display: none;*/
}

form#add_baby_comment label {
	width: 130px;
	display: block;
	float: left;
	text-align: right;
	margin-right: 10px;
}

form#add_baby_comment textarea#id_comment {
	height:150px;
	width:450px;
}

form#add_baby_comment input#id_sender_phone,
form#add_baby_comment input#id_sender_email,
form#add_baby_comment input#id_sender_name
{
	width:220px;
}

/* görsel tanıtım sayfaları */

#visual_promotion table td p{
	color: #A90034;
	text-decoration: none;
	font-size: 12px;
	margin-top: 2px;
	text-align:center;
}
#visual_promotion table td{
	padding: 0px 11px;
}
#visual_promotion table td a, #visual_promotion table td img{
	display: block;
	margin: 0;
	padding: 0;
}
#visual_promotion table td a{
	border: 1px solid #D1DADF;
}
#visual_promotion table td a:hover{
	border: 1px solid #A90034;
}

/* Foto galeriler */

.photo-gallery {
	/*padding: 10px;*/
	margin-bottom: 10px;
}

#gallery .photo-gallery, #doctor_detail .photo-gallery {
	padding: 10px;
}

.gallery-photo {
	float: left;
	margin: 5px;
	height: 160px;
}

#gallery .gallery-photo, #doctor_detail .gallery-photo {
	float: left;
	margin: 5px 10px;
}

.gallery-photo a{
	border: 1px solid gray;
	display: block;
}
.gallery-photo a:hover{
	border: 1px solid #A90033;
	display: block;
}
.gallery-photo a img{
	margin: 0;
	padding: 3px;
}

.gallery-photo p{
	font-size: 11px;
	text-align: center;
}

/* tablolar */
.tab{
	border-left: 1px solid #E5E5E5;
	border-top: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
	margin: 0px;
	background: #F9F9F9;
}

.tab, .tab td, .tab tr, .tab th{
	border-collapse: separate !important;
	border-collapse: collapse;
	border-spacing: 0;
}

.tab td, .tab th {
	border-bottom: 1px solid #E5E5E5;
	border-left: 1px #fff solid;
	border-right: 1px solid #E5E5E5;
	border-top: 1px #fff solid;
}

.tab td {
	padding: 4px;
	font-size: 11px;
	line-height: 1.4em;
}

.tab td.center{
	text-align: center;
}

.tab th {
	background: #f1f1f1;
	font-weight: bold;
	padding: 4px;
	text-align: left;
	white-space: nowrap;
	font-size: 11px;
	text-align: center;
}

.tab td.th
{
	background: #f1f1f1;
	font-weight: bold;
	padding: 4px;
	white-space: nowrap;
	font-size: 11px;
	text-align: right;
}

/*
.tab tr:hover td {
	background: #fff !important;
}
*/

.tab td.link a{
  border-bottom: 2px solid #8FD5FF;
  color: #6AA1E5;
	text-decoration: none;
}

.tab td.link a:hover{
  border-bottom: 2px solid #009EFF;
  color: #6AA1E5;
	text-decoration: none;
}

.tab th a:hover{
	text-decoration: underline;
}

.tab td, .tab th{
	color: #4F4F4F;
}

.visible {
	display: block;
}

/* tag cloud */

.leftpane ul.tag_cloud li a{
    background-image: none!important;
    padding: 0px!important;
    margin: 0px!important;
}

.leftpane ul.tag_cloud li{
    display:inline!important;
}

.leftpane ul.tag_cloud{
    padding:0px 5px!important;
}

/* Add this stilleri */
.addthis_toolbox
{
	border-top: 1px solid #F1F3F4;
	padding-top: 5px!important;
}
.addthis_toolbox .hover_effect
{
	/*padding: 0px 0px 10px 4px!important;
	border: 3px solid #eee;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;*/
	float: right;
}

.addthis_toolbox .hover_effect a
{
	border: 1px solid transparent;
	padding: 2px 2px 2px 16px;
	position: relative;
	text-decoration: none;
}

.addthis_toolbox .hover_effect a:hover
{
	border: 1px solid #105CB6;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: #F1F3F4;
	color: #105CB6;
	text-decoration: none;
}

.addthis_toolbox .hover_effect span
{
	position: absolute;
	width: 16px;
	height: 16px;
	top: 2px;
	left: 1px;
}

.addthis_toolbox a.rss_link
{
	background-image: url(../img/icons.png);
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	text-indent: -999em;
	background-position: 2px -83px;
}

.addthis_toolbox a.rss_link:hover
{
	background-image: url(../img/icons.png);
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	text-indent: -999em;
	background-position: 2px -83px;
}

form#newsletter_unsubscribe_form #id_email{
	width: 200px;
}


/* Canlı Yayın Soruları */

#questions_container {
	border-top: 1px dotted gray;
	border-bottom: 1px dotted gray;
	padding-top: 10px;
	padding-bottom: 10px;
	overflow: scroll;
	overflow-x:hidden;
	height: 200px;
}
#questions_container .question{
	margin: 2px;
	border-bottom: 1px dotted #DFDFDF;
	padding: 4px;
}
#questions_container .question strong{
	color: gray;
}
#questions_container .question p{
	margin-bottom: 0;
}
#questions_container #questions .highlighted {
	background-color:lightyellow;
}

.memory_page_description  img{
	float: left;
	margin-top: 4px;
	border: 1px solid #F4F5F7;
	padding:5px;
	margin-right: 20px;
}

.memory_page_description img:hover {
	border: 1px solid #65819B;
}
.memory_page_description h3 {
	font-size: 19px;
	color: #002E59;
	margin: 0;
	margin-bottom: 4px;
}
.memory_page_description li {
	list-style: circle inside;
	line-height: 16px;
	font-size: 12px;
	color: #3E596F;
}
sup.new {
    color: #a90034;
    font-size: 10px;
    font-weight: normal;
    font-style: italic;
}


.linebox {margin-top:7px;}
.linebox .left{
	background:url(../img/box_left.png);
	width:16px;
	height:198px;
	float:left;
}
.linebox .center{
	background:url(../img/box_center.png);
	width:918px;
	height:198px;
	float:left;
}
.linebox .right{
	background:url(../img/box_right.png);
	width:16px;
	height:198px;
	float:left;
}



.login_text ul li{
	list-style-type:none;
}

.login_text .username{
	width:158px;
	line-height:25px;
	height:25px;
	background:url(../img/login_text1_1.png) no-repeat;
	border:0px;
	margin-right:3px;
	vertical-align:text-bottom;
	float:left;

}
.login_text .password{
	width:121px;
	line-height:25px;
	height:25px;
	background:url(../img/login_text2_1.png) no-repeat;
	border:0px;
	float:left;
	
}

.login_text .username2{
	width:158px;
	line-height:25px;
	height:25px;
	background:url(../img/login_text1.png) no-repeat;
	border:0px;
	margin-right:3px;
	vertical-align:text-bottom;
	float:left;

}
.login_text .password2{
	width:121px;
	line-height:25px;
	height:25px;
	background:url(../img/login_text2.png) no-repeat;
	border:0px;
	float:left;
	
}

.login_text {padding:50px 0px 0px 20px;height:25px;}
.login_link {padding:10px 0px 0px 14px;}
.login_link img{cursor:pointer;}

.linebox_bar {

	height:29px;
	margin-top:11px;
	color:#3b75a7;
}

.linebox_bar .news{
	width:310px;
	float:left;
	text-align:left;

}
.linebox_bar .hospital{
	width:310px;
	float:left;
	text-align:left;

}
.linebox_bar .advice{
	width:290px;
	float:left;
	text-align:left;
}

.linebox_bar .news .bar{
	background:url(../img/linebox_news.png) no-repeat #0c4271;
	width:310px;
	height:29px;
}
.linebox_bar .hospital .bar{
	background:url(../img/linebox_hospital.png) no-repeat #0c4271;
	width:310px;
	height:29px;
}
.linebox_bar .advice .bar{
	background:url(../img/linebox_advice.png) no-repeat #0c4271;
	width:290px;
	height:29px;
}


.linebox_bar .news .title{
	margin:15px 0px 0px 0px;
	padding:0px 0px 0px 10px;
}

.linebox_bar .news .content{
	margin:10px 0px 0px 0px;
	padding:0px 20px 0px 10px;
	line-height:16px;
	text-align:left;
}

.linebox_bar .news .content img{
	margin-right:10px;
	float:left;
	width:110px;
	height:75px;
}


.linebox_bar .hospital .content{
	margin-top:15px;
	float:left;
	padding-left:15px;
	width:280px;
	height:135px;
}


.linebox_bar .advice .image{
	width:110px;
	height:123px;
	background:url(../img/doctor_2.png);
	margin-top:15px;
	float:left;
}

.linebox_bar .advice .content{
	margin-top:15px;
	padding-left:15px;
	line-height:16px;
	float:left;
	width:160px;
}
.linebox_bar .advice .content div{
	padding:7px 0px 7px 0px;
}

.linebox_bar .events{
	width:310px;
	float:left;
	text-align:left;
}
.linebox_bar .events .bar{
	background:url(../img/linebox_events.png) no-repeat #0c4271;
	width:310px;
	height:29px;
}
.linebox_bar .guide{
	width:310px;
	float:left;
	text-align:left;
}
.linebox_bar .guide .bar{
	background:url(../img/linebox_guide.png) no-repeat  #0c4271;
	width:310px;
	height:29px;
}

.linebox_bar .guide .guide_list{
	padding-top:10px;
}
.linebox_bar .guide .guide_list li{
	list-style-type: none;
}

.linebox_bar .guide .guide_list a {
	text-decoration: none;
	background-image: url(../img/icons.png);
	background-repeat: no-repeat;
	background-position: 0px -199px;
	padding-left: 16px;
	line-height:20px;
}
.linebox_bar .guide .guide_list a:hover {
	background-position: 0px -218px;
}


.linebox_bar .memory{
	width:290px;
	float:left;
	text-align:left;
}
.linebox_bar .memory .bar{
	background:url(../img/linebox_memory.png) no-repeat #0c4271;
	width:290px;
	height:29px;
}
.linebox_bar .memory .bar img{border:0px;}

.linebox_bar .events .title{
	margin:15px 0px 0px 0px;
	padding:0px 0px 0px 10px;
}
.linebox_bar .events .content{
	margin:10px 0px 0px 0px;
	padding:0px 20px 0px 10px;
	line-height:16px;
	text-align:left;
}
.footer_imagelist {margin-top:7px;}
.footer_imagelist li{float:left;}
.footer_imagelist img{border:0px;}
.red_text{color:#a90034;}

.blue_link a:link { text-decoration: none; color: #3b75a7; }
.blue_link a:visited { text-decoration: none; color: #3b75a7; }
.blue_link a:hover { text-decoration: none; color: #A90034; }
.blue_link a:active, a:focus { text-decoration: none; color: #3b75a7; }

.red_link a:link { text-decoration: none; color: #A90034; }
.red_link a:visited { text-decoration: none; color: #A90034; }
.red_link a:hover { text-decoration: none; color: #A90034; }
.red_link a:active, a:focus { text-decoration: none; color: #A90034; }


a#news_splash_next_button, a#news_splash_previous_button {
	display: block;
	float:right;
	width: 9px;
	text-indent: -999em;
	height: 14px;
	cursor: pointer;
}
a#news_splash_next_button { background-image: url(../img/icon_arrow_right.png);}
a#news_splash_previous_button { background-image: url(../img/icon_arrow_left.png);}
#news_splash_prev_next{width:280px;margin-top:7px;}
#news_splash_prev_next span{padding-left:10px;}


#hospital_splash {width:280px;height:135px;}
#hospital_splash img{float:left;margin-right:12px;border:0px;}
a#hospital_splash_next_button, a#hospital_splash_previous_button {
	display: block;
	float:right;
	width: 9px;
	text-indent: -999em;
	height: 14px;
	cursor: pointer;
}
a#hospital_splash_next_button { background-image: url(../img/icon_arrow_right.png);}
a#hospital_splash_previous_button { background-image: url(../img/icon_arrow_left.png);}
.hospital_splash_prev_next {position:absolute; bottom:29px;right:0px; z-index:100;}

a#events_splash_next_button, a#events_splash_previous_button {
	display: block;
	float:right;
	width: 9px;
	text-indent: -999em;
	height: 14px;
	cursor: pointer;
}
a#events_splash_next_button {background-image: url(../img/icon_arrow_right.png);}
a#events_splash_previous_button {background-image: url(../img/icon_arrow_left.png);}
#events_splash_prev_next{width:280px;margin-top:7px;}
#events_splash_prev_next span{padding-left:10px;}


a#websites_splash_next_button, a#websites_splash_previous_button {
	display: block;
	float:right;
	width: 9px;
	text-indent: -999em;
	height: 14px;
	cursor: pointer;
}


.websites_splash_rows{padding:45px 5px 0px 20px;}
.websites_splash_li{width:215px;height:108px; background:url(../img/footer_1.png);position:relative;}
a#websites_splash_next_button {background-image: url(../img/icon_arrow_right.png);}
a#websites_splash_previous_button {background-image: url(../img/icon_arrow_left.png);}
#websites_splash_prev_next{position:absolute; right:15px; top:19px;z-index:1000;}

#lang_list a{float:right; background-repeat:no-repeat; width:18px; height:12px; display: block; margin-right:3px; margin-top:6px;}
a.lang_flag_tr{background-image:url(../img/lang_tr.png);}
a.lang_flag_en{background-image:url(../img/lang_en.png);}
a.lang_flag_az{background-image:url(../img/lang_az.png);}
a.lang_flag_ru{background-image:url(../img/lang_ru.png);}
a.lang_flag_sq{background-image:url(../img/lang_sq.png);}

#sitesearch {width:120px; height:26px;clear:both;}
#sitesearch .li_center{float:right;background:url(../img/search_bg2.jpg) repeat-x; width:73px; height:26px;margin:0px;}
#sitesearch .li_left{float:right;background:url(../img/search_bg1.jpg); width:8px; margin:0px;height:26px;}
#sitesearch .li_right{float:right;width:37px; margin:0px;height:26px;}
#sitesearch #keyword{margin-top:1px;line-height:16px;height:16px;width:71px; border:1px solid #d0dde5;}


