@charset "utf-8";

/* CSS Document */


/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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,
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,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    font-weight: normal;
    -moz-transition: color 0.3s linear 0s;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    font-family: 'Roboto';
    line-height: normal;
    background: url(../img/bg.jpg) repeat;
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

b {
    font-weight: bold;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
    color: #000000;
}


/*---------------------------------*/

#top-menu {
    background-color: #2179d2;
    height: 28px;
    width: 100%;
}

#top-menu-profile {
    background-color: #2179d2;
    height: 28px;
    width: 100%;
    text-align: right;
}

.menu_fixed {
    top: 0px;
    position: fixed;
    z-index: 999999999;
}

#header {
    background-color: #0066cc;
    height: 111px;
    width: 100%;
}

#menu {
    background-color: #2179d2;
    height: 47px;
    width: 100%;
    font-size: 11px;
    color: #fff;
}

#menu a:hover {}

#menu span {}

#menu a {
    font-size: 18px;
    text-shadow: 1px 1px 1px #195b9e;
    padding: 0px;
    margin: 0px;
    line-height: 1;
    color: #FFFFFF;
}

.menu {
    padding: 7px 0px 0px 0px;
    margin: 0px 0px 0px 15px;
    float: left;
    text-align: right;
}

.wrap {
    margin: auto;
    width: 990px;
    overflow: hidden;
}

#top-bg {
    background: url(../img/top_bg.jpg) repeat-x;
    height: 186px;
}

.logo {
    background: url(../img/header_logo.png) no-repeat;
    width: 719px;
    height: 111px;
    float: left;
}

.search {
    background: url(../img/search.png) no-repeat;
    width: 271px;
    height: 39px;
    float: right;
}

.search input {
    border: none;
    border: 0;
    width: 140px;
    margin: 10px 0px 0px 95px;
    color: #b9b9b9;
    font-style: italic;
}

.facebook {
    background: url(../img/facebook.png) no-repeat;
    font-family: 'Roboto';
    height: 19px;
    width: 140px;
    float: left;
    margin-top: 4px;
}

.uye-ol {
    background: url(../img/uye_ol.png) no-repeat;
    font-family: 'Roboto';
    height: 19px;
    width: 70px;
    float: left;
    margin-top: 4px;
}

.user-profile {
    background: url(../img/user_profile.png) no-repeat;
    font-family: 'Roboto';
    height: 19px;
    float: left;
    padding-left: 12px;
    margin-top: 4px;
}

.giris-yap {
    background: url(../img/giris_yap.png) no-repeat;
    font-family: 'Roboto';
    height: 19px;
    width: 85px;
    float: left;
    margin-top: 4px;
}

.cikis-yap {
    background: url(../img/giris_yap.png) no-repeat;
    font-family: 'Roboto';
    height: 19px;
    float: left;
    margin-top: 4px;
    padding-left: 12px;
    margin-right: 5px;
}

.facebook a,
.uye-ol a,
.giris-yap a,
.user-profile a,
.cikis-yap a,
.footer-links a {
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    padding-top: 3px;
    padding-left: 24px;
}

.left {
    float: left;
}

.right {
    float: right;
}

#slide {
    padding-top: 10px;
}

.bayt {
    background: url(../img/bayt.png) repeat-x;
    height: 10px;
    width: 100%;
    float: left;
    margin-top: 10px;
}

.icerik {
    width: 658px;
    float: left;
}

.yancubuk {
    width: 300px;
    float: right;
    margin-top: 10px;
}

h1 {
    font-size: 36px;
    letter-spacing: -2px;
    line-height: 30px;
}

h1 a {
    padding: 0px;
    outline: medium none;
    color: #353637;
    text-decoration: none;
    font-size: 30px;
    letter-spacing: -2px;
    line-height: 28px;
}

.icerik h1 {
    margin-bottom: 10px;
}

.text p {
    font-size: 12px;
    letter-spacing: -1px;
    text-justify: auto;
}

h1 a:hover {
    color: #9F1C46;
}

h2 {
    font-size: 15px;
    border-bottom: 1px solid #d9d9d9;
    line-height: 24px;
    margin-top: 10px;
}

h3 {
    font-size: 15px;
    color: #fff;
    margin: 15px 0px 10px 0px;
}

h4 {
    font-size: 12px;
    color: #fff;
}

.yazi {
    margin-top: 10px;
    width: 658px;
}

.img {
    float: left;
    width: 200px;
}

.text {
    float: left;
    width: 443px;
    padding-left: 14px;
}

