/**
 * The "classic" theme CSS for Shadowbox.
 *
 * This file is part of Shadowbox.
 *
 * Shadowbox is an online media viewer application that supports all of the
 * web's most popular media publishing formats. Shadowbox is written entirely
 * in JavaScript and CSS and is highly customizable. Using Shadowbox, website
 * authors can showcase a wide assortment of media in all major browsers without
 * navigating users away from the linking page.
 *
 * Shadowbox is released under version 3.0 of the Creative Commons Attribution-
 * Noncommercial-Share Alike license. This means that it is absolutely free
 * for personal, noncommercial use provided that you 1) make attribution to the
 * author and 2) release any derivative work under the same or a similar
 * license.
 *
 * If you wish to use Shadowbox for commercial purposes, licensing information
 * can be found at http://mjijackson.com/shadowbox/.
 *
 * @author      Michael J. I. Jackson <mjijackson@gmail.com>
 * @copyright   2007-2008 Michael J. I. Jackson
 * @license     http://creativecommons.org/licenses/by-nc-sa/3.0/
 * @version     SVN: $Id: skin.js 91 2008-03-28 17:39:13Z mjijackson $
 */

/*_____________________________________________________  container & overlay  */
#shadowbox_container, #shadowbox_overlay {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}
#shadowbox_container {
  position: fixed;
  display: block;
  visibility: hidden;
  z-index: 999;
  text-align: center; /* centers #shadowbox in quirks and IE */
}
#shadowbox_overlay {
  position: absolute;
}

/*_______________________________________________________________  shadowbox  */
#shadowbox {
  position: relative;
  margin: 0 auto;
  text-align: left; /* reset left alignment */
}

/*____________________________________________________________________  body  */
#shadowbox_body {
  position: relative;
  margin: 0;
  padding: 0;
  border: 1px solid #333;
  overflow: hidden;
}
#shadowbox_body_inner {
  position: relative;
  height: 100%;
}
#shadowbox_content.html {
  height: 100%;
  overflow: auto; /* make html content scrollable */
}

/*_________________________________________________________________  loading  */
#shadowbox_loading {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
#shadowbox_body, #shadowbox_loading {
  background-color: #060606; /* should match loading image background color */
}
#shadowbox_loading_indicator {
  float: left;
  margin: 10px 10px 0 10px;
  height: 32px;
  width: 32px;
  background-image: url(loading.gif);
  background-repeat: no-repeat;
}
#shadowbox_loading span {
  font-family: 'Lucida Grande', Tahoma, sans-serif;
  font-size: 10px;
  float: left;
  margin-top: 16px;
}
#shadowbox_loading span a:link,
#shadowbox_loading span a:visited {
  color: #fff;
  text-decoration: underline;
}

/*____________________________________________________________  title & info  */
#shadowbox_title, #shadowbox_info {
  position: relative;
  margin: 0; /* these must have no vertical margin or padding */
  padding: 0;
  overflow: hidden;
}
#shadowbox_title_inner, #shadowbox_info_inner {
  position: relative;
  font-family: 'Lucida Grande', Tahoma, sans-serif;
  line-height: 16px;
}
#shadowbox_title {
    border: 0px solid;
  height: 26px;
}
#shadowbox_title_inner {
  font-size: 16px;
  padding: 5px 0;
  color: #fff;
}
#shadowbox_info {
border: 0px solid;
  height: 20px;
}
#shadowbox_info_inner {
  font-size: 12px;
  color: #fff;
}

/*_____________________________________________________________________  nav  */
#shadowbox_nav {
  float: right;
  height: 16px;
  padding: 2px 0;
  width: 45%;
}
#shadowbox_nav a {
  display: block;
  float: right;
  height: 16px;
  width: 16px;
  margin-left: 3px;
  cursor: pointer;
}
#shadowbox_nav_close {
  background-image: url(icons/close.png);
  background-repeat: no-repeat;
}
#shadowbox_nav_next {
  background-image: url(icons/next.png);
  background-repeat: no-repeat;
}
#shadowbox_nav_previous {
  background-image: url(icons/previous.png);
  background-repeat: no-repeat;
}
#shadowbox_nav_play {
  background-image: url(icons/play.png);
  background-repeat: no-repeat;
}
#shadowbox_nav_pause {
  background-image: url(icons/pause.png);
  background-repeat: no-repeat;
}

