

/* Font styles. */
/* line 2, ../sass/style.sass */
body {
  margin: 0;
  /* Setting up font size, leading and font family
   * http://www.markboulton.co.uk/journal/comments/five-simple-steps-to-better-typography */
  font: 13px/1.5em Arial,Helvetica,sans-serif;
  color: #555F6F;
  font-family: Arial,Helvetica,sans-serif;
  background-color: #efefef;

}

 body.front {
  /* background: url('../images/gazete-1.jpg'); */
}
table {
  border-collapse: separate;
}
table tr td {
  vertical-align: top;
}

/* Links */
/* line 11, ../sass/style.sass */
a:link, a:visited {
  color: blue;
  text-decoration: none;
}

/* line 16, ../sass/style.sass */
a:hover, a:active {
  color: red;
  text-decoration: underline;
}

/* Titles. */
/* line 21, ../sass/style.sass */
#site-name {
  font-size: 2.2em;
  line-height: 1.3em;
  font-weight: 300;
  padding: 0 0 0.5em;
  margin: 0;
}

/* line 28, ../sass/style.sass */
h1, h2, h3, h4, h5, h6 {
  line-height: 1.3em;
}

/* line 31, ../sass/style.sass */
h1 {
  font-size: 2.2em;
  font-weight: 300;
  padding: 0 0 0.5em;
  margin: 0;
}

/* line 37, ../sass/style.sass */
h2 {
  font-size: 1.8em;
  font-weight: 300;
}

/* line 42, ../sass/style.sass */
h3 {
  font-size: 1.4em;
  margin-bottom: 1em;
}

/* line 46, ../sass/style.sass */
h4 {
  font-size: 1.2em;
  margin-bottom: 0.8em;
}

/* line 50, ../sass/style.sass */
h5 {
  font-size: 1.1em;
  font-weight: 600;
  margin-bottom: 0;
}

/* line 55, ../sass/style.sass */
h6 {
  font-size: 1em;
  font-weight: bold;
}

/* Paragraph styles. */
/* line 60, ../sass/style.sass */
p {
  margin: 0 0 1em 0;
}

/* List styles. */
/* line 64, ../sass/style.sass */
ul, ol {
  margin-left: 0;
  padding-left: 2em;
}

/* Table styles. */
/* line 69, ../sass/style.sass */
table {
  width: 99%;
}

/* line 74, ../sass/style.sass */
tr.even td,
tr.odd td {

}

/* line 77, ../sass/style.sass */
tr.odd {
  background-color: white;
}

/* Code. */
/* line 81, ../sass/style.sass */
pre, code, tt {
  font: 1em "andale mono", "lucida console", monospace;
  line-height: 1.5;
}

/* line 85, ../sass/style.sass */
pre {
  background-color: #efefef;
  display: block;
  padding: 5px;
  margin: 5px 0;
  border: 1px solid #aaaaaa;
}

/* List styles. */
/* line 93, ../sass/style.sass */
ul {
  list-style-type: disc;
}
/* line 95, ../sass/style.sass */
ul ul {
  list-style-type: circle;
}
/* line 97, ../sass/style.sass */
ul ul ul {
  list-style-type: square;
}
/* line 99, ../sass/style.sass */
ul ul ul ul {
  list-style-type: circle;
}

/* line 102, ../sass/style.sass */
ol {
  list-style-type: decimal;
}
/* line 104, ../sass/style.sass */
ol ol {
  list-style-type: lower-alpha;
}
/* line 106, ../sass/style.sass */
ol ol ol {
  list-style-type: decimal;
}

/* Abbreviation. */
/* line 110, ../sass/style.sass */
abbr {
  border-bottom: 1px dotted #666666;
  cursor: help;
  white-space: nowrap;
}

/* UI improvments. */
/* line 116, ../sass/style.sass */
#edit-title {
  font-size: 24px;
  width: 99%;
}

/* line 120, ../sass/style.sass */
#system-themes-form img {
  width: 100px;
}

/* line 123, ../sass/style.sass */
.form-item .description {
  font-style: italic;
  line-height: 1.2em;
  font-size: 0.8em;
  margin-top: 5px;
  color: #777777;
}

/* line 130, ../sass/style.sass */
#edit-delete {
  color: #cc0000;
}

