@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/*
 * FontFace Declaration
 */
@font-face {
	font-family: 'dobra_boldbold';
    src: url('/img-sys/assetsaz/dstype_-_dobra-bold-webfont.eot');
    src: url('/img-sys/assetsaz/dstype_-_dobra-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/img-sys/assetsaz/dstype_-_dobra-bold-webfont.woff') format('woff'),
         url('/img-sys/assetsaz/dstype_-_dobra-bold-webfont.ttf') format('truetype'),
         url('/img-sys/assetsaz/dstype_-_dobra-bold-webfont.svg#dobra_boldbold') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'dobra_bookbook';
    src: url('/img-sys/assetsaz/dstype_-_dobra-book-webfont.eot');
    src: url('/img-sys/assetsaz/dstype_-_dobra-book-webfont.eot?#iefix') format('embedded-opentype'),
         url('/img-sys/assetsaz/dstype_-_dobra-book-webfont.woff') format('woff'),
         url('/img-sys/assetsaz/dstype_-_dobra-book-webfont.ttf') format('truetype'),
         url('/img-sys/assetsaz/dstype_-_dobra-book-webfont.svg#dobra_bookbook') format('svg');
    font-weight: normal;
    font-style: normal;

}

a {
  outline: none;
}

:focus {
  -moz-outline-style: none;
}

:-moz-any-link:focus {
  outline: none;
}


/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-family: 'dobra_bookbook';
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*Content Przemek*/

/*TOP*/
#top {
	width:100%;
	height:90px;
	background-color:#3f4b85;
}

#top h1 a {
	background-image:url(../gfx/logo.png);
	width:125px;
	height:63px;
	float:left;
	border:0px solid;
	text-indent:-6666px;
	margin:15px 0;
}

#top #user {
	padding:25px 33px 0px;
	border-left:1px solid #7784bf;
	border-right:1px solid #7784bf;
	float:left;
	margin-left:30px;
}

#top #user #login{
	background-color:#f1f1f1;
	padding:5px 4px 4px 8px;
	background-image:url(gfx/arrow.png); 
	background-repeat:no-repeat;
	background-position:86px 5px;
	padding-right:30px;
	color:#3f4b85;
	cursor:pointer;
	text-transform:uppercase;
	font-size:12px;
	font-family: 'dobra_boldbold';
}

#top #user #login #login_panel {
	display:none;
}

#top #user #login:hover #login_panel,
#top #user #login:focus #login_panel {
	position:absolute;
	width:185px;
	height:202px;
	float:left;
	margin:4px 0 0 -8px;
	background-color:#f1f1f1;
	z-index:2000;
	cursor:default;
	-webkit-box-shadow: 3px 3px 3px 0px #161616;
	box-shadow: 3px 3px 3px 0px #161616;
}

#login_panel #saveme {
	margin:-5px 0 10px 11px;
}

#login_panel #saveme span {
	text-transform:none!important;
	vertical-align:middle;
	font-size:12px;
	font-family: 'dobra_bookbook';
} 

#login_panel #saveme input {
	position:relative; 
	top: 4px
}



#top #user #login #login_panel input[type="text"],
#top #user #login #login_panel input[type="password"] {
	border:1px solid #999999;
	background-color:#fff;
	border-bottom:2px solid #999999;
	padding:6px 7px;
	width:138px;
	font-size:11px;
	margin:25px 15px 5px 15px;
}

#top #user #login #login_panel input[type="submit"] {
	margin:20px 0 4px 15px;
	float:left;
	display:block;
	clear:both;
}

#top #user #login #login_panel input[type="password"] {
	margin:0px 15px 10px 15px;
}

#top #user #login #login_panel a {
	font-size:11px;
	text-decoration:underline;
	margin-top:4px;
	display:block;
	margin-left:15px;
	color:#3f4b85;
	text-transform:none;
}

#top #user #login #login_panel a.remind {
	width:200px;
	display:block;
	float:left;
	font-size:12px;
	font-family: 'dobra_bookbook';
}


#top #user a {
	text-transform:uppercase;
	font-size:12px;
	margin:10px 0 0 15px;
	display:block;
	color:#fff;
	text-decoration:none;
	font-family: 'dobra_boldbold';
}

#top #user #login a {
	text-transform:uppercase;
	font-size:12px;
	margin: auto;
	display: inline;
	color:#3F4B85;
	text-decoration:none;
	font-family: 'dobra_boldbold';
}

#top #search {
	background-color:#fff;
	width:332px;
	height:22px;
	padding:5px 1px 4px 5px;
	float:left;
	margin:27px 30px;
}

#top #search em {
	background-image:url(gfx/arrow_search.png);
	width:20px;
	height:20px;
	float:left;
	margin-right:4px;
	cursor:pointer;
}

#top #search input[type="text"] {
	border:0px solid;
	color:#8a8a8a;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	padding:2px;
	width:250px;
}

#top #search input[type="submit"] {
	float:right;
	background-image:url(../gfx/search_button.png);
	width:30px;
	height:20px;
	cursor:pointer;
	text-indent:-6666px;
	border:0px solid;
}

#top #icons {
	border-left:1px solid #7784bf;
	float:left;
	padding-top:14px;
	padding-bottom:5px;
}

#top #icons a {
	padding-top:40px;
	background-image:url(../gfx/icons.png);
	background-repeat:no-repeat;
	width:40px;
	float:left;
	font-size:12px;
	color:#fff;
	margin:0px 10px 0px 34px;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	font-family: 'dobra_boldbold';
	 text-shadow: 1px 1px 0px #2f3864;
filter: dropshadow(color=#2f3864, offx=1, offy=1);

}

#top #icons a.email {
	background-position:4px 0;
}

#top #icons a.chat {
	background-position:-80px 0;
}

#top #icons a.support {
	background-position:-168px 0;
}

#top #icons a:hover {
	opacity:0.9;
}
	
/*BACKGROUND*/
#background {
	display:block;
	width:100%;
	height:auto;
	position:relative;
}

#background img.background {
	margin-top:-3px;
}

#background.image_1 {
	/*background:url(gfx/background_1.jpg) no-repeat center top;
	width:100%;
	background-size:100%;
	position:relative;*/
}

/*MENU*/
#menu {
	width:100%;
	float:left;
	height:41px;
	/*overflow:hidden;*/
	margin-top:8px;
	display:block;
}

#menu #cart {
	width:189px;
	overflow:hidden;
	float:left;
}

#menu #cart > a {
	background-image:url(gfx/cart.png);
	background-repeat:no-repeat;
	width:189px;
	height:40px;
	overflow:hidden;
	padding:14px 0 0 45px;
	border:0px solid;
	cursor:pointer;
	float:left;
	color:#ff9900;
	font-size:15px;
	text-transform:uppercase;
	font-family: 'dobra_boldbold';
	text-decoration:none;
}

#menu #cart #cart_popup {
	display:none;
	position:absolute;
	width:370px;
	padding:15px 12px;
	min-height:30px;
	height:auto;
	float:left;
	margin:40px 0 0 0px;
	background-color:#f1f1f1;
	z-index:2000;
	cursor:default;
	-webkit-box-shadow: 3px 3px 3px 0px #161616;
	box-shadow: 3px 3px 3px 0px #161616;
	font-size:13px;
	color:#444444;
}


#menu #cart:hover #cart_popup {
	display:block;
}

#menu #cart #cart_popup table.table {
	margin-top:10px;
	width:100%;
	font-family:Tahoma, Geneva, sans-serif;
}

#menu #cart #cart_popup table.table tr td.price {
	text-align:right;
}

#menu #cart #cart_popup table.table tr td.delete {
	width:20px;
}

#menu #cart #cart_popup table.table tr td.delete a {
	color:#444;
	font-size:10px;
	text-decoration:none;
}

#menu #cart #cart_popup table.table tr td.delete a:hover {
}

#menu #cart #cart_popup table.table tr td {
	padding:2px 0;
}

#menu #cart #cart_popup table.table thead th {
	text-align:left;
	font-size:13px;
	text-transform:uppercase;
	padding:5px 0;
	font-family: 'dobra_boldbold';
}

#menu #cart #cart_popup #final {
	border-top:1px dotted #444;
	margin-top:15px;
	padding-bottom:10px;
}

#menu #cart #cart_popup #final table {
	width:100%;
	margin-top:10px;
	margin-bottom:10px;
}

#menu #cart #cart_popup #final table tr {
	text-align:right;
	width:200px;
	font-family: 'dobra_boldbold';
}

#menu #cart #cart_popup #final a.add {
	background-image:url(gfx/button_add_to_cart.png);
	text-indent:-6666px;
	border:0px solid;
	float:right;
	width:110px;
	height:30px;
}

#menu #cart #cart_popup #final a.add:hover {
	opacity:0.9;
}

#menu #cart a span {
	background-color:#444444;
	margin-left: 15px;
    margin-top: 0;
    padding-bottom: 3px;
    padding-left: 7px;
	padding-right:6px;
    padding-top: 4px;
}

#search #choose {
	display:none;
	position:absolute;
	width:283px;
	padding:15px 12px;
	min-height:30px;
	height:auto;
	float:left;
	margin:40px 0 0 0px;
	background-color:#fff;
	z-index:2000;
	cursor:default;
	-webkit-box-shadow: 3px 3px 3px 0px #161616;
	box-shadow: 3px 3px 3px 0px #161616;
	font-size:13px;
	color:#444444;
	top:12px;
	left:356px;
}

#search #choose ul li a{
	text-indent:0px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	line-height:20px;
	text-decoration:none;
	color:#444;
}

#search #choose ul li a:hover {
	text-decoration:underline;
}

#search em:hover #choose {
	display:block;
}

#menu ul {
	float:left;
}

#menu ul li {
	display:inline-block;
	float:left;
}

@-webkit-keyframes cIn {
    from { background-color:#9fc814; }
      to { background-color:#3f4b85; }
}

@keyframes cIn {
    from { background-color:#9fc814; }
      to { background-color:#3f4b85; }
}

#menu ul li a {
	color:#fff;
	height:12px;
	margin-top:0px;
	text-transform:uppercase;
	font-size:15px;
	margin-left:1px!important;
	padding:14px 21px;
	text-align:center;
	line-height:14px;
	float:left;
	overflow:hidden;
	background-color:#3f4b85;
	text-decoration:none;
	font-family: 'dobra_boldbold';
	text-shadow: 1px 1px 0px #333;
	filter: dropshadow(color=#333, offx=1, offy=1);
	transition:background-color 100ms linear;
	-webkit-transition:background-color 100ms linear;
	-webkit-animation: cIn .10s;
    animation: cIn .10s;
}

#menu ul li:hover a {
	background-color:#9fc814;
	height:13px;
	text-shadow: 1px 1px 0px #76960f;
	filter: dropshadow(color=#76960f, offx=1, offy=1);
}
#menu ul li ul li:hover a:hover {
	color:#c4eb3d;
}

#menu {
	width:990px;
	height:41px;
}

#menu ul li.promo a {
	color:#ffcc00;
	width:79px;
}

@-moz-document url-prefix() {
    #menu ul li.promo a {
	color:#ffcc00;
	width:81px;
	}
}

#menu ul li.promo a:hover {
	color:#3f4b85;
	text-shadow:none;
}

#menu ul {
	display:block;
}

/*SUBMENU*/


@-webkit-keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}

@keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}


#menu > ul > li > ul {
	 display:none;
}

#menu > ul > li:hover > ul {
	display:block;
	-webkit-animation: fadeIn 0.55s;
    animation: fadeIn 0.55s;
  	opacity:1;
	float:left;
	border-top:5px solid #9fc814;
	background-color:#5b5b5b;
	width:990px;
	height:105px;
	position:absolute;
	left:0px;
	top:49px;
	z-index:5000;
	font-family:Tahoma, Geneva, sans-serif;
	text-decoration:none;
	-webkit-box-shadow: 0px 2px 0px 0px rgba(51, 51, 51, 0.6);
box-shadow: 0px 2px 0px 0px rgba(51, 51, 51, 0.6); 
}

#menu ul li ul li,
#menu ul li.promo ul li {
	background-color:#5b5b5b;
}

#menu ul li ul li a,
#menu ul li.promo ul li a {
	background-color:#5b5b5b!important;
	font-size:12px;
	margin-top:20px;
	margin-bottom:10px;
	padding:0px 16px 8px 16px;
	text-transform:none;
	color:#fff;
	width:auto;
	text-decoration:none;
	border-right:1px solid #a1c519;
	text-shadow: 1px 1px 0px #4d4d4d!important;
filter: dropshadow(color=#4d4d4d, offx=1, offy=1);
}

#menu ul li ul li:last-child a,
#menu ul li.promo ul li:last-child a,
#menu ul li.promo ul li.last {
	border-right:0px solid;
}

#menu ul li.promo ul li a {
	position:relative;
	height:65px;
}

#menu ul li ul li a {
	height:65px!important;
}

#menu ul li ul li a:hover span {
	text-decoration:underline;
}

#menu ul li.promo ul li a:hover  {
	color:#fff;
}

#menu ul li ul li.last a {
	border:0px solid;
	padding-right:0px;
}

#menu ul li ul li a span {
	font-size:15px;
	margin-bottom:10px;
	margin-top:0px;
	display:block;
	font-family: 'dobra_boldbold';
}

#menu ul li ul li a p,
#menu ul li ul li a em {
	font-size:13px;
	display:block;
	line-height:15px;
	font-style:normal;
	font-family: 'dobra_bookbook';
}

/*WYSZUKIWARKA*/
#background #search {
	background-image:url(gfx/search_bg.png);
	background-repeat:repeat-x;
	width:990px;
	margin-top:390px;
	height:120px;
	overflow:hidden;
	display:block;
	float:left;
}

#domains #inputs {
	float:left;
	margin:18px 0px 0px 18px;
	border:4px solid #cccccc;
	background-color:#fff;
	padding:2px;
	height:50px;
}

#domains #inputs input#domain {
	border:0px solid;
	background-color:#FFFFFF;
	padding:5px 10px 5px 0px;
	font-size:20px;
	color:#727272;
	margin:7px 6px;
	width:336px;
	float:left;
}

#domains #inputs #domain-select-input,
#domains #inputs .domain-select-input {
	float:left;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	width:112px;
	position:absolute;
	margin-top:48px;
	margin-left:0px;
	font-size:13px;
	color:#333333;
	line-height:20px;
	max-height:170px;
	background-color:#fff;
	overflow-y:scroll;
	padding:8px;
	padding-bottom:15px;
	border:1px solid #ccc;
	border-top:0px;
	z-index:1000;
}

#domains #inputs #domain-select-input ul li,
#domains #inputs .domain-select-input ul li {
	cursor:pointer;
	font-size:12px;
}

#domains #inputs #domain-select-input ul li:hover ,
#domains #inputs .domain-select-input ul li:hover{
	background-color:#e9e9e9;
}

#domains #select {
	background-image:url(gfx/toggle.png);
	width:100px;
	height:42px;
	overflow:hidden;
	margin:4px 8px 0 0;
	float:left;
}

#domains #inputs input#enlargement,
#domains #inputs input.enlargement {
	border:0px solid;
	background-color: transparent;
	padding:5px 10px 5px 0px;
	font-size:20px;
	color:#444444;
	margin:3px 0px 0px 7px;
	width:52px;
	float:left;
}

#domains #inputs #searchToggle,
#domains #inputs .searchToggle {
	cursor:pointer;	
	background: url(gfx/searchToggle.png) no-repeat 0 bottom;
	width:21px;
	height:28px;
	margin-top:0px;
	float:left;
	margin-left:5px;
	text-indent:-3333px;
}