/*_________________________________________________________________  counter  */
#shadowbox_counter {
  float: left;
  padding: 2px 0;
  width: 45%;
}
#shadowbox_counter a {
  padding: 0 4px 0 0;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}
#shadowbox_counter a.shadowbox_counter_current {
  text-decoration: underline;
}

/*___________________________________________________________________  clear  */
div.shadowbox_clear {
  clear: both; /* clear floating counter & nav */
}

/*________________________________________________________________  messages  */
div.shadowbox_message {
  font-family: 'Lucida Grande', Tahoma, sans-serif;
  font-size: 12px;
  padding: 10px;
  text-align: center;
}
div.shadowbox_message a:link,
div.shadowbox_message a:visited {
  color: #fff;
  text-decoration: underline;
}
/**********************************************/
/* @name: style.css                           */
/* @date: 19/11/07                            */
/* @desc: JMyCarousel css                     */
/* @auth: kevin@enova-tech.net                */
/**********************************************/
/** General Elements && arrows description  ***/


div.jMyCarousel .prev{
	background: url('left.png') center center no-repeat;
	width:47px;
	height:61px;
	border:0px;
}

div.jMyCarousel .next{
	background: url('right.png') center center no-repeat;
	width:40px;
	height:61px;
	border:0px;
}

div.jMyCarousel .up{
	background: url('up.png') center center no-repeat;
	width:61px;
	height:40px;
	border:0px;
}

div.jMyCarousel .down{
	background: url('down.png') center center no-repeat;
	width:47px;
	height:61px;
	border:0px;
}


div.jMyCarousel{
	border:1px solid #1c6f8e;
}

div.jMyCarousel ul{
	
}

div.jMyCarousel ul li{
	margin:0px;
	border:1px solid #ccc;
	line-height:0px;
	padding:0px;
}

div.jMyCarousel ul li a{ /* in case of link */
	display:block;
}

div.jMyCarousel ul li img{
	display:block;
	border:0px;
}
#tooltip {
    position: absolute;
    z-index: 3000;
    border:none;
    background:none;
    padding: 5px;
    width:365px;
    height:96px;
    /*opacity: 0.85;*/
    padding:10px;
    background:url('../images/bebekdetay_back.gif');
    overflow:hidden;

}
#tooltip h3, #tooltip div { margin: 0; }
#bebek div.detaylar {
    display:none;
}

#tooltip td{
    font-family:Comic Sans MS;
    color:#a6005e;
    font-weight:bold;
    font-size:14px;
    padding:2px;
    vertical-align:top;
}
#tooltip td.deger{
    color:#a6005e;
}
#tooltip img{
    width:77px;
    height:58px;
    border:3px solid #a0d6df;
    margin:0px 4px 0px 5px;
}
#tooltip img.kiz {
    border-color:#eeb0cd;
}@charset "iso-8859-9";

/*
Author: Cemile Bora
*/
  

/*CSS RESET*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	cursor: pointer;
}

* html input.png,
* html img,
* html .png{
	position:relative;
behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "blank.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
);
}

/* CLEARING FLOATS */
.clear {
	clear:both;
	height:0px;
    font-size:0px;
}

body {
	background-color: #FFF;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
	font-size:13px;
	font-family: "century gothic";
	padding:0;
	margin:0;
	color:#022F58;
}

p {
	font-size:13px;
	color:#022F58;
}

strong {
	font-size:13px;
}

/* HEADER HER SAYFADA AYNI */

#header {
	position:relative;
	background-image:url(../images/header.png);
	background-repeat:repeat-x;
	height:207px;
	margin:0 auto;
	z-index:2;
}

#top_arama {
    height:20px;
    width:175px;
    position:absolute;
    right:0px; 
    top:5px;
    z-index:4;
}
#top_arama input.t{
    height:14px;
    width:135px;
    border-top:1px solid #696d6d;
    border-left:1px solid #696d6d; 
    padding:3px;
    line-height:20px;
}
#top_arama input.i{
    height:24px;
    width:24px;
    vertical-align: top;
}
#logo-menu {
	height:207px;
	margin:0 auto;
	width:950px;
	margin-top:-200px;
	position:relative;
	z-index:3;
}

