
/* commentek */
#comments{
/* background:#FFB6B6; */
	position: relative;
	float: left;
	margin-top: 10px;
	
	width: 604px;
	font-family: sans-serif;
	font-size: 14px;
}
.comment{
	width: 604px;
	position: relative;
 	float: left;
	margin-top: 10px;
	font-size: 12px;
	text-align: left;
	border: 1px solid #000;
}
.comment_head{
	color: #000;
	background: #FF2501;
	position: relative;
	float: left;
	width: 600px;
	padding: 2px;
}

.comment_owner{
	font-weight: bold;
	position: relative;
	float: left;
	margin-left: 5px; 
}

.comment_date{
	
	position: relative;
	float: right;
}
              
.comment_text{
	background: #303030;
	color: #fff;
	position: relative;
	float: left;
	width: 600px;
	padding: 2px;
	overflow: hidden;
}
.comment_num{
	
	position: relative;
	float: left;
}

/* commentek */


/* lapozo */

div.pager {
padding: 10px;
}

div.pager ul li{
display:block;
float:left;
width: 30px;
}

div.pager ul li a{
display: block;
text-align:center;
width: 25px;
height: 20px; /* a height es a fuggoleges padding osszege = a width-el ha negyzetet akarunk */
padding: 5px 0 0 0;

border: 1px solid #999;
background-color: FF2501;
color: #fff;
}

div.pager ul li a:hover{
background-color:#000; /* lapozo elemek hatterszine hoverkor - bg kep is lehet */
}

div.pager ul li.actualPage { /* aktualis oldal li eleme, nem kattinthato */
display: block;
text-align:center;
width: 25px;
height: 20px; /* a height es a fuggoleges padding osszege = a width-el ha negyzetet akarunk */
padding: 5px 0 0 0;
border: 1px solid #000;
background-color: #303030;
color: #000;
margin: 0 3px 0 0;
}

.advertOwner{
background: #fff;
color: #000;
font-weight: bold;
}