#domains #inputs input#search {
	cursor:pointer;	
	background: url(gfx/search_big.png) repeat-x 0 top;*/
	background:none;
	background-color:transparent;
	width:130px;
	height:50px;
	margin:0px 0px 0px 4px;
	float:left;
	cursor:pointer;
	text-indent:-6666px;
	color:#fff;
	border:0px solid;
	padding-top:1px;
	font-size:24px;
	font-weight:bold;
	text-shadow: 0px -1px 0px #0e969e;
    filter: dropshadow(color=#0e969e, offx=0, offy=-1);
}

#domains #inputs input#search:hover {
	opacity:0.9;
}

#domains #additionals {
	background: url(gfx/showMoreArrowWhite.png) no-repeat 0 bottom;
	background-position:0px 4px;
	float:left;
	padding-right:0px;
	display:block;
	margin:13px 0px 0px 18px;
	width:625px;
}

#domains #additionals a {
	color:#3399ff;
	float:left;
	margin-left:7px;
	font-size:12px;
	color:#fff;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
}

#domains #additionals #promoPrices ul {
	list-style:none;
	float:right;
	text-align:right;
	margin-right:18px;
	margin-top:-4px;
}

#domains #additionals #promoPrices ul li {
	display:inline;
	color:#fff;
	font-size:18px;
	margin-left:20px;
	line-height:17px;
	font-weight:normal;
}

#domains #additionals #promoPrices ul li strong {
	font-size:18px;
	font-weight:bold;
}

#domains #search_left {
	width:650px;
	float:left;
}

/*BOXY*/
#boxes {
	margin-top:17px;
}

#boxes a {
	background-image:url(gfx/boxes.png);
	width:70px;
	height:80px;
	float:left;
	margin-top:0px;
	text-indent:-6666px;
	margin-right:10px;
}

#boxes a.facebook {
	background-position:0px 0px;
}

#boxes a.facebook:hover {
	background-position:0px -80px;
}

#boxes a.facebookActive {
	background-position:0px -80px;
}

#boxes a.auctions {
	background-position:-70px 0px;
}

#boxes a.auctions:hover {
	background-position:-70px -80px;
}

#boxes a.auctionsActive {
	background-position:-70px -80px;
}

#boxes a.hosting {
	background-position:-140px 0px;
}

#boxes a.hosting:hover {
	background-position:-140px -80px;
}

#boxes a.hostingActive {
	background-position:-140px -80px;
}

#boxes a.webski {
	background-position:-210px 0px;
}

#boxes a.webski:hover {
	background-position:-210px -80px;
}

#boxes a.webskiActive {
	background-position:-210px -80px;
}

/*NAWIGACJA*/

#nav {
	overflow:hidden;
	width:100%;
}

#nav a.prev {
	background-image:url(gfx/nav_left.png);
	width:78px;
	height:78px;
	left:50%;
	margin-left:-580px;
	position:absolute;
	text-indent:-6666px;
	cursor:pointer;
	bottom:25%;
}

#nav a.next {
	background-image:url(gfx/nav_right.png);
	width:78px;
	height:78px;
	right:50%;
	margin-right:-580px;
	position:absolute;
	text-indent:-6666px;
	cursor:pointer;
	bottom:25%;
}

#nav.nav-2 a.prev,
#nav.nav-2 a.next {
	top:215px;
}

#nav a:hover {
	opacity:0.9;
}


/*HOSTING*/
#hosting {
	padding:20px 15px 35px 35px;
	float:left;
	border:1px solid #e6e6e6;
	border-top:0px solid;
	margin-bottom:10px;
	width:935px;
}

#hosting small {
	font-family: Tahoma, Geneva, sans-serif;
	font-size:10px;
	width:500px;
	float:left;
	color:#aaa;
	line-height:14px;
	margin-top:15px;
}

#hosting #left {
	float:left;
	width:655px;
}

#hosting #left h1 {
	font-size:20px;
	color:#aacd31;
	margin-bottom:10px;
	margin-top:8px;
	font-family: 'dobra_boldbold';
}

#hosting #left h2 {
	font-size:18px;
	color:#aacd31;
	margin-bottom:10px;
	margin-top:29px;
	font-family: 'dobra_boldbold';
}

#hosting #left ul li {
	color:#444444;
	font-size:18px;
	line-height:27px;
	padding-left:22px;
	margin-left:28px;
	background-image:url(gfx/star.png);
	background-repeat:no-repeat;
	background-position:2px 9px;
}

#hosting #left ul.smaller li {
	background-position:2px 6px;
}

#hosting #left ul a .cufon {border-bottom: solid 1px #7b7b7b}

#hosting #left ul li a {
	color:#444444;
	text-decoration:underline;
}

#hosting #left ul.smaller li {
	color:#444444;
	font-size:15px;
	line-height:25px;
}

#hosting #sidebar {
	right:30px;
	/*background-image:url(gfx/sidebar.png);*/
	background-repeat:no-repeat;
	width:250px;
	height:472px;
	margin-top:100px;
	position:absolute;
}

#hosting #sidebar .sidebar-promo {
	float:left;
	display:inline-block;
	width:210px;
	margin-top:30px;
	margin-left:8px;
}

#hosting #sidebar #sidebar-promo {
	width:440px;
	display:block;
	float:right;
}

#hosting #sidebar #sidebar-promo a {
	margin-bottom:10px;
}

#hosting #sidebar a.adwords {
	background-image:url(gfx/adwords-home.jpg);
	background-repeat:no-repeat;
	height:122px;
	width:191px;
	text-indent:-6666px;
	cursor:pointer;
	float:left;
	display:block;
	margin-left:10px;
}

#hosting #sidebar a.softalacous {
	background-image:url(gfx/soft-home.jpg);
	background-repeat:no-repeat;
	height:122px;
	width:186px;
	text-indent:-6666px;
	cursor:pointer;
	float:left;
	display:block;
	margin-left:12px;
}

#hosting #sidebar a:hover {
	opacity:0.9;
}

#hosting #sidebar span {
	text-align:center;
	font-size:13px;
	color:#444444;
	display:block;
}

#hosting #sidebar span.adwords {
	line-height:22px;
}

#hosting #sidebar span.softalacous {
	
}

#hosting #sidebar span br {
	margin-bottom:8px;
}

#hosting img.addons {
	margin-top:10px;
	margin-bottom:10px;
}

/*OPINIE*/
#opinions {
	text-align:center;
	border-bottom:1px solid #e6e6e6;
	margin-bottom:15px;
	padding-bottom:10px;
	width:990px;
	float:left;
}

#opinions h1 {
	text-align:center;
	font-size:30px;
	color:#444444;
	font-family: 'dobra_boldbold';
	
}

#opinions h3 {
	text-align:center;
	font-size:15px;
	color:#999999;
}

#opinions #divs {
	margin-top:50px;
	float:left;
}

#opinions #divs #left {
	float:left;
	width:435px;
}

#opinions #divs #right {
	float:left;
	margin-left:100px;
	width:435px;
}

#opinions #divs div {
	float:left;
	text-align:left;
	font-size:14px;
	margin-bottom:45px;
}

#opinions #divs div strong {
	color:#444444;
	font-family: 'dobra_boldbold';
}

#opinions #divs div p {
	color:#444444;
	font-family:Tahoma, Geneva, sans-serif;
	margin:8px 0;
	font-size:13px;
	line-height:21px;
}

#opinions #divs div span {
	color:#999999;
}

#opinions a.button {
	margin-left:395px;
	margin-top:-50px;
}

/*STOPKA*/
.netto {
	font-size:11px;
	font-family:Tahoma, Geneva, sans-serif;
	color:#9f9f9f;
	float:right;
	text-align:right;
	display:block;
	margin-bottom:15px;
}

#beam {
	width:990px;
	height:30px;
	overflow:hidden;
	float:left;
	display:block;
	background-color:#838383;
	margin-bottom:10px;
}

#beam ul li small {
	font-size:11px!important;
}

#beam ul li {
	display:inline-block;
	color:#fff;
	font-size:14px;
	margin-top:7px;
	margin-left:77px;
	height:25px;
	line-height: 19px;
	font-weight:bold;
}

#beam ul li.phone {
	background-image:url(../gfx/ico_phone.png);
	background-repeat:no-repeat;
	padding-left:22px;
	background-position:0 0px;
}

#beam ul li.phone span {
	font-weight:normal;
}

#beam ul li.email {
	background-image:url(../gfx/ico_mail.png);
	background-repeat:no-repeat;
	padding-left:26px;
	background-position:0 2px;
}

#beam ul li a{
	color:#fff;
	text-decoration:none;
}

#links {
	width:949px;
	height:auto;
	padding:20px;
	padding-bottom:0px;
	margin-bottom:10px;
	float:left;
	display:block;
	min-height:120px;
	background-color:#f1f1f1;
	border:1px solid #cccccc;
}


#links ul {
	float:left;
	width:188px;
}

#links ul li.top {
	font-size:18px;
	color:#444444;
	margin-bottom:8px;
	font-family: 'dobra_boldbold';
}

#links ul li a {
	text-decoration:none;
	font-size:11px;
	font-family:Tahoma, Geneva, sans-serif;
	line-height:16px;
	color:#444;
}

#links ul li a:hover {
	text-decoration:underline;
}

#socials {
	border-top: 1px solid #cccccc;
	width:949px;
	float:left;
	display:block;
	margin-top:25px;
	padding-top:20px;
	padding-bottom:20px;
}

#socials span {
	text-align:left;
	font-size:11px;
	font-family:Tahoma, Geneva, sans-serif;
	color:#444;
	float:left;
}

#socials .icons {
	float:right;
}

#socials .icons a {
	background-image:url(gfx/ico_social.png);
	width:16px;
	height:16px;
	background-repeat:no-repeat;
	overflow:hidden;
	float:left;
	display:inline-block;
	border:0px solid;
	margin-left:4px;
	text-indent:-6666px;
	vertical-align:top;
	margin-top:-2px;
}

#socials .icons a:hover {
	opacity:0.9;
}

#socials .icons a.twitter {
	background-position:-20px 0;
}

#socials .icons a.blip {
	background-position:-40px 0;
}

#socials .icons a.gplus {
	background-position:-60px 0;
}


/*BUTTONY*/

a.button.grey {
	background-image:url(gfx/btn_grey.png);
	background-repeat:repeat-x;
	padding:6px 22px;
	border:1px solid #838383;
	float:left;
	color:#fff;
	font-size:14px;
	display:block;
	text-decoration:none;
}

input.button.grey {
	background-image:url(gfx/btn_grey.png);
	background-repeat:repeat-x;
	padding:4px 15px 6px 15px;
	border:1px solid #838383;
	float:left;
	color:#fff;
	line-height:10px;
	font-size:13px;
	height:28px;
	display:block;
	cursor:pointer;
	text-decoration:none;
}

a.button:hover {
	opacity:0.9;
}

/*BOXY*/
.box {
	width:950px;
	margin-top:80px;
	background-image:url(gfx/search_bg.png);
	background-repeat:repeat;
	min-height:120px;
	overflow:hidden;
	padding:20px;
	display:block;
	float:left;
	position:relative;
	z-index:1010;
}

.box.box-2 {
	top:0px;
	position:absolute;
}

.box a.close {
	background-image:url(gfx/close.png);
	background-repeat:no-repeat;
	width:40px;
	height:40px;
	position:absolute;
	top:0px;
	right:0px;
	cursor:pointer;
	text-indent:-6666px;
}

.box h1 {
	font-size:33px;
	color:#ff9900;
	margin-bottom:5px;
	display:block;
	margin-top:-5px;
	font-family: 'dobra_boldbold';
}

.box span {
	background-color:#fff;
	padding:10px 12px 8px 12px;
	font-size:17px;
	color:#444444;
	margin:10px 0 25px 0;
	display:block;
	float:left;
}

.box ul li strong {
	font-family: 'dobra_boldbold';
}

.box .list {
	width:500px;
	float:left;
	display:block;
	color:#fff;
}

.box .list.wide {
	width:450px;
	float:left;
	margin-top:15px;
}

.box .list.wide a.button {
    background-image: url("gfx/btn_green.png");
    background-repeat: repeat-x;
    border: 1px solid #ff9a00;
    color: #FFFFFF;
    float: left;
    font-size: 15px;
    padding: 6px 22px;
    text-decoration: none;
	margin-left:20px;
	margin-bottom:20px;
	font-family: 'dobra_boldbold';
}

.box .list.wide a.show {
	font-size:15px;
	color:#e98f09;
	text-decoration:none;
	float:left;
	background-image:url(gfx/ico_show.png);
	background-repeat:no-repeat;
	background-position:4px 0;
	padding-right:18px;
	background-position:right 2px;
	margin:6px 0 0 15px;
	font-family: 'dobra_boldbold';
}

.box .list.wide h3 {
	width:100%;
	font-size:26px;
	clear:both;
	margin-left:20px;
	margin-bottom:8px;
	font-family: 'dobra_boldbold';
}
	

.box .list.wide ul {
	width:400px;
}

.box .list.wide ul li.last {
	margin-bottom:25px;
}

.box .list ul {
	width:235px;
	float:left;
	margin-bottom:20px;
}

.box .list ul li {
	color:#fff;
	font-size:15px;
	line-height:27px;
	padding-left:22px;
	margin-left:20px;
	background-image:url(gfx/star.png);
	background-repeat:no-repeat;
	background-position:1px 8px;
}

.box .list p {
	display:block;
	float:left;
	width:460px;
	color:#fff;
	margin-top:5px;
	line-height:24px;
}

.box .list p em {
	margin-top:6px;
}
	
	
.box .promo {
	background-color:#cac8c7;
	width:440px;
	height:158px;
	display:block;
	float:left;
	float:right;
	margin-top:-205px;
}

#exPL #price .promo {
	background-color:#f1f1f1;
	width:440px;
	height:158px;
	display:block;
	float:left;
	float:right;
}

#sidebar .promo {
	background-color:#f1f1f1;
	width:440px;
	height:158px;
	display:block;
	float:left;
	float:right;
}


.box .promo .sale,
#sidebar .promo .sale {
	background-color:#fff;
	height:40px;
	width:140px;
	float:left;
	color:#20d2ff;
	font-size:17px;
	top:0px;
	overflow:hidden;
}

#exPL #price .promo .sale {
	background-color:#fff;
	height:40px;
	width:140px;
	float:left;
	color:#20d2ff;
	font-size:17px;
	top:0px;
	overflow:hidden;
}


#sidebar .promo .sale {
	background-color:#f1f1f1;
}

.box .promo .free_test,
#sidebar .promo .free_test {
	background-color:#9ec814;
	height:40px;
	width:300px;
	float:left;
	color:#fff;
	font-size:17px;
	top:0px;
	overflow:hidden;
	font-family: 'dobra_boldbold';
}

#exPL #price .promo .free_test {
	background-color:#9ec814;
	height:40px;
	width:300px;
	float:left;
	color:#fff;
	font-size:17px;
	top:0px;
	overflow:hidden;
	font-family: 'dobra_boldbold';
}

.box .promo .sale em,
.box .promo .free_test em,
#sidebar .promo .free_test em,
#sidebar .promo .sale em {
	margin:12px 20px;
	float:left;
	font-family: 'dobra_boldbold';
}

#exPL #price .promo .free_test em,
#exPL #price .promo .sale em {
	margin:12px 20px;
	float:left;
	font-family: 'dobra_boldbold';
}

.box .promo .price,
#sidebar .promo .price {
	float:left;
	color:#ff9900;
	margin-top:0px;
}

#exPL #price .promo .price {
	float:left;
	color:#ff9900;
	margin-top:0px;
}