/* Console, style from slate theme. */
/* line 134, ../sass/style.sass */
div.messages {
  padding: 9px;
  margin: 1em 0;
  color: #003366;
  background: #bbddff;
  border: 1px solid #aaccee;
}

/* line 141, ../sass/style.sass */
div.warning {
  color: #884400;
  background: #ffee66;
  border-color: #eedd55;
}

/* line 146, ../sass/style.sass */
div.error {
  color: white;
  background: #ee6633;
  border-color: #dd5522;
}

/* line 151, ../sass/style.sass */
div.status {
  color: #336600;
  background: #ccff88;
  border-color: #bbee77;
}

/* Region Colors. delete when starting a new theme. */
/* line 157, ../sass/style.sass */
#header, #footer {
}

/* line 160, ../sass/style.sass */
#sidebar-first {
}

/* line 163, ../sass/style.sass */
#sidebar-second {
}

/* line 166, ../sass/style.sass */
#navigation {
}
.region-sidebar-first .block {
  width: 220px;
  margin-bottom: 10px;
}

.comment-inner .content {
  border: 1px solid #DDDDDD;
  padding: 10px;
  margin-bottom: 5px;
}
.region-sidebar-first {
  padding-left: 15px;
}
.region-sidebar-first h2.block-title {
    background-image: url("../images/sol-bant.png");
    background-repeat: no-repeat;
    color: #000000;
    font-family: "Trebuchet MS",Helvetica,sans-serif;
    font-size: 1.1em !important;
    font-weight: bold;
    height: 20px;
    padding-left: 15px;
    padding-top: 2px;
    width: 220px;
}
.region-sidebar-first .block .content {
    background-color: #f1f1f1;
    padding: 10px;
    border-left: 1px solid #c8c8c8;
    border-right: 1px solid #c8c8c8;
    border-bottom: 1px solid #c8c8c8;
}
.region-sidebar-first .block .content a {
  color: #333333;
  text-decoration: none;
}

#block-views-slayt-block_1 .views-slideshow-controls-bottom .views-slideshow-pager-field-item a {

  display: block;
  color: #9f9e9d;
  font-family: Arial,Helvetica,sans-serif;
  text-decoration: none;
  height: 24px;
  padding-top: 5px;
  font-size: 1.3em;
  font-weight: bold;
  width: 66px;
  text-align: center;
  background-image: url('../images/manset-sag-golge.jpg');
  background-repeat: no-repeat;
  background-position: right;

}
#block-views-slayt-block_1 .views-slideshow-controls-bottom {
}
#block-views-slayt-block_1 .views-slideshow-controls-bottom .views-slideshow-pager-field-item {
  float: left;
}

#widget_pager_bottom_slayt-block_1 .active {

}
#widget_pager_bottom_slayt-block_1 .active a {
     color: red !important;
}
#block-views-slayt-block_1 span#views_slideshow_controls_text_previous_slayt-block_1,
#block-views-slayt-block_1 span#views_slideshow_controls_text_next_slayt-block_1
 {
  display:none;
}
#block-views-slayt-block_1 span#views_slideshow_controls_text_pause_slayt-block_1 {

  display: block;
  float: left;
  overflow: hidden;
  width: 42px;
  height: 0px !important;
  padding-top: 29px;
  background-image: url('../images/pause-play.gif');
  background-repeat: no-repeat;

}
div#block-views-slayt-block_1 {
  float: left;
  border: 1px solid #cececf;
}
.pause-kaydir {
   background-image: url('../images/pause-play.gif');
  background-repeat: no-repeat;
  background-position: 0px -30px;
}
a.feed-icon {
  display: none;
}