#logo {
	width: 290px;
	height: 105px;
	margin: 0px auto;
	padding:10px;
	top:10px;
}

ul#menu {
	top:5px;
}

#menu {
 width: 950px;
 height: 34px;
 background: url(../images/menuu.gif);
 margin: 0px auto; padding: 0;
 position: relative;
}
#menu li {margin: 0; padding: 0; list-style: none; position: absolute; top: 0;}

#menu li, #menu a {height: 34px; display: block;}
#panel1b {left: 0; width: 108px;}
#panel2b {left: 108px; width: 150px;}
#panel3b {left: 258px; width: 98px;}
#panel4b {left: 356px; width: 91px;}
#panel5b {left: 447px; width: 133px;}
#panel6b {left: 580px; width: 81px;}
#panel7b {left: 661px; width: 132px;}
#panel8b {left: 793px; width: 80px;}
#panel9b {left: 873px; width: 77px;}

#panel1b a:hover {background: transparent url(../images/menuu.gif) 0 -34px no-repeat;}
#panel2b a:hover {background: transparent url(../images/menuu.gif) -108px -34px no-repeat;}
#panel3b a:hover {background: transparent url(../images/menuu.gif) -258px -34px no-repeat;}
#panel4b a:hover {background: transparent url(../images/menuu.gif) -356px -34px no-repeat;}
#panel5b a:hover {background: transparent url(../images/menuu.gif) -447px -34px no-repeat;}
#panel6b a:hover {background: transparent url(../images/menuu.gif) -580px -34px no-repeat;}
#panel7b a:hover {background: transparent url(../images/menuu.gif) -661px -34px no-repeat;}
#panel8b a:hover {background: transparent url(../images/menuu.gif) -793px -34px no-repeat;}
#panel9b a:hover {background: transparent url(../images/menuu.gif) -873px -34px no-repeat;}

* {
	margin: 0;
}
html, body {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -75px;
}

/* ANA SAYFA */
  
#content {
width:940px;
margin:10px auto;
background:none;
}

/* ANA SAYFA SPLASH */

#splash {
	width:940px;
	height:277px;
    margin-top:20px;
}

#splash-left{
    width:430px;
    height:277px;
    float:left;
    position:relative;
}
#splash-left #buyuks{
    width:430px;
    height:277px;
    position:absolute;
    top:0px;
    left:0px;
    z-index:1;
	overflow:hidden;
}
#splash-left #buyuks img{

    height:277px;
    position:absolute;
    top:0px;
    left:0px;
    z-index:5;
    display:none;
}
#splash-left #buyuks img.goster {display:block;}
#splash-right #kucuks{
    width:470px;
    height:60px;
    position:absolute;
    top:210px;
    left:0px;
    z-index:2;
}
#splash-right #kucuks .back{
	width:470px;
	height:61px;
    position:absolute;
    top:0px;
    left:0px;
    z-index:1;
    /*background-color:#dd9cc3;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    filter:alpha(opacity=75);
    -moz-opacity:0.75;
    -khtml-opacity: 0.75;
    opacity: 0.75;*/
    
}
#splash-right #kucuks .imgs{
    width:470px;
    height:47px;
    position:absolute;
    top:0px;
    left:0px;
    z-index:2;
    padding:7px 8px;
    overflow:hidden;
    text-align:center;
}
#splash-right #kucuks .imgs img{
    width:47px;
    height:45px;
    border:1px solid #bdb1b5;
    margin:1px 3px;
    cursor:pointer;
}
#splash-right #kucuks .imgs img.goster{
    border:2px solid #b769a2;
    margin:0px 2px;
    
}
#splash-right{
    position: relative;
    width:470px;
    height:262px;
    float:right;
    background-image:url(../images/splash-right.png);
    background-repeat:no-repeat;
    padding-left:20px;
    padding-right:20px;
    padding-top:15px;
    padding-bottom:0px;
    line-height:16px;
}
#splash-right #splash-right-ic{
    position: relative;
    width:470px;
    height:262px;
}
#splash-right #splash-right-ic .aciklamalar{
    display:none;
    position:absolute;
    top:0px;
    left:0px;
}
#splash-right #splash-right-ic div.aciklamalar.goster {display:block;}
#splash-right div.baslik{
    position:relative;
    line-height:25px;
    height:25px;
    margin-bottom:35px;
    width:247px;
}
#splash-right div.baslik span{
    position:absolute;
    line-height:25px;
    top:1px;
    left:0px;
    color:#ceeaef;
    font-size:22px;
    font-family:Arial;
    font-weight:bold;
    width:247px;
    z-index:2;
}
#splash-right div.baslik div{
    position:absolute;
    top:0px;
    left:1px;
    color:#484d4f;
    font-size:22px;
    line-height:25px;
    font-family:Arial;
    font-weight:bold;
    width:247px;
    z-index:1;
}

