/* Reset */
.fn-container div, .fn-container h3, .fn-container h4, .fn-container ul, .fn-container li, .fn-container span, .fn-container a, .fn-container img {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	list-style: none;
	list-style-type: none;
	max-width: 100%;
	outline: none;
}

.fn-container {

	font-size: 14px; 

	line-height: 18px;
	max-width: 100%;
}

.fn-news-list {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* the box of the preview */
.fn-news-list .fn-preview {
	width: 100%;
	display: none;
	cursor: pointer;
	overflow: hidden;
}


/* the text box in the previews */
.fn-preview	> div	{
	display: block;
	margin: 10px; 

}

.fn-preview	> div > p {
	line-height: 17px;
font-size: 13px; 
color: #333;
	padding:0 0 0 10px!important;
}


.fn-preview h3 {
	margin: 0 !important; 
	padding:0 0 0 10px!important;
	font-size: 17px; 
	line-height: 19px;
	background-color: transparent !important;
	font-weight: bold;
	color: #007ea7 !important; /* ÜYE ADI RENK */
}


.fn-preview	> div > h4 {
	margin-bottom: 3px;
	font-size: 11px;
	line-height: 11px;
	color: #329ad1;  /* TARIH RENK */
		padding:0 0 0 10px!important;
}

/* the full post */
.fn-full-post	{
	width: 100%;
	display: none;
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;

}

/* title in the full post */
.fn-full-post h3	{
	margin: 10px 15px 5px 20px;
	font-size: 14px; 
	background-color: transparent !important;
	font-weight: bold;
	color: #007ea7 !important; /* ÜYE ADI RENK */
}

/* the text container in the full post */
.fn-full-post > div	{
	width: 95%;
	margin-left: 15px;
	overflow: auto;
	outline: none;
}



/* navigation bar with rounded corners */
.fn-navigation	{
	position: relative;
	max-width: 100%;
	height: 30px; 
	line-height: 30px; 
	color: #fff; 
	font-size: 14px; 
	-webkit-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px; 
	background-color: #329ad1 !important; /* NAVI RENK */
}

.fn-navigation a:focus {
	outline: none;
}

.fn-navigation .fn-post-count {
	margin-left: 10px;
	float: left;
}

.fn-close-button {
	display: none;
	background: url('http://www.7bay.de/_/img/feedback/b_close.png') no-repeat; 
	width: 15px; /* Width for the close button */
	height: 15px; /* Height for the close button */
	margin: 7px 15px 0 0;
	float: right;
}

.fn-previous-button, .fn-next-button	{
	float: right;
	width: 15px; /* Width for the previous/next buttons */
	height: 10px; /* Height for the previous/next buttons */
	margin: 11px 10px 0 0;
}

.fn-previous-button	{
	background: url('http://www.7bay.de/_/img/feedback/b_previous.png') no-repeat; /* Set here the path to the previous.png */
}

.fn-next-button	{
	background: url('http://www.7bay.de/_/img/feedback/b_next.png') no-repeat; /* Set here the path to the next.png */
}

.fn-preloader	{
	position: absolute;
	background: url('preloader.gif') no-repeat; /* Set here the path to the preloader.gif */
	width: 31px; /* Same width as the preloader.gif width */
	height: 31px; /* Same height as the preloader.gif height */
	z-index: 11;
}

/* Vertical Scrolling */

.fn-vertical .fn-news-list .fn-preview {
	position: absolute;
	top: 0;
	height: 100%;
}

.fn-vertical .fn-preview > img {
	float: none;
}

.fn-vertical .fn-previous-button, .fn-vertical .fn-next-button	{
	width: 10px;
	height: 15px;
	margin: 8px 10px 0 0;
}

.fn-vertical .fn-previous-button {
	background: url('http://www.7bay.de/_/img/feedback/b_previous_vertical.png') no-repeat;
}

.fn-vertical .fn-next-button {
	background: url('http://www.7bay.de/_/img/feedback/b_next_vertical.png') no-repeat;
}


/* Helper */
.fn-clearfix:before, .fn-clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.fn-clearfix:after { clear: both; }
.fn-clearfix { zoom: 1; }
.fn-clear {clear: both;}
.fn-hidden {display: none;}

