﻿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,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
border:0;
outline:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
margin:0;
padding:0;
}

body {
line-height:1;
font-family: 'PT Sans Narrow', sans-serif;
font-size:1.2em;
line-height:20px;
color:#666;
margin:0;
}

video,
iframe,
object,
img{max-width:100%;}
iframe {width:100%;border:0; overflow:hidden; background-color:transparent;}
blockquote,q {
quotes:none;
}

blockquote:before,blockquote:after,q:before,q:after {
content:none;
}

:focus {
outline:0;
}

ins {
text-decoration:none;
}

del {
text-decoration:line-through;
}

table {
border-collapse:collapse;
border-spacing:0;
}

* {
font-size:100.01%;
}

html {
font-size:62.5%;
margin:0;
padding:0;
}
a {
outline:none;
text-decoration:none;
}

a:hover {
text-decoration:none;
}
img, img a {border:0;}
img a, a img {cursor:pointer;}

h1,h2,h3,h4,h5,h6{text-shadow:1px 1px 1px #FFF;font-family: 'PT Sans Narrow', sans-serif;}
#footer h1,#footer h2,#footer h3,#footer h4,#footer h5,#footer h6,.frame h1{text-shadow:none;}
h1, h2, h3, h4, h5, h6, p, ul, ol {margin: 10px 0 10px 0;font-weight: normal;color: #222;}
p, ul, ol, li {color: #0D4E54; list-style:none;font-size:16px; font-family: 'PT Sans Narrow', sans-serif;}
p strong {color: #555;}
.colored_box p strong {color: #FFF;}
p {margin-bottom: 15px; font-size:16px; font-family: 'PT Sans Narrow', sans-serif;}
h1 {font-size:2.1em;}
h2 {font-size:1.9em;}
h3 {font-size:1.7em;}
h4 {font-size:1.5em;}
h5 {font-size:20px;}
h6 {font-size: 18px;color: #222;margin: 0 0 5px 0;text-shadow: none;text-decoration: none;}



p + h1,
p + h2,
p + h3,
p + h4,
p + h5,
p + h6 {padding-top: 20px;}

input, textarea, select {
border: 1px solid #b4cdcd;
background: #E7F7FF;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
-moz-box-shadow: inset 1px 2px 3px 0px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: inset 1px 2px 3px 0px rgba(0, 0, 0, 0.1);
box-shadow: inset 1px 2px 3px 0px rgba(0, 0, 0, 0.1);
line-height: 1;
padding: 4px 2px 4px 2px;
color: #666;
}
input:focus, textarea:focus {
  box-shadow: 0 1px 0 #2392f3 inset, 0 -1px 0 #2392f3 inset, 1px 0 0 #2392f3 inset, -1px 0 0 #2392f3 inset, 0 0 4px rgba(35, 146, 243, 0.5);
  outline: none;
  background:#ffffff;
}

/*==================================================
 * Effect 7
 * ===============================================*/
.effect7
{
  	position:relative;       
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.7), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.7), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.7), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            border: 6px solid #FFFFFF;
}
.effect7:before, .effect7:after
{
	content:"";
    position:absolute; 
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:0;
    bottom:0;
    left:10px;
    right:10px;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
} 
.effect7:after
{
	right:10px; 
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg); 
       -moz-transform:skew(8deg) rotate(3deg);     
        -ms-transform:skew(8deg) rotate(3deg);     
         -o-transform:skew(8deg) rotate(3deg); 
            transform:skew(8deg) rotate(3deg);
}

.effect8
{
  	position:relative;       
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.7), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.7), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.7), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            border: 6px solid #F0F0F0;
}
.effect8:before, .effect8:after
{
	content:"";
    position:absolute; 
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:0;
    bottom:0;
    left:10px;
    right:10px;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
} 
.effect8:after
{
	right:10px; 
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg); 
       -moz-transform:skew(8deg) rotate(3deg);     
        -ms-transform:skew(8deg) rotate(3deg);     
         -o-transform:skew(8deg) rotate(3deg); 
            transform:skew(8deg) rotate(3deg);
}