/* UYELIK VE YATAY BANNER */

#uyebanner {
width:940px;
height:90px;
margin-top:25px;
margin-bottom:25px;
*margin-top:9px;
*margin-bottom:9px;
}

#uyelik {
	width:197px;
	height:90px;
    /*padding-top:45px;*/
    text-align: right;
	float:left;
	background-image:url(../images/anasayfa_uyelik_back.jpg);
	background-repeat:no-repeat;
    position: relative;
}
#uyelik div.uyesayisi { position: absolute; top:8px; left:8px; z-index:5; width:60px; height:20px; z-index: 2;}
#uyelik div.uyesayisi div{
    position:relative;
    line-height:20px;
    height:20px;
    width:60px;
    color:#70336f;
    font-size:20px;
    font-family:Arial;
    font-weight:bold;
}
#uyelik div.uyesayisi div span{
    position:absolute;
    line-height:20px;
    top:1px;
    left:1px;
    color:#ffffff;
    font-size:20px;
    font-family:Arial;
    font-weight:bold;
    width:60px;
    z-index:2;
}



#uyelik img { position: absolute; top:0px; left:0px; z-index:5; width:197px; height:90px;}

input#email {
    width:105px;
    height:16px;
    background:none;
    border:none;
    position: absolute;
    top:58px;
    left:60px;
/*
	display:block;
	margin-left:100px;
	*margin-left:95px;
	margin-top:8px;
	*margin-top:6px;
*/}

input.image_button {
    width:27px;
    height:24px;
    background:none;
    border:none;
    position: absolute;
    top:54px;
    left:170px;

/*
	margin-left:140px;
	*margin-left:140px;
*/}

input.isim_button {
	margin-left:20px;
}

.hori-bannerrr {
    margin-left:15px;
    width:728px;
    height:90px;
    float:left;
}
.hori-bannerrr img{
	width:728px;
	height:90px;
}

/* MIDDLE BOXES */

#midboxes {
	width:940px;
	height:225px;
	margin:0px;
	line-height:0px;
}

#midboxes ul {
	padding-left:0px;
	margin-top:10px;
}

#midboxes ul li a {
	display:list-item;
	height:17px;
	padding-left:15px;
	padding-top:8px;
	padding-bottom:9px;
	list-style-image: url(../images/bulletoff.png);
	list-style-position:inside;
	border-bottom:#FFF 1px dashed;
	font-style: normal;
	line-height: normal;
	color: #022F58;
	text-decoration: none;	
}

#midboxes ul a:hover {
	background-color:#8bd9df;
	list-style-image: url(../images/bulleton.png);
}


