﻿.article {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
.article h1 {
	float: left;
	width: 660px;
	height: 31px;
	background-image: url('images/articleHeadPNG.png');
	background-repeat: repeat;
	background-position: lef top;
	font-size: 18px;
	font-weight: normal;
	padding-top: 9px;
	padding-left: 20px;
	margin-bottom: 10px;
}
.article h1 a {
	text-decoration: none;
}
.article h1 a:hover {
	text-decoration: underline;
}
.article .etiket {
	float: left;
	width: 646px;
	background-image: url('images/articleHeadPNG.png');
	background-repeat: repeat;
	background-position: lef top;
	font-size: 12px;
	margin-top: 5px;
	color: #999999;
	margin-bottom: 10px;
}
.article .icon {
	float: left;
	margin-right: 10px;
	margin-top:4px;
}
.articleImg {
	float: left;
	padding: 5px;
	border: 1px #E8E8E8 solid;
	margin-right: 20px;
	margin-bottom: 20px;
}
.articleText {
	float: left; /*width:100%;*/;
	min-height: 150px;
	border-bottom: 1px #E8E8E8 solid;
	margin-bottom: 10px;
	font-size: 14px;
	color: #666666;
	line-height: 20px;
	padding: 10px 0px 10px 0px;
}
.articleFooter {
	float: left;
	width: 100%;
	height: 40px;
}
.articleFooter span {
	float: left;
	font-size: 12px;
	margin-top: 4px;
	margin-right: 30px;
	color: #999999;
}
.search {
	float: left;
	width: 276px;
	height: 30px;
	padding: 5px;
	background-image: url('images/barPNG.png');
	background-repeat: repeat;
	background-position: lef top;
	margin-bottom: 20px;
}
.search input[type="text"] {
	width: 233px;
	height: 21px;
	padding-top: 5px;
	padding-left: 5px;
}
.search input[type="submit"] {
	width: 34px;
	height: 30px;
	padding-top: 5px;
	padding-left: 5px;
	background-image: url('images/searvhBtn.png');
	background-repeat: no-repeat;
	background-position: center center;
	border: 0px;
	cursor: pointer;
}
.reklam {
	float: left;
	width: 100%;
}
.reklamAlani {
	float: left;
	width: 125px;
	height: 125px;
	border: 1px #CCCCCC solid;
	margin: 8px;
}
.kategoria {
	float: left;
	width: 266px;
	height: 18px;
	padding: 5px 0px 5px 20px;
	font-size: 14px;
	color: #333333;
	text-decoration: none;
	background: url('images/kat_icon.png') no-repeat scroll 7px center;
}
.kategoria:hover {
	text-decoration: underline;
}
.yorum {
	float: left;
	width: 640px;
	border-top: 1px #e8e8e8 solid;
	padding: 20px;
}
.yorumbgColor {
	background-color: #fafafa;
}
.yorum a {
	float: left;
	width: 50%;
	height: 30px;
	border-bottom: 1px #EAEAEA solid;
	margin-bottom: 10px;
	font-size: 14px;
	text-decoration: none;
}
.yorum a:hover {
	text-decoration: underline;
	color: #666666;
}
.yorum span {
	font-size: 12px;
	color: #666666;
	line-height: 22px;
}
.yorum .tarih {
	float: left;
	text-align: right;
	width: 50%;
	height: 30px;
	border-bottom: 1px #EAEAEA solid;
	margin-bottom: 10px;
	font-size: 14px;
	color: #C0C0C0;
}
.yorumForm {
	float: left;
	width: 680px;
	padding: 20px 0px 20px 0px;
	margin-top: 20px;
	border-top: 1px #e8e8e8 solid;
	border-bottom: 1px #e8e8e8 solid;
}
.yorumRow {
	float: left;
	width: 680px;
	margin-bottom: 5px;
}
.yorumRow .etiket {
	float: left;
	width: 100px;
	height: 26px;
	font-size: 14px;
	color: #666666;
	padding-top: 4px;
}
.yorumRow .yorumInput {
	float: left;
	width: 580px;
}
.yorumInput input[type="text"] {
	width: 50%;
	height: 21px;
	padding-top: 5px;
	padding-left: 5px;
}
textarea {
	float: left;
	width: 99%;
	height: 100px;
	background: #FFFFFF url('images/inputBack.png') repeat-x scroll left top;
	border: 1px #C0C0C0 solid;
}

.etiketTexta{
	float:left;
	font-size:12px;
	text-decoration:none;
	margin:4px 3px 0px 3px;
}

.etiketTexta:hover{
	color:#333333;
}