
/* commentek */

#commentList{
width: 520px;
margin-left: 10px;
}

#commentList textarea{
width: 400px;
}

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

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

.comment_date{
	
	position: relative;
	float: right;
}
              
.comment_text{
	background: #fff;
	color: #000;
	position: relative;
	float: left;
	width: 516px;
	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 5px 0;

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

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

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: #DADADC;
color: #000;
margin: 0 3px 0 0;
padding: 5px 0 5px 0;
}

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