#mid-1 {
    width:294px;
    height:225px;
    float:left;
    position:relative;
    cursor:pointer;
    
}
#mid-1 div.res{
    width:294px;
    height:225px;
    position:absolute;
    top:0px;
    left:0px;
    z-index:1;
}
#mid-1 div.back{
	width:294px;
	height:56px;
    position:absolute;
    top:169px;
    left:0px;
    z-index:2;
    background-color:#000000;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter:alpha(opacity=60);
    -moz-opacity:0.60;
    -khtml-opacity: 0.60;
    opacity: 0.60;
    
}
#mid-1 div.baslik{
    position:absolute;
    top:147px;
    width:274px;
    left:10px;
    height:25px;
    z-index:3;
}
#mid-1 div.baslik span{
    position:absolute;
    top:1px;
    left:0px;
    color:#ceeaef;
    font-size:23px;
    line-height:25px;
    font-family:Arial;
    font-weight:bold;
    z-index:2;
}
#mid-1 div.baslik div{
    position:absolute;
    top:0px;
    left:1px;
    color:#484d4f;
    font-size:23px;
    line-height:25px;
    font-family:Arial;
    font-weight:bold;
    z-index:1;
}
#mid-1 div.icerikkk{
    position:absolute;
    top:179px;
    left:10px;
    width:274px;
    height:36px;
    z-index:4;
    overflow: hidden;
}
#mid-1 div.icerikkk table{
    width:274px;
    height:36px;
}
#mid-1 div.icerikkk table td{
    vertical-align:middle;
    width:274px;
    height:36px;
    font-size:16px;
    line-height:115%;
    font-family:Arial;
    font-weight:bold;
    color:#ffffff;
    
}

#mid-2 {
	margin-left:29px;
	width:294px;
	height:225px;
	float:left;
	background-image:url(../images/midbox.png);
	background-repeat:no-repeat;
}

h1.mid2 {
	background:url(../images/encokokunanlar.png);
	width:294px;
	height:58px;
	display:block;
position:relative;
behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "blank.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
);
}

h1.mid3 {
	background:url(../images/sonforumbasliklari.png);
	width:294px;
	height:58px;
	display:block;
position:relative;
behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "blank.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
);
}

#mid-3 {
    margin-left:29px;
    width:294px;
    height:225px;
    float:left;
    background-image:url(../images/midbox.png);
    background-repeat:no-repeat;
    position:relative;

}
#mid-3 img.fa{
	position:absolute;
    bottom:0px;
    right:10px;
	width:111px;
	height:14px;
}

/* BOTTOM */

#bottom {
	margin-top:25px;
	*margin-top:9px;
	margin-bottom:20px;
	*margin-bottom:0px;
	width:940px;
}

.bottom-bannerrr {
    width:145px;
    height:350px;
    float:left;
}             
.bottom-bannerrr img{
	width:145px;
	height:350px;
}               

#bottom-right {
	margin-left:20px;
	width: 775px;
	height: 350px;
	float:left;
}

/* HESAPLAYICI */

#hesap {
	width:775px;
	height:125px;
	background-image:url(../images/hesaplayici.jpg);
}

#hesap p {
width:250px;
height:5px;
padding:0px;
padding-top:20px;
margin-left:472px;
}

#calculator {
	margin-left:450px;
	padding-top:30px;
}

#hesap select {
	width:80px;
	display:inline;
}

/* BOTTOM BOXES */

#rec {
width:775px;
height:201px;
margin-top:20px;
*margin-top:20px;
}

rec ul {
	padding-left:0px;
}

#rec ul li a {
	display:list-item;
	height:17px;
	padding-left:15px;
	padding-top:8px;
	padding-bottom:8px;
	list-style-image: url(../images/bulletoff.png);
	list-style-position:inside;
	font-style: normal;
	line-height: normal;
	color: #022F58;
	text-decoration: none;	
}

#rec ul a:hover {
	background-color:#8bd9df;
	list-style-image: url(../images/bulleton.png);
}

#rec-1 {
	width:243px;
	height:151px;
	float:left;
	background-image:url(../images/isim.jpg);
	background-repeat:no-repeat;
	padding-top:50px;
}

#rec-1 select {
	width:100px;
	margin-bottom:20px;
}

#rec-2 {
	margin-left:23px;
	width:243px;
	height:201px;
	float:left;
	background-image:url(../images/rec.png);
	background-repeat:no-repeat;
	background-position:bottom;
}

#rec-2 p {
	padding-left:20px;
	padding-right:10px;
	padding-bottom:10px;
	padding-top:10px;
	font-size:12px;
	line-height:14px;
}

select {
	display:block;
	margin-left:20px;
	margin-bottom:6px;
	width:200px;
}

h1.rec2 {
	background:url(../images/doktorlar.png);
	background-repeat:no-repeat;
	width:243px;
	height:54px;
	display:block;
	position:relative;
behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "blank.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
);

}