.sayfa-ustu {
  width: 100%;
  height: 167px;
}
div#block-facetapi-nnJhQ78neqT131OPrRq4OAwDsqcCno7O .range-slider-box {
  display: none;
}
body.not-front #content #content-header {
 background-image: url("../images/her-sayfa-bg.png");
    background-repeat: no-repeat;
    min-height: 40px;
    width: 718px;
}
body.not-front #content #content-header h1 {
color: #1A1A1A;
    font-family: "Trebuchet MS",Arial;
    font-size: 1em;
    font-weight: bold;
    padding-left: 20px;
    padding-top: 10px;
}
#block-current_search-solr_current .content ul li {
    bottom: 2px;
    display: block;
    float: left;
    font-weight: bold;
    position: relative;
}
#block-current_search-solr_current .content ul {
  padding-top: 5px;
  color: #FFFFFF;
}
#block-current_search-solr_current .content ul li a {
  color: #FFFFFF;
  font-weight: bold;
  width: 20px;
  margin-right: 4px;
  height: 0px;
  display: block;
  float: left;
  padding-top: 20px;
  overflow: hidden;
  background-image: url('../images/x.png');
  background-repeat: no-repeat;

}

#block-current_search-solr_current .content .current-search-item-text {
  float: right;
  color: #FFFFFF;
  font-weight: bold;
  margin-right: 20px;
  padding-top: 2px;
}
.node-type-gaygimenkul .node-inner {
    margin: 0;
    padding: 10px;
    width: 709px;
}
table.gayrimenkul-detay-tablo-ust tr td.label-td {
  width: 150px;
}
div#edit-sozlesme {
  border: 1px solid #777777;
  overflow: scroll;
  height: 200px;
  padding: 2px;
}
.page-user-register form#user-register-form input.form-text {
  background-color: #fff;
    color: #343434;
    font-size: 1.1em;
    width: 340px;
    border:1px solid #d0d0d0;
    padding: 15px 0 15px 5px;
    -webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.page-user-register form#user-register-form .form-item {
  margin: 10px 0;
}
.page-user-register form#user-register-form select#edit-field-cinsiyet-und {
   height: 25px;
    width: 220px;
}
form#user-register-form div.password-confirm {
 display: none;
}
form#user-register-form input#edit-submit {
background-color: #ac1718;
    border: medium none;
    color: #fff;
    font-size: 1.2em;
    padding: 15px 0;
    text-align: center;
    width: 350px;
    cursor: pointer;
    -webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
form#user-register-form .form-type-password-confirm .form-type-password {
  display: inline-block;
  vertical-align: top;
  margin: 0 15px 0 0;
  width: 160px !important;
}
form#user-register-form .form-type-password-confirm .form-type-password input {
  width: 160px;
  margin: 0;
}
.sayfa-ustu-inner {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
  height: 178px;
  background-image: url('../images/band.png');
  background-repeat: repeat-y;
}
#tek-logo {
  float: left;
  margin-top: 37px;
  margin-left: 5px;
}
#call-center {
    float: right;
    left: 134px;
    position: relative;
    top: 8px;
    margin-top:17px;
}
.usst-mmenu {
    display: block;
    height: 47px;
    position: relative;
    width: 980px;
    margin-left: 13px;
}
.usst-mmenu .ust-men-link-wrapper {
    float: left;
}
.usst-mmenu div#icraliklar {
    background-image: url("../images/ortak-menu-bg.png");
    background-repeat: no-repeat;
    display: block;
    height: 28px;
    left: -10px;
    overflow: hidden;
    padding-left: 28px;
    padding-top: 21px;
    position: absolute;
    top: 0;
    width: 142px;
    z-index: 10;
}

.usst-mmenu div#projeler {
    background-image: url("/sites/all/themes/basic/images/ortak-menu-bg.png");
    background-repeat: no-repeat;
    display: block;
    height: 30px;
    left: 130px;
    overflow: hidden;
    padding-left: 31px;
    padding-right: 14px;
    padding-top: 19px;
    position: absolute;
    top: 0;
    width: 125px;
    z-index: 9;
}
.usst-mmenu div#sahibinden {
    background-image: url("../images/ortak-menu-bg.png");
    background-repeat: no-repeat;
    display: block;
    height: 29px;
    left: 271px;
    overflow: hidden;
    padding-left: 21px;
    padding-top: 21px;
    position: absolute;
    top: 0;
    width: 147px;
    z-index: 8;
}