.share {
    padding-top: 5px;
}

.text p {
    font-size: 14px;
    text-align: justify;
}

.yazar {
    text-align: right !important;
    margin-top: 15px;
}

.tarih {
    text-align: right !important;
    color: #0066cc;
}

.yorum {
    text-align: right !important;
}

.bilgi {
    float: right;
}

.line {
    background: url(../img/line.png) no-repeat;
    width: 658px;
    height: 1px;
    margin: 10px 0px 10px 0px;
    float: left;
}

.b-banner {}

.k-banner {
    margin-top: 10px;
}

.farmasyon-facebook-share {
    margin-top: 10px;
}

.farmasyon-twitter-share {
    margin-top: 10px;
}

li {
    list-style-image: url(../img/pin.png);
    font-size: 14px;
    list-style: inside;
}

.bottom-line {
    width: 300px;
    height: 1px;
    background: #d9d9d9;
}

.anket-soru {
    font-size: 14px;
}

.anket-cevap {
    font-size: 13px;
    padding-top: 5px;
}

.oyla {
    padding: 10px;
    cursor: pointer;
}

.gonder {
    cursor: pointer;
}

#e-posta {
    background: url(../img/email.png) no-repeat;
    height: 32px;
    width: 231px;
}

#arama {
    background: url(../img/txt_arama.png) no-repeat;
    height: 34px;
    width: 231px;
}

.arama-text {
    border: none;
    border: 0;
    margin: 8px 0px 0px 30px;
    font-style: italic;
    color: #999;
    width: 180px;
}

.e-posta-text {
    border: none;
    border: 0;
    margin: 8px 0px 0px 7px;
    font-style: italic;
    color: #999;
    width: 200px;
    background-color: #e7e7e7;
}

.fb {
    margin-top: 2px;
    cursor: pointer;
}

.twt {
    margin-top: 5px;
    cursor: pointer;
}

.takipet {
    background: url(../img/takip_et.png) no-repeat;
    width: 300px;
    height: 80px;
    margin-top: 10px !important;
    margin-bottom: 10px;
    overflow: hidden;
}

.takipet a {
    padding: 0;
    margin: 0
}

.table {
    margin: 10px 0px 10px 0px;
    overflow: hidden;
}

#menu p {
    margin: 0px;
    padding: 0px;
}

#footer-top-border {
    background: url(../img/footer-top-border.png) repeat-x;
    height: 2px;
    width: 100%;
    margin-top: 23px;
}

#footer-top {
    height: 115px;
    background: #0066cc;
    width: 100%;
    padding-top: 5px;
}

#footer-bottom {
    background: #2179d2;
    height: 340px;
    border-top: 1px solid #4395e9;
    width: 100%;
    font-size: 12px;
    color: #fff;
}

#footer-bottom a {
    text-decoration: none;
    padding: 0px;
    margin: 0px;
}

#shadow {
    background: url(../img/shadow.png) none;
    width: 990px;
    height: 7px;
}

#alt-slide {
    height: 94px;
    width: 100%;
}

#alt-slide a {
    padding: 0 !important;
}

#combo {
    background: url(../img/combo.png) no-repeat scroll 0 0 transparent;
    width: 205px;
    height: 30px;
    margin: 7px 0px 5px 0px;
}

#combo input {
    border: none;
    border: 0;
}

.logo-footer {
    margin-top: 30px;
}

.footer-border {
    background: url(../img/footer-border.jpg) no-repeat;
    width: 2px;
    height: 176px;
    float: left;
    margin: 10px 50px 0px 50px;
}

.bek {
    padding: 10px 0px 10px 0px;
}

.facebook-connect {
    background-color: #00b9f1;
    height: 30px;
    margin-top: 10px;
    padding-left: 35px;
}

.facebook-connect p {
    float: left;
    padding-top: 4px;
    padding-left: 10px;
    color: #fff;
    text-shadow: 1px 1px 1px #195b9e;
}

.facebook-connect input {
    float: left;
    margin-top: 5px;
    margin-left: 8px;
    cursor: pointer;
}

