
/******
	termék oldal
*******/
.prices-box{
	background-color: #354C83;
	color:#ffffff;
	margin-top: 30px;
	padding: 18px;
}
.prices-box div{
	margin-bottom: 10px;
}
.prices-box span.price-title{
	display: inline-block;
	/*width: 100px;*/
}
.product-right-box{
	position: relative;
	min-height: 162px;
	padding: 0 0 0 40px;
}
span.box-border{
	background: url('pic/sprites.png') no-repeat transparent 0 -100px;
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 162px;
}
.product-datas-title{
	margin-bottom: 10px;
}
.product-datas-title span.bold{
	display: inline-block;
	width: 75px;
}

.product-info .product-info-boxes{
	position: relative;
}
.product-info .product-info-boxes > div.product-datas-block{
	min-height: 200px;
}

.product-info .product-info-menu a:hover,
.product-info .product-info-menu a.active{
	background-color: #354C83;
	color: #ffffff;
}
.product-datas-block{
	display: none;
}
.product-info-table{
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 30px;
}
.product-info-table th,
.product-info-table td{
	border-bottom: 1px solid #ECE8E8;
	padding: 5px 10px;
}
.product-info-table th{
	background-color: #354C83;
	color: #ffffff;
	text-align: left;
}
.product-info-table tr.bg-colored td{
	background-color: #ECE8E8;
}
.product-info-table td div{
    display: inline;
    position: relative;
}

/* a kis kédőjel-ikon alapból position: absolute, de itt relative kell, mert egyébként kilóg felfelé a sorból! */
.product-properties .question-icon{
    position: relative;
}