.usst-mmenu div#icra-disi {
    background-image: url("../images/ortak-menu-bg.png");
    background-repeat: no-repeat;
    display: block;
    height: 33px;
    left: 410px;
    overflow: hidden;
    padding-left: 21px;
    padding-top: 16px;
    position: absolute;
    top: 0;
    width: 150px;
    z-index: 7;
}
.usst-mmenu div#yatirim-hesapla {
    background-image: url("../images/ortak-menu-bg.png");
    background-repeat: no-repeat;
    display: block;
    height: 33px;
    left: 550px;
    overflow: hidden;
    padding-left: 40px;
    padding-top: 17px;
    position: absolute;
    top: 0;
    width: 131px;
    z-index: 6;
}
.usst-mmenu a#vip-hizmet {
    background-image: url("../images/vip-hizmet.png");
    background-repeat: no-repeat;
    display: block;
    height: 45px;
    left: 696px;
    overflow: hidden;
    position: absolute;
    top: 4px;
    width: 225px;
    z-index: 5;
}
.usst-mmenu a#twiitteerr {
    background-image: url("../images/twwitt.png");
    background-repeat: no-repeat;
    display: block;
    height: 34px;
    left: 911px;
    overflow: hidden;
    position: absolute;
    top: 17px;
    width: 27px;
    z-index: 8;
}
.usst-mmenu a#ffaaccee {
    background-image: url("../images/ffaaccee.png");
    background-repeat: no-repeat;
    display: block;
    height: 34px;
    left: 937px;
    overflow: hidden;
    position: absolute;
    top: 17px;
    width: 27px;
    z-index: 3;
}
#logo-call-wrapper {
   height: 118px;
}
#en-ust-bant {
  width: 100%;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  background-image: url('../images/en-ust-full-bg.png');
  background-repeat: repeat-x;
}
#en-ust-bant-inner {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
  height: 27px;
}

.not-front #content-inner {
  width: 718px;
}
.region-sidebar-first #block-block-7 .content {
    background-color: #F1F1F1;
    padding: 0 !important;
}
#block-block-7 #block-views--exp-arama_sonuclari-page .content form#views-exposed-form-arama-sonuclari-page {
  padding-left: 10px;
}
.hizli-ara .block .content {
  width: 200px;
  background-image: url('../images/hizli-bg.png');
  background-repeat: no-repeat;
  width: 208px;
  height: 85px;
  background-color: transparent !important;
  margin-left: 5px;

}
.hizli-ara .views-exposed-widgets {
  padding: 4px;
  padding-left: 8px;
}


.hizli-ara input.form-text {
  width: 120px;
}
.hizli-ara select {
  width: 120px;
}
.front #block-views--exp-arama_sonuclari-page {
  min-height: 120px;
}
.hizli-ara-baslik {
    color: #000000;
    font-family: "Trebuchet MS",Helvetica,sans-serif;
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 5px;
    padding-left: 10px;
}
.dosya-no-text {
    color: #FFFFFF;
    font-size: 1em;
    line-height: 11px;
    position: absolute;
    right: 16px;
    top: 11px;
    z-index: 2;
}
.hizli-ara {
    position: relative;
    z-index: 1;
}
.tur-text {
    color: #FFFFFF;
    font-size: 1em;
    line-height: 11px;
    position: absolute;
    right: 52px;
    top: 42px;
    z-index: 2;
}
#block-poll-recent .total, #block-poll-recent .links {
  display: none;
}
.region-sidebar-first #block-block-8 .content {
    background-color: #F1F1F1;
    padding: 0 !important;
    height: 190px;
 }
.region-sidebar-first #block-block-9 .content {
    background-color: #ffffff;
    padding: 0 !important;
}
#block-block-8 input.form-text {
    width: 120px;
}
#block-block-8 select {
    width: 120px;
}
.son-eklenene-exp {
  position: relative;
  }
#block-block-8 .views-exposed-widgets {
  padding-left: 8px;
}

