
.blog-satir {
	margin-bottom: 30px;
	position: relative;
	padding: 10px;
}
.blog-satir .devami{
	font-family: Bitter, ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
	border-radius: 5px;
	font-size: 11pt;
	line-height: 30px;
	color: #FFF;
	background-color: #C00;
	text-align: center;
	display: block;
	height: 30px;
	width: 80px;
	position: absolute;
	z-index: 1;
	right: 20px;
	bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

.blog-satir h1{
	font-size: 2.5em;
	font-weight: 800;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin: 0px;
	}

.blog-satir h2{
	font-size: 1.2em;
	font-weight: 600;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin: 0px;
	}
	
	

#ToplamHit{
	background-color: rgba(32,32,32,.95);
	border-radius: 5px;
	width: 240px;
	padding: 15px;
	position: fixed;
	bottom:40px;
	z-index: 6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-image: url(images/imgUser.png);
	background-repeat: no-repeat;
	background-position: 20px 13px;
	display: none;
	left: 20px;
}
#ToplamHit .Number {
	color:#FFF;
	font-size:13px;
	line-height:16px;
	height:30px;
	vertical-align:middle;
	margin-left:60px;
	display:block
}
#ToplamHit .Close {
	cursor:pointer;
	display:block;
	position:absolute;
	right:8px;
	top:10px;
	height:12px;
	width:12px;
	z-index:1;
	background-image:url(images/close-img.png);
	background-repeat:no-repeat
}

#KitapSecTable {
	font-family: Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	width: 100%;
	font-size: 10pt;
}
#KitapSecTable td, #customers th {
	border: 1px solid #ddd;
	padding: 8px;
	font-size: 10pt;
}
#KitapSecTable tr:nth-child(even) {
	background-color: #f2f2f2;
}
#KitapSecTable tr:hover {
	background-color: #ddd;
}
#KitapSecTable th {
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: center;
	background-color: #333333;
	color: white;
	font-size: 10pt;
}
.KtpSecButton {
	background-color: #333333;
	border-radius: 3px;
	display: inline-block;
	color: #ffffff;
	font-family: Trebuchet MS;
	font-size: 13px;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 13px;
	padding-bottom: 10px;
	padding-left: 13px;
	margin: 2px;
}

.KtpSecButton:active {
	position:relative;
	top:1px;
}
.ButtonBlog {
	margin: 0px;
	padding: 0px;
}
.ButtonBlog li {
	width: 300px;
}
.ButtonBlog li a {
	border: 1px solid #ebebeb;
	background-color: #f8f8f8;
	height: 30px;
	display: block;
	margin-top: 5px;
	line-height: 30px;
	margin-bottom: 0px;
	border-radius: 3px;
	font-family: Helvetica, sans-serif;
	font-size: 10pt;
	margin-left: 10px;
	margin-right: 0px;
	padding-left: 5px;
	color: #333;
	text-decoration: none;
	font-weight: 400;
}
.ButtonBlog li a:hover {
	color: #fff;
	background-color: #CC0000;
}