/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   				     
	12.06.2008                 
	Kodowanie: Tomasz Piłat      

	Sections:
	GLOBAL STYLES
	GLOBAL CLASSES
	
	footer                              

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/*~~~~~~~~~~~~~~~~~~~~~
    GLOBAL STYLES
~~~~~~~~~~~~~~~~~~~~~~~*/
	html, body, h1, h2, h3, h4, h5, h6, div, span,
	blockquote, p, address, form, fieldset, img,
	ul, ol, dl, dt, dd, li, hr, table, td, th,
	strong, em, sup, sub, dfn, ins, del, q, cite,
	var, samp, code, kbd, tt {
		margin: 0;
		padding: 0;
		border: 0;
	}
	ul { list-style: none; }
	legend { display: none; }
	address { font-style: normal; font-weight: bold; }
	
	body {
		font-family: Tahoma, Arial, Verdana, sans-serif;
		font-size: 11px;
		color: #3c3c3c;
	}
	a { color: #EF820C; }
	a:hover { color: #3c3c3c; }
	
	#header, #content, #footer {
		width: 900px;
		margin: 0 auto;
	}

/*~~~~~~~~~~~~~~~~~~~~~
    =header	
~~~~~~~~~~~~~~~~~~~~~~~*/
	#header {
		position: relative;
		border-bottom: 1px solid #e3e3e3;
		overflow: hidden;
	}
	#header h1 a { 
		float: left;
		margin-top: 16px;
		width: 175px; 
		height: 78px; 
		background: url(/_p/gfx/rejestrator.gif) 0 0 no-repeat; 
		text-indent: -9999px;
		outline: none;
	}
	
	#nav { float: right; margin-top: 16px; margin-right: 11px;}
	#nav li { display: inline; } 
	#nav a { color: #8D8C8A; text-decoration: none; }
	#nav a:hover { text-decoration: underline; }
	#nav li { margin-left: 20px; }
	.icon-home { padding-left: 15px; background: url(/_p/gfx/icon-home.gif) 0 50% no-repeat; }
	.icon-map { padding-left: 15px; background: url(/_p/gfx/icon-sitemap.gif) 0 50% no-repeat; }
	
	#menu { float: right; clear: right; position: relative; top: 40px;}
	#menu li { float: left; }
	#menu a { 
		display: block;
		height: 33px;
		background: url(/_p/gfx/menu.gif) 0 0 no-repeat;
		text-indent: -9999px;
		outline: none;
	}
	
	a#m-domeny { width: 70px; }
	a:hover#m-domeny { background-position: 0 -66px; }
	a.active#m-domeny { background-position: 0px -33px; }
	
	a#m-serwery { width: 75px; background-position: -70px 0; }
	a:hover#m-serwery { background-position: -70px -66px; }
	a.active#m-serwery { background-position: -70px -33px; }
	
	a#m-konta { width: 95px; background-position: -144px 0; }
	a:hover#m-konta { background-position: -144px -66px; }
	a.active#m-konta { background-position: -144px -33px; }
	
	a#m-cennik { width: 61px; background-position: -239px 0; }
	a:hover#m-cennik { background-position: -239px -66px; }
	a.active#m-cennik { background-position: -239px -33px; }
	
	a#m-promocje { width: 80px; background-position: -299px 0; }
	a:hover#m-promocje { background-position: -299px -66px; }
	a.active#m-promocje { background-position: -299px -33px; }
	
	a#m-faq { width: 50px; background-position: -379px 0; }
	a:hover#m-faq { background-position: -379px -66px; }
	a.active#m-faq { background-position: -379px -33px; }
	
	a#m-regulamin { width: 81px; background-position: -430px 0; }
	a:hover#m-regulamin { background-position: -430px -66px; }
	a.active#m-regulamin { background-position: -430px -33px; }
	
	a#m-pomoc { width: 69px; background-position: -512px 0; }
	a:hover#m-pomoc { background-position: -512px -66px; }
	a.active#m-pomoc { background-position: -512px -33px; }
	
	a#m-kontakt { width: 65px; background-position: -580px 0; }
	a:hover#m-kontakt { background-position: -580px -66px; }
	a.active#m-kontakt { background-position: -580px -33px; }
	
	#breadcrumb { clear: left; padding-left: 8px; }
	#breadcrumb li { float: left; padding: 16px 0 10px 0; }
	#breadcrumb a { 
		padding-right: 15px;
		margin-right: 10px;
		background: url(/_p/gfx/pointer-grey.gif) 100% 50% no-repeat;
		color: #736B6B; 
	}
	
	#cart { 
		position: relative;
		float: right; 
		clear: right; 
		width: 350px; 
		top: 40px;
	}
	#cart h2 { 
		float: left;
		display: block;
		height: 31px;
		width: 83px;
		background: url(/_p/gfx/button-koszyk.gif) 0 0 no-repeat;
		text-indent: -9999px; 
		margin-right: 10px;
	}
	#cart ul { float: left; padding: 8px 0; margin-right: 20px; color: #8D8C8A; }
	#cart li { display: inline; margin-right: 5px; }
	#cart .more { 
		position: absolute;
		right: 11px;
		top: 8px;
		padding-left: 10px; 
		background: url(/_p/gfx/pointer-grey.gif) 0 50% no-repeat; 
	}
	
