/*----- spc + pil ----------*/

.eyebrow {
	font-size: 70%;
	text-align: right;
	margin-bottom: 1em;
	padding-bottom: .4em;
	border-bottom: 1px solid #ced2ee;
}

.pil_header {
	height: 50px;
}

.pil_header .left {
	float: left;
	width: 170px;
}

.pil_header .right {
	float: right;
	width: 170px;
	text-align: right;
}

#content .spc,
#content .pil {
	font-family: times new roman;
	color: #111;
	font-size: 11pt;
}

#content .spc h4,
#content .pil h4 {
	text-transform: uppercase;
}

#content .spc h4.nouppercase,
#content .pil h4.nouppercase {
	text-transform: none;
}

#content .spc h4.nobold,
#content .pil h4.nobold {
	font-weight: normal;
}

#content .spc h4.center,
#content .pil h4.center {
	text-align: center;
}

#content .spc h5 {
}

#content h5.underline {
	text-decoration: underline;
}

#content .spc h4,
#content .spc h5,
#content .pil h4,
#content .pil h5 {
	font-weight: bold;
	font-size: 100%;
	margin-bottom: 1em;
}

#content .spc h4 span,
#content .spc h5 span,
#content .spc h6 span,
#content .pil h4 span,
#content .pil h5 span,
#content .spc h6 span {
	display: block;
	float: left;
}

#content .spc h4 span,
#content .spc h5 span,
#content .spc h6 span {
	width: 40px;
}

#content .pil h4 span,
#content .pil h5 span,
#content .pil h6 span {
	width: 20px;
}


#content .spc h6,
#content .pil h6 {
	font-style: italic;
	margin-bottom: 1em;
}

#content .spc h6 em,
#content .pil h6 em {
	font-style: normal;
}

#content .spc h6.inline,
#content .pil h6.inline {
	float: left;
	margin: 0;
	margin-right: .3em;
}

#content .spc h6.dec_h6,
#content .pil h6.dec_h6 {
	font-style: normal;
	text-transform: uppercase;
}

#content .spc p, #content .pil p,
#content .spc ul, #content .pil ul,
#content .spc ol, #content .pil ol {
	margin-bottom: 1em;
}

#content .spc .important,
#content .pil .important {
	border: 1px solid #111;
	padding: 10px;
	margin-left: -10px;
	margin-bottom: 1em;
}

#content .spc dl.dlone dd,
#content .pil dl.dlone dd {
	list-style-type: circle;
	text-indent: 30px;
}

#content .spc dl.dltwo dt,
#content .pil dl.dltwo dt {
	list-style-type: disc; /* golyo kellene ele */
	font-style: italic;
	text-decoration: underline;
}

#content .spc dl.dltwo dd,
#content .pil dl.dltwo dd {
	margin-left: 30px;
}

.dlthree dd {
	/* dd  kotojellel, beljebb kezdodik */	
	margin-left: 30px;
}

.dlfour {
	/* dt underline, italic, floated  */	
}

.dlfive dt {
	text-transform: uppercase;	
}

#content .spc ul,
#content .pil ul {
	margin: none;
}

#content .spc ol,
#content .pil ol {
	list-style-position: inside;
}

.kotojel {
	list-style-type: circle; /* ezt meg kellene változtatni */
}

.disc {
	list-style-type: disc;
}

.circle {
	list-style-type: circle;
}

.kotojel,
.disc,
.circle {
	list-style-position: outside;
	margin-left: 15px;
}

#content .spc li,
#content .pil li {
	margin-bottom: 0;
}

#content .spc table.style1 thead,
#content .spc table.style1,
#content .pil table.style1 thead,
#content .pil table.style1 {
	border-bottom: 1px solid #111;
}

table.style2 {
	border-collapse: collapse;
}

table.style2 th {
	font-weight: bold;
}

table.style2 th,
table.style2 td {
	border: 1px solid #555;
	padding: 3px;
	vertical-align: top;
}

#content .spc .nolist,
#content .pil .nolist {
	list-style-type: none;
}

.style3 th {
	font-style: italic;
}

.style3 td {
	text-align: center;
}

.style3 td:first-child {
	text-align: left;
}

.style4,
.style4 td,
.style4 th {
	border: 1px solid #999;
}

.noitalic {
	font-style: normal;
}	

#content .spc ol ul,
#content .pil ol ul {
	margin-bottom: 0;
}

h5.inline {
	
}