.box .promo .price .big,
#sidebar .promo .price .big {
	font-size:120px;
	font-family: 'dobra_boldbold';
	float:left;
	margin-left:30px;
}

#exPL #price .promo .price .big {
	font-size:120px;
	font-family: 'dobra_boldbold';
	float:left;
	margin-left:30px;
}

.box .promo .price .small,
#sidebar .promo .price .small {
	float:left;
	font-size:80px;
	margin-top:3px;
	font-family: 'dobra_boldbold';
}

#exPL #price .promo .price .small{
	float:left;
	font-size:26px;
	margin-top:3px;
	text-decoration:line-through;
	background-color:#f52a28;
	padding:4px 8px;
	color:#fff;
	font-family: 'dobra_boldbold';
	margin-top:16px;
	margin-left:4px;
}

#exPL #price .promo .price em.fix {
	color:#ff9900;
	background-color:none;
	text-decoration:none;
	font-size:36px;
	font-family: 'dobra_boldbold';
	position:absolute;
	margin:69px 0 0 -73px;
}

.box .promo .price .small em {
	color:#fff;
	font-size:13px;
	display:block;
	margin-top:0px;
	margin-left:10px;
	font-family: 'dobra_boldbold';
}

#sidebar .promo .price .small em {
	color:#6f6f6f;
	font-size:13px;
	display:block;
	margin-top:0px;
	margin-left:10px;
	font-family: 'dobra_boldbold';
}

#exPL #price .promo .price .small em {
	color:#6f6f6f;
	font-size:13px;
	display:block;
	margin-top:0px;
	margin-left:10px;
	font-family: 'dobra_boldbold';
}

.box .promo .buttons,
#sidebar .promo .buttons {
	float:right;
	width:230px;
	padding-top:15px;
	padding-right:5px;
}

#exPL #price .promo .buttons {
	float:right;
	width:230px;
	padding-top:15px;
	padding-right:5px;
}

.box .promo .buttons a.confirm,
#sidebar .promo .buttons a.confirm {
	background-image:url(gfx/confirm.png);
	width:220px;
	height:50px;
	border:0px solid;
	display:block;
	text-indent:-6666px;
	margin-bottom:8px;
	float:left;
}

#exPL #price .promo .buttons a.confirm {
	background-image:url(gfx/confirm.png);
	width:220px;
	height:50px;
	border:0px solid;
	display:block;
	text-indent:-6666px;
	margin-bottom:8px;
	float:left;
}

.box .promo .buttons a.details,
#sidebar .promo .buttons a.details {
	background-image:url(gfx/details.png);
	width:220px;
	height:29px;
	border:0px solid;
	display:block;
	text-indent:-6666px;
	margin-top:0px;
	float:left;
}

#exPL #price .promo .buttons a.details {
	background-image:url(gfx/details.png);
	width:220px;
	height:29px;
	border:0px solid;
	display:block;
	text-indent:-6666px;
	margin-top:0px;
	float:left;
}

.box .promo .buttons a:hover,
#sidebar .promo .buttons a:hover {
	opacity:0.9;
}

#exPL #price .promo .buttons a:hover {
	opacity:0.9;
}

.box#hosting {
	border:0px solid;
	width:940px;
	z-index:2000;
}

.box#weekend {
	background-image:url(gfx/01_weekend_az_popup_2.jpg);
	background-repeat:no-repeat;
	height:360px;
	padding-bottom:0px;
}

.box#weekend span {
	background-color:none;
	background:none;
	color:#444444;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	display:block;
	padding-top:0px;
	margin-top:0px;
	display:block;
	clear:right;
	margin-bottom:0px;
	width:100%;
	padding-left:0px;
}

.box#weekend span strong {
	font-weight:bold;
}

.box#weekend h2 {
	font-family: "Arial Black", Arial;
	font-weight: 900;
	font-size:60px;
	color:#92b813;
	text-transform:uppercase;
	letter-spacing:-2px;
}

.box#weekend h3 {
	font-family: "Arial Black", Arial;
	font-weight: 900;
	font-size:30px;
	color:#444;
	text-transform:uppercase;
	letter-spacing:-2px;
}

.box#weekend p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#444;
	line-height:18px;
	margin-top:25px;
}

.box#weekend p strong {
	font-weight:bold;
}

.box#weekend p em {
	font-style:normal;
	font-weight:bold;
	color:#ff0000;
	font-size:16px;
}

.box#weekend small {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#515151;
	margin-top:142px;
	display:block;
}

.box#weekend small strong {
	font-weight:bold;
}

.box#weekend a.weekend-cart {
	background-image: url("gfx/checkout.png");
    border: 0 solid;
    display: block;
    float: left;
    height: 41px;
    text-indent: -6666px;
    width: 180px;
	position:absolute;
	bottom:60px;
	right:330px;
}

.box#weekend a.weekend-cart:hover {
	opacity:0.9;
}


.box#webski .list img,
.box#webski .list iframe {
	margin-top:10px;
	float:left;
}
.box#hosting .promo {
	margin-right: 5px;
    margin-top: -214px;
}

.box#webski .promo {
	margin-top:10px;
}

.box#fb h4 {
	color:#fff;
	margin-top:-5px;
	font-family: 'dobra_boldbold';
	
}

.box#fb h4 em {
	color:#00ccff;
}

.box#fb #fb_bg {
	background-image:url(gfx/fb_bg.png);
	width:950px;
	height:200px;
	background-repeat:no-repeat;
	margin:20px 100px;
}

.box#fb #fb_bg #facebook_like {
	float:left;
	margin:90px 0 0 300px;
	position:absolute;
}

.box#fb #fb_bg a#fb {
	background-image:url(gfx/btn_fb.png);
	width:220px;
	height:30px;
	background-repeat:no-repeat;
	text-indent:-6666px;
	float:left;
	position:absolute;
	top:216px;
	left:370px;
}

.box#fb #fb_bg a#fb:hover {
	opacity:0.9;
}

.box#fb ul {
	position:absolute;
	top:140px;
	left:610px;
}

.box#fb ul li {
	background-image: url("gfx/star.png");
    background-position: 2px 9px;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 15px;
    line-height: 22px;
    margin-left: 28px;
    padding-left: 22px;
}

/*WRAPPER*/
.wrapper {
	width:990px;
	margin:0 auto;
	position:relative;
}

.wrapper > h3.big {
	display:block;
	margin:50px 0 20px 0;
	font-size:32px;
	color:#434343;
	margin-left:0px;
	padding-left:0px;
	font-family: 'dobra_boldbold';
}

.wrapper-absolute {
	width:990px;
	margin:0 auto;
	position:absolute;
	/*z-index:1000;*/
	height:100%;
	top:5px;
	left:50%;
	margin-left:-495px;
}

body.sub .wrapper-absolute {
	width:990px;
	margin:0 auto;
	position:absolute;
	z-index:1000;
	height:60px;
	display:block;
	float:left;
	top:95px;
	left:50%;
	margin-left:-495px;
}

body.sub #top {
	margin-bottom:50px;
}


/*RESPONSIVE*/
@media screen and (max-width:830px) {
    #top #search input[type="text"] {
	width:260px;
	}
	#top #search {
	width:390px;
	}
	#top #icons {
		display:none;
	}
	#top h1 a{
		margin-left:20px;
	}
}

@media screen and (max-width:780px) {
    #top #search input[type="text"] {
	width:160px;
	}
	#top #search {
	width:290px;
	}
	#top #icons {
		display:none;
	}
	#top h1 a{
		margin-left:20px;
	}
}

@media screen and (max-width : 1280px) and (max-height: 800px) {
      #background #search {
		margin-top:360px;		
	}
	.playIt2 {
			margin-top:-45px;
		}
		#nav.nav-2 a.prev, #nav.nav-2 a.next {
    		margin-top:-45px;
		}
		
	.box-2 {
		margin-top:51px;
		z-index:20000;
		max-height:300px;
		overflow:hidden;
	}
	
	#weekend.box-2 {
		margin-top:51px;
		z-index:20000;
		max-height:360px;
		overflow:hidden;
	}

}

@media screen and (max-width : 1280px) and (max-height: 600px) {
	.box-2 {
		margin-top:-510px;
		z-index:20000;	
	}
}

@media only screen and (min-width : 1300px) {
	#nav a.next {
	right:45%;
	}
	#nav a.prev {
	left:45%;
	}
	#homePlay {
	margin: 0 auto; position: relative; cursor:pointer; top: 150px;
	}
	#background #search {
		margin-top:390px;	
	}
	
	.box-2 {
		margin-top:60px;
		z-index:20000;	
	}
	
	@media screen and (-webkit-min-device-pixel-ratio:0) {
    	#background #search {
			margin-top:370px;	
		}
	}
	@media screen and (-webkit-min-device-pixel-ratio:0) {
    	.playIt2 {
			margin-top:-35px;
		}
		#nav.nav-2 a.prev, #nav.nav-2 a.next {
    		margin-top:-35px;
		}
	}
}

@media only screen 
and (min-width : 1824px) {
	#nav a.next {
	right:20%;
	}
	#nav a.prev {
	left:20%;
	}
	#homePlay {
	margin: 0 auto; position: relative; cursor:pointer; top: -650px;
	}
	#background #search {
		margin-top:650px;	
	}
	.playIt2 {
		margin-top:95px;
	}
	#nav.nav-2 a.prev, #nav.nav-2 a.next {
    	margin-top:95px;
	}
	.box-2 {
		margin-top:315px;
		z-index:20000;	
	}
}

.fix {
	clear:both;
}

/*FIX do nowych plansz*/
body.sub {
	/*background-image: url("gfx/bg_sub.png");*/
	background-repeat:repeat-x;
}

body.sub.white {
	background-image:none;
}

#contentWrapper {
	margin-left: 0px!important;
    margin-top: 20px;
    padding-left: 15px;
    padding-top: 5px;
    width: 975px!important;
}

#contentWrapper p {
	font-size:13px!important;
	line-height:19px;
}

#newWrapper {
	background-color:#fff;
	margin-left: 0px!important;
    margin-top: 20px;
    padding-left: 1px;
    padding-top: 1px;
	padding-right:1px;
	min-height:100px;
    width: 986px!important;
	border:1px solid #e6e6e6;
	border-bottom:4px solid #e6e6e6;
	margin-bottom:40px;
}


#newWrapper.pp {
	background-image:url(gfx/pp_bg.jpg);
	background-repeat:no-repeat;
	height:346px;
	background-position:right;
}

#newWrapper.ssl {
	background-image:url(gfx/ssl_bg.jpg);
	background-repeat:no-repeat;
	height:346px;
	padding-top:0px;
	background-position:right;
}

#newWrapper.pp h3 {
	font-size:36px;
	color:#667e8e;
	font-weight:bold;
	margin:27px 20px 4px 30px;
	font-family: 'dobra_boldbold';
}

#newWrapper.ssl h3 {
	font-size:36px;
	color:#fff;
	font-weight:bold;
	margin:27px 20px 4px 30px;
	font-family: 'dobra_boldbold';
}

#newWrapper.pp h5 {
	font-size:21px;
	color:#667e8e;
	margin:0 0 0 30px;
	font-family: 'dobra_bookbook';
}

#newWrapper.ssl h5 {
	font-size:21px;
	color:#fff;
	margin:0 0 0 30px;
	font-family: 'dobra_bookbook';
}

#newWrapper.ssl p {
	color:#fff;
	width:650px;
	float:left;
	font-size:16px;
	line-height:24px;
	margin:20px 30px;
}

#newWrapper.ssl span.prices {
	float:left;
	margin-left:30px;
	margin-top:45px;
	color:#fff;
	font-family: 'dobra_boldbold';
	font-size:16px;
	vertical-align:bottom;
}

#newWrapper.ssl .price {
	float:left;
	color:#ff9900;
	margin-top:10px;
	margin-left:10px;
	vertical-align:bottom;
	margin-bottom:20px;
}

#newWrapper.ssl .price .big {
	font-size:60px;
	font-family: 'dobra_boldbold';
	float:left;
	margin-left:0px;
	margin-right:4px;
}

#newWrapper.ssl .price .small {
	float:left;
	font-size:33px;
	margin-top:3px;
	color:#ff9900;
	font-family: 'dobra_boldbold';
}

#newWrapper.ssl .price .small strong {
	color:#fff;
	font-size:16px;
	display:block;
	margin-top:0px;
	font-family: 'dobra_boldbold';
}

#newWrapper.pp ul {
	margin:40px 20px 40px 40px;
}

#newWrapper.pp ul li {
	font-size:16px;
	line-height:29px;
	color:#444444;
}

#newWrapper.pp ul li span {
	color:#fff;
	background-image:url(gfx/circle.png);
	background-position:1px 4px;
	background-repeat:no-repeat;
	padding:0px 0px 5px 1px;
	margin-right:10px;
	width:20px;
	float:left;
	text-align:center;
	height:20px;
	overflow:hidden;
	text-shadow: 1px 1px 0px #8db312;
    filter: dropshadow(color=#8db312, offx=1, offy=1);
	font-family: 'dobra_boldbold';
}

#newWrapper.pp span#account {
	font-family: 'dobra_boldbold';
	display:block;
	font-size:15px;
	color:#999999;
	margin-left:70px;
}

#newWrapper.pp span#account a {
	text-decoration:none;
	color:#ff9900;
}

#newWrapper.pp span#account a:hover {
	text-decoration:underline;
}

#newWrapper.pp h5 strong {
	font-family: 'dobra_boldbold';
}

#newContentWrapper {
	background-color:#fff;
	margin-left: 0px!important;
	padding:26px 30px;
	min-height:100px;
    width: 928px!important;
	border:1px solid #e6e6e6;
	border-bottom:1px solid #e6e6e6;
	margin-bottom:20px;
	float:left;
	display:block;
}

#newContentWrapper h3 {
	color:#444444;
	font-family: 'dobra_boldbold';
	font-size:24px;
	margin-bottom:20px;
}

#newContentWrapper .schema_box {
	width:295px;
	height:120px;
	float:left;
	display: inline-block;
	margin-right:20px;
	background-color: #f1f1f1;
	overflow:hidden;
	position:relative;
}

#newContentWrapper .schema_box h5 {
	color:#444444;
	font-family: 'dobra_boldbold';
	font-size:16px;
	display:block;
	margin:15px;
	margin-bottom:4px;
	line-height:19px;
}

#newContentWrapper .schema_box h5 span {
	color:#fff;
	background-image:url(gfx/circle.png);
	background-position:1px 0px;
	background-repeat:no-repeat;
	padding:0px 0px 5px 1px;
	margin-right:10px;
	width:20px;
	float:left;
	text-align:center;
	height:20px;
	text-shadow: 1px 1px 0px #8db312;
    filter: dropshadow(color=#8db312, offx=1, offy=1);
	font-family: 'dobra_boldbold';
}

#newContentWrapper .schema_box p {
	float:left;
	width:230px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#444444;
	display:block;
	margin-left:45px;
}

#newContentWrapper .schema_box em {
	width:30%;
	background-color:#9ec814;
	height:3px;
	bottom:0px;
	left:0px;
	position:absolute;
}

#newContentWrapper .schema_box em.s60 {
	width:60%;
}

#newContentWrapper .schema_box em.s100 {
	width:100%;
}

#newContentWrapper .schema_box a {
	float:right;
	text-transform:uppercase;
	color:#fff;
	text-decoration:none;
	font-family: 'dobra_boldbold';
	font-size:12px;
	background-image:url(gfx/button_more.png);
	background-repeat:no-repeat;
	padding:5px 18px 5px 8px;
	margin-right:15px;
}

