body {
	margin: 0px;
	padding: 0px;
}






#header_pay {
	background-image: url(../img/header_pay.png);
	width: 579px;
	height: 50px;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 20px;
}

#header_payCash {
	background-image: url(../img/header_payCash.png);
	width: 579px;
	height: 50px;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 20px;
}

#header_pay p,#header_payCash p {
	font-weight: bold;
	text-align: center;
	margin-top: 15px;
	padding-top: 28px;
}

#fvat		{
	text-align: center;
}

#fvat p {
	padding-bottom: 8px;
}

#fvat li {
	list-style: circle;
	margin-left: 20px;
}

#fvat h2,#fvat ul {
	padding-bottom: 10px;
}

.SubmitPay {
	background-image: url(../img/submit_pay.png);
	width: 200px;
	height: 33px;
	border: 0px solid;
	margin: 0 auto;
	text-align: center;
	margin-top: 15px;
}

#wpCenter {
	margin: 0 auto;
	margin-top: 15px;
	margin-left: 195px;
}

/*Menu rozwijane*/
ul.submenu {
	display:none;
	background-color:#A0DF00;
	z-index:100;
	position:absolute;
	box-shadow: 0 4px 2px -2px #333;
}

ul.submenu li {
	color:#fff;
	text-align:center;
	float:left;
	display:block;
	width:auto!important;
	padding-left:15px;
	padding-right:15px;
	background-image: url(../img/menu_sub.png)!important;
	background-repeat:repeat-x!important;
	border-right:1px solid #7ca512;
	border-left:1px solid #b5d859;
}

ul.submenu li:first-child {
	border-right:1px solid #7ca512;
	border-left:0px;
}

ul.submenu li:last-child {
	border-right:0px;
	border-left:1px solid #b5d859;
}


ul.submenu li a{
	background-image: url(../img/menu_sub.png)!important;
	background-repeat:repeat-x!important;
}

#wpNavi > ul > li:hover ul.submenu {
	display:block;
}

.inpLogin {
	float:left;
	margin:21px 0 0 30px;
	width:110px;
	border:1px solid #ccc;
	padding:4px 4px;
	font-size:11px;
}

.inpLogin2 {
	float:left;
	margin:21px 0 0 5px;
	width:110px;
	border:1px solid #ccc;
	padding:4px 4px;
	font-size:11px;
}

.subLogin {
	float:left;
	margin:18px 0 0 5px;
}

.reminder {
	position:absolute; 
	margin-top:44px;
	right: 20px;
}

.reminder a small{
	color:#999!important;
}

.reminder a:hover{
	color:#999!important;
	
}

body #regul div.regulaminContent li	{
	font-size: 12px;
	line-height: 18px;
}

#regul div.regulaminContent ol,
#regul div.regulaminContent ul	{
	list-style: outside none none;
	padding-left: 10px;
}

html body div div#main_whole div#regul div.regulaminContent > ol > li > ol > li	{
	font-weight: bold;
}

html body div div#main_whole div#regul div.regulaminContent ol li dl dt	{
	font-weight: bold;
}

html body div div#main_whole div#regul div.regulaminContent ol li dl dd	{
	margin-left: 10px;
}