/*  Tasarim Ilkay Turan // http://www.ilkayturan.com  */
/*  Arayüz kodlama Gözde Berberoglu // http://www.gozdeberberoglu.com  */
/*  Yazilim Ilker Turan // http://ilker-tr.blogspot.com */

body { font:normal 11px/15px Arial, Helvetica, sans-serif; color:#333; background-image:url(/images/design/background.png); background-repeat:repeat-x; }
b, th, caption {font-weight:bold}
h1,h2,h3,h4,h5,h6{ font-weight: bold; line-height:normal }
h1 { font-size: 30px; margin-bottom:34px; color:#f00; font-weight:normal}
h2 { font-size:16px; color:#970017} 
h3 { font-size: 16px; }
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: 11px; line-height:15px; color:#f00; cursor:pointer} 
a:link, a:visited {text-decoration:none} 
a:hover, a:active {text-decoration:underline } 
ul{list-style-position:inside; margin:10px 15px}
li, dt {padding-left:0;list-style-type:disc; }
big,small{ font-style:italic }

/* 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}
.pad-10{padding:10px; }
.dis-block{ display:block}
.mar-r-10{ margin-right:10px }
.mar-10{ margin:10px }
.w70{ width:70px}


/*Horizontal list*/
.horizontal{ margin:0; padding:0}
.horizontal li{ list-style-type:none; float:left; display:inline }
.horizontal li.last{ margin:0 }

/*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%;}