#newContentWrapper .schema_box a:hover {
	opacity:0.9;
}

#newContentWrapper .schema_box.last {
	margin-right:0px;
}

#newContentWrapper #desc {
	margin:35px 0 30px 0;
	padding-bottom:10px;
	float:left;
	width:100%;
	border-bottom:3px solid #f1f1f1;
	/*background-image:url(gfx/pp_logos.png);
	background-repeat:no-repeat;*/
}

#newContentWrapper #desc p {
	width:600px;
	line-height:21px;
	font-size:14px;
	margin-bottom:20px;
	color:#444;
	float:left;
}

#newContentWrapper #desc img {
	margin-top:-8px;
	margin-left:30px;
}

#newContentWrapper #desc p strong {
	font-family: 'dobra_boldbold';
}

#newContentWrapper #howItWorks {
	margin:0px 0 30px 0;
	padding-bottom:25px;
	float:left;
	width:100%;
	border-bottom:3px solid #f1f1f1;
}

#newContentWrapper #howItWorks ul li {
	background-image: url("gfx/star.png");
    background-position: 2px 8px;
    background-repeat: no-repeat;
    color: #444444;
    font-size: 14px;
    line-height: 27px;
    margin-left: 20px;
    padding-left: 22px;
}

#newContentWrapper .schema_box.account a {
	position:absolute;
	right:-5px;
	bottom:10px;
}

#newContentWrapper .schema_box.account p {
	width:240px;
}

#newContentWrapper a.button.register {
	background-image: url("gfx/btn_green.png");
    background-repeat: repeat-x;
    border: 1px solid #FF9A00;
    color: #FFFFFF;
    float: left;
	display:block;
	margin-top:35px;
    font-family: 'dobra_boldbold';
    font-size: 15px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding: 6px 22px;
    text-decoration: none;
}

#newContentWrapper .schema_box.account .price {
	float:left;
	color:#ff9900;
	margin-top:10px;
	margin-left:10px;
}

#newContentWrapper .schema_box.account .price .big {
	font-size:38px;
	font-family: 'dobra_boldbold';
	float:left;
	margin-left:30px;
	margin-right:4px;
}

#newContentWrapper .schema_box.account .price .small {
	float:left;
	font-size:20px;
	margin-top:3px;
	margin-left:0px;
	font-family: 'dobra_boldbold';
}

#newContentWrapper .schema_box.account .price .small strong {
	color:#444;
	font-size:10px;
	display:block;
	margin-top:0px;
	font-family: 'dobra_boldbold';
}


ul.tabs {
	margin-left:25px;
	margin-bottom:8px;
	display:block;
}

@-moz-document url-prefix() { 
  	.tabs {
		margin-bottom:9px!important;
	}
}


ul.tabs li,
ul.tabs-big li {
	display:inline;
}

ul.tabs-big {
	position:relative;
	margin-top:10px;
}

ul.tabs li a {
	text-decoration:none;
	font-size:15px;
	color:#888888;
	font-family: 'dobra_boldbold';
	padding:8px 25px;
	background-color:#e6e6e6;
	text-transform:uppercase;
}

ul.tabs li.active a,
ul.tabs li a:hover {
	background-color:#fff;
	border-top:1px solid #e6e6e6;
	border-left:1px solid #e6e6e6;
	border-right:1px solid #e6e6e6;
	padding:8px 24px
}


ul.tabs-big li.tab1 a {
	text-decoration:none;
	font-size:16px;
	color:#444444;
	font-family: 'dobra_boldbold';
	background-color:#e6e6e6;
	text-transform:uppercase;
	width:465px;
	height:50px;
	float:left;
	padding-top:15px;
	padding-left:20px;
	margin-bottom:-2px;
	border-right:5px solid #fff;
}

ul.tabs-big li.tab2 a {
	text-decoration:none;
	font-size:16px;
	color:#444444;
	font-family: 'dobra_boldbold';
	background-color:#e6e6e6;
	text-transform:uppercase;
	width:480px;
	height:50px;
	float:left;
	padding-top:15px;
	padding-left:20px;
	margin-bottom:-2px;
	border-left:5px solid #fff;
}

ul.tabs-big li a span {
	color:#858585;
	text-transform:none;
	font-family: 'dobra_bookbook'
}

ul.tabs-big li.active a {
	background-color:#fff;
	border-top:1px solid #e6e6e6;
	border-left:1px solid #e6e6e6;
	border-right:1px solid #e6e6e6;
	padding-top:14px;
	padding-left:18px;
}

ul.tabs-big li a:hover {
	opacity:0.9;
}

ul.tabs-big li.active a {
	border-bottom:0px solid;
	padding-bottom:6px;
}


/*Tabele*/
/****SSL*****/
#newContentWrapper table.table {
	width:100%;
	text-align:center;
	margin-bottom:15px;
	position:relative;
}

#newContentWrapper table.table tr td,
#newContentWrapper table.table thead th {
	padding:13px 10px;
	font-size:14px;
	color:#444;
}

#newContentWrapper table.table thead th {
	text-align:left;
}

#newContentWrapper table.table thead th {
	vertical-align:middle;
}

#newContentWrapper table.table thead h3 {
	text-align:center;
	font-size:16px;
	margin-bottom:4px;
}

#newContentWrapper table.table thead h5 {
	text-align:center;
	font-size:13px;
	color:#999999;
}

#newContentWrapper table.table tr.even td {
	background-color:#f1f1f1;
}

#newContentWrapper table.table tr.even td.middle {
	background-color:#eaf5c5;
}

#newContentWrapper table.table tr.even td.price {
	width:420px;
	border-top:1px solid #e6e6e6;
	border-left:1px solid #e6e6e6;
	text-align:left;
}

#newContentWrapper table.table tr td.border-left {
	border-left:1px solid #e6e6e6;
	text-align:left;
}

#newContentWrapper table.table tr td.border-left-bottom {
	border-left:1px solid #e6e6e6;
	border-bottom:1px solid #e6e6e6;
	text-align:left;
}

#newContentWrapper table.table tr td select {
	border:1px solid #ccc;
	font-size:12px;
	font-family:Tahoma, Geneva, sans-serif;
	color:#444;
	padding:6px 6px;
	display:block;
	width:100%;
}

#newContentWrapper table.table tr td.border-big,
#newContentWrapper table.table th.border-big {
	border-left:3px solid #9ec814;
	border-right:3px solid #9ec814;
}

#newContentWrapper table.table tr td.border-big.last {
	border-bottom:3px solid #9ec814;
}

#newContentWrapper table.table th.border-big.first {
	border-top:3px solid #9ec814;
}

#newContentWrapper table.table tr td a.button {
    background-image: url("gfx/button_green.png");
    background-repeat: repeat-x;
    border: 1px solid #ff9a00;
    color: #FFFFFF;
	margin:8px auto;
	width:60px;
	display:block;
	text-align:center;
    font-size: 18px;
    padding: 8px 22px 8px 22px;
    text-decoration: none;
	font-family: 'dobra_boldbold';
	text-shadow: 0 -1px 0 #CC8200;
}

#newContentWrapper table.table tr td.prices a.button {
	margin-bottom:0px;
}

#newContentWrapper table.table tr td.table_cut {
	font-size:13px;
	color:#fff;
	background-color:#9ec814;
	font-family: 'dobra_boldbold';
	text-shadow: 0 1px 0 #CC8200;
	text-transform:uppercase;
	border-left:3px solid #9ec814;
	border-right:3px solid #9ec814;
	position:relative;
	padding:11px 10px 8px 10px!important;
	vertical-align:top;
}

#newContentWrapper table.table tr td.table_cut span {
	background-image:url(gfx/table_cut.png);
	background-repeat:no-repeat;
	width:10px;
	height:30px;
	position:absolute;
	top:0px;
	margin-left:38px;
}

#newContentWrapper table.table tr td.table_cut span {
	margin-left:36px\9;
}

#newContentWrapper table.table tr td .price {
	color:#ff9900;
	margin-top:2px;
	margin-left:50px;
	display:block;
}

#newContentWrapper table.table tr td .price.last {
	margin-left:38px;
}

#newContentWrapper table.table tr td .price .big {
	font-size:40px;
	font-family: 'dobra_boldbold';
	float:left;
	margin-left:30px;
	margin-right:4px;
}

#newContentWrapper table.table tr td .price .small {
	float:left;
	font-size:20px;
	margin-top:3px;
	text-align:left;
	font-family: 'dobra_boldbold';
}

#newContentWrapper table.table tr td .price .small strong {
	color:#444;
	font-size:12px;
	display:block;
	margin-top:0px;
	font-family: 'dobra_boldbold';
}

#newContentWrapper table.table .border-small {
	border-right:1px solid #f1f1f1;
}

#newContentWrapper table.table .border-small-first {
	border-right:1px solid #f1f1f1;
	border-top:1px solid #f1f1f1;
}

#newContentWrapper table.table .border-small-last {
	border-right:1px solid #f1f1f1;
	border-bottom:1px solid #f1f1f1;
}

#newContentWrapper .paragraph {
	border-bottom: 3px solid #F1F1F1;
    float: left;
    margin: 0 0 30px;
    padding-bottom: 5px;
    width: 100%;
}

#newContentWrapper .paragraph.last,
#newContentWrapper .paragraph:last-child {
	border-bottom:0px solid;
}

#newContentWrapper .paragraph p {
	font-size:14px;
	line-height:21px;
	width:650px;
	color:#444444;
	margin-bottom:20px;
}

#newContentWrapper .paragraph p strong {
	font-family: 'dobra_boldbold';
}

#newContentWrapper .paragraph ul {
	padding-left:20px;
}

#newContentWrapper .paragraph ul li {
	font-size:14px;
	line-height:14px;
	width:650px;
	color:#444444;
	list-style:square;
	margin-bottom:20px;
}

#newContentWrapper .paragraph p small {
	font-size:12px;
	line-height:17px;
	font-family:Tahoma, Geneva, sans-serif;
	color:#999999;
}


/*Buttony*/

a.big_green {
	background-image: url("gfx/button_green.png");
    background-repeat: repeat-x;
    border: 1px solid #FF9A00;
    color: #FFFFFF;
    float: left;
    font-family: 'dobra_boldbold';
    font-size: 30px;
    margin-bottom: 10px;
    margin-left: 30px;
    padding: 8px 22px;
    text-decoration: none;
	overflow:hidden;
	height:30px;
	text-shadow: 0px -1px 0px #cc8200;
    filter: dropshadow(color=#cc8200, offx=0, offy=-1);
	position:relative;
}

a.big_green:hover {
	opacity:0.9;
}

a.big_green.register {
	padding-right:52px;
}

a.big_green.register span {
	background-image:url(gfx/ico_register.png);
	background-repeat:no-repeat;
	width:22px;
	height:22px;
	float:right;
	text-indent:-6666px;
	position:absolute;
	right:12px;
	top:12px;
	
}

a.big_green.register {
	clear:both;
}

/*Breadcrumbs*/

#bread {
	padding-top:20px;
	padding-bottom:10px;
	display:block;
	}

#bread.dark {
	margin-bottom:20px;
}

#bread ul li {
	display:inline;
	color:#fff;
	font-size:12px;
	float:left;
	 text-shadow: 1px 1px 0px #6d7c85;
filter: dropshadow(color=#6d7c85, offx=1, offy=1);

	}
	
#bread.dark ul li {
	display:inline;
	color:#656565;
	font-size:12px;
	float:left;
	text-shadow: none;
	}

	#bread.dark ul li  a {
	color:#656565;
	font-size:12px;
	text-decoration:none;
	}
	
	#bread ul li  a {
	color:#fff;
	font-size:12px;
	text-decoration:none;
	}
	
	#bread span {
	background-image: url("gfx/span.png");
	background-repeat:no-repeat;
	width:5px;
	height:9px;
	float:left;
	margin:2px 4px;
	}
	
	#bread.dark span {
	background-image: url("gfx/span_dark.png");
	background-repeat:no-repeat;
	width:5px;
	height:9px;
	float:left;
	margin:2px 4px;
	}
	
#newContentWrapper.noborder {
	border:0px solid;
	padding:50px 0;
}

#newContentWrapper.noborder.error {
	min-height:863px;
}

#newContentWrapper.noborder.error p {
	width:550px;
	font-size:20px;
	line-height:25px;
	color:#444444;
	margin-bottom:30px;
}

#newContentWrapper.noborder.error h3 {
	font-size:36px;
	color:#444444;
}

#newContentWrapper.noborder.error span {
	font-size:20px;
	line-height:25px;
	color:#444444;
	margin-bottom:70px;
	display:block;
}

#newContentWrapper.noborder.error p strong {
	font-family: 'dobra_boldbold';
}

#newContentWrapper.noborder.error.error_domains {
	background-image: url("../gfx/img_error_domain.jpg");
	background-repeat:no-repeat;
	background-position:right 30px;
}

#newContentWrapper.noborder.error.error_domains_outofdate {
	background-image: url("../gfx/img_error_domain_ood.jpg");
	background-repeat:no-repeat;
	background-position:right 30px;
}

#newContentWrapper.noborder.error.error_domains_outofdate p.first {
	margin-top:40px;
}

#newContentWrapper.noborder.error .contact {
	margin-top:90px;
	display:block;
}

#newContentWrapper.noborder.error a {
	color:#0099ff;
}

#newContentWrapper.noborder.error .contact a {
	display:block;
}

/*LOGOWANIE*/
form.login {
	margin:10px 50px;
}

form.login fieldset {
	display:block;
	margin-bottom:15px;
}

form.login fieldset label {
	text-align:right;
	width:200px;
	float:left;
	color:#444;
	margin-right:10px;
	line-height:40px;
	font-size:15px;
}

form.login fieldset input {
	padding:11px 10px;
	border:1px solid #9a9a9a;
	border-bottom:3px solid #9a9a9a;
	background-color:#f1f1f1;
	width:380px;
}

form.login fieldset input:hover,
form.login fieldset input:focus {
	padding:11px 10px;
	border:1px solid #fe9903;
	border-bottom:3px solid #fe9903;
	background-color:#fff;
	width:380px;
}

form.login input.submit {
	background-image: url("gfx/button_green.png");
    background-repeat: repeat-x;
    border: 1px solid #FF9A00;
    color: #FFFFFF;
    float: left;
    font-family: 'dobra_boldbold';
    font-size: 28px;
    height: 50px;
    margin-bottom: 10px;
    margin-left: 30px;
	margin-top:8px;
    overflow: hidden;
    padding: 6px 31px;
    position: relative;
    text-decoration: none;
    text-shadow: 0 -1px 0 #CC8200;
	border-bottom:1px solid #bfbfbf;
	cursor:pointer;
}

form.login input.submit:hover {
	opacity:0.9;
}

form.login .remind {
	color:#444;
	font-size:15px;
	width:215px;
	float:left;
	margin-left:208px;
	margin-top:20px;
}

/*REJESTRACJA*/

#register_box {
	margin:30px 15px;
	border-top:3px solid #f1f1f1;
	padding:25px 20px 0 25px;
	display:block;
}

#register_box .urls {
	margin-left:140px;
	margin-bottom:-15px;
}

#register_box a {
	color:#0099ff;
	text-decoration:none;
	font-size:14px;
	padding-right:20px;
	background-image: url("gfx/ico_help.png");
	background-repeat:no-repeat;
	background-position:right 2px;
	float:left;
	margin-right:20px;
	margin-left:100px;
}

#register_box a:hover {
	text-decoration:underline;
}

.error_box {
	padding:13px 20px;
	background-color:#fff2f7;
	border:1px solid #c80549;
	color:#c70447;
	margin-bottom:30px;
}