/*~~~~~~~~~~~~~~~~~~~~~
    =main-bar
~~~~~~~~~~~~~~~~~~~~~~~*/
	#content { 
		padding: 15px 0;
		overflow: hidden;
	}
	
	.sub #main-bar { 
		float: left;
		width: 520px;
		margin: 0 25px;
	}
	.main #main-bar {
		float: left;
		width: 683px;
	}
	#main-bar.wide { margin: 0 0 0 25px; float: left; width: 675px; }
	
	.text { padding: 7px 0 0 0; }
	.text h3 { 
		font-size: 16px; 
		padding-bottom: 10px; 
		width: 100%; 
		color: #0187C0; 
		border-bottom: 1px solid #e3e3e3; 
		margin-bottom: 8px;
	}
	.text p { margin-bottom: 1em; line-height: 1.5em; }
	.text ul, .text ol { margin-bottom: 1em; margin-left: 15px; }
	.text ol { margin-left: 25px; }
	.text ul li, ul.list li { background: url(/_p/gfx/list-style.gif) 0 5px no-repeat; padding-left: 10px; margin-bottom: 1em !important; }
	.text ol li { margin-bottom: 1em; }
	.text li, ul.list li { line-height: 1.5em; }
	.text h4 { margin-bottom: 1em; font-size: 12px; clear: both; }
	.regu h4 { text-align: center; }
	.box, .box-right, .box-left {
		background: #f7f7f7; 
		border: 1px solid #e3e3e3; 
		padding: 10px; margin-bottom: 1em; 
		overflow: hidden;
	}
	.box 
	{ 
		height: expression( this.scrollHeight < 44 ? "45px" : "auto" ); /* sets min-height for IE */
   		min-height: 45px; /* sets min-height value for all standards-compliant browsers */
	}
	.box big { font-size: 16px; color: #008EC8; }
	.extra { border: 1px solid #F4920D; display: none; }
	.box-left { float: left; margin-right: 5px; margin-bottom: 5px; }
	.box-right { float: right; margin-left: 5px; margin-bottom: 5px; }
	.text small { font-size: 11px; color: #AFAFAF; }
	.warning, .alert, .info, .bulb, .arrow, .email, .clouds, .cart { padding-left: 60px; }
	.warning { background: #f7f7f7 url(/_p/gfx/warning.gif) 5px 10px no-repeat; }
	.alert { background: #f7f7f7 url(/_p/gfx/alert.gif) 5px 10px no-repeat; }
	.info { background: #f7f7f7 url(/_p/gfx/info.gif) 5px 10px no-repeat; }
	.bulb { background: #f7f7f7 url(/_p/gfx/bulb.gif) 5px 5px no-repeat; }
	.arrow { background: #f7f7f7 url(/_p/gfx/arrow.gif) 5px 10px no-repeat; }
	.email { background: #f7f7f7 url(/_p/gfx/email.gif) 5px 10px no-repeat; }
	.clouds { background: #f7f7f7 url(/_p/gfx/cloud.gif) 5px 10px no-repeat; }
	.cart { background: #f7f7f7 url(/_p/gfx/cart.gif) 5px 10px no-repeat; }
	
	
	h4.also { padding-top: 8px; border-top: 1px solid #e3e3e3; margin-bottom: 10px; font-size: 13px; }
	ul.also li { margin-bottom: 1em; }
	
	ul.back-up { float: right; }
	ul.back-up li { float: left; margin-left: 5px; background: none; }
	#button-up, #button-back {
		background: url(/_p/gfx/button-up.gif) 0 0 no-repeat;
		color: #6f6f6f;
		display: block;
		width: 57px;
		padding: 3px 0px 3px 8px;
		text-align: center;
		text-decoration: none;
		line-height: 1.2em !important;
	}
	#button-back { background: url(/_p/gfx/button-back.gif) 0 0 no-repeat; }
	:hover#button-up, :hover#button-back { color: #000000; }
	.buttonOrange, .buttonBlue {
		padding: 3px 16px 4px 16px;
		background: url(/_p/gfx/buttonOrange.gif) 0 0 no-repeat;
		text-align: center;
		text-decoration: none;
		color: #ffffff;
	}
	.buttonBlue { background: url(/_p/gfx/buttonBlue.gif) 0 0 no-repeat; }
	
	.button-orange-wide, .button-blue-wide {
		display: block;
		width: 150px;
		margin: 0 auto;
		padding: 4px 0px 6px 0px;
		background: url(/_p/gfx/buttonOrangeWide.gif) 0 0 no-repeat;
		text-align: center;
		text-decoration: none;
		color: #ffffff;
		line-height: 1.2em !important;
	}
	.button-blue-wide { background: url(/_p/gfx/buttonBlueWide.gif) 0 0 no-repeat; }
	input.button-blue-wide { font-size: 11px; border: 0; padding: 3px 0 4px 0px; }
	input:hover.button-blue-wide { cursor: pointer; color: #6F6F6F;  }
	
	input.buttonOrange { border: 0; padding: 2px 12px 5px 12px !important; font-size: 11px; width: 66px; }
	input:hover.buttonOrange { cursor: pointer; color: #6F6F6F; }
	.promo-links, .promo-buttons { text-align: center; overflow: hidden; padding: 0 180px; margin-bottom: 1em; }
	.promo-buttons { padding: 0 100px; }
	.promo-links a, .promo-buttons a { float: left; margin: 0 5px; }
	
	#print { 
		color: #8D8C8A; 
		text-decoration: none; 
		padding-left: 15px;
		float: right; 
		background: url(/_p/gfx/icon-print.gif) 0 50% no-repeat;
	}
	:hover#print { text-decoration: underline; }
/*~~~~~~~~~~~~~~~~~~~~~
    =domains	
~~~~~~~~~~~~~~~~~~~~~~~*/
	#domains {
		width: 393px;
		padding: 16px 0 20px 290px;
		margin-bottom: 16px;
		background: #efefef url(/_p/gfx/bg-domains-1.jpg) 0 0 no-repeat;
	}
	
	.domains { 
		margin-bottom: 1em; 
		border: 1px solid #e3e3e3; 
		background: #f7f7f7; 
		padding: 10px;
	}
	#domains form { padding: 19px 0 0 38px; }
	.domains .narrow { width: 350px; margin: 0 auto 1em auto; }
	.domains li { 
		background: none !important; 
		padding-left: 0 !important; 
	}
	.domains ul { float: left; width: 105px; }
	#domains .txt, .domains .txt { 
		padding: 6px;
		margin: 0 3px; 
		width: 206px;
		border-left: 1px solid #C0BEBE;
		border-right: 1px solid #E3E3E3;
		border-top: 1px solid #C0BEBE;
		border-bottom: 1px solid #E3E3E3;
		font-size: 14px;
	}
	#domains .submit, .domains .submit {
		position: relative;
		top: 6px;
	}
	#domains label, .domains label { font-size: 14px; letter-spacing: 1px; }
	#domains a, .domains a { 
		margin-left: 40px;
		padding-left: 10px; 
		background: url(/_p/gfx/pointer-grey.gif) 0 50% no-repeat; 
	}
	.domains a { display: block; float: left;}
	
	
	#domains .header { margin: 15px 0; }
	#domains .orange { margin: 0px 0px; }
	
/*~~~~~~~~~~~~~~~~~~~~~
    =news	
~~~~~~~~~~~~~~~~~~~~~~~*/
	#news {
		padding-top: 14px;
		margin-bottom: 12px;
		line-height: 1.5em;
	}
	#news h4 { font-size: 12px; margin-bottom: 5px; }
	#news .header { margin-bottom: 5px; }
	#news p { text-align: justify; margin-bottom: 3px;}
	#news .more { 
		padding-left: 10px; 
		background: url(/_p/gfx/pointer-grey.gif) 0 50% no-repeat; 
	}
	
/*~~~~~~~~~~~~~~~~~~~~~
    =panel	
~~~~~~~~~~~~~~~~~~~~~~~*/
	#panel { 
		padding: 10px 10px 15px 60px;
		background: #efefef url(/_p/gfx/icon-profile.gif) 8px 10px no-repeat;
		margin-bottom: 16px;
	}
	#panel a { 
		padding-left: 10px;
		background: url(/_p/gfx/pointer-grey.gif) 0 50% no-repeat;
	}
	#panel h2 {
		margin-bottom: 0px;
		color: #1376AA;
		font-size: 13px;
	}

/*~~~~~~~~~~~~~~~~~~~~~
    =payments	
~~~~~~~~~~~~~~~~~~~~~~~*/
	#payments .header { margin-bottom: 16px; }
	#payments img { display: block; margin: 30px auto 30px auto; }

/*~~~~~~~~~~~~~~~~~~~~~
    =offer	
~~~~~~~~~~~~~~~~~~~~~~~*/
	#offer ul li { 
		display: block; 
		margin-bottom: 2px;
		overflow: hidden; 
	}
	#offer .header { margin-bottom: 15px; }
	#offer ul { width: 129px; float: left; }
	#offer ul a {
		float: left;
		padding: 12px 25px 12px 13px;
		background: url(/_p/gfx/bg-tab.gif) 0 0 no-repeat;
		text-transform: uppercase;
		text-decoration: none;
		font-size: 12px;
		color: #555552;
		width: 91px;
	}
	#offer ul a:hover, #offer ul a.current { background-position: 0 -38px; }
	#offer ul a.current { font-weight: bold; }
	
	.tab { 
		float: right;
		display: none;
		width: 533px;
		height: 250px;
		padding: 10px;
		border-right: 1px solid #e3e3e3; 
		border-top: 1px solid #e3e3e3; 
		border-bottom: 1px solid #e3e3e3; 
		background: url(/_p/gfx/line.gif) 0 -2px no-repeat;
		overflow: hidden;
	}
	.show { display: block; }
	.tab img { display: block; margin: 15px auto; }
	.tab h4 { font-size: 12px; }
	.tab .left, .tab .right {
		width: 240px;
		padding: 0 10px;
	}
	.tab p { line-height: 1.5em; margin-bottom: 1em; }
	.tab p.acenter { margin-top: 1em; }
	.tab .equal { width: 200px; }

/*~~~~~~~~~~~~~~~~~~~~~
    =sub-bar	
~~~~~~~~~~~~~~~~~~~~~~~*/
	.sub #sub-bar {
		float: left;
		width: 197px;
	}
	.main #sub-bar {
		float: right;
		width: 203px;
	}
	
	.submenu {
		background: #f7f7f7;
	}
	.submenu a {
		text-decoration: none;
		display: block;
		padding: 8px 10px 8px 23px;
		width: 164px;
		background: url(/_p/gfx/pointer-grey.gif) 10px 50% no-repeat;
		border-bottom: 1px solid #EFEFEF;
		color: #3c3c3c;
	}
	.submenu a:hover { background: #19B1ED url(/_p/gfx/pointer-grey.gif) 10px 50% no-repeat; color: #ffffff; }
	.submenu a.active { background: #0094CF url(/_p/gfx/pointer-grey.gif) 10px 50% no-repeat; color: #ffffff; }
	
	.submenu-title { 
		font-size: 12px;
		text-transform: uppercase;
		padding: 10px 10px 18px 10px;
		background: #f7f7f7 url(/_p/gfx/bg-submenu.gif) 0 0 no-repeat;
	}
	

/*~~~~~~~~~~~~~~~~~~~~~
    =banners	
~~~~~~~~~~~~~~~~~~~~~~~*/
	#banners {
		float: left;
	}
	#banners img { border: 1px solid #e3e3e3; }
	#banners .box { width: 111px; border: 1px solid #e3e3e3; background: #cccccc; }
	#banners .warning, #banners .alert, #banners .info, 
	#banners .bulb, #banners .arrow, #banners .email, #banners .clouds { padding-top: 70px; padding-left: 10px; }
	#banners .box h5 { font-size: 13px; color: #6F6F6F; margin-bottom: 1em; }
	#banners li, #banners p { margin-bottom: 1em; }
	
	#banners .warning { background: #cccccc url(/_p/gfx/warning2.gif) 50% 10px no-repeat; }
	#banners .alert { background: #cccccc url(/_p/gfx/alert2.gif) 50% 10px no-repeat; }
	#banners .info { background: #cccccc url(/_p/gfx/info2.gif) 50% 10px no-repeat; }
	#banners .bulb { background: #cccccc url(/_p/gfx/bulb2.gif) 50% 5px no-repeat; }
	#banners .arrow { background: #cccccc url(/_p/gfx/arrow2.gif) 50% 10px no-repeat; }
	#banners .email { background: #cccccc url(/_p/gfx/email2.gif) 50% 10px no-repeat; }
	#banners .clouds { background: #cccccc url(/_p/gfx/cloud2.gif) 50% 10px no-repeat; }

/*~~~~~~~~~~~~~~~~~~~~~
    =footer	
~~~~~~~~~~~~~~~~~~~~~~~*/
	#footer { 
		clear: both;
		padding: 0 0 10px 0;
		overflow: hidden;
	}
	#footer ul { 
		margin-bottom: 10px;
		padding: 8px 13px;
		background: #e3e3e3;
	} 
	#footer li { display: inline; margin-right: 20px; }
	#footer ul a { color: #736B6B; text-decoration: none; text-transform: uppercase; }
	#footer ul a.active { text-decoration: underline; font-weight: bold; }
	#footer ul a:hover { text-decoration: underline; }
	#footer p { color: #B5B2B2; }
	#footer p.left { padding-left: 13px; }
	#footer p.left a { color: #008AC4; text-decoration: none; }
	#footer p a:hover { text-decoration: underline; }
	#footer p.right{ padding-right: 13px; }
	

