#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: 157px;
	/*background: url(/images/product/prod-box.png) center center no-repeat;*/
}
#prod-box .pic {
	float: left;
	/* margin-right: 10px; */
	/* margin-top: 10px; */
	position: absolute;
}
#prod-box .text {
	float: left;
	width: 420px;
	height: 80px;
	font-size: 12px;
	margin-top: 8px;
	margin-left: 10px;
	position: relative;
	z-index: 1;
	color: white;
}
#prod-box .title {
	color: #1D7FC9;
	font-size: 26px;
	font-weight: bold;
}
#prod-box .title a {
	color: white;
}
#prod-box .desc {
	margin-top: 6px;
}
#prod-box .go {
	width: 90px;
	height: 25px;
	text-align: left;
	line-height: 22px;
	text-transform: uppercase;
	background: url(/images/alcor-tovabb.png) center center no-repeat;
	margin-top: 10px;
}
	#prod-box .go:hover{
		background: url(/images/alcor-tovabb-hover.png) center center no-repeat;
	}
#prod-box .go a {
	margin-left: 14px;
	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;
}