h1.rec3 {
	background:url(../images/tavsiye.png);
	background-repeat:no-repeat;
	width:243px;
	height:54px;
	display:block;
	position:relative;
behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "blank.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
);

}

#rec-3 {
	margin-left:23px;
	width:243px;
	height:201px;
	float:left;
	background-image:url(../images/rec.png);
	background-repeat:no-repeat;
	background-position:bottom;
    position:relative;
}
#rec-3 img.ate{
    position:absolute;
    bottom:0px;
    right:10px;
    width:111px;
    height:14px;
}

/* PROJE ORTAKLARI */

#proje {
    width:760px;
    height:45px;
    background-image:url(../images/proje.png);
    background-repeat:no-repeat;
    margin:0 auto;
    margin-top:20px;
    *margin-top:20px;
    margin-bottom:25px;
    *margin-bottom:25px;
    padding-left: 180px;
    padding-top: 10px;
    padding-bottom:10px;
    clear:both;
}
#projem {
    width:940px;
    height:65px;
    margin-top:20px;
    *margin-top:20px;
    margin-bottom:25px;
    *margin-bottom:25px;
    clear:both;
}
#bebekler {
    width:940px;
    height:72px;
    background-image:url(../images/bebekler_back.jpg);
    background-repeat:no-repeat;
    margin:0 auto;
    clear:both;
    position:relative;
}
#bebekler .maillink{
    position: absolute;
    top:0px; left:0px;
    width:190px; height:72px;
}
#bebeks {
    width:740px;
    height:64px;
    position:absolute;
    top:4px;
    left:198px;
}
#bebek img {
    width:77px;
    height:58px;
    border:3px solid #a0d6df;
    margin:0px 4px 0px 5px;
}
#bebek ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
#bebek li {
    width:92px;
    height:64px;
    float:left;
}
#bebek img.kiz {
    border-color:#eeb0cd;
}
#bebek .prev{
    background: url('../images/left.png') center center no-repeat;
    width:30px;
    height:45px;
    border:0px;
    cursor:pointer;
}

#bebek .next{
    background: url('../images/right.png') center center no-repeat;
    width:30px;
    height:45px;
    border:0px;
    cursor:pointer;
}
#proje ul li {
	display:inline;
	margin-right:15px;
}

/* FOOTER */

.footer, .push {
	height: 75px; /* .push must be the same height as .footer */
}

.footer {
	background-image:url(../images/footer.jpg);
	background-repeat:repeat-x;
	padding-top:8px;
	height:67px;
	text-align:center;
	color:#FFF;
}

/* ALT SAYFALAR */

#content-haber {
width:940px;
margin:-10px auto;
margin-top:-20px;
background:none;
z-index:1;
position:relative;
}

/* BREADCRUMB */

.haber-splash {
	position:relative;
    width:731px;
    height:267px;
}
.haber-splash img{
    position:absolute;
    top:0px;
    left:0px;
    width:731px;
    height:267px;
    z-index:1;
}

.haber-splash .text {
	position:absolute;
	top:218px; /* in conjunction with left property, decides the text position */
	left:10px;
	width:731px; /* optional, though better have one */
	color:#A3D9E1;
    z-index:3;
}

.haber-splash .text a{
	color:#FFF;
	text-decoration:none;
}



.haber-splash2 {
	position:relative;
    width:731px;
    height:41px;
	margin-top:20px;
}
.haber-splash2 img{
    position:absolute;
    top:0px;
    left:0px;
    width:731px;
    height:41px;
    z-index:1;
}

.haber-splash2 .text {
	position:absolute;
	top:14px; /* in conjunction with left property, decides the text position */
	left:10px;
	width:731px; /* optional, though better have one */
	color:#A3D9E1;
    z-index:3;
}

.haber-splash2 .text a{
	color:#FFF;
	text-decoration:none;
}
/* SIDEBAR */

#sidebar {
	width:189px;
	float:left;
}

#sidebar ul {
	background-color:#a3d9e1;
	padding-top:30px;
    padding-left:0px;
}

#sidebar a {
	border-bottom:dashed 1px #FFF;
	padding-top:10px;
	padding-bottom:10px;
	height:12px;
	display:list-item;
	padding-left:10px;
	color:#022F58;
	text-decoration:none;
}

