#content {
	margin: 35px;
	margin-top: 20px;
	text-align: left;
}
#content #title {
	margin-bottom: 30px;
}
#content #title .big {
	color: #DF2618;
	font-size: 26px;
	font-weight: bold;
}
#content #title .small {
	color: #000;
	font-size: 12px;
	font-weight: bold;
}
#table .left, #table .right {
	width: 400px;
	height: 120px;
	margin-top: 20px;
}
#table .left {
	float: left;
	margin-right: 20px;
}
#table .right {
	float: left;
}
#table .left .title, #table .left .desc, #table .right .title, #table .right .desc {
	width: 295px;
}
#table .left .title, #table .right .title {
	color: #197CC8;
	font-size: 16px;
	font-weight: bold;
}
#table .left .title a, #table .right .title a {
	color: #197CC8;
	font-size: 16px;
	font-weight: bold;
}
#table .left .desc, #table .right .desc {
	font-size: 12px;
}
#table .left .pic, #table .right .pic {
	float: left;
	width: 100px;
}
/* Lapozó */
#lists {
	font-family: Arial, sans-serif;
	text-align: center;
}
.lists-top {
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 1px #4D9DDA solid;
}
.lists-bottom {
	padding-top: 10px;
	margin-top: 15px;
	margin-bottom: -30px;
	border-top: 1px #4D9DDA solid;
}
#lists .prev {
	font-family: Arial, sans-serif;
	opacity: 0.5;
	text-transform: uppercase;
	font-weight: lighter;
	padding-right: 10px;
	margin-right: 6px;
	background: url(/images/row-left.jpg) right center no-repeat;
}
#lists .next {
	font-family: Arial, sans-serif;
	color: #000;
	text-transform: uppercase;
	font-weight: lighter;
	padding-left: 10px;
	background: url(/images/row-right.jpg) left center no-repeat;
}
#lists .current {
	color: #DF2618;
	font-weight: bold;
	font-size: 20px;
}
#lists a {
	color: #4D9DDA;
	font-size: 13px;
	font-weight: bold;
	padding-left: 2px;
	padding-right: 2px;
}