.error_box > strong {
	font-size:24px;
	font-family: 'dobra_boldbold';
	line-height:34px;
	display:inline-block;
}

.error_box > span {
	color:#444;
	font-size:14px;
	margin-left:15px;
	display:inline-block;
}

form.register h4 {
	color: #434343;
    display: block;
    font-family: 'dobra_boldbold';
    font-size: 24px;
    margin: 30px 0 20px;
    padding-left: 0;
}

form.register .left_box {
	float:left;
	width:455px;
}

form.register .right_box {
	float:right;
	width:455px;
}

form.register fieldset,
.popup fieldset {
	display:block;
	margin-bottom:21px;
	margin-right:0px;
}

form.register fieldset label,
.popup fieldset label {
	text-align:right;
	width:140px;
	float:left;
	color:#444;
	margin-right:14px;
	line-height:40px;
	font-size:15px;
	position:relative;
}

form.register .right_box fieldset label {
	width:140px;
}

form.register fieldset input,
.popup fieldset input {
	padding:11px 10px;
	border:1px solid #9a9a9a;
	border-bottom:3px solid #9a9a9a;
	background-color:#f1f1f1;
	width:275px;
}

form.register fieldset input[type="radio"] {
	width:10px;
	margin-right:10px;
	text-align:left;
	margin-top:14px;
}

form.register fieldset input[type="radio"]:last-child {
	margin-left:45px;
}

form.register fieldset.radio {
	color:#444444;
}

form.register fieldset select,
.popup fieldset select {
	padding:10px 10px;
	border:1px solid #9a9a9a;
	border-bottom:3px solid #9a9a9a;
	background-color:#f1f1f1;
	width:296px;
	line-height:38px;
}

/*****SAFARI - PROBLEM PADDINGU******/
::made-up-pseudo-element, form.register fieldset select,
::made-up-pseudo-element, .popup fieldset select
 {
	text-indent:10px;
	line-height:34px;
}

form.register fieldset input:hover,
form.register fieldset input:focus,
form.register fieldset select:hover,
form.register fieldset select:focus,
.popup fieldset input:hover,
.popup fieldset input:focus,
.popup fieldset select:hover,
.popup fieldset select:focus {
	border:1px solid #fe9903;
	border-bottom:3px solid #fe9903;
	background-color:#fff;
}

form.register div.right_box fieldset input.error,
form.register div.right_box fieldset select.error {
	border:1px solid #c80448;
	border-bottom:3px solid #c80448;
}

form.register div.right_box fieldset span.error {
	float:right;
	width:303px;
	text-align:center;
	font-size:14px;
	color:##c80448;
	margin-top:10px;
}

form.register a.info_tip,
.popup a.info_tip {
	background-image:url(gfx/ico_help2.png);
	background-repeat:no-repeat;
	width:12px;
	height:12px;
	border:0px solid;
	text-indent:-99999px;
	display:inline-block;
	text-align:left;
	line-height:12px;
}

form.register #client_details {
	display:block;
	float:left;
	width:100%;
}

form.register .separator {
	border-top: 3px solid #F1F1F1;
    display: block;
	width:100%;
	float:left;
    margin: 30px 0px;
}

form.register #regulations {
	color:#444444;
	font-size:12px;
	margin-left:130px;
	float:left;
	margin:12px 0px 0px 130px;
}

form.register #regulations a {
	color:#444444;
	text-decoration:underline;
}

form.register input.submit,
.popup input.submit {
	background-image: url("gfx/button_green.png");
    background-repeat: repeat-x;
    border: 1px solid #FF9A00;
    color: #FFFFFF;
    float: right;
    font-family: 'dobra_boldbold';
    font-size: 28px;
    height: 50px;
    margin-bottom: 0px;
	margin-top:35px;
    overflow: hidden;
    padding: 6px 31px;
    position: relative;
    text-decoration: none;
    text-shadow: 0 -1px 0 #CC8200;
	border-bottom:1px solid #bfbfbf;
	cursor:pointer;
}

form.register input.submit:hover,
.popup input.submit:hover {
	opacity:0.9;
}

span.tooltip {
	display:none;
}

a.info_tip:hover + span.tooltip {
      position: absolute;
	  display:block;
      width: 305px;
      height: auto;
	  left:150px;
	  margin-top:-10px;
	  font-family:Tahoma, Geneva, sans-serif;
      line-height: 16px;
      padding: 12px;
	  color:#444444;
      font-size: 11px;
      text-align: left;
      background: rgb(255, 255, 255);
      border: 1px solid rgb(1, 153, 255);
      border-radius: 0px;
}

span.tooltip:after {
      content: "";
      position: absolute;
      width: 17px;
      height: 17px;
      border-width: ;
      border-style: ;
      border-color:  transparent transparent transparent;
	  background-image:url(gfx/tooltip_arrow.png);
      top: -5px;
      left: -5px;
}

.playIt {
	background: url('gfx/play.png'); 
	position: absolute; 
	display: block; 
	height: 111px; 
	width: 113px; 
	left: 45%; 
	bottom: 50%; 
	z-index: 1004;"
}

.playIt2 {
	background: url('gfx/play.png'); 
	position: absolute; 
	display: block; 
	height: 111px; 
	width: 113px; 
	left: 45%; 
	top: 210px; 
	z-index: 1004;"
}

/*POPUP*/
.popup {
	width:640px;
	height:auto;
	background-color:#fff;
	position:absolute;
	z-index:2001;
	padding:40px 20px 20px 20px;
	border:1px solid #e6e6e6;
}

.popup h3 {
	color: #434343;
    display: block;
    font-family: 'dobra_boldbold';
    font-size: 24px;
    margin: 0px 0px 20px;
    padding-left: 0;
}

.popup form fieldset.radio label {
    color: #444444;
    float: left;
    font-size: 15px;
    line-height: 40px;
    margin-right: 14px;
    position: relative;
    text-align: left;
    width: 480px;
}

.popup form fieldset input[type="radio"] {
    margin-right: 10px;
    margin-top: 14px;
    text-align: left;
    width: 10px;
}

.popup form fieldset label {
	width:220px;
}

.popup form fieldset input {
	width:370px;
}

.popup form fieldset select {
	width:392px;
}

.popup form input.submit {
	margin-right:15px;
	margin-top:0px;
	padding:6px 45px;
}

.popup a.info_tip {
	margin-left:6px;
}

.popup a.info_tip:hover + span.tooltip {
	z-index:2020;
	left:230px;
}

.popup a.close {
	background: url('gfx/popup_close.png'); 
	position: absolute; 
	display: block; 
	height: 40px; 
	width: 40px; 
	top: -1px; 
	right: -1px;
	cursor:pointer;
	border:0px solid;
	text-indent:-9999px;
}

/*ABOUT US*/
#about-us {
	padding:20px 25px 35px 25px;
	float:left;
	border:1px solid #e6e6e6;
	border-top:0px solid;
	margin-bottom:30px;
	width:935px;
}

#about-us #over-image {
	background-color:#fff;
	opacity:0.7;
	width:935px;
	margin-top:-87px;
	padding:12px 25px 12px 25px;
	margin-left:-25px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	line-height:14px;
	border-bottom:1px solid #e6e6e6;
}

#about-us #over-image strong {
	font-weight:bold;
}

#about-us .left-col,
#about-us .right-col {
	float:left;
	display:inline-block;
	width:450px;
}

#about-us .left-col {
	padding-right:25px;
}

#about-us h3 {
	color:#444444;
	font-size:36px;
	font-family: 'dobra_boldbold';
	margin:36px 0 30px 0;
}

#about-us h4 {
	color:#444444;
	font-size:22px;
	margin:38px 0 15px 0;
}

#about-us h4.last {
	color:#444444;
	font-size:22px;
	line-height:26px;
	margin-bottom:40px;
}

#about-us p {
	font-size:14px;
	color:#444;
	line-height:21px;
}

#about-us p.border {
	padding-bottom:12px;
	border-bottom:3px solid #f1f1f1;
}

#about-us p strong {
	font-family: 'dobra_boldbold';
}

#about-us p.quote {
	font-size:14px;
	padding-left:8px;
	padding-top:8px;
	background-image:url(gfx/ico_quote.png);
	background-repeat:no-repeat;
	color:#444;
	margin:60px 0 20px 0;
	line-height:21px;
}

#about-us .wide-col p.quote {
	margin-top:30px;
}

#about-us .img_description {
	color:#999999;
	font-size:11px;
	font-family:Tahoma, Geneva, sans-serif;
	line-height:16px;
	margin:8px 0 32px 0;
	display:block;
	float:left;
}

#about-us .response {
	font-size:14px;
	color:#444;
	margin-bottom:15px;
	display:block;
	line-height:21px;
}

#about-us .response strong {
	font-size:14px;
	font-family: 'dobra_boldbold';
	display:block;
}

#about-us .wide-col {
	display:block;
	width:100%;
	clear:both;
	float:left;
	margin-top:0px;
}

#about-us .wide-col.border {
	padding-bottom:12px;
	border-bottom:3px solid #f1f1f1;
	margin-bottom:35px;
}

#about-us .wide-col h3 {
	margin-bottom:10px;
	font-size:24px;
}


/*NOWA PROMOCJA*/

#newContentWrapper.promotion {
	margin-top:35px;
}

#img-promotion {
	position:relative;
	margin:-20px -30px 0px -30px;
}

#img-promotion.hosting {
	position:relative;
	margin:-26px -30px 30px -30px;
}

#newContentWrapper.promotion a img.button-check {
	position:absolute;
	left:40px;
	top:280px;
	cursor:pointer;
}

#newContentWrapper.promotion a img.button-check:hover {
	opacity:0.9;
}

/*NOWA PROMOCJA - TABELA*/
#newContentWrapper table.promotion-table {
	width:100%;
	text-align:center;
	margin-bottom:15px;
	position:relative;
}

#newContentWrapper table.promotion-table .coupon {
	font-size:18px;
	text-align:left;
	vertical-align:middle;
}

#newContentWrapper table.promotion-table .coupon span {
	color:#00ccff;
	font-family: 'dobra_boldbold';
}

#newContentWrapper table.promotion-table tr td,
#newContentWrapper table.promotion-table thead th {
	padding:13px 10px;
	font-size:14px;
	color:#444;
}

#newContentWrapper table.promotion-table thead th {
	text-align:left;
}

#newContentWrapper table.promotion-table thead th {
	vertical-align:middle;
}

#newContentWrapper table.promotion-table thead h3 {
	text-align:center;
	font-size:16px;
	margin-bottom:4px;
}

#newContentWrapper table.promotion-table thead h2 {
	text-align:center;
	font-size:20px;
	font-family: 'dobra_boldbold';
	margin-bottom:2px;
}

#newContentWrapper table.promotion-table thead h5 {
	text-align:center;
	font-size:13px;
	color:#999999;
}

#newContentWrapper table.promotion-table tr.even td {
	background-color:#f1f1f1;
}

#newContentWrapper table.promotion-table tr.even td.middle {
	background-color:#eaf5c5;
}

#newContentWrapper table.promotion-table tr.even td.price {
	width:420px;
	border-top:1px solid #e6e6e6;
	border-left:1px solid #e6e6e6;
	text-align:left;
	vertical-align:top;
}

#newContentWrapper table.promotion-table tr td.border-left {
	border-left:1px solid #e6e6e6;
	text-align:left;
}

#newContentWrapper table.promotion-table tr td.border-left.separator {
	font-size:18px;
	font-family: 'dobra_boldbold';
}

#newContentWrapper table.promotion-table tr td.border-left-bottom {
	border-left:1px solid #e6e6e6;
	border-bottom:1px solid #e6e6e6;
	text-align:left;
}

#newContentWrapper table.promotion-table tr td.code {
	text-align:left;
	font-size:18px;
}

#newContentWrapper table.promotion-table tr td.code span {
	font-family: 'dobra_boldbold';
	color:#00ccff;
}
	

#newContentWrapper table.promotion-table tr td.border-big,
#newContentWrapper table.promotion-table th.border-big {
	border-left:3px solid #9ec814;
	border-right:3px solid #9ec814;
}

#newContentWrapper table.promotion-table tr td.border-big.last {
	border-bottom:3px solid #9ec814;
}

#newContentWrapper table.promotion-table th.border-big.first {
	border-top:3px solid #9ec814;
}

#newContentWrapper table.promotion-table tr td a.button-link {
    background-image: url("gfx/button_green.png");
    background-repeat: repeat-x;
    border: 1px solid #ff9a00;
    color: #FFFFFF;
	margin:8px auto;
	width:60px;
	display:block;
	text-align:center;
    font-size: 18px;
    padding: 8px 22px 8px 22px;
    text-decoration: none;
	font-family: 'dobra_boldbold';
	text-shadow: 0 -1px 0 #CC8200;
}

#newContentWrapper table.promotion-table tr td.prices a.button {
	margin-bottom:0px;
}

#newContentWrapper table.promotion-table tr td.table_cut {
	font-size:16px;
	color:#fff;
	background-color:#9ec814;
	font-family: 'dobra_boldbold';
	text-shadow: 0 1px 0 #CC8200;
	text-align:left;
	text-transform:uppercase;
	border-left:3px solid #9ec814;
	border-right:3px solid #9ec814;
	position:relative;
	padding:11px 10px 8px 10px!important;
	vertical-align:top;
}

#newContentWrapper table.promotion-table tr td.table_cut span {
	background-image:url(gfx/table_cut_wide.png);
	background-repeat:no-repeat;
	width:200px;
	height:30px;
	position:absolute;
	top:0px;
	margin-left:38px;
}

#newContentWrapper table.promotion-table tr td.table_cut span {
	margin-left:36px;
}

#newContentWrapper table.promotion-table tr td .price {
	color:#ff9900;
	margin-top:2px;
	margin-left:70px;
	display:block;
}

#newContentWrapper table.promotion-table tr td .price.last {
	margin-left:70px;
}

#newContentWrapper table.promotion-table tr td .price .big {
	font-size:40px;
	font-family: 'dobra_boldbold';
	float:left;
	margin-left:30px;
	margin-right:4px;
}

#newContentWrapper table.promotion-table tr td .price .small {
	float:left;
	font-size:20px;
	margin-top:3px;
	text-align:left;
	font-family: 'dobra_boldbold';
}

#newContentWrapper table.promotion-table tr td select {
    border: 1px solid #CCCCCC;
    color: #444444;
    display: block;
    font-family: Tahoma,Geneva,sans-serif;
    font-size: 12px;
    padding: 6px;
    width: 100%;
}

#newContentWrapper table.promotion-table tr td img.pc_world {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

#newContentWrapper table.promotion-table tr td.pc-ico {
	text-align:left;
	line-height:17px;
}

#newContentWrapper table.promotion-table tr td.o-bold {
	font-family: 'dobra_boldbold';
	color:#fb8125;
	font-size:15px;
}

#newContentWrapper table.promotion-table tr td.o-normal {
	color:#fb8125;
}

#newContentWrapper table.promotion-table tr td .price .small strong {
	color:#444;
	font-size:12px;
	display:block;
	margin-top:0px;
	font-family: 'dobra_boldbold';
}

#newContentWrapper table.promotion-table .border-small {
	border-right:1px solid #f1f1f1;
}

#newContentWrapper table.promotion-table .border-small-first {
	border-right:1px solid #f1f1f1;
	border-top:1px solid #f1f1f1;
}

#newContentWrapper table.promotion-table .border-small-last {
	border-right:1px solid #f1f1f1;
	border-bottom:1px solid #f1f1f1;
}