#sidebar a:hover {
	background-color:#77bec8;
	color:#fff;
}

#sidebar h1 {
	color:#FFF;
	text-transform:uppercase;
	padding-left:10px;
	padding-top:30px;
}


.sidebar-top {
	background-color:#a3d9e1;
	width:189px;
}

.sidebar-bottom {
	background-image:url(../images/sidebar-bottom.png);
	width:189px;
	height:30px;
	background-repeat:no-repeat;
    margin-bottom:10px;
}

/* ALT SAYFA POST KISMI */

#context {
	width:731px;
	float:left;
	margin-left:20px;

}

.context-bannerrr {
    width:731px;
    height:90px;
    margin-top:20px;
}
.context-bannerrr img{
	width:728px;
    height:90px;
}

#post, .extract, #list {
	width:731px;
	margin-top:20px;
	margin-bottom:20px;
}

#post td {
	height:30px;
	padding-left:25px;
	padding-top:8px;
}

#post p, .extract p, #list p {
	padding-left:20px;
	padding-right:20px;
	line-height:22px;
	padding-bottom:10px;
	color:#78A1AF;
}
/*
#post p:first-letter {
    display:block;
	float:left;
	padding:5px;
	margin:4px 5px 0px 5px;
	font-size:64px;
	*line-height:64px;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
} 
*/
#post strong, .extract strong, #list strong {
	font-weight:bold;
	color:#78A1AF;
}

#post a, .extract a, #list a {
	text-decoration:none;
	color:#B31E65;
	font-weight:bold;
}

#post a:hover {
	background-color:#B31E65;
	color:#FFF;
}

.extract a:hover {
	background-color:#FFF;
	color:#78A1AF;
}

#post ul, .extract ul, #list ul {
	padding-left:20px;
}


#post ul li, .extract ul li, #list ul li {
	padding-bottom:10px;
	list-style-image:url(../images/bullet.gif);
	list-style-position:inside;
	color:#78A1AF;
}

#post ol li, .extract ol li, #list ol li {
	padding-left:20px;
	padding-bottom:10px;
	list-style-position: inside;
	list-style-type: decimal;
}

#post-img{
	padding:10px;
	background-color:#FFFFFF;
	border: 1px #DFDFDF solid;
	float:left;
	margin-left:20px;
	margin-right:20px;
	margin-bottom:5px;
}

/* HABER LISTESI SAYFALARINDAKI IMAJLAR (kare olmali, 166x166'ya kuculecek) */

.extract-img {
	background-image:url(../images/ext-img2.png);
	width:135px;
	height:135px;
	padding:10px;
	float:left;
	margin-left:20px;
	margin-right:20px;
	margin-bottom:10px;
	z-index:2;
	margin-top:-50px;
}

/* HASTANE LISTESI SAYFALARINDAKI IMAJLAR (169 x 63'e kuculecek) */

#list-img {
	background-image:url(../images/list-img.png);
	width:169px;
	height:63px;
	padding:15px;
	float:left;
	margin-left:20px;
	margin-right:20px;
	margin-bottom:10px;
	z-index:2;
	margin-top:-60px;
}

.extract-top, .post-top, .list-top {
	width:731px;
	height:10px;
	background-image:url(../images/post-top.png);
	background-repeat:no-repeat;
}

.post-mid {
	*margin-top:-5px;
	padding-top:15px;
	width:731px;
	background-color:#FFF;
}

.extract-mid {
	*margin-top:-5px;
	padding-top:15px;
	width:731px;
	/*height:200px;*/
	background-color:#FFF;
}

.list-mid {
	*margin-top:-5px;
	padding-top:15px;
	width:731px;
	height:160px;
	background-color:#FFF;
}

.extract-bottom, .post-bottom, .list-bottom {
    clear:both;
	width:731px;
	height:15px;
	background-image:url(../images/post-bottom.png);
	background-repeat:no-repeat;

}

#post h1.h1, #post h1.h2, #post h1.h3, #post h1.h4 {
	background-repeat:repeat-y;
    /*height:36px;*/
	line-height:36px;
	width:731px;
	text-align:center;
	/*padding-top:8px;*/
	margin-bottom:20px;
	color:#FFF;
	font-weight:bold;
	font-size:18px;
}