#son-eklenen-tarih {
    color: #888888;
    font-weight: bold;
    font-size: 1em;
    line-height: 11px;
    position: absolute;
    right: 46px;
    top: 102px;
    z-index: 2;
}
#son-eklenen-tur {
    color: #888888;
    font-weight: bold;
    font-size: 1em;
    line-height: 11px;
    position: absolute;
    right: 55px;
    top: 130px;
    z-index: 2;
}
#sidebar-first .views-submit-button input.form-submit {
  font-size: 0em;
  display: block;
  width: 59px;
  height: 27px;
  background-image: url('../images/ara-buton.png');
  background-repeat: no-repeat;
  background-color: transparent !important;
  cursor: pointer;
  border: none;
}
#block-block-8 .views-submit-button input {
  position: relative;
  top: 31px;
  left: 13px;
}
#block-views--exp-database_arama-page .views-submit-button input#edit-submit-database-arama {
 position: relative;
  top: 74px;
  left: 33px;
}
#block-block-7 .views-submit-button input#edit-submit-hizli-arama {
  position: relative;
  top: 0px;
  left: 142px;
}
#top-menu {
    color: #FFFFFF;
    display: block;
    height: 22px;
    padding-top: 3px;
    width: 990px;
    position: relative;
    z-index: 999;
}
#top-menu a.top-menu-link {
  color: #ffffff;
  font-weight: bold;
  font-size: 0.9em;
}
#top-menu a#canli-destek-top {
  color: #cf1b22;

}

#top-menu ul li {
  display: block;
  float: left;
}
#top-menu ul {
  float: right;
}
#top-menu ul li#canli-dest-li {



  
}
.galeri-field-item {
   float: left;
   margin-right: 20px;
   height: 160px;
 }
 .galeri-field-item img {
   padding: 3px;
   border: 1px solid #CF1B22;
 }

.galeri-field-caption {
  width: 150px;
  text-align: center;
  font-weight: bold;
  font-size: 0.9em;
}
.galeri-field-resim {
  text-align: center;
}
.view-normal-sayfalar-slayt {
  position: relative;
  left: 15px;
}
table.akkoza-sayfa-ilk tr td {
  vertical-align: middle;
}
div#quicktabs-projeler_sayfasi_quick ul.quicktabs-tabs li a {
  display: block;
  float: left;
  width: 222px;
  height: 0px;
  padding-top: 62px;
  overflow: hidden;
}
div#quicktabs-projeler_sayfasi_quick ul.quicktabs-tabs li{
  margin-left: 0;
  float: left;
}
div#quicktabs-projeler_sayfasi_quick ul {
    height: 70px;
    margin-bottom: 0;
    margin-top: 6px;
}
div#quicktabs-projeler_sayfasi_quick div#node-343 {
  position: relative;
  bottom: 5px;
}
div#quicktabs-projeler_sayfasi_quick div#node-344 {
  position: relative;
  bottom: 12px;
}

div#quicktabs-projeler_sayfasi_quick ul.quicktabs-tabs li a#quicktabs-tab-projeler_sayfasi_quick-0 {
  background-image: url("../images/akkoza-bg.png");
    background-repeat: no-repeat;
    position: relative;
    z-index: 2;

}
div#quicktabs-projeler_sayfasi_quick ul.quicktabs-tabs li a#quicktabs-tab-projeler_sayfasi_quick-1 {
  background-image: url("../images/projeler-bg.png");
    background-repeat: no-repeat;
    position: relative;
     right: 29px;
     z-index: 1;

}
div#quicktabs-projeler_sayfasi_quick ul.quicktabs-tabs li.active a{
  z-index: 5 !important;
}
body.page-node-345 #content #content-header {

    min-height: 29px !important;

}
#quicktabs-projeler_sayfasi_quick {
  position: relative;
  bottom: 15px;
}
.usst-mmenu div.aktif {
    background-image: url("../images/beyazz.png") !important;
    z-index: 11 !important;
}
#block-block-8 {
   height: 210px;
}
#cboxContent #block-user-login, #cboxContent .hesabim-uye,
#cboxContent #benzer-bilgilendir
 {
   padding: 20px 10px 10px 10px;
}
#cboxContent #block-user-login h2.block-title, #cboxContent #block-user-login div.item-list {
  display: none;
}
#cboxContent #block-user-login label {
  float: left;
  display: block;
  width: 206px;
  font-size: 1.2em;
}
#cboxContent #block-user-login input.form-text {
  width: 150px;
  height: 25px;
}
#cboxContent div#hesabim, #cboxContent div#benzer-bilgilendir {
  display: block !important;
}
#hesabim {
   background-image: url('../images/popup.png');
   background-repeat: no-repeat;

}
h3.uye-girisi {
  color: #FFFFFF;
   padding-top: 25px;
   padding-left: 15px;
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-style: italic;
}
form#user-login-form input#edit-submit {
  position: relative;
  left: 368px;
  top: 42px;
}
.bitis-surem{
  color: #FFFFFF;
  font-weight: bold;
  font-size: 1.2em;
  font-family: "Trebuchet MS";
   font-style: italic;
}