.bluebuton{
color: #FF0;
padding: 6px 15px 6px 15px !important;
font-weight: bold;
font-size: 18px !important;
cursor: pointer;
background: #039fd3;
-webkit-transition: background-color 0.3s ease-in;
-moz-transition: background-color 0.3s ease-in;
-o-transition: background-color 0.3s ease-in;
transition: background-color 0.3s ease-in;
font-family: 'PT Sans Narrow', sans-serif;
}
.bluebuton:hover{	background-color: #7eb800; color:#000}

.aramabuton{
color: #FF0;
padding: 6px 15px 6px 40px !important;
font-weight: bold;
font-size: 18px !important;
cursor: pointer;
background: #039fd3 url(../images/aramabutton.png) 5% 50% no-repeat;
-webkit-transition: background-color 0.3s ease-in;
-moz-transition: background-color 0.3s ease-in;
-o-transition: background-color 0.3s ease-in;
transition: background-color 0.3s ease-in;
font-family: 'PT Sans Narrow', sans-serif;
}
.aramabuton:hover{	background-color: #7eb800; color:#000}

.haritabutton{
color: #3c2e25;
float:left;
padding: 6px 15px 6px 40px !important;
font-weight: bold;
font-size: 18px !important;
cursor: pointer;
background: #ff8c68 url(../images/haritamarker.png) 5% 50% no-repeat;
-webkit-transition: background-color 0.3s ease-in;
-moz-transition: background-color 0.3s ease-in;
-o-transition: background-color 0.3s ease-in;
transition: background-color 0.3s ease-in;
font-family: 'PT Sans Narrow', sans-serif;
border: 1px solid #b4cdcd;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
-moz-box-shadow: inset 1px 2px 3px 0px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: inset 1px 2px 3px 0px rgba(0, 0, 0, 0.1);
box-shadow: inset 1px 2px 3px 0px rgba(0, 0, 0, 0.1);
line-height: 1;
margin: 2px;
text-decoration: none;
}

.haritabutton:hover{	background-color: #7eb800; color:#000;text-decoration: none;}


.ortala {text-align:center; float:left !important; color: #000;text-shadow: 1px 1px 1px #FFF; }
.clear {clear:both;}
.genelbutton {
color: #f6f4ed !important;
text-shadow: 0px -1px 0px rgba(0,0,0,0.4) !important;
border-bottom: 1px solid #88391e !important;
border-top: 1px solid #bc5937 !important;
border-left: 1px solid #ad5d41 !important;
border-right: 1px solid #ad5d41 !important;
box-shadow: inset 0px 1px 0px rgba(255,255,255,0.3), 0px 1px 3px rgba(0,0,0,0.2) !important;
-moz-box-shadow: inset 0px 1px 0px rgba(255,255,255,0.3), 0px 1px 3px rgba(0,0,0,0.2) !important;
-webkit-box-shadow: inset 0px 1px 0px rgba(255,255,255,0.3), 0px 1px 3px rgba(0,0,0,0.2) !important;
background-color: #d04f2c !important;
background-image: linear-gradient(#e6613e, #c24828) !important;
cursor:pointer;

}

.solbloklist {

}
.solbloklist li {

list-style: none;
margin-top: 10px;

}
.solbloklist .sagok {
background: url(../images/liststyle.png) no-repeat -303px -320px;
padding-left: 22px;
}
.solbloklist .dairesagok {
background: url(../images/liststyle.png) no-repeat -619px -2px;
padding-left: 22px;
}
.solbloklist .ok {
background: url(../images/liststyle.png) no-repeat -461px -161px;
padding-left: 22px;
}
.solbloklist .yildiz {
background: url(../images/liststyle.png) no-repeat -581px -41px;
padding-left: 22px;
}
.solbloklist .yorum {
background: url(../images/liststyle.png) no-repeat -380px -241px;
padding-left: 22px;
}
.solbloklist .nokta {
background: url(../images/liststyle.png) no-repeat -67px -557px;
padding-left: 22px;
}
.solbloklist .arti {
background: url(../images/liststyle.png) no-repeat -141px -478px;
padding-left: 22px;
}
.solbloklist .eksi {
background: url(../images/liststyle.png) no-repeat -101px -518px;
padding-left: 22px;
}

.solbloklist li a {


margin: 0 13px 0 0;
color: #666;
text-decoration: none;
}

.borbottom {
border-bottom: 1px dotted #666;
}
.textkes {
white-space: nowrap;
}

.baslikana {
width: 100%;
float: left;
margin: 10px 0px 10px 0px;
background: #fff url('../images/basliktile.png') 3px repeat-x;
}
.baslikicon {
width: 20px;
height: 20px;
float: left;
background: #fff url(../images/liststyle.png) no-repeat -619px -2px;
margin: 0px;
}
.baslikicerik {
width: auto;
color: #666;
font-size: 18px;
float: left;
background-color: #fff;
padding: 0px 15px 0px 6px;
margin: 0px;
font-family: 'PT Sans Narrow', sans-serif;
font-weight: bold;

}
.baslikicerik a {
color: #0D4E54;
font-size: 14px;
font-weight: normal;
}
.baslikicerik a:hover {
color: #000;
}



/* -------------------- C. SEARCH STYLES -------------------- */

.width-container {
width: 1000px;
margin: 0 auto;
}

.search-drop-down { -webkit-transition-duration: 0ms; -moz-transition-duration: 0ms; -o-transition-duration: 0ms;
	background:url(../images/search-drop-down.png) top left no-repeat; display:block; text-indent:-99999px; cursor: pointer;  width:80px; height:44px; float:left; right:0px; position:relative; margin-left:10px; bottom:0px;}
#search-container .width-container {position:relative;}
#search-container {background:#fff; padding:15px 0px; margin-bottom: 10px; border-bottom:1px solid #b2b2b2;	-moz-box-shadow: 0px 0px 3px rgba(0,0,0,.08); -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,.08); box-shadow:  0px 0px 3px rgba(0,0,0,.08);  position:relative;}
#search-container input.field {width:100%;}
#search-container label.assistive-text {
	background-image:url(../images/assistive-text.png);
	background-position:-4px -4px;
	background-repeat:no-repeat;
	background-color:#888888;
	width:31px;
	height:30px;
	display:block;
	float:left;
	text-indent:-99999px;
	border-top:1px solid rgba(0, 0, 0, 0.6); 
	border-left:1px solid rgba(0, 0, 0, 0.45);
	border-right:1px solid rgba(0, 0, 0, 0.45);
	border-bottom:1px solid rgba(0, 0, 0, 0.35);
	-moz-box-sizing: padding-box;
	-webkit-background-clip: padding-box; /* for Safari */
	background-clip: padding-box;
	-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
}
#search-container label.assistive-text:hover {background-color:#696969;}
#search-container input {float:left; display:block; font-size:14px; padding: 8px 0px 6px 5px;font-family: 'PT Sans Narrow', sans-serif;}



#panel-search {
	padding-top:5px;
	display:none;
}

#panel-search label.assistive-text {
	background:transparent;
	width:auto;
	height:auto;
	display:inline-block;
	float:none;
	text-indent:0px;
	border:none;
}
#search-container #panel-search label.assistive-text:hover {background:none;}
#panel-search select option {font-size:12px; background:#fff; color:#888; }

.search-drop-down.active {background:url(../images/search-drop-down-active.png) top left no-repeat; }
#search-container #panel-search input, #panel-search select {width:100%; max-width: 100%; margin:0px;}
#search-container #panel-search div {float:left;}
#search-container label {width: 100%;float: left;text-align: left;color: #be0000;font-size: 16px;margin-bottom: 5px;margin-top: 5px;}
#search-container #panel-search div.header-advanced-pricing input {width:90%;}
#search-container #panel-search .header-advanced-bedbath select {width:90%;}
#search-container #panel-search .header-prop-typestatus select {width:90%;}
#search-container #panel-search div.price-range { width:24px; color:#be0000; position:relative; top:7px; text-align:center; margin:0px; padding:0px;}
.more-search-options {font-size:12px; color:#aaa;  font-style:italic; margin:6px 6px -6px 0px; margin-right:6px; float:right; display:block;}

/* .lt-ie9 a.search-drop-down {display:none !important;} */
.lt-ie9 #search-container #panel-search input, .lt-ie9  #panel-search select{ min-width:80px !important;}
.lt-ie9  #search-container #panel-search div.header-advanced-pricing input {min-width:71px !important;}
.lt-ie9 #search-container #panel-search .header-prop-typestatus select {min-width:130px !important;}
/*




/*---------------------SITE GENEL--------------------------*/
#siteana {
width:100%;
display:table;


}
#siteana #header {
display: block;
}

#header .headergolge {
background: url(../images/headergolge.png) 50% 0 no-repeat;
  min-height: 144px;
}
#header .headericerik{
width:1000px;
margin:0 auto;
padding:5px 0 5px;
}
#header .headericerik:after {
clear:both;
display:block;
content:"";
}
#header .logo {
float:left;
outline:none;
cursor:pointer;

}
#header .menualani {
float:right;

}