.box {
    background: url(../img/bayt.png) repeat;
    width: 658px;
    min-height: 50px;
    overflow: hidden;
    font-size: 14px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.error {
    background: #C00;
    color: #FFF;
    display: block;
    padding: 10px;
}

.success {
    background: #060;
    color: #FFF;
    display: block;
    padding: 10px;
}

.alert_text {
    background: url(../img/alert_text.png) no-repeat;
    width: 231px;
    height: 34px;
    margin-left: 20px;
}

.normal_text {
    background: url(../img/normal_text.png) no-repeat;
    width: 231px;
    height: 34px;
    margin-left: 20px;
}

.adres_text {
    background: url(../img/adres_text.png) no-repeat;
    width: 231px;
    height: 69px;
    margin-left: 20px;
}

.quarter {
    background: url(../img/gun_ay_text.png) no-repeat;
    width: 62px;
    height: 34px;
    margin-left: 9px;
}

.half {
    background: url(../img/yil_text.png) no-repeat;
    width: 89px;
    height: 34px;
    margin-left: 9px;
}

.alert_text input {
    margin: 8px 0px 0px 10px;
    color: #666;
    border: none;
    border: 0px;
    width: 200px;
}

.normal_text input {
    margin: 8px 0px 0px 10px;
    color: #666;
    border: none;
    border: 0px;
    width: 200px;
}

.adres_text textarea {
    border: none;
    min-width: 211px;
    max-width: 211px;
    min-height: 59px;
    max-height: 59px;
    margin: 5px 10px;
}

select {
    border: none;
    width: 211px;
    height: 20px;
    line-height: 24px;
    margin: 7px 10px;
}

.quarter select {
    width: 42px;
}

.half select {
    width: 69px;
}

.box p {
    padding-top: 8px;
    width: 140px;
    padding-left: 15px;
}

.fix {
    margin: 30px 0px 0px 30px;
    width: 668px;
}

.info_box {
    background: url(../img/info_box.png) no-repeat;
    width: 230px;
    height: 44px;
    margin-left: 10px;
    color: #ff0000;
    font-size: 12px;
    display: none;
}

.info_box p {
    padding: 5px 0px 0px 45px;
    width: 180px
}

.box table {
    margin-top: 8px;
    margin-left: 20px;
}

.btns {
    margin-left: 200px;
}

.btn_gonder {
    float: left;
    margin: 0px 10px;
    cursor: pointer;
    background: url(../img/btn_gonder.png) top left no-repeat;
    border: none;
    padding: 0;
    width: 66px;
    height: 32px;
}

.btn_temizle {
    float: left;
    margin: 0;
    cursor: pointer;
    background: url(../img/btn_temizle.png) top left no-repeat;
    border: none;
    padding: 0;
    width: 68px;
    height: 32px;
}

.btn_giris {
    padding-right: 258px;
    cursor: pointer;
}

.box a {
    color: #0062ad;
    padding: 0px 0px 0px 5px;
    ;
    margin: 0px;
}

.fix_link {
    margin-left: 15px;
}

.yazar_link {
    color: #000;
    font-size: 14px;
    text-decoration: none;
    padding: 0px;
    margin: 0px;
}

.tarih_link {
    color: #0066cc;
    font-size: 14px;
    text-decoration: none;
    padding: 0px;
    margin: 0px;
}

.makale_link {
    color: #000;
    font-size: 14px;
    text-decoration: none;
    padding: 0px;
    margin: 0px;
}

.alt_bilgi {
    float: left;
    padding-bottom: 20px;
    margin-bottom: 20px;
    width: 658px;
    border-bottom: 1px solid #d9d9d9;
}

.fix_link {
    margin-left: 15px;
}

.yazar_link {
    color: #000;
    font-size: 14px;
    text-decoration: none;
    padding: 0px;
    margin: 0px;
}

.tarih_link {
    color: #0066cc;
    font-size: 14px;
    text-decoration: none;
    padding: 0px;
    margin: 0px;
}

.makale_link {
    color: #000;
    font-size: 14px;
    text-decoration: none;
    padding: 0px;
    margin: 0px;
}

.alt_bilgi {
    float: left;
    padding-bottom: 20px;
    margin-bottom: 20px;
    width: 658px;
    border-bottom: 1px solid #d9d9d9;
}

.sideline {
    background: url(../img/side-line.png) repeat-x;
    width: 100%;
    height: 1px;
    margin: 10px 0px 5px 0px;
}

.link {
    color: #0066cc;
}

.sub1 {
    color: #333;
}

.sub2 {
    color: #666;
}

.sub3 {
    color: #999;
}

.comment {
    margin-top: 15px;
}

.comment-row {
    display: inline-block;
    overflow: hidden;
    clear: both;
    margin-bottom: 10px;
}

.comment_img {
    width: 75px;
    height: 75px;
    float: left;
}

.comment_txt {
    font-size: 13px;
    width: 640px;
    margin-left: 13px;
    float: left;
}

.comment-top {
    background: url(../img/comment_top.png) no-repeat;
    width: 650px;
    height: 6px;
}

.comment-bottom {
    background: url(../img/comment_footer.png) no-repeat;
    width: 650px;
    height: 6px;
}

.comment-bg {
    background: url(../img/comment_body.png) repeat-y;
    width: 650px;
    min-height: 50px;
}

.comment-bg textarea {
    border: none;
    border: 0px;
    width: 630px;
    margin: 0px 5px 0px 5px;
}

.btn-cevap-yaz {
    float: right;
    margin-top: 10px;
    margin-right: 2px;
    cursor: pointer;
}

.content-line {
    background: #d9d9d9;
    height: 1px;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px
}

.comment-sub {
    text-align: right;
}

.comment-sub input {
    padding-top: 5px;
}

.comment-sub a {
    margin: 5px 0px 5px 0px;
    padding: 0px;
    color: #000;
    font-size: 14px;
}

.icerik h2 {
    font-size: 15px;
    float: left;
    width: 658px;
    border-bottom: 1px solid #d9d9d9;
    line-height: 24px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.topline {
    background: url(../img/top_line.png) no-repeat;
    width: 658px;
    height: 13px;
    margin-top: 5px;
    margin-bottom: 10px;
}

.info {
    color: #333;
    font-size: 27px;
    width: 100%;
}

.info img {
    padding: 15px;
    float: left;
}

.info p {
    padding-top: 34px;
}

.info p.sub {
    font-size: 12px;
    text-align: center;
    color: red;
}

.submenu {
    background-color: #2179D2;
    display: none;
    z-index: 1000;
    position: absolute;
    padding-top: 10px;
    padding-bottom: 5px;
    width: 250px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

.submenu a {
    display: block;
    font-size: 14px !important;
    text-shadow: 1px 1px 1px #195b9e;
    padding: 5px 4px !important;
    margin: 0px;
    line-height: 1;
    text-align: left;
    color: #FFFFFF;
}

.profile_change_photo {
    color: #0066cc;
}

.profile_link a {
    color: #000;
    font-size: 14px;
}

.btn_duzenle {
    padding-left: 338px;
    cursor: pointer;
}

.profil_menu {
    width: 300px;
    float: left;
    margin-top: 10px;
}

.profile_detail {
    width: 658px;
    float: right;
    margin-left: 22px;
}

.article-img {
    float: left;
    margin-right: 15px;
    margin-bottom: 10px;
}

.content-wrap {
    width: 990px;
    margin: auto;
}

.tags {
    width: 300px;
    padding: 20px 0px;
}

.tags a {
    margin-right: 10px;
    text-decoration: none;
}

.tags .tag-1 {
    color: #d5d5d5;
    font-size: 8px;
}

.tags .tag-2 {
    color: #c0c0c0;
    font-size: 9px;
}

.tags .tag-3 {
    color: #a7a7a7;
    font-size: 10px;
}

.tags .tag-4 {
    color: #929191;
    font-size: 11px;
}

.tags .tag-5 {
    color: #7f7f7f;
    font-size: 12px;
}

.tags .tag-6 {
    color: #6a6a6a;
    font-size: 13px;
}

.tags .tag-7 {
    color: #535252;
    font-size: 15px;
}

.tags .tag-8 {
    color: #3c3c3c;
    font-size: 16px;
}

.tags .tag-9 {
    color: #232323;
    font-size: 17px;
}

.tags .tag-10 {
    color: #9f1c46;
    font-size: 18px;
}

.forum-header {
    float: left;
    width: 100%;
}

.forum-text-s1 {
    width: 100%;
    margin-top: 5px;
    font-size: 16px;
    float: left;
    font-weight: bold;
}

span.white {
    background-color: #F9F9F9;
    padding-right: 5px;
    display: table;
}

.forum-text-s1 span {
    font-weight: bold;
}

.forum-text-s3 {
    font-size: 16px;
    float: left;
}

div.pager a {
    padding: 4px;
    font-size: 12px;
    font-weight: bold;
}

div.pager a.active {
    color: red;
    padding: 4px;
    font-size: 14px;
    font-weight: bold;
}

.poolbg {
    background: url('../img/pool_bg.png') repeat-x;
    width: 5px;
    height: 16px;
}

.pool {
    margin-top: 10px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/*-----------------*/

#tabmenu {
    background: url(../img/tabmenu.png) no-repeat;
    width: 805px;
    height: 32px;
}

#tabmenu a {
    display: block;
    float: left;
}

#tabmenu a#haberlerveduyurular {
    width: 201px;
    height: 32px;
}

#tabmenu a#formlar {
    width: 99px;
    height: 32px;
    margin-left: 7px;
}

