﻿body
{
    font: normal 12px/16px Verdana ,Arial, Helvetica, sans-serif;
    color: #35444f;
}
b, th, caption
{
    font-weight: bold;
}
h1, h2, h3, h4, h5, h6
{
    font-weight: bold;
    line-height: normal;
}
h1
{
    font-family: Lucida Sans Unicode;
    font-size: 30px;
    margin-bottom: 34px;
    color: #53a9d6;
    font-weight: normal;
}
h2
{
    font-family: Lucida Sans Unicode;
    font-weight: normal;
    font-size: 18px;
    margin-bottom: 7px;
    color: #53a9d6;
}
h3
{
    font-size: 14px;
    font-weight: bold;
}
h4
{
    font-size: 11px;
}
h5
{
    font-size: 10px;
}
h6
{
    font-size: 9px;
}
blockquote
{
    padding: 0 35px;
}
pre, code, kbd, samp, tt
{
    font-family: "Courier New" , Courier, monospace;
}
a
{
    text-decoration: none;
    font-weight: bold;
    font-size: inherit;
    line-height: normal;
    color: #107fc0;
    cursor: pointer;
}
a:link, a:visited
{
    text-decoration: none;
}
a:hover, a:active
{
    text-decoration: underline;
}
abbr, acronym
{
    border-bottom: 1px dotted #f00;
}
address, cite, dfn, em, var
{
    font-style: oblique;
}
big
{
    font-size: 15px;
}
del
{
    text-decoration: overline;
}
ins
{
    text-decoration: underline;
}
small
{
    font-weight: normal;
    font-size: 9px;
    line-height: 15px;
}
sub
{
    vertical-align: sub;
}
sup
{
    vertical-align: super;
}
ul
{
    list-style-position: inside;
}
li, dt
{
    padding-left: 0;
    list-style-type: disc;
}
hr
{
    border: none;
    height: 0px;
}

/* Ortak kullanilan siniflar (renk, genislik, yukseklik, float, clear, text-align ) */
.float-left
{
    float: left;
}
.float-right
{
    float: right;
}
.clear
{
    clear: both;
}
.clear-left
{
    clear: left;
}
.text-left
{
    text-align: left;
}
.text-right
{
    text-align: right;
}
.text-center
{
    text-align: center;
}
.dis-block
{
    display: block;
}
.pad-10
{
    padding: 10px;
}
.mar-r-10
{
    margin-right: 10px;
}
.mar-l-10
{
    margin-left: 10px;
}
.mar-10
{
    margin: 10px;
}
.w100
{
    width: 100%;
}
.w100p
{
    width: 100px;
}


/*Horizontal list*/
.horizontal
{
    margin: 0;
    padding: 0;
}
.horizontal li
{
    list-style-type: none;
    float: left;
    display: inline;
}

/*Vertical list*/
.vertical
{
    margin: 0;
    padding: 0;
}
.vertical li
{
    list-style-type: none;
}

/*clearfix*/
.clearfix:after
{
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix
{
    display: inline-block;
}
html[xmlns] .clearfix
{
    display: block;
}
* html .clearfix
{
    height: 1%;
}