#main {

width:100%;
}

#main .main-area {
width:1000px;
margin:0 auto;
padding:25px 0 5px;
}


.sitebox {
    background:#fff;
   
-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7), 0 0 40px rgba(0, 0, 0, 0.1) inset;
-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7), 0 0 40px rgba(0, 0, 0, 0.1) inset;
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7), 0 0 40px rgba(0, 0, 0, 0.1) inset;
border: 6px solid #FFFFFF;
height: 1%;
overflow: hidden;
 padding:0;
 margin-bottom: 10px;
}
.sitebaslik {

color: #fff;

}
.sitebaslikicerik {
height: 1%;
overflow: hidden;
padding: 18px 22px 0 20px;
}

.icerikboxlari {

color: #FFF;
padding: 0;
margin: 0 0 20px 0;
font-size: 13px;
width: 100%;
}
.icerikboxlari li {
padding: 10px;
line-height: 23px;
color: #FFF;
    -moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
background: #0078AF;
margin-bottom:5px;
list-style:none;
}

#main .sitebaslikicerik  h1 {
padding-bottom: 15px;
font-size: 24px;
float: left;
color: #00305A;
margin: 0px 0 0;
text-shadow:none;
}


/* 3 cols */
.col3cercevegenis{
	max-width: 236px;
	max-height: 140px;
}
.col3cercevepadding {
    margin: 8px 0 0 9px;
float: left;
}