#tabmenu a#faydalilinkler {
    width: 141px;
    height: 32px;
    margin-left: 7px;
}

#tabmenu a#araclar {
    width: 93px;
    height: 32px;
    margin-left: 6px;
}

#tabmenu a#efatura {
    width: 93px;
    height: 32px;
    margin-left: 6px;
}

#tabmenu a#sizidinliyoruz {
    width: 144px;
    height: 32px;
    margin-left: 8px;
}

#tabmenu a#haberlerveduyurular:hover {
    background: #ffffff url(../img/tabmenu.png) no-repeat scroll 0px -32px;
}

#tabmenu a#formlar:hover {
    background: #ffffff url(../img/tabmenu.png) no-repeat scroll -208px -32px;
}

#tabmenu a#faydalilinkler:hover {
    background: #ffffff url(../img/tabmenu.png) no-repeat scroll -314px -32px;
}

#tabmenu a#araclar:hover {
    background: #ffffff url(../img/tabmenu.png) no-repeat scroll -461px -32px;
}

#tabmenu a#efatura:hover {
    background: #ffffff url(../img/tabmenu.png) no-repeat scroll -560px -32px;
}

#tabmenu a#sizidinliyoruz:hover {
    background: #ffffff url(../img/tabmenu.png) no-repeat scroll -661px -32px;
}

