 /*liste*/
LI {color: #55f;}
LI.liste1 {list-style: circle outside; color: #333;}
LI.liste2 {list-style: square inside; color:blue}

/*resimli blok*/
.res { 
float: left; 
padding: 10px 0 0 3px;		
/*
	width: 285px; 
*/	border:#fff 0px solid;
background: #fff;		
margin: 0 0 10px 0;
}
.image { float: left; border: 2px solid #e2e2e2; padding: 3px; margin: 0 10px 0 0; }		
body { 
	margin: 0px; 
	background: #FFFFFF url('images/bg.gif'); 
}

.imagesag { float: right; border: 2px solid #e2e2e2; padding: 10px; margin: 0 3px 0 0; }		
body { 
	margin: 0px; 
	background: #FFFFFF url('images/bg.gif'); 
}

/* General font families for common tags */
body, font, th, td, p { 
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
}
/* General text */

.gen { 
	font-size: 12px; 
}
.genmed { 
	font-size: 11px; 
}

hr { 
	height: 0px; 
	border: solid #D1D7DC 0px; 
	border-top-width: 1px; 
}

/* This is the border line & background colour round the entire page */
.tline { 
	background-color: #FFFFFF; 
	border: #CBCBCB solid;
    border-top-width: 0px; 
	border-bottom-width: 0px; 
	border-left-width: 1px; 
	border-right-width: 1px; 
}
.bodyline { 
	background: #FFFFFF; 
}

/* This is the outline round the main site tables */
.tableline { 
	background-color: #cccccc; 
	border: 0px #cfcfcf solid; 
}

img, .tableline img { 
	border:0px; 
}


/* Copyright and bottom info */
.copyright { 
	font-size: 10px; 
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #444444;
}

/*  linkler  */

a:link, a:active
 { 
	text-decoration: none; 
	color: #333399; 
}
a:visited
  { 
	text-decoration: none; 
	color: #333399;
}
a:hover { 
	text-decoration: none; 
	color: #FF0000; 
}


a:hover.gensmall, a:hover.mainmenu
 { 
	text-decoration: underline; 
	color: #FF0000; 
}



a.copyright, a:visited.copyright { 
	text-decoration: none;
	color: #444444;
}

a:hover.copyright { 
	text-decoration: underline;
	color: #FF0000;
}


/* Ana tablo düzeni */
td.row1 { 
	background-color: #FFFFFF; 
}


/* Kategori başlıkları */
.catHead, th {
	height: 27px; 
	color: #FFFFFF; 
	font-size: 11px; 
	font-weight: bold;
	background-color: #FFFFFF; 
	background-image: url('images/cellpic3.png');
}

td.cat, td.catHead { 
	height: 22px;
	color: #444444;
    border: medium solid #FFFFFF;
	background-color: #FFFFFF;
	background-image: url('images/cat1.gif');
}


td.cat, td.catHead { 
	color: #1B71CA; 
	height: 24px;
	border-width: 0px 0px 0px 0px; 
}


/*
 * form elemanlari
*/

form { 
	display: inline; 
}

input { 
	text-indent: 2px; 
}

input, textarea, select { 
	color: #333; 
	font: normal 11px Verdana, Arial, Helvetica, sans-serif; 
}

input.post, textarea.post, select { 
	background-color: #FFF; 
	border: solid 1px #ABB7BD; 
}

select optgroup { 
	background-color: #C3C7C9; 
	color: #404040;
}
select option, select optgroup option { 
	background-color: #FFF; 
	color: #000; 
}