.col3cercevegenis img {max-height: 109px;}




/* 3 cols */
.urunlercercevegenis{
	max-width: 175px;
	max-height: 323px;
    float:left;
    margin-left:7px;
}
.urunlercercevepadding {
    margin: 8px 0 0 0;
float: left;
}

.urunlercercevegenis img {max-height: 168px;}

.urunlercercevegenistitle {
 background: url(../images/titlebg.gif) repeat-x;
 float:left;
 width: 163px;
 max-width:163px;
}

.urunlertitlestil {
    text-align: center;

color: #fff;
text-shadow: 1px 1px 1px #000;
}

#turuncu {
	margin: 20px 0px 0px 0px;
	display: inline-table;
}
#turuncu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#turuncu ul li {
	width: 44px;
	height: 50px;
	float: left;
	text-align: center;
	line-height: 45px;
	margin: 0px 10px 0px 0px;
	color: #ffffff;
	text-shadow: 1px 1px #000000;
}
#turuncu ul li a {
	background-image: url('../images/turuncu.png');
	display: block;
	height: 50px;
	text-decoration: none;
	color: #ffffff;
	text-shadow: 1px 1px #d05c03;
}
#turuncu ul li a:hover, .active {
	background-position: 0px -50px;
}
#yesil {
	margin: 20px 0px 0px 0px;
	display: inline-table;
}
#yesil ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#yesil ul li {
	width: 44px;
	height: 50px;
	float: left;
	text-align: center;
	line-height: 45px;
	margin: 0px 10px 0px 0px;
	color: #ffffff;
	text-shadow: 1px 1px #000000;
}
#yesil ul li a {
	background-image: url('../images/yesil.png');
	display: block;
	height: 50px;
	text-decoration: none;
	color: #ffffff;
	text-shadow: 1px 1px #beb404;
}
#yesil ul li a:hover, .active {
	background-position: 0px -50px;
}
#pembe {
	margin: 20px 0px 0px 0px;
	display: inline-table;
}
#pembe ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#pembe ul li {
	width: 44px;
	height: 50px;
	float: left;
	text-align: center;
	line-height: 45px;
	margin: 0px 10px 0px 0px;
	color: #ffffff;
	text-shadow: 1px 1px #000000;
}
#pembe ul li a {
	background-image: url('../images/pembe.png');
	display: block;
	height: 50px;
	text-decoration: none;
	color: #ffffff;
	text-shadow: 1px 1px #985151;
}
#pembe ul li a:hover, .active {
	background-position: 0px -50px;
}
.ok-sol {
	background-image: url('../images/ok.png')!important;
}
.ok-sol:hover {
	background-position: 0px 0px!important;
}
.ok-sag {
	background-image: url('../images/ok.png')!important;
	background-position: 0px -50px;
}
.ok-sag :hover {
	background-position: 0px 0px!important;
}