/*~~~~~~~~~~~~~~~~~~~~~
    =GLOBAL CLASSES	
~~~~~~~~~~~~~~~~~~~~~~~*/
	.left { float: left; }
	.right{ float: right; }

	.aright { text-align: right; }
	.aleft { text-align: left !important; }
	.acenter { text-align: center !important; }

	.nm { margin: 0 !important; }
	.mb { margin-bottom: 1em; display: block; }
	.mt { margin-top: 1em !important; }
	
	.separate { border-top: 1px solid #efefef; margin-top: 2em; padding-top: 1em; }
	
	.more { padding-left: 10px; background: url(/_p/gfx/pointer-grey.gif) 0 50% no-repeat; }

	.txt { 
		padding: 4px; 
		border: 1px solid #C0BEBE; 
		font-size: 13px; 
		font-family: Arial, Tahoma, sans-serif; 
	}
	
	.header { padding: 5px 0 5px 30px; background: url(/_p/gfx/header-grey.gif) 0 50% no-repeat; }
	.orange { background: url(/_p/gfx/header-orange.gif) 0 50% no-repeat; }
	.header h2 { color: #1376AA; font-size: 14px; text-transform: uppercase; line-height: 0.8em; text-indent: -9999px; }
	.header h3 { color: #aaaaaa; font-size: 11px; text-indent: -9999px; display: none; }
	
	#h-aktualnosci h2 {
		width: 158px;
		height: 29px;
		background: url(/_p/gfx/h-aktualnosci.gif) 0 0 no-repeat;
	}
	
	#h-rejestracja h2 {
		width: 178px;
		height: 27px;
		background: url(/_p/gfx/h-rejestracja.gif) 0 0 no-repeat;
	}
	
	#h-platnosci h2 {
		width: 181px;
		height: 27px;
		background: url(/_p/gfx/h-platnosci.gif) 0 0 no-repeat;
	}
	
	#h-panel {
		width: 83px;
		height: 13px;
		background: url(/_p/gfx/h-panel.gif) 0 0 no-repeat;
		padding-bottom: 11px;
		text-indent: -9999px;
	}
	
	#h-transfer h2 {
		width: 172px;
		height: 27px;
		background: url(/_p/gfx/h-transfer.gif) 0 0 no-repeat;
	}
	
	#h-prolonguj h2 {
		width: 151px;
		height: 27px;
		background: url(/_p/gfx/h-prolonguj.gif) 0 0 no-repeat;
	}
	#h-transfer, #h-prolonguj { position: relative; }
	#h-transfer a, #h-prolonguj a { 
		position: absolute; 
		top: 3px; 
		right: 180px; 
		background: none;
	}
	
	#h-oferta h2 {
		width: 122px;
		height: 27px;
		background: url(/_p/gfx/h-oferta.gif) 0 0 no-repeat;
	}
	
	.dotlabs { color: #000000; text-decoration: none; }
	:hover.dotlabs { text-decoration: underline; }
	.dotlabs strong { font-weight: normal; color: #017F9D; }
	
	.prices { border-collapse: collapse; width: 100%; }
	.prices td, .prices th { border: 1px solid #efefef; padding: 8px; }
	.prices th { background: #0091CC; color: #ffffff; }
	.prices th.title { background: #cccccc; color: #ffffff; text-align: left; }
	.prices td { text-align: right; } 
	.prices .wider { width: 230px; }
	.prices .medium { width: 130px; }
	.prices strong { font-size: 13px; display: block;}
	.prices strong.promocja { color: red; }
	.offer strong { font-size: 11px; }
	.prices tr { background: #f9f9f9; }
	.prices tr.even { background: #f4f3f3 !important; }
	.prices tr.hover { background: #ffffff !important; }
	.prices .offerDesc { width: 200px; }
	.unavail { color: #BFBFBF; }
	.nodomain { font-size: 12px; line-height: 1.5em; }
	
	.brutto { 
		display: block; 
		font-size: 11px !important; 
		text-align: right; 
		margin-bottom: 1em; 
		font-weight: normal; 
		color: #8F8F8F;
		margin-top: 4px;
	}
	
	
	.answers big { font-weight: bold; font-size: 11px; margin-bottom: 5px; }	
	.answers ul li { margin-bottom: 2em !important; }
	.answers li li{ margin-bottom: 1em !important; }
	
	ol.alpha li { list-style: lower-alpha; }
	
	.pair { overflow: hidden; }
	.pair ul { width: 300px; }
	.pair li { background: url(/_p/gfx/ok.gif) 0 50% no-repeat !important; padding-left: 24px !important; }
	
	.quater { width: 200px; }

	ul.list { width: auto !important; margin-bottom: 1em !important;  }	

	.blue { color: #1376AA; }
	
	.addToCart { margin: 1em 0; text-align: right; overflow: hidden; }
	.addToCart a, .addToCart input { float: right; }
	.addToCart a.back { display: block; clear: both; margin-top: 1em; }
	#loader, #errorMsg {
		display: none;
		position: fixed;
		width: 500px;
		height: expression( this.scrollHeight < 139 ? "140px" : "auto" ); /* sets min-height for IE */
		min-height: 140px;
		background: #2288CE;
		color: #ffffff;
		border: 1px solid #e3e3e3;
		z-index: 1000;
		padding: 20px;
		top: 50%;
		left: 50%;
		margin-left: -250px;
		margin-top: -100px;
		text-align: center;
		filter:alpha(opacity=90);
		opacity: 0.9;
		-moz-opacity:0.9;
		_position:absolute;
		_top:expression(eval(document.body.scrollTop));
	}
	#loader h3, #errorMsg h3 { font-size: 24px; }
	#errorMsg { background: #FF1F1F; border: 1px solid #9F2727; }
	#errorMsg ul { text-align: left; list-style: square; margin-left: 100px; margin-bottom: 0.5em; }
	
	.promo {
		background: url(/_p/gfx/promo.gif) 10px 50% no-repeat;
	}

	ul.legend { float: left; margin-left: 0; margin-top: 4px; }
	ul.legend li 
	{ 
		padding: 2px 0 0 0; 
		margin-right: 10px; 
		margin-bottom: 0.3em !important; 
		color: #8F8F8F;
	}
	.legend li.promo {
		padding-left: 25px;
		background: url(/_p/gfx/promo.gif) 2px 70% no-repeat !important;
	}
	.legend li.del {
		padding-left: 25px;
		background: url(/_p/gfx/delete.gif) 0px 70% no-repeat !important;
	}
	.legend li.add {
		padding-left: 25px;
		background: url(/_p/gfx/add.gif) 0px 70% no-repeat !important;
	}
	.legend li.change {
		padding-left: 25px;
		background: url(/_p/gfx/change.gif) 0px 70% no-repeat !important;
	}
	
	.bp { padding-left: 10px !important; }
	.actionW { width: 55px; }
	.sum { background: #0091CC; color: #ffffff; }
	ul.steps { clear: both; overflow: hidden; zoom: 1; margin-left: 0;}
	ul.steps li { 
		background: url(/_p/gfx/arrowStep.gif) 100% 50% no-repeat;
		padding-right: 40px;
		float: left;
		height: 50px;
		display: table-cell;
		vertical-align: middle;
		font-size: 10px;
		width: 125px;
	}
	ul.steps li.last { padding-right: 0; background: none; }
	ul.steps .active { 
		font-weight: bold; 
		background: url(/_p/gfx/arrowStep.gif) 100% 50% no-repeat; 
		color: #F4920D;
	}

	* html #loader, * html #errorMsg {
		position: absolute;
		
	  top: expression(
	    offset = 300 + parseInt(document.body.currentStyle.paddingTop) + parseInt(document.body.currentStyle.marginTop),
	    document.documentElement.scrollTop + offset + 'px'
	  )
	}
	
	.choser ul { margin: 0; }
	.choser strong { font-size: 14px; }
	.choser ul li { background: none; padding: 10px 10px 10px 80px; border: 1px solid #e3e3e3; }
	.no-image ul li { padding-left: 10px; }
	.choser ul li.current { background: #f7f7f7 url(/_p/gfx/aktualna.gif) 0 50% no-repeat; border: 1px solid #F4920D; }
	
	.details { clear: both; overflow: hidden; zoom: 1; margin-bottom: 1em; position: relative; background: #f7f7f7; }
	.details div { 
		float: left; 
		padding: 10px; 
		width: 420px;  
		background: #f7f7f7 url(/_p/gfx/help.gif) 100% 4px no-repeat;
		position: relative;
	}
	.details div div { padding: 0; width: auto; margin-bottom: 1em; background: none; float: none; }
	.details label { float: left; width: 100px; }
	.details .left, .details .right { width: 300px; float: left !important; border: 1px solid black;}
	.data { width: auto !important; }
	.data div { width: auto !important; background: #f7f7f7 !important; }
	.noCloud { background: #f7f7f7 !important; }
	.req { color: red; font-style: normal; font-size: 10px; margin-bottom: 1em; display: block; }
	form em { color: red; font-style: normal; font-size: 10px; }
	.showHelp {
		display: block;
		position: absolute;
		right: 10px;
		top: 8px;
		width: 20px;
		height: 19px;
		outline: none;
		text-indent: -9999px;
		background: url(/_p/gfx/helpIcon.gif) 0 0 no-repeat;
	}
	.closeIcon {
		display: block;
		position: absolute;
		right: 2px;
		top: 2px;
		outline: none;
		width: 15px;
		height: 15px;
		text-indent: -9999px;
		background: url(/_p/gfx/closeIcon.gif) 0 0 no-repeat;
	}
	.details div big { 
		clear: both; 
		display: block; 
		font-size: 14px; 
		font-weight: bold; 
		color: #008EC8; 
		margin-bottom: 1em;
	}
	.details div.help {
		float: right; 
		width: 212px; 
		line-height: 1.5em; 
		border-top: 3px solid #F4920D;
		border-right: 3px solid #F4920D;
		border-bottom: 3px solid #F4920D;
		background: #ffffff url(/_p/gfx/helpBg.gif) 0 0 no-repeat;
		margin-top: 1px;
		position: relative;
	}
	.firma, .firma2 { display: none; }
	
	.personal div.con { background: #f7f7f7; clear: both; margin-bottom: 1em; padding: 10px; overflow: hidden; zoom: 1; }
	.personal div.con big { 
		clear: both; 
		display: block; 
		font-size: 14px; 
		font-weight: bold; 
		color: #008EC8; 
		margin-bottom: 0.5em;
	}
	.personal div.con div { margin-bottom: 0.5em; }
	.personal div.con label { float: left; width: 100px; }
	.personal div.right, .personal div.left { margin: 0; width: 300px; }
		
	h3.summary { border-bottom: 1px solid #e3e3e3; width: 100%; clear: both; }
	dl.order { width: 500px; margin: 5px 0 25px 0; }
	dl.left, dl.right { width: 320px; margin: 5px 0 25px 0; }
	dl dt { float: left; width: 100px; margin-bottom: 0.5em; clear: left;}
	dl.order dt { width: 200px; }
	dl dd { margin-bottom: 0.5em;  font-weight: bold; }
	
	.toPay { font-size: 16px; color: #F4920D; }
	dl.payments { width: 500px; }
	
	.proforma { text-align: center; clear: both; margin: 40px 0; }
	.proforma a { 
		background: url(/_p/gfx/pdfIcon.gif) 0 0 no-repeat; 
		font-size: 16px;
		font-weight: bold;
		padding: 10px 0 20px 50px; 
		color: #F4920D;
	}
	.proforma a:hover { color: #cccccc; }
	
	.paymentsType { clear: both; }
	.paymentsType img { float: left; margin-right: 10px; margin-bottom: 1em; }
	
	.mapastrony ul { margin-top: 1em !important; }
	
	.domains .tok { padding: 2px; width: 40px; }
	
	.formpage { 
		margin: 0 0 1em 0; 
		border: 1px solid #e3e3e3; 
		padding: 10px; 
		background: #f7f7f7;
	}
	.platnosci { background: #f7f7f7 url(/_p/gfx/platnoscibg.gif) 100% 0 no-repeat; } 
	.paypal { background: #f7f7f7 url(/_p/gfx/paypalbg.gif) 100% 0 no-repeat; } 
	.paypal .check { overflow: hidden; zoom: 1; }
	.paypal .check input { float: left; }
	.paypal .check label { float: right; width: 470px;  }
	.formpage div { margin: 5px 0; }
	.formpage label { float: left; width: 150px; font-weight: bold; }
	
	.clear { float: none; clear: both; }
	.platnik label { width: 300px !important; }
	#platnik { display: none; }
	
	.order_pay { clear: both; margin: 0 0 10px 0; }
	.order_pay a { margin: 0 10px; }
	
	#zwykla-form, #reaktywacja-form { display: none; }
	
	#sum-paypal { display: none; }
	
	#javascript-info { 
		font-size: 15px; 
		width: 400px; 
		margin: 0 auto; 
		position: absolute; 
		top: 0px; 
		left: 50%;
		margin-left: -200px;
		background: red;
		color: #ffffff;
		border: 1px solid #e3e3e3;
		z-index: 1000;
		padding: 20px;
		text-align: center;
	}