.incontent {
	color: #2E2E2E;
	line-height: 1.3333em;
}
.incontent h1 {
	font: normal 2.0833em Georgia, 'Times New Roman', serif;
	color: #A00000;
	line-height: 1.6400em;
	letter-spacing: -1px;
	margin: 0 -21px 0.4800em -21px;
	padding: 0 21px 30px 21px;
	font-variant: small-caps;
	background: transparent url("/images/lola/header-line-bg.gif") bottom center no-repeat;
}
.incontent h2 {
	font-size: 1.7500em;
	font-weight: normal;
	color: #462111;
	line-height: 1.2857em;
	margin-bottom: 1em;
	padding-top: 0.3333em;
}
.incontent h2 span {
	color: #F9D526;
}
.incontent h3 {
	font-size: 1.3333em;
	font-style: italic;
	color: #462111;
	line-height: 1.3125em;
	margin-bottom: 1em;
	padding-top: 0.1905em;
}
.incontent h4 {
	color: #462111;
	font-size: 1.0833em;
	line-height: 1.2857em;
	margin-bottom: 1em;
	margin-bottom: 0.9231em;
}
.incontent h5 {
	color: #462111;
	font-size: 1.0833em;
	font-weight: normal;
	line-height: 1.2857em;
	margin-bottom: 0.9231em;
}
.incontent ol,
.incontent ul {
	margin: 1em 0 1em 3em;
}
.incontent ul li {
	list-style-type: disc;
}
.incontent ol li {
	list-style-type: decimal;
}
.incontent p {
	margin-bottom: 1em;
	text-align: justify;
}
.incontent a {
	color: #A00000;
	text-decoration: underline;
}
.incontent a:hover {
	color: #C00000;
	text-decoration: none;
}
.incontent a:visited {
	color: #A00000;
}
.incontent fieldset {
	padding: 0 1em 0.5em 1em;
	margin-bottom: 1em;
	border: 1px solid #960001;
	-webkit-border-radius: 7px; /* Safari, Chrome */
	-khtml-border-radius: 7px;	/* Konqueror */
	-moz-border-radius: 7px; /* Firefox */
}
.incontent fieldset legend {
	font: bold 1em Georgia, 'Times New Roman', serif;
	text-transform: capitalize;
	font-variant: small-caps;
	color: #290B05;
	padding: 0 0.5em 0 0.5em;
	margin-bottom: 4px;
}
/*	table
---------------------------------------------------------------- */
.incontent table.color {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	border-left: 1px solid #E9E9E9;
	margin-bottom: 0.5385em;
}
.incontent table.color th {
	color: #1E1E5C;
	border-right: 1px solid #E9E9E9;
	border-bottom: 1px solid #E9E9E9;
	border-top: 1px solid #E9E9E9;
	letter-spacing: 2px;
	font-variant: small-caps;
	text-transform: capitalize;
	font-weight: normal;
	text-align: left;
	font-size: 1.0833em;
	padding: 6px;
	background: #E3F2FF url("/images/italian/table-header-bg.gif") no-repeat;
}
.incontent table.color td {
	border-right: 1px solid #E9E9E9;
	border-bottom: 1px solid #E9E9E9;
	background: #FAFAFA;
	padding: 6px;
	color: #707070;
}
.incontent table.color tr.tcol_l td {
	background: #FAFAFA;
}
.incontent table.color tr.tcol_d td {
	background: #F9F8F5;
	color: #6B6459;
}
#incontent table.color tr.tr-hover td {
	background: #F5FAFF;
}
.incontent table {
	border-spacing: 0;
	border-collapse: collapse;
}
.incontent table .icons,
.incontent table .lp,
.incontent table .to_center {
	text-align: center;
}
/*	additional content
---------------------------------------------------------------- */
#additional-content {
	font-size: 0.9167em;
}
#additional-content ul {
	margin: 0;
}
#additional-content li {
	list-style: none;
	display: inline;
	padding-right: 1em;
}

/*	Ceny
---------------------------------------------------------------- */
span.old_price {
	text-decoration: line-through;
	font-size: 11px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}

span.new_price {
	font-weight: bold;
	color: red;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}

/*	komunikaty
---------------------------------------------------------------- */
.messageerror, .messageok, .msgerror {
	margin: 1em 19px;
	padding: 10px 6px 10px 36px;
}
.messageerror, .msgerror {
	border: 1px solid #F30C0C;
	-webkit-border-radius: 7px; /* Safari, Chrome */
	-khtml-border-radius: 7px;	/* Konqueror */
	-moz-border-radius: 7px; /* Firefox */
	color: #F30C0C;
	background: #FDD7D7 url("/images/icon_warn.gif") 9px center no-repeat;
}
.messageok {
	border: 1px solid #02910D;
	-webkit-border-radius: 7px; /* Safari, Chrome */
	-khtml-border-radius: 7px;	/* Konqueror */
	-moz-border-radius: 7px; /* Firefox */
	color: #02910D;
	background: #EDFDD7 url("/images/icon_ok.gif") 9px center no-repeat;
}

/*	Oczko
---------------------------------------------------------------- */

.simple_popup_div {
    position: absolute;
    top: 0;
    left: 0;
    background: #EEF6FF;
    width: auto;
    height: auto;
    border: 2px solid #36689F;
    -webkit-border-radius: 7px; /* Safari, Chrome */
	-khtml-border-radius: 7px;	/* Konqueror */
	-moz-border-radius: 7px; /* Firefox */
}
.simple_popup_inner {
    padding: 10px;
    /*border: 1px solid #FF8600;*/
    text-align: left;
}
.simple_close
{
    text-align: right;
    padding-bottom: 5px;
    color: #fff;
}
.simple_close a
{
 	color: #164d74;
}

/* Expanding
----------------------------------------------------------------*/
div.pagerRow {
	margin: 5px 0 10px 0;
	clear: both;
}
div.pagerRow span {
	padding-top: 3px;
}
ul.nav-helper {
	margin: 0;
	float: right;
}
ul.nav-helper li {
	display: inline;
	padding: 13px;
	line-height: 1.5000em;
}
ul.nav-helper a {
	font-weight: normal;
	padding: 0.1em 0;
	margin: 0 0.2em;
	text-decoration: none;
	border: 0;
}
ul.nav-helper a:hover {
	border-bottom: 1px solid #282365;
}
ul.nav-helper a span.hl {
	font-weight: bold;
}
ul.pager li {
	padding: 0;
}
ul.pager a {
	color: #205EC6;
	border-bottom: 1px solid #FBDC8D;
	text-decoration: none;
}
ul.pager a:hover {
	color: #205EC6;
	border-bottom: 1px solid #205EC6;
	text-decoration: none;
}
a.toolTip {
	cursor: help;
	margin: 1px;
}

a.toolTip img {
	vertical-align: text-bottom;
}

div.simpleToolTip {
	display: none;
	background-color: #FFF;
	border: 1px solid #BFDDEE;
	color: #000;
	padding: 5px;
	max-width: 300px;
	-webkit-border-radius: 7px; /* Safari, Chrome */
	-khtml-border-radius: 7px;	/* Konqueror */
	-moz-border-radius: 7px; /* Firefox */

	font-size: small;
}

fieldset.size1 {
	margin-left: auto;
	margin-right: auto;
}

fieldset.size2 {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}

fieldset.size3 {
	width: 33%;
	margin-left: auto;
	margin-right: auto;
}

fieldset.size4 {
	width: 66%;
	margin-left: auto;
	margin-right: auto;
}

.loaderImg {
	display: none;
}