.hrgolge720 {border: 0;height: 20px;width: 720px;background: url(../images/global-sprite-dividers.png) 0 -20px no-repeat;margin: 15px 0 22px 0;}
.hrgolge980 {border: 0;height: 20px;width: 980px;background: url(../images/global-sprite-dividers.png) 0 0 no-repeat !important;margin: 15px 0 22px 0;}
.hrgolge510 {border: 0;height: 20px;width: 510px;background: url(../images/global-sprite-dividers.png) 0 -40px no-repeat !important;margin: 15px 0 22px 0;}




#urunmenu{
float: left;
width: 220px;
float: left;
background: url(../images/urunmenuseperator.gif) 206px 0 repeat-y;
padding-bottom: 65px;
overflow: hidden;
}
#main #urunmenu ul {
margin: 0;
}
#main #urunmenu ul li {
margin-bottom: 0;
vertical-align: top;
height: 1%;
}

#urunmenu ul a:hover, #urunmenu ul li.secili a {
background: url(../images/urunmenubg.png) 0px 0px no-repeat;
margin-right: 0;
color: #fff;
text-decoration: none;
}
#urunmenu ul a {
display: block;
padding: 4px 0 8px 20px;
height: 1%;
position: relative;
background: url(../images/urunmenualtseperator.gif) 0 100% repeat-x;
margin: 0 13px 0 0;
color: #666;
text-decoration: none;
}


.general-block.breadcrumbs {
padding: 0px;
margin: 0px 0px 0 0px;
}

ul.breadcrumbs li {
float: left;
height: 38px;
line-height: 38px;
font-size: 14px;
color: #666;
padding: 0px 1px 0px 19px;
background: url(../images/liststyle.png) no-repeat -303px -310px;
}

ul.breadcrumbs li a {
font-size: 14px;
color: #666;
}

ul.breadcrumbs li.home {
padding: 0px;
}

ul.breadcrumbs li .active {
color: #be0000;

text-decoration: none;

font-size: 16px;
font-weight: bold;
}


            
.ilandetayfiyat a
        {
            

 text-align:center;
color: #fff;

font-size: 22px;
font-weight: bold;
text-decoration: none;

 cursor:pointer;
            }
            
            

            
            
             .ilandetayilankisaozellik
        {
            
      float:left;
      width:100%;


font-size: 12px;
color: #fff;

text-decoration: none;


            
            }
            
            
          .ilandetayilankisaozellik ul {
float: left;

}


.ilandetayilankisaozellik li {
float: left;
padding-left: 20px;
margin: 0px;
padding-top: 3px;
padding-bottom: 3px;
list-style-type: none;
display: block;
width: auto;
line-height: 16px;
border-bottom: 1px solid #EAEAEA;
background: url(../images/liststyle.png) no-repeat -619px -2px;
}  



.ilandetayilankisaozellik span {
float: left;
width: 125px;
font-weight: bold;
text-align: left;
list-style-type: none;
line-height: 16px;
}
            
            
            
            
            
            
            
               .ilandetayilankisaozellikbaslik
        {
            
      float:left;
      width:95px;


font-size: 14px;
color: #666;
font-weight: bold;
text-decoration: none;


            
            }
            
                  .ilandetayilankisaozellikicerik
        {
            
      float:left;
      width:112px;


font-size: 14px;
color: #be0000;
text-align: center;
text-decoration: none;


            
            }

.ozelliklistesi {
float: left;

}

.ozelliklistesi ul li {
float: left;
width: 170px;
height: 16px;
color: #A7A9AC;
padding: 5px 0;

}
.ozelliklistesi ul li strong {
color: black;
background: url(../images/bullet.png) no-repeat;
padding-left: 20px;
}
.secili {
background: url(../images/bullet.png) no-repeat;
}