#post span {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#CCC;
	margin-bottom:10px;
	text-align:center;
    font-weight: bold;
	display:block;
}

#post h1.h1 {
    background-image:url(../images/ext-h1.png);
}

#post h1.h2 {
    background-image:url(../images/ext-h2.png);
}

#post h1.h3 {
    background-image:url(../images/ext-h3.png);
}

.extract h1, .extract h2, .extract h3 {
	background-repeat:repeat-y;
	line-height:36px;
	width:496px;
	text-align:left;
	padding-left:235px;
	margin-bottom:20px;
	color:#FFF;
	font-weight:bold;
	font-size:18px;
}

.extract h1 {
	background-image:url(../images/ext-h1.png);
}

.extract h2 {
	background-image:url(../images/ext-h2.png);
}

.extract h3 {
	background-image:url(../images/ext-h3.png);
}

#list h1, #list h2, #list h3, #list h4, #list h5, #list h6 {
	background-repeat:repeat-x;
	height:55px;
	width:496px;
	text-align:left;
	padding-top:8px;
	padding-left:235px;
	margin-bottom:20px;
	color:#000;
	font-weight:bold;
	font-size:18px;
	line-height:22px;
}

#list span {
	font-size:14px;
	font-weight:normal;
}

#list h1 {
	background-image:url(../images/list-h1.png);
}

#list h2 {
	background-image:url(../images/list-h2.png);
}

#list h3 {
	background-image:url(../images/list-h3.png);
}

#list h4 {
	background-image:url(../images/list-h4.png);
}

#list h5 {
	background-image:url(../images/list-h5.png);
}

#list h6 {
	background-image:url(../images/list-h6.png);
}

#list a {
	text-decoration:none;
	color:#000;
}

#list a:hover {
	color:#77BDC7;
}

/* BUTONLAR */

#moremavi a {
 width: 129px;
 height: 29px;
 background:url(../images/devam1.png);
 background-color:none;
 display:block;
 text-indent:-99999px;
 float:right;
}

#moremavi a:hover {background-position: 0 -29px;}
.morepembe {text-align:right; height:30px;}
.morepembe a {
 width: 129px;
 height: 29px;
 background:url(../images/devam2.png);
 background-color:none;
 display:block;
 float:right;
 text-indent:99999px;
 overflow: hidden;
 margin-right:20px;
}

.morepembe a:hover {background-position: 0 -29px;}
.flashsolll {margin:20px auto 0px auto; width:145px; height:350px; }
.flashsolll img{width:145px; height:350px; }
.aboneform { margin-left:20px; width:400px; border-collapse: separate; border-spacing: 2px;}
.aboneform td{ padding:2px; vertical-align: top;}
.aboneform td input.t,
.aboneform td select,
.aboneform td textarea { width:250px; border-width:1px; border-style: solid; border-color: silver gray gray silver; }
.aboneform td select { width:350px; margin:0px; padding:0px; display:inline;}

label.error, font.error {color:red;clear:both; display: block;}
label.error.ilk, font.error.ilk {color:red;clear:both; display:inline;}
input.error, textarea.error {background-color:#ffdbc8; border-color:red;}
/* -- Sayfa Nolari --*/
div.pagenos {margin:0px auto; text-align:center; padding:1px 5px 0px 0px; line-height:27px; border-color:#e9f4fb; border-style:solid; border-width:1px 0px 1px 0px; display:block; clear:both; background-color: #f9fcfd; font-weight: normal; color:#51849f;}
div.pagenos a {border: 1px solid #b0d6eb; color:#51849f; font-size:11px; line-height:20px; font-family:Tahoma,Arial; padding:3px 6px; text-decoration:none;}
div.pagenos a:Hover {border-color:#51849f; text-decoration:none;}
div.pagenos a.s {background-color:#51849f; border-color:#51849f; color:#ffffff;}
div.pagenos a.h {color:silver; border-color:silver; cursor:default;}
div.pagenos a.h:Hover {color:silver; border-color:silver; cursor:default;}
/* -- Sayfa Nolari --*/
 