/* genel html ayarlari####################################################################################### */
* {
	margin: 0;
	padding: 0;
}

/* html yuksekligi  */
html {
	
	height: 100%;
	margin-bottom: 1px;
}
html,body {
  height:100%;
}

/* Title text */



/* Heading */
h1 {
	font-size: 150%;
}

h2 {
	font-size: 130%;
	color:#2B87D7;
}

h3 {
	font-size: 120%;
	color:#FF0000;
}

h4 {
	font-size: 100%;
	text-transform: uppercase;
}

p {
	margin: 5px 5px 15px;
}

ul {
	margin-top: 5px;
	margin-bottom: 15px;
	list-style: none;
}
ul li {
	background: transparent url(../images/list-style-right-b.png) no-repeat 0 5px;
	list-style-position:inside;
	padding-left: 12px;
	line-height: 160%;
	margin-left: 5px;
	text-align:left;
}
ul li:hover{background: transparent url(../images/list-style-right.png) no-repeat 0 5px;}

ol {
	margin-top: 5px;
	margin-bottom: 15px;
}

ol li {
	margin-left: 35px;
}

th {
	padding: 4px;
	font-weight: bold;
	text-align: left;
}

fieldset {
	border: none;
}

fieldset a {
	font-weight: bold;
}

hr {
	border-top: 1px solid #484848;
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
	height: 1px;
}

a img {
	border: none;
}

td, div {
	font-size: 100%;
}


#body.f-small {font-size: 11px;}
#body.f-default {font-size: 12px;}
#body.f-large{font-size: 13px;}

body {
background: #fff;
font-family:Arial, Helvetica, sans-serif; /* tekst ailesi arial,helvetica */
color:#000000;/* yazi rengimiz siyah */
line-height:160%;
height: 100%;
	margin: 0;
	padding: 0;
}
/* Normal link */
a:link, a:visited, a:active {
	text-decoration: none;
	color: #3c6f9e;
}
a:hover {
	text-decoration: underline;
}

/* custom components/modules */
#cat_preview_table{width: 100%;}
.cat_preview{padding: 10px; border: 1px solid #c5c5c5;}
.cat_preview ul, .cat_preview ul li{background: none; list-style: none;}
.cat_preview ul li span{font-size: 12px; color: #113865; text-transform:capitalize; font-weight: normal; text-decoration:underline;}
div.rss_pro_cat_title{ font-family: Arial, Helvetica, sans-serif; font-weight: normal; font-size: 14px; text-transform:uppercase; color: #113865}
div.excerpt{background:none; border:1px solid #C5C5C5;
.rsslink, .rsslink a:link, .rsslink a:visited, .rsslink a:hover, a.feedtablelink{ color: #373a3e; font-size: 12px; line-height: 20px; height: 20px;}
.jpane-slider{background: #fff url(../images/module-2-body-gradient.jpg) bottom repeat-x;}
/* custom components/modules */