/*BREAD FROM OLD AZ*/
/********NIE PRZENOSIĆ********/
.breads {

	display:block;
    margin-bottom: 0px;
    min-height: 30px;
    padding-left: 0;
    padding-top: 20px;
    position: relative;
    top: -1px;
    width: 930px;
}

.breads a {
    color: #3E4C84;
    font-size: 11px;
    text-decoration: underline;
}

/*LP Regional-Other*/
#lp_5_other {
	background-image:url(gfx/067_LP.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	min-height:870px;
	margin-top:-50px;
	padding-top:85px;
}

#lp_5_other.exPL {
	background-image:url(promotion/AZ_24_8domen_LP_v5.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	min-height:461px;
	margin-top:-50px;
	padding-top:85px;
}

#lp_5_other .lp h3 {
	font-size:72px;
	color:#00f2ff;
	text-transform:uppercase;
	margin-top:10px;
	font-family: 'dobra_boldbold';
}

#lp_5_other .lp h4 {
	font-size:24px;
	padding-top:20px;
	color:#444444;
	margin-top:0px;
	font-family: 'dobra_bookbook';
}

#lp_5_other .lp h4 span {
	color:#fff;	
	font-family: 'dobra_boldbold';
	background-color:#F11913;
	padding:2px 7px;
}

#lp_5_other .lp h5 {
	font-size:20px;
	color:#ffffff;
	margin-top:0px;
	font-family: 'dobra_boldbold';
}

#lp_5_other .lp h3 strong {
	color:#f11913;
	font-size:60px;
}

#lp_5_other .lp h3 span {
	color:#f11913;
}

#lp_5_other .lp #search {
    background-image: url("gfx/search_bg.png");
    background-repeat: repeat-x;
    display: block;
    float: left;
    height: 120px;
    margin-top: 50px;
	margin-bottom:50px;
    overflow: hidden;
    width: 870px;
}

#lp_5_other.exPL .lp #search {
	width:990px;
	margin-top:185px;
}

#lp_5_other div.wrapper div.lp div#search div#domains div#search_left div#inputs {
	width:820px;
}

#lp_5_other.exPL div.wrapper div.lp div#search div#domains div#search_left div#inputs {
	width:940px;
}

#lp_5_other div.wrapper div.lp div#search div#domains div#search_left div#inputs form input#domain {
	width:480px;
}

#lp_5_other.exPL div.wrapper div.lp div#search div#domains div#search_left div#inputs form input#domain {
	width:600px;
}

#lp_5_other div.wrapper div.lp div#search div#domains div#search_left div#inputs form div#select {
	width:176px;
}

#lp_5_other div.wrapper div.lp div#search div#domains div#search_left div#inputs form div#select input#enlargement {
	width:128px;
}

#lp_5_other div.wrapper div.lp div#search div#domains div#search_left div#inputs form div#select div#domain-select-input.domenMenu {
	width:160px;
}

#lp_5_other .lp #search #additionals {
	background-image:none;
	color:#fff;
	font-size:16px;
	
}

#lp_5_other .lp #search #additionals span {
	font-family: 'dobra_boldbold';
	color:#ff9900;
	text-transform:uppercase;
}

#lp_5_other.exPL .lp #search #additionals strong {
	font-family: 'dobra_boldbold';
}

#lp_5_other .lp p {
	display:block;
	font-size:19px;
	line-height:24px;
	color:#ffffff;
	clear:left;
	width:770px;
}

#lp_5_other .lp p strong {
	font-family: 'dobra_boldbold';
}

#lp_5_other .lp div#ul {
	margin:70px 0 50px 0;
	border-bottom: 1px solid #f1f1f1;
	padding:30px 0;
	display:block;
	width:630px;
	font-size:16px;
	color:#444444;
}

#lp_5_other .lp div#ul strong {
	font-family: 'dobra_boldbold';
	display:block;
	margin-bottom:15px;
}

#lp_5_other .lp div#ul span {
	display:block;
	margin-top:35px;
}

#lp_5_other .lp div#ul span a {
	color:#0099ff;
}

#lp_5_other .lp div#ul ul {
	display:block;
	line-height:30px;
	margin-left:5px;
}

#lp_5_other .lp small {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#9f9f9f;
	width:630px;
	display: block;
	line-height:16px;
}

/*LP5*/
#lp_5_weronika {
	background-image:url(gfx/AZ_16_5domen_LP.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	min-height:870px;
	padding-top:35px;
}

#lp_5_weronika .lp h3 {
	font-size:36px;
	color:#444444;
	margin-top:0px;
	font-family: 'dobra_boldbold';
}

#lp_5_weronika .lp h4 {
	font-size:24px;
	padding-top:20px;
	color:#444444;
	margin-top:0px;
	font-family: 'dobra_bookbook';
}

#lp_5_weronika .lp h4 span {
	color:#fff;	
	font-family: 'dobra_boldbold';
	background-color:#F11913;
	padding:2px 7px;
}

#lp_5_weronika .lp h5 {
	font-size:20px;
	color:#444444;
	margin-top:0px;
	font-family: 'dobra_bookbook';
}

#lp_5_weronika .lp h3 strong {
	color:#f11913;
	font-size:60px;
}

#lp_5_weronika .lp h3 span {
	color:#f11913;
}

#lp_5_weronika .lp #search {
    background-image: url("gfx/search_bg.png");
    background-repeat: repeat-x;
    display: block;
    float: left;
    height: 120px;
    margin-top: 30px;
	margin-bottom:55px;
    overflow: hidden;
    width: 650px;
}

#lp_5_weronika .lp #search #additionals {
	background-image:none;
	color:#fff;
	font-size:16px;
	
}

#lp_5_weronika .lp #search #additionals span {
	font-family: 'dobra_boldbold';
	color:#ff9900;
	text-transform:uppercase;
}

#lp_5_weronika .lp p {
	display:block;
	font-size:20px;
	line-height:24px;
	color:#444444;
	clear:left;
}

#lp_5_weronika .lp p strong {
	font-family: 'dobra_boldbold';
}

#lp_5_weronika .lp div#ul {
	margin:50px 0;
	border-top: 1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
	padding:30px 0;
	display:block;
	width:630px;
	font-size:16px;
	color:#444444;
}

#lp_5_weronika .lp div#ul strong {
	font-family: 'dobra_boldbold';
	display:block;
	margin-bottom:15px;
}

#lp_5_weronika .lp div#ul span {
	display:block;
	margin-top:35px;
}

#lp_5_weronika .lp div#ul span a {
	color:#0099ff;
}

#lp_5_weronika .lp div#ul ul {
	display:block;
	line-height:30px;
	margin-left:5px;
}

#lp_5_weronika .lp small {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#9f9f9f;
	width:630px;
	display: block;
	line-height:16px;
}

/*KOSZYK*/

#newContentWrapper.cart h4 {
	color: #434343;
    display: block;
    font-family: 'dobra_boldbold';
    font-size: 24px;
    margin: 0 0 20px;
    padding-left: 0;
}

.cart .cart-border {
	border:1px solid #e6e6e6;
}

.cart .cart-border.select {
	margin-top:0px;
}

.cart table.cart {
	width:100%;
	font-family: 'dobra_bookbook';
	color: #434343;
	font-size:14px;
}

.cart table.cart thead tr th {
	background-color:#e6e6e6;
	padding:10px 12px;
	text-align:left;
	color: #434343;
    font-family: 'dobra_boldbold';
    font-size: 14px;
}

.cart table.cart tbody tr td {
	padding:10px 12px;
}

.cart table.cart tbody tr td select {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	padding:4px 5px;
	border:1px solid #ccc;
	width:110px;
}

.cart table.cart tbody tr.even td {
	background-color:#f1f1f1;
}

.cart table.cart tbody tr td a {
	text-decoration:none;
	color: #434343;
	margin-right:8px;
}

.cart table.cart tbody tr td a:hover {
	text-decoration:underline;
}

.cart table.cart td.netto-price,
.cart table.cart th.netto-price {
	text-align:right;
	width:180px;

}

.cart table.cart td.brutto-price,
.cart table.cart th.brutto-price {
	width:100px;
	text-align:right;
	padding-left:50px;
}

.cart table.cart span {
	background-color:#9ec815;
	font-family: 'dobra_boldbold';
    font-size: 14px;
	color:#ffffff;
	padding:4px 6px;
	margin-right:10px;
	text-transform:uppercase;
}

.cart table.cart em {
	margin-right:10px;
	text-decoration:line-through;
}

.cart #other-promo {
	padding:20px 10px;
}

.cart #other-promo h5 { 
	color: #434343;
    font-family: 'dobra_boldbold';
    font-size: 16px;
	padding-left:18px;
	background-image: url("gfx/tick-top.png");
	background-repeat:no-repeat;
	background-position:0 2px;
	margin-bottom:18px;
	width:100%;
}

.cart #other-promo .box-hosting {
	background-image: url("gfx/hosting-box.png");
	width:218px;
	height:324px;
	overflow:hidden;
	display:inline-block;
	border:1px solid #e6e6e6;
	text-align:center;
	margin-right:5px;
	margin-top:0px;
}

.cart #other-promo .box-hosting.kreator {
	margin-right:0px;
	display:inline-block;
	/*float:right;*/
	background-image: url("gfx/webski-box.png");
}

.cart #other-promo .box-hosting h3 {
	color: #434343;
    font-family: 'dobra_boldbold';
    font-size: 16px;
	margin-top:25px;
	margin-bottom:15px;
	text-transform:uppercase;
}

.cart #other-promo .box-hosting.kreator h3 {
	margin-bottom:0px;
}

.cart #other-promo .box-hosting .price {
	color:#ff9900;
	font-family: 'dobra_boldbold';
	text-align:center;
	margin:0 auto;
}

.cart #other-promo .box-hosting .price {
	display:block;
	clear:both;
	margin-left:57px;
	width:200px;
	float:left;
	margin-top:10px;
}

.cart #other-promo .box-hosting .price .right-price {
	float:left;
}

.cart #other-promo .box-hosting .price .big {
	float:left;
	font-size:90px;
}

.cart #other-promo .box-hosting .price .small {
	float:left;
	font-size:50px;
	margin-top:6px;
}

.cart #other-promo .box-hosting .price .month {
	font-size:14px;
	color:#444444;
}

.cart #other-promo .box-hosting ul {
	display:block;
	width:200px;
	float:left;
	clear:both;
	text-align:left;
	margin-left:15px;
	margin-top:5px;
}

.cart #other-promo .box-hosting ul li {
	padding-left:19px;
	background-image: url("gfx/star.png");
	line-height:23px;
	background-repeat:no-repeat;
	background-position:0 6px;
	color:#444444;
	font-size:15px;
}

.cart #other-promo .box-hosting ul li strong {
	font-family: 'dobra_boldbold';
}

.cart #other-promo .box-hosting a {
	display:block;
}

.cart #other-promo .box-hosting a.cart-button {
	background-image: url("gfx/cart-button.png");
	background-repeat:no-repeat;
	text-indent:-3333px;
	float:left;
	width:149px;
	height:34px;
	cursor:pointer;
	margin:17px 0 0 35px;
}

.cart #other-promo .box-hosting a.cart-button:hover,
.cart #other-promo .box-hosting a.show-details:hover,
.cart #sum #promo-code input[type="submit"]:hover,
#select-form input.submit:hover {
	opacity:0.9;
}

.cart #other-promo .box-hosting a.show-details {
	font-family: 'dobra_boldbold';
	color:#ff9900;
	font-size:15px;
	padding-right:20px;
	background-image: url("gfx/tick-right.png");
	background-repeat:no-repeat;
	background-position:120px 4px;
	float:left;
	text-decoration:none;
	margin:18px 0 0 45px;
}

.cart #other-promo .box-hosting a.help,
.cart #other-promo .box-hosting a.helpCheckout {
    background-image: url("gfx/ico_help2.png");
    background-repeat: no-repeat;
    border: 0 solid;
    display: inline-block;
    height: 12px;
    line-height: 12px;
    text-align: left;
    text-indent: -99999px;
    width: 12px;
	margin-left: auto;
    top: auto;
}

.cart #other-promo table {
	width: 100%;
}

.cart #other-promo table td {
	vertical-align: top;
	text-align: center;
}


.cart #sum {
	background-color:#f1f1f1;
	margin-top:20px;
	padding:20px;
}

.cart #sum #promo-code,
.cart #sum #promo-code input {
	width:500px;
	float:left;
	font-size:14px;
	color:#444444;
}

.cart #sum #promo-code span {
	float:left;
	line-height:24px;
}

.cart #sum #promo-code input[type="text"] {
	padding:5px 4px;
	border:1px solid #ccc;
	margin-left:10px;
	width:220px;
	float:left;
}

.cart #sum #promo-code input[type="submit"] {
	background-image: url("gfx/btn_grey.png");
    background-repeat: repeat-x;
	width:100px;
	color:#fff;
	border:0px solid;
	cursor:pointer;
	height:28px;
	line-height:25px;
	margin-top:0px;
	float:left;
	text-align:center;
	font-family: 'dobra_boldbold';
	font-size:14px;
}

.cart #sum table {
	display:inline-block;
	margin-left:85px;
}

.cart #sum table tr {
	text-align:right;
}

.cart #sum table th {
	font-size:14px;
	color:#444444;
}

.cart #sum table td {
	font-size:24px;
	width:150px;
	color:#444444;
	padding-top:20px;
	font-family: 'dobra_boldbold';
}

.cart #select-form div {
	padding:13px 10px;
	font-size:14px;
	color:#444444;
}

.cart #select-form div select {
	font-size:14px;
}

.cart #select-form div.even {
	background-color:#f1f1f1;
}

.cart h3.payment {
	margin-bottom:0px;
	margin-top:35px;
}

#select-form input.submit {
	background-image: url("gfx/button_green.png");
    background-repeat: repeat-x;
    border: 1px solid #FF9A00;
    color: #FFFFFF;
    font-family: 'dobra_boldbold';
    font-size: 28px;
    height: 50px;
	float:right;
    margin-bottom: 10px;
    margin-left: 30px;
	margin-top:25px;
    overflow: hidden;
    padding: 6px 31px;
    position: relative;
    text-decoration: none;
    text-shadow: 0 -1px 0 #CC8200;
	border-bottom:1px solid #bfbfbf;
	cursor:pointer;
}

#select-form select {
	border: 1px solid #CCCCCC;
    margin-left: 20px;
    padding: 5px 4px;
    width: 300px;
}

#select-form div p {
	font-size:13px;
	color:#444444;
	line-height:20px;
	margin:22px;
}

#select-form div p a {
	text-decoration:underline;
	color:#0099ff;
}

a.promo-home img {
	margin:0 0 50px 0;
	border:1px solid #f11a14;
}

.login-register {
	margin-top:1px;
}

img#pc-world {
	margin-left:10px;
	margin-top:0px;
}

/*REGISTER DOMAINS*/

div#contentTop div.infoTop div#newDomains div#contentTop_rejdom div.tabContainer ul.tabHeader {
	display:block;
	clear:both;
	padding-bottom:49px;
}

div#contentTop div.infoTop div#newDomains div#contentTop_rejdom div.tabContainer ul.tabHeader li {
	background-color:#e6e6e6;
	color:#787878;
	font-family: 'dobra_boldbold';
    font-size: 15px;
	text-align:center;
	padding:16px 12px;
	margin-right:1px;
	border-right:1px solid #e6e6e6;
	border-left:1px solid #e6e6e6;
	border-top:1px solid #e6e6e6;
	display:inline-block;
	float:left;
	text-transform:uppercase;
	cursor:pointer;
}

div#contentTop div.infoTop div#newDomains div#contentTop_rejdom div.tabContainer ul.tabHeader li:last-child {
	padding:16px 12px 16px 13px;
	margin-right:0px;
}

