#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;
}
#prod-box {
	font-family: Arial;
	margin-bottom: 20px;
	width: 820px;
	height: 130px;
	background: url(/images/product/prod-box.png) center center no-repeat;
}
#prod-box .pic {
	float: right;
	margin-right: 10px;
	margin-top: 10px;
}
#prod-box .text {
	float: left;
	width: 630px;
	height: 80px;
	margin-top: 10px;
	margin-left: 15px;
}
#prod-box .title {
	color: #1D7FC9;
	font-size: 26px;
	font-weight: bold;
}
#prod-box .title a {
	color: #1D7FC9;
}
#prod-box .desc {
	margin-top: 6px;
}
#prod-box .go {
	width: 80px;
	height: 25px;
	text-align: center;
	line-height: 22px;
	text-transform: uppercase;
	background: url(/images/product/prod-next.jpg) center center no-repeat;
	margin-top: 5px;
}
#prod-box .go a {
	color: #FFF;
}
/* Lapozó */
#lists {
	font-family: Arial;
	text-align: center;
	margin-bottom: -30px;
}
#lists .prev {
	font-family: "Times New Roman", Arial;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	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: "Times New Roman", Arial;
	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;
}