.colororange{
background: #d04f2c;
border-top: 1px solid #88391e;
border-bottom: 1px solid #bc5937;
box-shadow: inset 0px 1px 0px rgba(255,255,255,0.3), 0px 1px 3px rgba(0,0,0,0.2) !important;
-moz-box-shadow: inset 0px 1px 0px rgba(255,255,255,0.3), 0px 1px 3px rgba(0,0,0,0.2) !important;
-webkit-box-shadow: inset 0px 1px 0px rgba(255,255,255,0.3), 0px 1px 3px rgba(0,0,0,0.2) !important;
background-image: linear-gradient(#e6613e, #c24828) !important;
}

.ozelliklistesibaslikbg span {
color: #FF0;font-weight: bold;
}

.ilandetaymegafotolink a
        {
            
            float:left;
            width: 100%;
            text-align:center;
            margin-top: 9px;
            color:#fff;
            text-decoration: none;
           
            
            }

            
            .ilandetaymegafotolink a:hover
        {
            
            float:left;
            width: 100%;
            text-align:center;
           text-decoration: none;
            color:#000;

            
            }


#demo1
{
	 float:left;	
	}
.sosyalag
{
	 float:left;
	 width:100%;
     margin-top: 5px;
	}
	
	.sosyalag img
{
	 float:left;
	 margin:2px;
	}
.wp-pagenavi {position: relative;padding: 20px 0px 20px 0px;text-align: center;clear: both;}
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:visited { padding: 5px 7px !important; margin: 2px;border-radius: 5px; text-decoration: none; font-weight: normal !important; font-size: 20px !important; color: #fff !important; border: none !important; background:#039fd3; padding: 0px 10px 0px 10px !important;}
.wp-pagenavi span.current { font-size: 20px !important;}
.wp-pagenavi span.current, .wp-pagenavi span.extend, .wp-pagenavi a:active, .wp-pagenavi a:hover { padding: 0px 10px 0px 10px !important; margin: 2px; border-radius: 5px; color: #fff; border: none !important; background: #be0000; }
.wp-pagenavi span.pages { padding: 5px 7px 5px !important; margin: 2px !important ; color: #000000; color: #413f36; border: none !important; }


#footer .footergenel {
width: 980px;
position: relative;
margin: 0 auto;
}
#footer .footerwrap {
width: 980px;
overflow: hidden;
}

#footer .footericerik{
width: 100%;
overflow: hidden;
padding: 10px 0 10px 0;
}

#footer_alt {
width: 100%;
min-height: 70px;
height: auto;
}
.bilgi {
width: 980px;
font-size: 11px;
overflow: hidden;
position: relative;
margin: 0 auto;
padding: 34px 0 0 8px;
}

#footer h3, #footer_alt h3{
margin: 0;
color: #fff !important;
font-size:16px; font-family: 'PT Sans Narrow', sans-serif;
margin-top: 20px;
}

#footer_alt .sayfabasi {
float: right;
background: url(../images/top.png);
width: 52px;
height: 52px;
}
.sayfabasi a {
display: inline-block;
text-indent: -9999px;
width: 52px;
height: 52px;
}
#footer_alt .sayfabasilink {display: inline-block;text-indent: -9999px;}
#footer_alt .sayfabasilink:hover {}
#footer_alt #footerright ul {
float: right;list-style: none;
}
#footer_alt ul li {
float: right;
padding: 2px 2px 0px 0px;
}
#footer_alt ul li a {
color: #fff !important;
text-decoration: underline;
}

/*translate ascx css*/

 a.gflag {
                        vertical-align: middle;
                        font-size: 24px;
                        padding: 1px 0;
                        background-repeat: no-repeat;
                        background-image: url('http://joomla-gtranslate.googlecode.com/svn/trunk/mod_gtranslate/tmpl/lang/24.png');
                    }

                        a.gflag img {
                            border: 0;
                        }

                        a.gflag:hover {
                            background-image: url('http://joomla-gtranslate.googlecode.com/svn/trunk/mod_gtranslate/tmpl/lang/24a.png');
                        }

                    #goog-gt-tt {
                        display: none !important;
                    }

                    .goog-te-banner-frame {
                        display: none !important;
                    }

                    .goog-te-menu-value:hover {
                        text-decoration: none !important;
                    }

                  
                    #google_translate_element2 {
                        display: none!important;
                    }
/*translate ascx css*/