div#contentTop div.infoTop div#newDomains div#contentTop_rejdom div.tabContainer ul.tabHeader li:last-child {
	padding:16px 10px 16px 9px\9;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	div#contentTop div.infoTop div#newDomains div#contentTop_rejdom div.tabContainer ul.tabHeader li:last-child {
		padding:16px 11px 16px 11px;
		margin-right:0px;
	}
	
}

div#contentTop div.infoTop div#newDomains div#contentTop_rejdom div.tabContainer ul.tabHeader li.active,
div#contentTop div.infoTop div#newDomains div#contentTop_rejdom div.tabContainer ul.tabHeader li:hover {
	background-color:#fff;
	border-top:1px solid #ff9901;
	border-left:1px solid #ff9901;
	border-right:1px solid #ff9901;
	padding-bottom:18px;
}

div#contentTop div.infoTop div#newDomains div#contentTop_rejdom div.tabContainer div.contentsT div.tabContent {
	border:1px solid #ff9901;
	border-bottom:3px solid #ff9901;
	display:block;
}
	

div#contentTop div.infoTop div#newDomains div#contentTop_rejdom div.tabContainer div.contentsT div.tabContent.search-domain {
	background-image:url(gfx/img-domain-search.jpg);
	background-repeat:no-repeat;
	height:347px;
	width:988px;
}

div#contentTop div.infoTop div#newDomains div#contentTop_rejdom div.tabContainer div.contentsT div.tabContent.domains-hurt {
	background-image:url(gfx/img-domain-hurt.jpg);
	background-repeat:no-repeat;
	height:347px;
	width:988px;
}

div#contentTop div.infoTop div#newDomains div#contentTop_rejdom div.tabContainer div.contentsT div.tabContent.domains-functional {
	background-image:url(gfx/img-domain-functional.jpg);
	background-repeat:no-repeat;
	height:347px;
	width:988px;
}

div#contentTop div.infoTop div#newDomains div#contentTop_rejdom div.tabContainer div.contentsT div.tabContent.domains-test {
	background-image:url(gfx/img-domain-test.jpg);
	background-repeat:no-repeat;
	height:347px;
	width:988px;
}

div#contentTop div.infoTop div#newDomains div#contentTop_rejdom div.tabContainer div.contentsT div.tabContent.domains-regional {
	background-image:url(gfx/img-domain-regional.jpg);
	background-repeat:no-repeat;
	height:347px;
	width:988px;
}

div#contentTop div.infoTop div#newDomains div#contentTop_rejdom div.tabContainer div.contentsT div.tabContent.domains-idn {
	background-image:url(gfx/img-domain-idn.jpg);
	background-repeat:no-repeat;
	height:347px;
	width:988px;
}

div#contentTop div.infoTop div#newDomains div#contentTop_rejdom div.tabContainer div.contentsT div.tabContent.domains-similar {
	background-image:url(gfx/img-domain-similar.jpg);
	background-repeat:no-repeat;
	height:347px;
	width:988px;
}

div#contentTop div.infoTop div#newDomains div#contentTop_rejdom div.tabContainer div.contentsT div.tabContent.domains-similar h4 em {
	margin-left:-80px;
}

div.tabContent div.tabInner div#search div#domains div#search_left {
    background-image: url("gfx/search_bg.png");
    background-repeat: repeat-x;
    display: block;
    float: left;
    height: 120px;
	margin-left:30px;
    margin-top: 30px;
    overflow: hidden;
    width: 600px;
	display:block;
}

div#contentTop div.infoTop div#newDomains div#contentTop_rejdom div.tabContainer div.contentsT div.tabContent form input#domain {
	width: 236px;
}

div#contentTop div.infoTop div#newDomains div#contentTop_rejdom div.tabContainer div.contentsT div.tabContent div.tabInner div#search div#domains div#search_left div#inputs form div#select {
	width:150px;
}

div#contentTop div.infoTop div#newDomains div#contentTop_rejdom div.tabContainer div.contentsT div.tabContent div.tabInner div#search div#domains div#search_left div#inputs form div#select input.enlargement {
	width:100px;
}

div#contentTop div.infoTop div#newDomains div#contentTop_rejdom div.tabContainer div.contentsT div.tabContent div.tabInner div#search div#domains div#search_left div#inputs form div#select div.domain-select-input {
	width:133px;
}

div.tabContent div.tabInner div#search div#domains div#search_left #additionals {
    background-image: none;
    color: #FFFFFF;
    font-size: 16px;
	text-transform:uppercase;
}

div.tabContent div.tabInner div#search div#domains div#search_left #additionals span {
    color: #FF9900;
    font-family: 'dobra_boldbold';
    text-transform: uppercase;
	margin-right:10px;
}

div#contentTop_rejdom div.tabContainer div.contentsT div.tabContent div.tabInner div.domain-desc {
	width:600px;
	display:block;
	margin:40px 30px;
	float:left;
}

div#contentTop_rejdom div.tabContainer div.contentsT div.tabContent div.tabInner div.domain-desc h4 {
	color:#444;
	font-family: 'dobra_boldbold';
    font-size: 36px;
	line-height:39px;
}

div#contentTop_rejdom div.tabContainer div.contentsT div.tabContent div.tabInner div.domain-desc h4 em {
	text-indent:230px;
	display:block;
}

div#contentTop_rejdom div.tabContainer div.contentsT div.tabContent div.tabInner div.domain-desc h4 strong {
	color:#f11913;
}

div#contentTop_rejdom div.tabContainer div.contentsT div.tabContent div.tabInner div.domain-desc p {
	font-size:16px;
	color:#444;
	margin-top:15px;
	line-height: 21px;
}

div#contentTop_rejdom div.tabContainer div.contentsT div.tabContent div.tabInner div.domain-desc p span {
	color:#ff9900;
}

div#contentTop div.infoTop div#newDomains div#contentTop_rejdom div.tabContainer div.contentsT div.tabContent div.tabInner form div.left h5 {
	color:#444;
	font-family: 'dobra_boldbold';
    font-size: 20px;
	margin:20px;
}

div#contentTop div.infoTop div#newDomains div#contentTop_rejdom div.tabContainer div.contentsT div.tabContent div.tabInner form div.left h5 span {
	color:#ff9900;
}

div#contentTop div.infoTop div#newDomains div#contentTop_rejdom div.tabContainer div.contentsT div.domains-test div.tabInner form div.left p {
	color:#000;
	margin:10px 0 20px 20px;
	line-height:21px;
	width:600px;
	font-size:14px;
}


div.tabContainer div.contentsT2 div.tabContent2 div.tabInner {
	background-color: #FFFFFF;
    border: 1px solid #E6E6E6;
    display: block;
    float: left;
    margin-bottom: 20px;
    margin-left: 0 !important;
    min-height: 100px;
    padding: 26px 30px;
}

div#ContentWrapper div#contentTop div.infoTop div#newDomains div#contentTop_rejdom div.tabContainer ul.tabHeader2 {
	display: block;
    margin-bottom: 9px;
	margin-top:40px;
    margin-left: 25px;
}

div#ContentWrapper div#contentTop div.infoTop div#newDomains div#contentTop_rejdom div.tabContainer ul.tabHeader2 li {
	background-color: #E6E6E6;
    color: #888888;
    font-family: 'dobra_boldbold';
    font-size: 15px;
    padding: 8px 25px 8px 25px;
    text-decoration: none;
    text-transform: uppercase;
	cursor:pointer;
	display:inline;
}

div#ContentWrapper div#contentTop div.infoTop div#newDomains div#contentTop_rejdom div.tabContainer ul.tabHeader2 li.active,
div#ContentWrapper div#contentTop div.infoTop div#newDomains div#contentTop_rejdom div.tabContainer ul.tabHeader2 li:hover {
	background-color: #FFFFFF;
    border-left: 1px solid #E6E6E6;
    border-right: 1px solid #E6E6E6;
    border-top: 1px solid #E6E6E6;
    padding: 8px 24px 8px 24px;
	border-bottom:1px solid #fff;
}

div#contentTop div.infoTop div#newDomains div#contentTop_rejdom div.tabContainer div.contentsT div.tabContent.domains-hurt p {
	margin:20px;
	width:610px;
	font-size:14px;
	line-height:21px;
}

div#contentTop div.infoTop div#newDomains div#contentTop_rejdom div.tabContainer div.contentsT div.tabContent.domains-hurt textarea {
	padding:10px;
	width:590px;
	height:115px;
	background-color:#f2f2f2;
	border:1px solid #999999;
	border-bottom:3px solid #999999;
	margin:0 20px;
	resize:none;
}

div#contentTop div.infoTop div#newDomains div#contentTop_rejdom div.tabContainer div.contentsT div.domains-test div.tabInner form div.left textarea {
	padding:10px;
	width:590px;
	height:85px;
	background-color:#f2f2f2;
	border:1px solid #999999;
	border-bottom:3px solid #999999;
	margin:0 20px;
	resize:none;
}

div#contentTop div.infoTop div#newDomains div#contentTop_rejdom div.tabContainer div.contentsT div.tabContent.domains-hurt table.chx_tab {
	margin:12px 13px;
	width:390px;
}

div#contentTop div.infoTop div#newDomains div#contentTop_rejdom div.tabContainer div.contentsT div.tabContent.domains-hurt table.chx_tab tr td {
	padding:3px 12px 3px 5px;
	font-size:14px;
}

div#contentTop div.infoTop div#newDomains div#contentTop_rejdom div.tabContainer div.contentsT div.domains-test div.tabInner form div.left span.small {
	font-size:14px;
	line-height:18px;
	margin:20px;
	display:inline-block;
}
	

div#contentTop div.infoTop div#newDomains div#contentTop_rejdom div.tabContainer div.contentsT div.tabContent.domains-hurt div.tabInner form input[type="submit"] {
	background: url("gfx/search_big.png") repeat-x scroll 0 top transparent;
    border: 0 solid;
    color: #FFFFFF;
    cursor: pointer;
    float: right;
    font-size: 24px;
    font-weight: bold;
    height: 50px;
    margin: 0 0 0 4px;
    padding-top: 1px;
    text-indent: -6666px;
    text-shadow: 0 -1px 0 #0E969E;
    width: 130px;
	margin:13px 356px 0 0;
}

div#contentTop div.infoTop div#newDomains div#contentTop_rejdom div.tabContainer div.contentsT div.domains-test div.tabInner div.left input[type="submit"] {
    background: url("gfx/search_big.png") repeat-x scroll 0 top transparent;
    border: 0 solid;
    color: #FFFFFF;
    cursor: pointer;
    float: right;
    font-size: 24px;
    font-weight: bold;
    height: 50px;
    margin: 13px 356px 0 0;
    padding-top: 1px;
    text-indent: -6666px;
    text-shadow: 0 -1px 0 #0E969E;
    width: 130px;
}

div#contentTop div.infoTop div#newDomains div#contentTop_rejdom div.tabContainer div.contentsT div.tabContent.domains-hurt div.tabInner form input[type="submit"]:hover {
	opacity:0.9;
}

/*TABS DOWN*/
div.tabContainer div.contentsT2 div.tabContent2 div.tabInner table tbody tr td {
	vertical-align:top;
	padding:10px;
	padding-bottom:20px;
}

div.tabContainer div.contentsT2 div.tabContent2 div.tabInner table tbody tr td > span {
	font-size:16px;
	font-family: 'dobra_boldbold';
	color:#444;
}

div.tabContainer div.contentsT2 div.tabContent2 div.tabInner table tbody tr td > p {
	font-size:14px;
	line-height:21px;
	margin-top:2px;
	color:#1b1b1b;
}

div.tabContainer div.tabContainer div.contentsT2 div.tabContent2 div.tabInner.faq span {
	font-size:16px;
	font-family: 'dobra_boldbold';
	color:#444;
}

div.tabContainer div.tabContainer div.contentsT2 div.tabContent2 div.tabInner.faq p {
	font-size:14px;
	line-height:21px;
	margin-top:2px;
	color:#1b1b1b;
	padding-bottom:30px;
}

/*NEW PROMOTION*/
div.tabInner div#promo-boxes {
	width:930px;
	float:left;
}

div.tabInner div#promo-boxes .row-box {
	display:block;
	border-bottom:3px solid #f1f1f1;
	float:left;
	padding-bottom:40px;
	margin-top:20px;
}

div.tabInner div#promo-boxes .row-box.last {
	border:0px solid;
}

div.tabInner div#promo-boxes .row-box .promo-box {
	width:430px;
	float:left;
	min-height:100px;
	margin-right:30px;
	background: url("img/ico-hit.png") no-repeat;
	background-position:350px 40px;
	overflow:hidden;
	position:relative;
}

div.tabInner div#promo-boxes .row-box .promo-box.none {
	background-image:none;
}

div.tabInner div#promo-boxes .row-box .promo-box h4 {
	font-size:24px;
	font-family: 'dobra_boldbold';
	color:#444;
	display:block;
}

div.tabInner div#promo-boxes .row-box .promo-box p {
	font-size:14px;
	line-height:21px;
	margin-top:15px;
	color:#1b1b1b;
}

div.tabInner div#promo-boxes .row-box .promo-box a {
	color:#fff;
	font-size:12px;
	text-transform:uppercase;
	cursor:pointer;
	font-family: 'dobra_boldbold';
	padding:4px 20px 4px 8px;
	background: url("gfx/promo-more.png") no-repeat;
	position:absolute;
	top:4px;
	right:15px;
	text-decoration:none;
}

div.tabInner div#promo-boxes .row-box .promo-box p span {
	color:#9ec814;
}

/*PRICELIST*/
div#hurtowy.tabContent2 div.tabInner a img.checkButton,
div#tables.tabContent2 a img.checkButton {
	display:none;
}

div#tables .tabInner {
	padding:20px;
}

div#hurtowy.tabContent2 div.tabInner table#partnerzyCennikTabel {
	width:928px;
}

div#hurtowy.tabContent2 div.tabInner div.sortTable select,
div#tables.tabContent2 div.tabInner div.sortTable select {
	border:1px solid #ccc;
	width:200px;
	margin-bottom:20px;
	padding:4px 5px;
}

div#tables.tabContent2 div.tabInner table.domenyCennikTabel thead tr th,
div#hurtowy.tabContent2 div.tabInner table#partnerzyCennikTabel thead tr th{
	padding:10px;
	font-size:14px;
	background-color:#ececec;
}

div#tables.tabContent2 div.tabInner table,
div#hurtowy.tabContent2 div.tabInner table#partnerzyCennikTabel {
	font-size:14px;
}

div#tables.tabContent2 div.tabInner table td,
div#tables.tabContent2 div.tabInner table th,
div#hurtowy.tabContent2 div.tabInner table#partnerzyCennikTabel td,
div#hurtowy.tabContent2 div.tabInner table#partnerzyCennikTabel th {
	padding:10px;
	border:1px solid #f1f1f1;
	vertical-align:middle;
	text-align:center;
	line-height:21px;
}

div#tables.tabContent2 div.tabInner table td a,
div#tables.tabContent2 div.tabInner table th a,
div#hurtowy.tabContent2 div.tabInner table#partnerzyCennikTabel td a,
div#hurtowy.tabContent2 div.tabInner table#partnerzyCennikTabel th a {
	color:#5f6db0;
}
div#tables.tabContent2 div.tabInner p.domainDesc,
div#hurtowy.tabContent2 div.tabInner p.domainDesc {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	opacity:0.7;
	line-height:17px;
	margin-top:30px;
}

div#hurtowy.tabContent2 div.tabInner table#partnerzyCennikTabel tr td.header {
	background-color:#d7d7d7;
}