#tabmenu a#haberlerveduyurular:hover {
    background: #ffffff url(../img/tabmenu.png) no-repeat scroll 0px -32px;
}

#tabmenu a#formlar:hover {
    background: #ffffff url(../img/tabmenu.png) no-repeat scroll -208px -32px;
}

#tabmenu a#faydalilinkler:hover {
    background: #ffffff url(../img/tabmenu.png) no-repeat scroll -314px -32px;
}

#tabmenu a#araclar:hover {
    background: #ffffff url(../img/tabmenu.png) no-repeat scroll -461px -32px;
}

#tabmenu a#efatura:hover {
    background: #ffffff url(../img/tabmenu.png) no-repeat scroll -560px -32px;
}

#tabmenu a#sizidinliyoruz:hover {
    background: #ffffff url(../img/tabmenu.png) no-repeat scroll -661px -32px;
}

#image {
    padding: 6px 0px 6px 0px;
    border-bottom: 1px dashed #8fb4da;
    width: 805px;
}

.header {
    color: #f79700;
    font-size: 18px;
    font-family: arial;
    font-weight: bold;
}

.header2 {
    color: #666;
    font-size: 14px;
}

.head {
    margin: 10px 0 15px 0;
}

.head img {
    padding: 3px 3px 0 0;
}

.dark {
    background-color: #ededed;
    color: #7b7b7b;
    width: 100%;
}

.dark li a {
    color: #7b7b7b;
    text-decoration: none;
    font-size: 13px;
}

.dark a:hover {
    text-decoration: underline;
}

.group li {
    list-style: none;
}

.group li a {
    background: url(../img/arrow.png) no-repeat;
    width: 100%;
    height: 16px;
    padding-left: 14px;
}

.light a:hover {
    text-decoration: underline;
}

.light {
    background-color: #f7f7f7;
    color: #7b7b7b;
    width: 100%;
}

.light li a {
    color: #7b7b7b;
    text-decoration: none;
    font-size: 13px;
}

.group {}

.group li {
    padding-top: 12px;
    padding-left: 7px;
}

.pager {
    width: 805px;
}

.paging {
    font-size: 13px;
    color: #666;
    text-align: center;
    padding-top: 4px;
    border: 1px solid #ccc;
    background-color: #eee;
    width: 16px;
    height: 19px;
    margin: 5px 5px 0 0;
    float: left;
}

a {
    color: #0062AD;
    text-decoration: underline;
}

.news_detail {
    font-size: 14px;
    color: rgb(51, 51, 51);
    background-color: #f4f4f4;
    margin: 10px 0 10px 0;
}

.main {
    width: 805px;
    margin: 0px auto;
    background-color: white;
    border: 1px solid #dddddd;
    padding: 15px 5px 20px 5px;
    margin-bottom: 40px;
    font-family: Arial, Helvetica, sans-serif
}