.hesabim-tablosu {
  margin-top: 32px;
}

.hesabim-uye a {
  color: #777777;
 text-decoration: none;
 font-size: 0.9em;
}
.hesabim-uye a:hover {
  color: #CF1B22;
}

.kredim {
  color: #FFFFFF;
  font-size: 1.2em;
  font-family: "Trebuchet MS";
  font-style: italic;
  font-weight: bold;
}

.hesabim-uye .hesap-uye-item {
    height: 50px;
    width: 80px;
 font-weight: bold;
    text-align: center;
    background-image: url('../images/hesabim-item-bg.jpg');
    background-repeat: no-repeat;


}
.hesabim-uye .tek {
  padding-top: 20px;
}
.hesabim-uye .cift {
  padding-top: 10px;
}

.hesabim-uye .son-giris {
   font-size: 1.2em;
   color: #FFFFFF;
   font-weight: bold;
   padding-left: 3px;
   margin-bottom: 5px;
   font-family: "Trebuchet MS";
   font-style: italic;
}
.cikis-link {
   position: relative;
  top: 16px;
}
.secenek-ay {
  text-align: right;
  margin-bottom: 40px;
}
span.secenek-label {
  display: block;
  float: left;
  width: 100px;
  font-weight: bold;
}
.page-odeme-secenekleri .field-name-field-is-ilce-semt .field-label {
   width: 99px;
}
div#edit-tipi {


}
.secenek-wrapper .field-label {
  
  width: 99px;
}
table.views-table {
}
table.views-table a {
  color: #2F3B3B;
}
tr.even td, tr.odd td {

}
table.views-table th {
    background-color: #CC0000;
    border-bottom: medium none;
    color: #FFFFFF;
    font-size: 0.85em;
    padding-left: 3px;
    padding-right: 0;
    text-align: left;
}
table.views-table th a {
  color: #FFFFFF;
}
table.views-table tr td.views-field-title {
    font-size: 0.9em;
    width: 150px;
}
div.bread-link-1 {
   display: none;
}
div.bread-link-3 {
   padding-left: 10px;
}
div.bread-link-4 {
   padding-left: 18px;
}
div.bread-link-5 {
   padding-left: 26px;
}
div.bread-link-6 {
   padding-left: 34px;
}
#edit-field-muh-bedel-value-wrapper .views-widget label, #edit-field-ihale-1-value-wrapper .views-widget label,
#edit-field-ihale-1-value-wrapper .description, #edit-field-ihale-2-value-wrapper .views-widget label, #edit-field-ihale-2-value-wrapper .description
 {
   display: none;
}
#edit-field-muh-bedel-value-wrapper .views-widget .form-item, #edit-field-muh-bedel-value-wrapper .views-widget .form-item input
 {
  float: left;
  width: 90px;
  height: 25px;
}
#edit-field-ihale-1-value-wrapper #edit-field-ihale-1-value-min-wrapper, #edit-field-ihale-1-value-wrapper #edit-field-ihale-1-value-max-wrapper,
#edit-field-ihale-1-value-wrapper #edit-field-ihale-1-value-min-wrapper input, #edit-field-ihale-1-value-wrapper #edit-field-ihale-1-value-max-wrapper input
 {
  float: left;
  width: 90px;
  height: 25px;
}
div.form-item-field-muh-bedel-value-min{
   margin-right: 15px;

}

#edit-field-ihale-2-value-wrapper #edit-field-ihale-2-value-min-wrapper, #edit-field-ihale-2-value-wrapper #edit-field-ihale-2-value-max-wrapper,
#edit-field-ihale-2-value-wrapper #edit-field-ihale-2-value-min-wrapper input, #edit-field-ihale-2-value-wrapper #edit-field-ihale-2-value-max-wrapper input
 {
  float: left;
  width: 90px;
  height: 25px;

}
form#views-exposed-form-taxonomy-term-page .views-exposed-form .views-exposed-widget {
    padding: 0 0 0 0;
    margin-bottom: 10px;
}
.form-item-field-ihale-1-value-max-date, .form-item-field-ihale-2-value-max-date {
   position: relative;
   left: 15px;
}