/*STEP1*/
body.sub.step div#top {
	height:160px;
}

body.sub.step.occupied div#top {
	height:90px;
}

body.sub.step div#top #search-top {
	
}

body.step div#search-top div#search-domain {
	background-color:#fff;
	padding:6px 12px;
	width:490px;
	height:28px;
	float:left;
	margin-left:20px;
	margin-right:10px;
	overflow:hidden;
}

body.step div#search-top div#search-domain input[type="text"] {
	border:0px solid;
	font-size:20px;
	color:#aaaaaa;
}

body.step div#search-top div#search-domain input[type="submit"] {
	border:0px solid;
	background: url("gfx/input-search.png") no-repeat;
	text-indent:-6666px;
	float:right;
	width:100px;
	height:36px;
	margin:-4px -10px 0 0;
	cursor:pointer;
}

body.step div#search-top div#search-domain input[type="submit"]:hover {
	opacity:0.9;
}

body.step div#search-top a.search-hurt {
	font-size:14px;
	color:#fff;
	text-decoration:none;
	background: url("gfx/showMoreArrowWhite.png") no-repeat;
	background-position:0px 5px;
	padding-left:10px;
	margin:13px 0 0 10px;
	float:left;
}

body.step div#search-top a.search-hurt:hover {
	text-decoration:underline;
}

body.step #domains-select {
	height:auto;
	background-color:#9ec816;
	overflow:hidden;
	margin-top:-50px;
	padding-bottom:50px;
}

body.step #domains-select #additionals {
	border-top:1px solid #e7f3c5;
	width:100%;
	display:block;
	float:left;
	margin:30px 0 0 0;
	padding-top:20px;
}

body.step #domains-select #additionals .choose {
	float:left;
	width:280px;
	padding-right:10px;
	padding-left:40px;
	position:relative;
}

body.step #domains-select #additionals .choose input {
	position:absolute;
	left:-9999px;
}

body.step #domains-select #additionals .choose h5 {
	font-family:"dobra_boldbold";
	color:#fff;
	font-size:16px;
	margin-bottom:8px;
}

body.step #domains-select #additionals .choose p {
	height:30px;
	font-size:14px;
	line-height:20px;
	color:#444;
}

body.step #domains-select #additionals .choose span {
	color:#fff;
	font-size:24px;
	margin-left:0px;
	padding-left:0px;
}

body.step #domains-select #additionals .choose span em {
	text-decoration:line-through;
	font-size:16px;
	color:#444;
	margin-right:8px;
}

body.step #domains-select #additionals #finalize a {
	float:left;
	font-size:20px;
	color:#0099ff;
	font-family:"dobra_boldbold";
	margin:47px 0 0 362px;
}

body.step #domains-select #additionals #finalize a.add-to-cart {
	background-image: url("gfx/add-cart-big.png");
    background-repeat: no-repeat;
    border: 0 solid;
    display: inline-block;
    float: right;
    height: 34px;
    margin: 40px 0 0;
    text-indent: -99999px;
    width: 310px;
}

body.step #domains-select #additionals #finalize a.add-to-cart:hover {
	opacity:0.9;
}

body.step.occupied #domains-select {
	height:200px;
	background-color:#fff0f0;
	overflow:hidden;
	margin-top:-45px;
	padding-top:50px;
	border-bottom:3px solid #9ec816;
}

body.step.occupied a.search-hurt {
    background: url("gfx/showMoreArrowOrange.png") no-repeat scroll 0 5px transparent;
    color: #ff9900;
    font-size: 14px;
	float:left;
    margin: 60px 0 0 20px;
    padding-left: 8px;
    text-decoration: none;
	font-family:dobra_bookbook;
}

body.step.occupied a.search-hurt:hover {
	text-decoration:underline;
}

body.step.occupied #search-other a.search-hurt {
	background: url("gfx/showMoreArrowOrange.png") no-repeat scroll 0 5px transparent;
    color: #ff9900;
    font-size: 14px;
	float:left;
    margin: 40px 0 0 10px;
    padding-left: 8px;
    text-decoration: none;
	font-family:dobra_bookbook;
}

body.step.occupied {
	background: url("gfx/occupied-bg.png") repeat-x;
}

body.step.occupied #search-other {
	display:block;
}

body.step.occupied #search-other #search-domain {
	border:3px solid #cccccc;
	margin-top:25px;
}

body.step.occupied #status {
	display:block;
	float:left;
	width:100%;
}

body.step.occupied #search-other span {
	color:#444;
	font-size:24px;
	padding-left:3px;
	margin-top:35px;
	float:left;
	margin-right:10px;
}

body.step #domains-select span {
	color:#fff;
	font-size:40px;
	font-family:dobra_boldbold;
	float:left;
	margin-top:45px;
	padding-left:25px;
	position:relative;
}

body.step #domains-select span.occupied {
	color:#444;
	padding-left:3px;
}

body.step #domains-select span.free {
	background: url("gfx/tick-free.png") no-repeat;
	background-position:0px 3px;
}

body.step #domains-select span em {
	color:#444444;
	font-size:30px;
}

body.step #domains-select a.help {
	background-image: url("gfx/ico_help.png");
    background-repeat: no-repeat;
    border: 0 solid;
    height: 12px;
	margin:10px 0 0 7px;
    line-height: 12px;
    text-indent: -99999px;
    width: 12px;
	vertical-align:top;
	display:inline-block;
}

body.step #domains-select a.add-to-cart {
	background-image: url("gfx/add-to-cart-big.png");
    background-repeat: no-repeat;
    border: 0 solid;
    display: inline-block;
    height: 51px;
	margin:40px 0 0 0px;
    text-indent: -99999px;
    width: 310px;
	float:right;
}

body.step #domains-select a.cart-finalize {
	background-image: url("gfx/cart-final.png");
    background-repeat: no-repeat;
    border: 0 solid;
    display: inline-block;
    height: 51px;
	margin:40px 0 0 0px;
    text-indent: -99999px;
    width: 310px;
	float:right;
}

body.step #domains-select a.add-to-cart:hover,
body.step #domains-select a.cart-finalize:hover {
	opacity:0.9;
}

body.step #boxes-domains {
	margin:40px 0;
	display:block;
	float:left;
}

body.step #boxes-domains .box-domain {
	width: 490px;
	float:left;
	display:inline-block;
	margin-bottom:20px;
}

body.step #boxes-domains .box-domain.last {
	margin-left:10px;
}

body.step #boxes-domains .box-domain h4 {
	font-size:24px;
	color:#444;
	font-family:dobra_boldbold;
}

body.step #boxes-domains .box-domain table {
	margin:20px 0;
	width:100%;
	border:1px solid #e6e6e6;
}

body.step .blue {
	background-color:#3e4c84;
	height:355px;
	display:block;
	float:left;
	margin:30px 0 20px 0;
	padding-top:0px;
	width:100%;
}

body.step .blue.cart #other-promo {
	padding:0px 25px;
}

body.step .blue.cart #other-promo h4 {
	text-align:center;
	color:#444;
	font-size:24px;
	font-family:dobra_boldbold;
	margin-top:-50px;
	margin-bottom:26px;
}


body.step .blue.cart #other-promo .box-hosting {
	margin-right:10px;
	border-top:0px solid;
}

body.step .blue.cart #other-promo .box-hosting.kreator {
	margin-right:0px;
}

body.step #boxes-domains .box-domain table tr td {
	padding:12px 12px;
	font-size:14px;
	color:#444444;
	vertical-align:middle;
}

body.step #boxes-domains .box-domain table tr.even td {
	background-color:#f1f1f1;
}

body.step #boxes-domains .box-domain table tr td.price {
	text-align:right;
}

body.step #boxes-domains .box-domain table tr td.price span {
	margin-right:4px;
	text-decoration:line-through;
}

body.step #boxes-domains .box-domain table tr td.add {
	width:70px;
	text-align:right;
}

body.step #boxes-domains .box-domain table tr.more td.more-information a {
	color:#0099ff;
}

body.step #boxes-domains .box-domain table tr.more td.add-all {
	color:#85a91f;
	text-align:right;
}

body.step #boxes-domains .box-domain table tr.more td.add-all a {
	color:#85a91f;
}

body.step div.blue div#other-promo table tbody tr td div.box-hosting {
	height:334px;
}

body.step a.button-add-small {
	background-image: url("gfx/button-small.png");
    background-repeat: repeat-x;
	text-decoration:none;
	font-size:15px;
	color:#fff;
	font-family:dobra_boldbold;
	text-align:center;
	height:24px;
	overflow:hidden;
	padding:2px 12px;
	border:1px solid #9ec814;
	-webkit-box-shadow: 0px 2px 0px 0px #b5b5b5;
	box-shadow: 0px 2px 0px 0px #b5b5b5; 
 	text-shadow: 0px -1px 0px #8aae14;
	filter: dropshadow(color=#8aae14, offx=0, offy=-1);
}

body.step a.button-add-small.added {
	background-image: url("gfx/btn_grey.png");
	border:1px solid #838383;
	/*z-index:2000;*/
 	text-shadow: 0px -1px 0px #6c6c6c;
	filter: dropshadow(color=#6c6c6c, offx=0, offy=-1);
	font-size:15px;
	/*width:45px!important;*/
	margin-left:-1px;
	margin-bottom:-1px;
	height:24px;
}


body.step a.button-add-small:hover,
body.step a.button-add-small.added:hover
 {
	opacity:0.9;
}

div#carousel div.wrapper div#slider-code div.viewport ul.overview li {
	width:69px;
	height:90px;
	position:relative;
	float:left;
	display:inline;
	border:1px solid #9ec817;
	border-top:0px solid;
	background-color:#f5fae7;
	margin-right:10px;	
}

div#carousel div.wrapper div#slider-code div.viewport ul.overview li a {
	position:absolute;
	bottom:0;
	left:0;
	width:45px;
	height:20px;
	border-left:0px;
	border-right:0px;
	border-bottom:0px;
	text-align:center;
	line-height:20px;
	font-size:14px;
	box-shadow:none;
}

div#carousel div.wrapper div#slider-code div.viewport ul.overview li a.button-add-small.added {
	background-image: url("gfx/btn_grey.png");
	border:1px solid #838383;
	/*z-index:2000;*/
 	text-shadow: 0px -1px 0px #6c6c6c;
	filter: dropshadow(color=#6c6c6c, offx=0, offy=-1);
	font-size:13px;
	width:45px!important;
	margin-left:-1px;
	margin-bottom:-1px;
	height:20px;
}

div#carousel div.wrapper div#slider-code div.viewport ul.overview li p {
	text-transform:uppercase;
	color:#444;
	font-family:dobra_boldbold;
	text-align:center;
	margin:9px 0;
}

div#carousel div.wrapper div#slider-code div.viewport ul.overview li em {
	font-style:normal;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#444;
	display:block;
	text-align:center;
	text-decoration:line-through;
}

div#carousel div.wrapper div#slider-code div.viewport ul.overview li span {
	font-style:normal;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#c60446;
	display:block;
	text-align:center;
}
	

/*Karuzela*/
div#carousel #slider-code { height: 110px; overflow:hidden; width:990px; }
div#carousel #slider-code .viewport { float: left; width: 890px; height: 110px; overflow: hidden; position: relative; }
div#carousel #slider-code .buttons { display: block; margin: 25px 10px 0 0; float: left; }
div#carousel #slider-code .buttons:hover { opacity:0.9;}
div#carousel #slider-code .next { background-image:url(gfx/a-next-big.png); background-repeat: no-repeat; width:40px; height:40px; text-indent:-6666px;}
div#carousel #slider-code .prev { background-image:url(gfx/a-prev-big.png); background-repeat: no-repeat; width:40px; height:40px; text-indent:-6666px;}
div#carousel #slider-code .disable { }
div#carousel #slider-code .overview { list-style: none; position: absolute; padding: 0; margin: 0; left: 0px; top: 0px; }
html body.sub div#carousel div.wrapper div#slider-code div.viewport ul.overview li p	{font-size: 16px;line-height: 16px;}

#footer {
	display:block;
	float:left;
}

/*CHECKBOX*/
.has-js .label_check    { position:absolute; left:0; }
.has-js .label_check    { background: url(gfx/check-off.png) no-repeat; width:27px; height:27px; cursor:pointer; }
.has-js label.c_on      { background: url(gfx/check-on.png) no-repeat; width:27px; height:27px; cursor:pointer;}}

/*PROMO 8PL*/
#exPL {
	display:block;
}

#exPL #promo-price{ 
	display:block;
}

#exPL #promo-price #text {
	width:470px;
	padding-right:15px;
	font-size:18px;
	line-height:27px;
	color:#444;
	float:left;
}

#exPL #promo-price #text strong {
	font-family:dobra_boldbold;
}

#exPL #promo-price #price {
	float:left;
}

#exPL ul {
	display:inline-block;
	float:left;
}

#exPL ul.simple {
	float:left;
	margin-left:40px;
	margin-top:20px;
	margin-right:50px;
}

#exPL ul.simple li {
    background-image: url("gfx/star.png");
    background-position: 2px 9px;
    background-repeat: no-repeat;
    color: #444444;
    font-size: 18px;
    line-height: 27px;
    margin-left: 28px;
    padding-left: 22px;
}

#exPL ul.simple li.image {
	padding-left:0px;
	margin-left:-15px;
	margin-top:35px;
	background-image:none;
}

#exPL ul.complex li.image {
	padding-left:2px;
	margin-top:35px;
	background-image:none;
}

#exPL ul.complex li {
	background-image: url("gfx/star.png");
    background-position: 2px 9px;
    background-repeat: no-repeat;
    color: #444444;
    font-size: 18px;
    line-height: 27px;
	margin-left:10px;
    padding-left: 22px;
}

#exPL ul.complex li.top {
	padding-left:0px;
	margin:0px;
	text-transform:uppercase;
	color:#9ec814;
	font-size:20px;
	background-image:none;
	padding-top:21px;
	font-family:dobra_boldbold;
}

#exPL #promo-hosting {
	display:block;
	float:left;
}

#exPL #promo-hosting {
	border-bottom:3px solid #f1f1f1;
	margin-bottom:30px;
	padding-bottom:30px;
}

#exPL #promo-webski {
	display:block;
	float:left;
	margin-bottom:30px;
	border-bottom:3px solid #f1f1f1;
	padding-bottom:38px;
}

#exPL #promo-webski h3 {
	font-size:36px;
	color:#444;
	margin:0px;
	padding:0px;
	margin-bottom:15px;
	text-transform:none;
}

#exPL #promo-webski p {
	font-size:18px;
	color:#444;
	margin-bottom:25px;
}

#exPL #promo-webski #video {
	float:left;
}

#exPL #promo-webski ul {
	margin:-20px 0 0 70px;
	
}

#exPL #promo-webski ul li {
	background-image: url("gfx/star.png");
    background-position: 2px 9px;
    background-repeat: no-repeat;
    color: #444444;
    font-size: 18px;
    line-height: 27px;
	margin-left:10px;
    padding-left: 22px;
}

#exPL #promo-webski ul li.top {
	padding-left:0px;
	margin:0px;
	text-transform:uppercase;
	color:#9ec814;
	font-size:20px;
	margin-bottom:20px;
	background-image:none;
	padding-top:21px;
	font-family:dobra_boldbold;
}

#exPL #promo-webski ul li.bottom {
	font-size:36px;
	color:#444;
	margin-top:30px;
	margin-left:0px;
	background-image:none;
	padding:0px;
	margin-top:35px;
	font-family:dobra_boldbold;
}

.exPL div.wrapper div.lp small {
	margin-bottom:40px;
}
	