#block-views--exp-taxonomy_term-page {
  display: none;
}
input#edit-field-is-ilce-semt-tid-1 {
  width: 200px;
}

.renksiz {
   position: relative;
   z-index: 1;
}
#block-views-desaturate_deneme-block_1 h2.block-title {
   background-image: url("../images/her-sayfa-bg.png");
    background-repeat: no-repeat;
    font-family: "Trebuchet MS",Helvetica,sans-serif;
    font-size: 0.9em;
    font-weight: bold;
    height: 19px;
    padding-left: 10px;
    padding-top: 12px;
    width: 718px;
	
	
}
#block-views-desaturate_deneme-block_1 {
  margin-top: 15px;
}
.view-desaturate-deneme .views-field-nothing {
  position: relative;
}
.detaylar {
  width: 128px;
  position: absolute;
  padding:5px 5px;
  background: url('../images/resimliler-golge.png');
   top: 78px;
  z-index: 1;
  color: #FFFFFF;
  line-height: 16px;
}
.view-desaturate-deneme .view-header {
  display: none;
}
.il-ilce-semt-0 {
  text-transform: uppercase;
  font-family: Arial;
  font-weight: bold;
  font-size: 1.2em;
}
span.bedel-val {
 font-family: Arial;
  font-weight: bold;
  font-size: 1.4em;
}
div.il-ilce-semt-1 {
  font-family: Arial;
  font-size: 1.1em;
  font-weight: normal !important;
  margin-bottom: 2px;
}
form#views-exposed-form-taxonomy-term-page ul {
  list-style-type: none;
}
form#views-exposed-form-taxonomy-term-page ul, form#views-exposed-form-taxonomy-term-page ol {
    margin-left: 0;
    padding-left: 15px;;
}
.view-id-gayrimenkul_arama, .view-taxonomy-term {
  font-size: 0.9em;
}
#edit-field-is-ilce-semt-tid-wrapper input#edit-field-is-ilce-semt-tid {
  width: 193px;
}

table.views-table a:visited {
    color: red;
}
#block-hs_views-hs_views_block .hierarchical-select-wrapper .dropbox table {
    border: 1px solid gray;
    color: gray;
    font-size: 90%;
    margin: 0;
    max-width: 200px !important;
    min-width: 200px !important;
    width: 200px !important;
}


.ihale-bilgi {
    width: 100px;
    height: 80px;
    margin: 0px 0px 0px 11px;
}

span.flag-ihale-hakkinda-bilgilendir-tasit a.flag-action,
div.link-bilgilendirme a
 {
background-image: url("ihalebilgi.png");
    background-repeat: no-repeat;
    display: block;
    float: left;
    height: 0;
    overflow: hidden;
    padding-top: 80px;
    width: 100px;
}

span.flag-ihale-hakkinda-bilgilendir-tasit a.unflag-action {
background-image: url("ihalebilgi2.png");
    background-repeat: no-repeat;
    display: block;
    float: left;
    height: 0;
    overflow: hidden;
    padding-top: 80px;
    width: 100px;
}

.view-basinda-biz .views-row {
float: left;
  margin-left: 15px;
    margin-right: 13px;
}

#block-block-25 .content {
background-color:#ffffff !important;
    border-bottom: 0px solid #C8C8C8 !important;
    border-left: 0px solid #C8C8C8 !important;
    border-right: 0px solid #C8C8C8 !important;
    padding: 0px !important;
}

.marjinal {
    margin-top: 6px;
    margin-bottom: -13px;
}

.manuel-tablo-2 .field-name-field-tramer-bilgisi-deger {
display: none;
}

#edit-profile-kisisel-field-dogum-tarihi-und-0-value .form-item input {
    margin-right: 5px;
    padding: 4px;
    width: 146px;
}

#profile2-edit-kisisel-form .form-select {
    background: none repeat scroll 0 0 #F4F4F4;
    border: 1px solid #CACACA;
    padding: 5px;
    width: 161px;
}

#profile2-edit-kisisel-form #edit-delete {
display: none;
}
