html {
    margin: 0;
    padding: 0;
}

body {
    background-color: #f7f7f7;
    margin: 0;
    padding: 0;
    color: black;
    font-family: arial, sans-serif;
    font-size: 14px;
}

#header {
    width: 950px;
    margin: 0 auto;
    display: block;
}

#header > section > a {
    display: block;
    float: left;
    height: 116px;
}

#header > section > a > img {
    margin-top: 23px;
}

#logo {
    border: 0;
}

#header > section > section {
    float: right;
}

#header > section > section > nav ul {
    list-style-type: none;
    margin: 15px 0 20px 0;
    padding: 0;
}

#header > section > section > nav > ul > li {
    display: inline-block;
    padding: 0 15px;
    border-right: 1px dotted #e2e2e2;
}

#header > section > section > nav > ul > li:last-child {
    padding-right: 0;
    border: 0;
}

#header > section > section > nav > ul > li a {
    color: #666;
}

#cart {
    text-align: right;
    position: relative;
}

#cart .list {
    position: absolute;
    top: 40px;
    left: 0;
    border: 3px solid #2fb8d7;
    background-color: #f7f7f7;
    padding: 10px;
    width: 200px;
    z-index: 1001;
}

#cart .list  header {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 5px 0;
}

#cart .list:before {
    position: absolute;
    top: -11px;
    left: 0;
    content: " ";
    width: 100%;
    height: 11px;
    background-image: url('/img/cart.png');
    background-position: top center;
    margin: 0;
    padding: 0;
}

#cart .list ul li {
    border-top: 1px solid #e2e2e2;
    padding: 5px 0 0 0;
    margin: 5px 0 0 0;
    font-size: 14px;
    font-weight: bold;
    vertical-align: top;
}

#cart .list ul li .price {
    float: right;
    text-align: right;
}

#cart .list ul li .price .brutto {
    display: block;
    font-size: 10px;
    font-weight: normal;
}

#cart .list a {
    margin: 5px 0 0 0;
}

#cart > section {
    padding: 0 0 0 7px;
    margin: 10px 0 0 2px;
    border-left: 1px dotted #e2e2e2;
    display: inline-block;
    text-align: left;
}

#cart > section > header {
    font-size: 16px;
    font-weight: bold;
}



#header > nav {
    clear: both;
    margin: 0;
    padding: 0;
}

#header > nav > ul {
    background-image: url('/img/buttons-continues.png');
    text-align: center;
    margin: 0;
    padding: 0;
    display: inline-block;
}    

#header > nav > ul ul.sub {
    z-index: 1000;
    position: absolute;
    left: -19px;
}    

#header > nav ul.left {
    background-position: 0 -260px;
    width: 630px;
    float: left;
    margin-right: 2px;
}

#header > nav ul.left:before {
    content: " ";
    display: block;
    float: left;
    margin-left: -9px;
    width: 9px;
    height: 50px;
    background-image: url('/img/buttons.png');
    background-position: 0 -304px;
}

#header > nav ul.left:after {
    content: " ";
    display: block;
    float: right;
    margin-right: -2px;
    width: 2px;
    height: 50px;
    background-image: url('/img/buttons.png');
    background-position: -9px -304px;
}

#header > nav ul.right {
    background-position: 0 -310px;
    width: 318px;
    float: left;
}

#header > nav ul.right:after {
    content: " ";
    display: block;
    float: right;
    margin-right: -9px;
    width: 9px;
    height: 50px;
    background-image: url('/img/buttons.png');
    background-position: -11px -304px;
}

#header > nav > ul > li {
    display: inline-block;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 50px;
    padding: 0 10px;
    position: relative;
}

#header > nav > ul > li:first-child {
    padding: 0 10px 0 0;
}
#header > nav > ul > li:last-child {
    padding: 0 0 0 10px;
}

#header > nav > ul > li > a {
    color: #fff;
}

#header > nav ul.sub {
    position: absolute;
    top: 40px;
    left: 0;
    border: 3px solid #91ca64;
    background-color: #f7f7f7;
    padding: 10px;
    box-shadow: 0 -2px 3px #8da48f;
    z-index: 1005;
    overflow: visible;
    
    display:none;
}

#header > nav ul.sub:before {
    position: absolute;
    top: -11px;
    left: 0;
    content: " ";
    width: 100%;
    height: 11px;
    background-image: url('/img/submenu.png');
    background-position: top center;
    margin: 0;
    padding: 0;
    z-index: 1010;
}


#header > nav ul.sub li {
    line-height: 2em;
    border-top: 1px solid #e2e2e2;
    text-transform: none !important;
    font-size: 14px;
    white-space: nowrap;
    padding: 0 10px;
    min-width: 150px;
}

#header > nav ul.sub li:first-child {
    border: 0;
}

#header > nav ul.sub li a {
    color: #666666;
}

#header > nav ul.sub li a:hover {
    font-weight: bold;
}


#container {
  clear: both;
    width: 950px;
    min-height: 400px;
    margin: 0 auto;
}

#breadcrumbs {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#breadcrumbs li {
    padding-right: 10px;
    line-height: 30px;
    display: inline-block;
    font-size: 12px;
}

#breadcrumbs li:after {
    display: inline-block;
    content: ">";
    margin-left: 10px;
}

#breadcrumbs li:last-child:after {
    display: none;
}

#breadcrumbs li a {
    color: #666;
}

#main {
    width: 620px;
    display: inline-block;
    float: left;
}

#sidebar {
    width: 320px;
    background-image: url('/img/bg-sidebar.png');
    display: inline-block;
    float: right;
}

#sidebar #osom-bg {
    position: relative;
    display: block;
    background-image: url('/img/bg-sidebar-bottom.png');
    background-position: bottom left;
    background-repeat: no-repeat;
    margin-bottom: -68px;
    padding-bottom: 30px;
}

#sidebar #osom-bg:before {
    position: absolute;
    display: block;
    left: 0;
    top: 3px;
    content: " ";
    width: 9px;
    height: 20px;
    background-image: url('/img/sidebar-arrow.png');
    margin-left: -7px;
}

#sidebar #promocja-sd {
	display: block;
	background-image: url('/img/pics/hosting-i-domena-taniej.jpg');
	background-repeat: no-repeat;
	width: 320px;
	height: 90px;
	
}
#sidebar #promocja-hd {
font-size: 18px;
padding: 0 20px;
margin:30px 0 5px;

}

#breadcrumbs li.active {
    font-weight: bold;
}

#start-with-domain {
    background: #ececec; /* Old browsers */
    background: -moz-linear-gradient(left, #ececec 0%, #f7f7f7 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ececec), color-stop(100%,#f7f7f7)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #ececec 0%,#f7f7f7 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #ececec 0%,#f7f7f7 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #ececec 0%,#f7f7f7 100%); /* IE10+ */
   /* background: linear-gradient(to right, #ececec 0%,#f7f7f7 100%); /* W3C */
   
   background-image: none;
   background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ececec', endColorstr='#f7f7f7',GradientType=1 ); /* IE6-9 */

    display: block;
    margin: -3px 0 0 0;
    padding: 30px 0 30px 20px;
}

.domains .check {
    background: #4eb951; /* Old browsers */
    background: -moz-linear-gradient(left,  #4eb951 0%, #8fca62 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#4eb951), color-stop(100%,#8fca62)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #4eb951 0%,#8fca62 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #4eb951 0%,#8fca62 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #4eb951 0%,#8fca62 100%); /* IE10+ */
    background: linear-gradient(to right,  #4eb951 0%,#8fca62 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4eb951', endColorstr='#8fca62',GradientType=1 ); /* IE6-9 */

    margin: 0 20px 30px 0;
    padding: 20px 25px 10px 25px;
    
    border-radius: 5px;
}

#start-with-domain .left {
    width: 610px;
    float: left;
}

#start-with-domain form {
    margin: 20px 0 10px 0;
}

.domains .check form {
    margin: 0;
}


#start-with-domain form input, .domains .check form input {
    background-color: #fff;
    border: 1px solid #dfdfdf;
    border-radius: 5px 0 0 5px;
    height: 43px;
    width: 358px;
    padding: 0 20px;
    margin: 0;
    float: left;
}

.domains .check form input {
    width: 338px;
}

#start-with-domain form a, .domains .check form a {
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    float: left;
    line-height: 45px;
    
    background-image: url('/img/buttons-continues.png');
    padding: 0 20px;
    margin: 0;
    border: 0;
    height: 45px;
    cursor: pointer;
}

#start-with-domain form a:hover, .domains .check form a:hover {
    background-position: 0 -45px;
}

#start-with-domain form a:after, .domains .check form a:after {
    width: 45px;
    height: 45px;
    content: " ";
    float: right;
    background-image: url('/img/buttons.png');
    background-position: 0 -134px;
    margin: 0 -65px 0 0;
    vertical-align: top;
}

#start-with-domain form a:hover:after, .domains .check form a:hover:after {
    background-position: 0 -179px;
}

#start-with-domain ul, .domains .check ul {
    list-style-type: none;
    padding: 0;    
    margin: 0;
}

#start-with-domain ul li, .domains .check ul li {
    display: inline-block;
    margin: 0 0 0 20px;
}

.domains .check ul {
    color: #fff;
    margin: 10px 0 0 0;
}

#start-with-domain .right {
    width: 300px;
    float: right;
    margin: 0 0 0 20px;
    background-image: url('/img/telephone.png');
    background-repeat: no-repeat;
    background-position: right top;
    position: relative;
}

#start-with-domain .right:before {
    content: " ";
    position: absolute;
    top: -30px;
    left: -21px;
    width: 9px;
    height: 192px;
    background-image: url('/img/border.png');
}

#start-with-domain .right address {
    font-style: normal;
    margin: 25px 0 0 0;
}

#start-with-domain .right address .phone {
    color: #575757;
    font-size: 30px;
    font-weight: bold;
}

#start-with-domain .right address .email a {
    font-size: 22px;
    text-decoration: underline;
    margin: 0 0 0 10px;
}

#start-with-domain .right p {
    margin: 0;
    padding: 0;
}

#banner {
    background-image: url('/img/banner-bg.png');
    height: 270px;
    margin: 0;
}

#banner2 {
    background-image: url('/img/prowadzenie-fanpage.png');
    height: 270px;
    margin: 0;
}

#banner3 {
    background-image: url('/img/pozycjonowaine-stron-SEO.png');
    height: 270px;
    margin: 0;
}

#banner4 {
    background-image: url('/img/kampanie-google-adwords.png');
    height: 270px;
    margin: 0;
}

/* Dla banner */

#banner #types {
    list-style-type: none;
    padding: 40px 45px 40px 25px;
    margin: 0;
    float: left;
}

#banner #types li {
    display: inline-block;
    background-image: url('/img/boxes.png');
    background-repeat: no-repeat;
    width: 114px;
    height: 163px;
    margin: 0 0 0 20px;
}

#banner #types li.optimum {
    background-position: -114px 0;
}

#banner #types li.biznes {
    background-position: -228px 0;
}

#banner #types .price {
    background-image: url('/img/kup-wybrany-pakiet.png');
   /* background-position: 0 -360px; */
    width: 190px;
    height: 100px;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    margin: 128px 0 0 -38px;
    padding: 0;
    line-height: 57px;
    font-size: 16px;
    font-weight: bold;
    color: white;
}

#banner #types .price .fraction {
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    font-weight: normal;
    line-height: 1em;
    margin: 25px -65px 0 0;
}


#banner #types .tag {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    font-weight: bold;
    line-height: 1em;
    margin: 180px 0 0 4px;
    position: absolute;
}

/* link do zamówienia */
#types ul {
    display: block;
    list-style-type: none;
    margin: -60px;
}

#types li {
    display: inline-block;
}

#types li a {
    background: none;
    color: #fff;
    display: block;
    padding: -80px;
}

#types li a:hover {
    background: black;
}
/* link do zamówienia */

#banner section {
    float: right;
    width: 430px;
    padding: 40px 30px 0 0;
}

#banner section header {
    color: #fff;
    font-size: 32px;
    font-style: italic;
    line-height: 1em;
    text-shadow: 0 -2px 1px #4ca74b;
}

#banner section header em {
    display: block;
    clear: both;
    font-size: 42px;
    font-weight: bold;
}

#banner section ul {
    margin: 25px 0 0 0;
    padding: 0;
    list-style-type: none;
    color: #fff;
}

#banner section ul li {
    display: inline-block;
    font-size: 12px;
    line-height: 18px;
    width: 190px;
    margin: 3px 15px 0 0;
}

/* koniec ustawien banner */

/* Dla bannera2 */

#banner2 #types {
    list-style-type: none;
    padding: 40px 45px 40px 25px;
    margin: 0;
    float: left;
}

#banner2 #types li {
    display: inline-block;
    background-image: url('/img/boxes.png');
    background-repeat: no-repeat;
    width: 114px;
    height: 163px;
    margin: 0 0 0 20px;
}

#banner2 #types li.optimum {
    background-position: -114px 0;
}

#banner2 #types li.biznes {
    background-position: -228px 0;
}

#banner2 #types .price {
    background-image: url('/img/icons.png');
    background-position: 0 -360px;
    width: 74px;
    height: 73px;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    margin: 128px 0 0 5px;
    padding: 6px 0 0 0;
    line-height: 74px;
    font-size: 28px;
    font-weight: bold;
}

#banner2 #types .price .fraction {
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    font-weight: normal;
    line-height: 1em;
    margin: 25px 0 0 0;
}

#banner2 section {
    float: right;
    width: 430px;
    padding: 40px 30px 0 0;
}

#banner2 section header {
    color: #fff;
    font-size: 32px;
    font-style: italic;
    line-height: 1em;
    text-shadow: 0 -2px 1px #134f93;
}

#banner2 section header em {
    display: block;
    clear: both;
    font-size: 42px;
    font-weight: bold;
}

#banner2 section ul {
    margin: 25px 0 0 0;
    padding: 0;
    list-style-type: none;
    color: #fff;
}

#banner2 section ul li {
    display: inline-block;
    font-size: 12px;
    line-height: 18px;
    width: 190px;
    margin: 3px 15px 0 0;
}

/* koniec ustawien banner2 */

/* Dla bannera3 */

#banner3 #types {
    list-style-type: none;
    padding: 40px 45px 40px 25px;
    margin: 0;
    float: left;
}

#banner3 #types li {
    display: inline-block;
    background-image: url('/img/boxes.png');
    background-repeat: no-repeat;
    width: 114px;
    height: 163px;
    margin: 0 0 0 20px;
}

#banner3 #types li.optimum {
    background-position: -114px 0;
}

#banner3 #types li.biznes {
    background-position: -228px 0;
}

#banner3 #types .price {
    background-image: url('/img/icons.png');
    background-position: 0 -360px;
    width: 74px;
    height: 73px;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    margin: 128px 0 0 5px;
    padding: 6px 0 0 0;
    line-height: 74px;
    font-size: 28px;
    font-weight: bold;
}

#banner3 #types .price .fraction {
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    font-weight: normal;
    line-height: 1em;
    margin: 25px 0 0 0;
}

#banner3 section {
    float: right;
    width: 430px;
    padding: 40px 30px 0 0;
}

#banner3 section header {
    color: #fff;
    font-size: 32px;
    font-style: italic;
    line-height: 1em;
    text-shadow: 0 -2px 1px #7f2d2d;
}

#banner3 section header em {
    display: block;
    clear: both;
    font-size: 42px;
    font-weight: bold;
}

#banner3 section ul {
    margin: 25px 0 0 0;
    padding: 0;
    list-style-type: none;
    color: #fff;
}

#banner3 section ul li {
    display: inline-block;
    font-size: 12px;
    line-height: 18px;
    width: 290px;
    margin: 3px 15px 0 0;
}

/* koniec ustawien banner3 */

/* Dla bannera4 */

#banner4 #types {
    list-style-type: none;
    padding: 40px 45px 40px 25px;
    margin: 0;
    float: left;
}

#banner4 #types li {
    display: inline-block;
    background-image: url('/img/boxes.png');
    background-repeat: no-repeat;
    width: 114px;
    height: 163px;
    margin: 0 0 0 20px;
}

#banner4 #types li.optimum {
    background-position: -114px 0;
}

#banner4 #types li.biznes {
    background-position: -228px 0;
}

#banner4 #types .price {
    background-image: url('/img/icons.png');
    background-position: 0 -360px;
    width: 74px;
    height: 73px;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    margin: 128px 0 0 5px;
    padding: 6px 0 0 0;
    line-height: 74px;
    font-size: 28px;
    font-weight: bold;
}

#banner4 #types .price .fraction {
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    font-weight: normal;
    line-height: 1em;
    margin: 25px 0 0 0;
}

#banner4 section {
    float: right;
    width: 430px;
    padding: 40px 30px 0 0;
}

#banner4 section header {
    color: #fff;
    font-size: 32px;
    font-style: italic;
    line-height: 1em;
    text-shadow: 0 -2px 1px #348988;
}

#banner4 section header em {
    display: block;
    clear: both;
    font-size: 42px;
    font-weight: bold;
}

#banner4 section ul {
    margin: 25px 0 0 0;
    padding: 0;
    list-style-type: none;
    color: #fff;
}

#banner4 section ul li {
    display: inline-block;
    font-size: 12px;
    line-height: 18px;
    width: 500px;
    margin: 3px 15px 0 0;
}

/* koniec ustawien banner4 */

#offers {
    width: 950px;
    height: 320px;
    background-image: url('/img/plachty.png');
    background-position: -8px -767px;
}

#hosting, #ssl {
    width: 615px;
    height: 290px;
    padding: 30px 0 0 15px;
    float: left;
    position: relative;
}

#hosting {
    background-image: url('/img/something.png');
    background-repeat: no-repeat;
    background-position: right center;
}

#ssl {
    width: 303px;
    float: right;
    background-image: url('/img/keylock.png');
    background-repeat: no-repeat;
    background-position: right 125px;
}

#hosting img, #ssl img {
    position: absolute;
    top: 70px;
}

#hosting img {
    left: 478px;    
}

#ssl img {
    left: 235px; 
    top: 130px;
}

#hosting header section, #ssl header section {
    float: left;
}

#hosting header .price, #ssl header .price {
    color: #f0575d;
    font-size: 30px;
    margin-top: -5px;
}

#hosting header h2, #ssl header h2 {
    margin: 0 0 -5px 0;
}

#hosting header .icon, #ssl header .icon {
    margin: -5px 0 0 15px;
}

#hosting header aside a, #ssl header aside a {
    margin: 15px 0 0 20px;
}

#hosting header hr, #ssl header hr {
    clear: both;
    width: 55%;
    border: 0;
    border-top: 1px solid #d4d4d4;
    border-bottom: 1px solid #fff;
    float: left;
    margin: 15px 0 30px 0;
}

#hosting ul li, #ssl ul li {
    margin-bottom: 10px;
    line-height: 18px;
}

#hosting ul li:before, #ssl ul li:before {
    margin-right: 15px;
}

#news {
    clear: both;
    padding: 30px 20px;
}

#news section {
    width: 440px;
    float: left;
    padding-right: 20px;
}

#news section > header {
    font-size: 18px;
    margin: 0 0 10px 0;
}

#news article {
    font-size: 13px;
}

#news article header a {
    text-decoration: underline;
}

#news article p {
    margin: 4px 0 0 0;
}

#news aside {
    float: left;
    border-left: 1px solid #fff;
    margin-top: 20px;
}

#news aside ul {
    border-left: 1px solid #ececec;
    padding: 5px 50px;
}

#news aside ul li {
    font-size: 11px;
}

#news aside ul li a {
    font-size: 13px;
    text-decoration: underline;
    margin-left: 3px;
}

.news {
    padding: 0 20px 0 0;
}

.news header {
}

.news header time {
    float: right;
    vertical-align: top;
    font-size: 14px;
    color: #999;
    margin: 30px 0 0 0;
}

.news header h1 {
    float: left;
}

.news header hr {
    clear: both;
    border: 0;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #d4d4d4;
    width: 30%;
    float: left;
    margin: -10px 0 20px 0;
}

.news h3 {
    font-size: 16px;
    margin: 0;
}

.news p {
    font-size: 13px;
    line-height: 1.5em;
}

.news p img.fl {
    margin: 20px 20px 20px 0;
}

.news p img.fr {
    margin: 20px 0 20px 20px;
}

.news aside {
    margin: 35px 0 20px 0;
}

.news aside hr {
    margin: 10px 0;
}

.news aside ul li {
    line-height: 25px;
}

.news aside ul li a {
    font-size: 13px;
    font-weight: bold;
    text-decoration: underline;
}

#contact {
    text-align: left;
}

#contact .field label {
    display: block;
    font-size: 18px;
    font-weight: normal;
    margin: 0;
    width: auto;
    line-height: 40px;
}

#contact .field input, #contact .field textarea {
    display: block;
    width: auto;
    clear:both;
    margin: 0 0 10px 0;
    width: 580px;
}

textarea {
    min-height: 80px;
}

#contact .field textarea {
    padding: 15px;
    height: 95px;
}

#contact .thirds .field {
    width: 194px;
    float: left;
    margin: 0 15px 0 0;
    clear: none;
}

#contact .thirds .field:last-child {
    margin: 0;
}

#contact .thirds .field input {
    width: 162px;
}

#contact .button {
    margin: 0 55px 30px 0;
}

#contact .error, .global_error {

    left: 0;
    width: 408px;
    padding: 0 0 0 10px;
    border: 1px solid #eb5439;
    border-radius: 5px;
    background-color: #fccac1;
    line-height: 33px;
    margin-bottom: 33px;
}

.global_error {
    margin: 0 auto;
}

#contact message,.global_message {
    top: -46px;
    left: -21px;
    width: 453px;
    padding: 0 10px;
    border: 1px solid #4d8fcb;
    border-radius: 5px;
    background-color: #d1e4f3;
    line-height: 33px;
    margin-bottom: 33px;
}

#contact input.capatcha {
    width: 162px !important;
}

#contact img.capatcha {
    border-radius: 5px;
    border: 1px solid #e2e2e2;
    margin: 1px 15px;
}

.domains .banner {
    margin: 0 25px 25px 25px;
    font-size: 29px;
}

.domains .banner p {
    padding: 20px 0 0 0;
    line-height: 1.3em;
}

.domains .banner p b {
    display: block;
    font-size: 48px;
}

.domains .banner .button {
    margin: -20px 0 0 230px;
}

body > footer {
    margin: -20px auto 0 auto;
    width: 923px;
    height: 121px;
    background-image: url('/img/plachty.png');
    background-position: 0 -1096px;
    padding: 37px;
}

body > footer nav {
    display: inline-block;
    width: 150px;
}

#map {
    float: left;
}

body > footer nav header, #quality header {
    font-size: 18px;
}

body > footer nav ul {
    list-style-type: disc;
    margin: 25px 0 0 0;
}

body > footer nav ul li {
    font-size: 12px;
    text-transform: uppercase;
    margin-left: 15px;
}

body > footer nav ul li a {
    color: #666;
}

body > footer nav ul li a:hover {
    color: #666;
    text-decoration: underline;
}

#quality {
    width: 259px;
    float: right;
    border-left: 1px solid #ececec;
    padding: 5px 0 15px 40px;
}

#quality p {
    padding-top: 10px;
}

#quality img {
    vertical-align: top;
}

#quality .dinfo {
    margin: 5px 0 0 5px;
}

#quality td {
    border: none;
    padding: 0;
    text-align: center;
}

#copyright {
    text-align: right;
    width: 930px;
    margin: -5px auto 30px auto;
    padding: 0 20px;
    font-size: 12px;
}

#sidebar .block {
    padding: 0 20px;
    margin: 30px 0 5px 0;
}

.block header, .block footer {
    font-size: 18px;
}

#sidebar .block footer {
    text-align: right;
    font-style: italic;
    margin: 5px 0;
}

#sidebar .block ul li {
    clear: both;
    height: 42px;
    margin: 10px 0;
    line-height: 42px;
}

#sidebar .block ul li.two-lines {
    line-height: 21px;
}

ul li .order {
    width: 39px;
    padding: 0;
    margin: 0 10px 0 0;
    height: 43px;
    line-height: 42px;
    color: #fff;
    font-weight: bold;
    font-size: 22px;
    float: left;
    background-image: url('/img/punktor.png');
    background-position: 0 0;
}

.block.newsletter input {
    width: 250px;
    margin: -5px 0 10px 0;
}

.domains .prices {
    margin: 0 20px 25px 0;
}

.domains .prices header {
    background-color: #ececec;
    border-radius: 5px;
    padding: 7px 20px;
    font-size: 20px;
    font-weight: bold;
}

.domains .prices .pair {
    float: left;
    width: 270px;
    margin-right: 30px;
    font-size: 13px;
    font-weight: bold;
    line-height: 35px;
    padding: 0 10px;
    position: relative;
}

.domains .prices .pair:after {
    display: block;
    width: 290px;
    height: 0;
    content: " ";
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #fff;
    
    position: absolute;
    left: 0;
    top: 35px;
}

.domains .prices .pair .domain {
    width: 95px;
    text-align: right;
}

.domains .prices .pair .domain, .domains .prices .pair .price {
    float: left;
    display: inline-block;
}

.domains .prices .pair .price {
    width: 175px;
    text-align: right;
    color: #ff0000;
}

.domains .prices .pair:nth-child(odd) {
    margin-right: 0;
}

.domains .prices footer {
    float: right;
    line-height: 36px;
    font-size: 10px;
    font-style: italic;
    color: #999;
}

.white {
    background-color: #fff;
    padding: 15px 25px;
    font-size: 13px;
    margin: 0 20px 35px 0;
}

.white a {
    text-decoration: underline;
}

.price-list {
    margin: 25px 20px 25px 0;
}

.price-list table tbody td {
    font-weight: bold;
    line-height: 36px;
    padding: 0 15px;
}

.price-list table td.price {
    color: #ff0000;
}

.price-list table td, .price-list table th {
    text-align: right;
}

.price-list header {
    background-color: #ececec;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 20px;
    font-weight: bold;
}

.price-list tfoot td {
    line-height: 3em;
    padding: 0 15px;
    font-size: 10px;
    font-style: italic;
    color: #999;
}

.price-list .toggle {
    float: right;
}

table.cart a.remove .icon {
    float: right;
    display:inline-block;
    margin-top: 5px;
}

table {
    width: 100%;
    border-spacing: 0;
}

table thead th {
    font-size: 14px;
    font-weight: bold;
    font-style: italic;
    line-height: 2em;
}

table td, table th {
    color: #999;
    padding: 5px 15px;
    text-align: left;
}

table tbody td {
    font-size: 13px;
    border-bottom: 1px solid #e4e4e4;
    border-top: 1px solid #fff;
}

table tbody tr:first-child td {
    border-top: 0;
}

td.big {
    font-size: 16px;
    color: #666;
}

td .price {
    display: inline-block;
    color: #666;
    line-height: 1.2em;
    font-size: 12px;
}

td .price .brutto {
    display: block;
    font-size: 16px;
    font-weight: bold;
}

table tfoot tr:first-child td {
    border-top: 1px solid #fff;
}

table tfoot td {
    color: #666;
    line-height: 60px;
    font-size: 13px;
    position: relative;
}



form.code {
    position: relative;
}

form.code input {
    vertical-align: top;
    border: 1px solid #e2e2e2;
    background-color: #fff;
    padding: 0 40px 0 15px;
    margin: 0;
    width: 100px;
    height: 33px;
    border-radius: 5px;
    float: left;
    display: block;
}

form.code a {
    position: absolute;
    top: 10px;
    left: 130px;
    width: 17px;
    height: 16px;
    background-image: url('/img/arrow-right.png');
    line-height: 20px;
    border: 0;
    padding: 0;
    margin: 0;
    color: #fff;
    font-size: 16px;
}

table tfoot td.big {
    font-size: 20px;
    text-transform: uppercase;
    vertical-align: top;
}

table tfoot .price {
    margin-top: 22px;
}

table tfoot .price .netto {
    font-size: 18px;
    color: #ff0000;

}

#login {
    padding: 40px 0 60px 0;
}

#login .form, #login aside {
    width: 50%;
    float: left;
}

#login .form header {
    font-size: 20px;
    font-weight: bold;
    padding: 0 20px 10px 20px;
}

#login .form form {
    padding: 0 20px;
}

#login .form form .field {
}

#login .form form .field label {
    width: 50px;
    text-align: left;
    font-weight: normal;
    font-size: 14px;
}

#login .form form .field input {
    width: 250px;
}

#login .form form .icon {
    margin: 15px 0 0 10px;
}

#login .form .password {
    position: relative;
    margin-bottom: 20px;
}

#login .form a.remember {
    position: absolute;
    font-size: 11px;
    text-decoration: underline;
    top: 26px;
    left: 90px;
}

#login .form form a.button {
    float: right;
    margin: 0 109px 0 0;
}

#login aside {
    text-align: center;
}

#login aside header {
    font-weight: bold;
    font-size: 20px;
    margin: 40px 0 20px;
}



#remember {
    width: 50%;
    margin: 50px auto;
}

#remember header {
    margin-bottom: 20px;
}

#remember label {
    padding: 0;
    margin: 0;
    width: 90px;
    font-weight: normal;
    text-align: left;
    font-size: 15px;
}

#remember .field.captcha label {
    width: 120px;
    margin: 0;
}

#remember input {
    width: 300px;
}

#remember .icon {
    margin: 15px 0 0 10px;
}


#remember .field.captcha .captcha {
    display: inline-block;
    float: left;
    margin-right: 20px;
    width: 100px;
}

#remember .field.captcha .captcha span {
    display: block;
    height: 30px; 
    background-color: #999;
    margin: 10px 0 0 0;
}

#remember .field.captcha .captcha a {
    display: block;
    line-height: 1.2em;
    font-size: 12px;
    text-decoration: underline;
}

#remember .field.captcha input {
    width: 150px;
}

#remember a.button {
    float: right;
    margin: 20px 97px 20px 0;
}

.specification {
    margin: 20px 20px 20px 0;
}

.specification tr.silver th {
    background-color: #ececec;
    color: #666;
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    padding: 0 15px;
    text-align: right;
}
.specification tr.silver th:first-child {
    border-radius: 5px 0 0 5px;
}
.specification tr.silver th:last-child {
    border-radius: 0 5px 5px 0;
}

.specification td {
    text-align: right;
    color: #666;
    padding: 10px 15px;
    vertical-align: top;
}

.specification tr.price th {
    color: #ff0000;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    padding: 0 15px;
    text-align: right;
}


.specification td.description {
    text-transform: uppercase;
    font-weight: bold;
}

.specification td.description p {
    margin: 0;
    font-weight: normal;
    font-size: 12px;
    text-transform: none;
}

.specification .button {
    padding: 0 5px;
}


.specification .button:before {
    float: left;
    margin: 0 0 0 -10px;
    background-position: 0 -225px;
    width: 5px;
}

.specification .button:after {
    float: right;
    margin: 0 -49px 0 0;
    background-position: -5px -225px;
    width: 44px;
}

.specification .button:hover {
    color: #fff;
    background-position: 0 -221px;
    background-repeat: repeat-x;
    padding: 0 5px;
    border: 0;
    display: inline-block;
    vertical-align: top;
}

.promo  td {
	text-align: left;
    color: #666;
    font-size: 14px;
}

.block.label {
    display: inline-block;
    margin: 5px 0;
    padding: 3px 10px;
    background-color: #bcdfa2;
    color: #7b8475;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 8px;
    border-radius: 3px;
}






.row {
    padding-bottom: 30px;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #d4d4d4;
}

.row:last-child {
    border-bottom: 0;
}

.row:first-child {
    border-top: 0;
}

.underlined {
    border-bottom: 2px solid #cecece;
}

.row .half {
    width: 50%;
    display: inline-block;
    float: left;
}

.row .half header {
    height: 50px;
    line-height: 50px;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
}

.row .half .pair {
    font-weight: bold;
    font-size: 13px;
    line-height: 30px;
}

.row .half .pair .label {
    display: inline-block;
    width: 45%;
    text-align: right;
    margin-right: 10%;
    font-weight: normal;
    color: #999;
}



.bold {
    font-weight: bold;
}

.italic {
    font-style: italic;
}


form fieldset {
    border: 0;
    border-bottom: 1px solid #e4e4e4;
    border-top: 1px solid #fff;
    margin: 0;
    padding: 20px 0 25px 0;
    display: block;
}

form fieldset:first-child {
    border-top: 0;
    padding-top: 0;
}

form fieldset:last-child {
    border-bottom: 0;
}

form fieldset header {
    padding: 0;
    margin: 0;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 50px;
    display: block;
}

form .field {
    display: block;
    clear: both;
    position: relative;
    font-size: 13px;
    line-height: 50px;
}

form .field label {
    margin: 0 40px 0 0;
    padding: 0;
    font-size: 13px;
    font-weight: bold;
    text-align: right;
    width: 320px;
    float: left;
    line-height: 50px;
}

form .field label .required {
    color: #ff0000;
}

form .field input:not([type="submit"]), input:not([type="submit"]), textarea {
    vertical-align: top;
    border: 1px solid #e2e2e2;
    background-color: #fff;
    padding: 0 15px;
    margin: 5px 0 0 0;
    height: 33px;
    width: 378px;
    border-radius: 5px;
    float: left;
}

input[type="submit"], button {
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    background: none;
    border: none;
    cursor: pointer;
}


form .field input[type="checkbox"] {
    padding: 3px;
    margin: 16px 10px 0 0;
    height: 16px;
    width: 16px;
    border-radius: 3px;
}

form .field input, form .field .select, form .const {
    font-size: 14px;
    font-style: italic;
}

form .field input.half {
    width: 168px;
}

form .field .separator {
    display: inline-block;
    width: 20px;
    line-height: 50px;
    font-weight: bold;
    font-size: 18px;
    float: left;
    text-align: center;
}

form .field aside {
    position: absolute;
    left: 360px;
    top: 0;
}

form .field aside .error {
    position: absolute;
    top: -46px;
    left: 0;
    width: 408px;
    min-height: 33px;
    padding: 0 0 0 10px;
    border: 1px solid #eb5439;
    border-radius: 5px;
    background-color: #fccac1;
    line-height: 33px;
    
    z-index: 1000;
}

form .field aside .error .close {
    cursor: pointer;
    float: right;
    font-size: 11px;
    line-height: 11px;
    vertical-align: top;
    padding: 3px 4px 0 0;
    color: #eb5439;
}

form .field aside .error:before {
    position: absolute;
    width: 20px;
    height: 12px;
    bottom: -12px;
    left: 12px;
    float: left;
    content: " ";
    
    background-image: url('/img/help.png');
    background-position: 0 -202px;
}

form .field aside .error .icon {
    width: 20px;
    height: 20px;
    background-image: url('/img/icons.png');
    background-position: 0 -20px;
    display: inline-block;
    margin: 7px 5px 0 0;
}

form .field aside .error .message {
    display: inline-block;
}

form .field aside .error .message header {
    vertical-align: top;
    font-weight: bold;
    line-height: 33px;
}

form .field aside .error .message p {
    vertical-align: top;
}

form .field aside .help {
    position: absolute;
    left: -10px;
    top: 15px;
    
    width: 20px;
    height: 20px;
    
    background-image: url('/img/icons.png');
}

form .field aside .help .message {
    position: absolute;
    top: -46px;
    left: -21px;
    width: 453px;
    min-height: 33px;
    padding: 0 10px;
    border: 1px solid #4d8fcb;
    border-radius: 5px;
    background-color: #d1e4f3;
    line-height: 33px;
    display: none;
    
    z-index: 1000;
}

form .field aside .help .message * {
    line-height: 33px;
}



form .field aside .help .message:before {
    position: absolute;
    width: 20px;
    height: 12px;
    bottom: -12px;
    left: 12px;
    float: left;
    content: " ";
    
    background-image: url('/img/help.png');
    background-position: 0 -76px;
    
    z-index: 0;
}

form .field aside .help .message header, form .field aside .help .message p, form .field aside .error .message header, form .field aside .error .message p {
    display: inline-block;
    padding: 0;
    margin: 0;
    font-size: 12px;
}

form .field aside .help .message header {
    text-transform: uppercase;
    font-weight: bold;
}

form .field .select {
    vertical-align: top;
    border: 1px solid #e2e2e2;
    background-color: #fff;
    padding: 1px 2px 0 15px;
    margin: 7px 0 0 0;
    height: 32px;
    line-height: 33px;
    width: 401px;
    border-radius: 5px;
    float: left;
    position: relative;
    cursor: pointer;
}

form .field .select:after {
    content: " ";
    width: 33px;
    height: 33px;
    text-align: center;
    float: right;
    background-image: url('/img/arrow-down.png');
    margin: -1px 0 0 0;
}

form .field .select ul.options {
    position: absolute;
    top: 30px;
    left: -1px;
    width: 383px;
    background-color: #fff;
    border: 1px solid #e2e2e2;
    border-top: 0;
    border-radius: 0 0 5px 5px;
    z-index: 1002;
}

form .field .select ul.options li {
    padding: 0 15px;
}

form .field .select ul.options li:hover {
    background-color: #ececec;
}

input#konto {
    width: 200px;
}


.promotion {
    width: 405px;
    height: 161px;
    background-image: url('/img/promotion-sheet.png');
    margin: 15px 0;
    text-align: right;
    font-style: italic;
    color: #fff;
    font-size: 56px;
    padding: 20px 30px;
}

.icon {
    display: inline-block;
    background-image: url('/img/icons.png');
    text-align: center;
    vertical-align: top;
}

.icon.tick {
    width: 18px;
    height: 19px;
    background-position: 0 -697px;
    position: relative;
}

.icon.tipg {
    width: 22px;
    height: 24px;
    background-position: -22px -337px;
    position: absolute;
    top: -13px;
    left: -13px;
}

.icon.tipw {
    width: 22px;
    height: 24px;
    background-position: 0 -337px;
    position: absolute;
    top: -13px;
    left: -13px;
}



.icon.error {
    width: 20px;
    height: 20px;
    background-position: 0 -20px;
}

.icon.success {
    width: 20px;
    height: 20px;
    background-position: 0 -40px;
}

.icon.remove {
    background-position: 0 -145px;
    width: 18px;
    height: 19px;
}

.icon.cart {
    width: 21px;
    height: 22px;
    padding: 15px 0 8px 39px;
    line-height: 21px;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    background-position: 0 -100px;
}

.icon.email {
    width: 40px;
    height: 23px;
    background-position: 0 -536px;
}

.icon.promotion {
    width: 75px;
    height: 75px;
    padding: 3px 0 0 0;
    background-position: 0 -458px;
    
    line-height: 75px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
}

.icon.right {
    background-image: url('/img/buttons.png');
    display: inline-block;
    vertical-align: top;
    width: 35px;
    height: 33px;
    background-position: 0 -353px;
}

.icon.toggle {
    background-image: url('/img/buttons.png');
    display: inline-block;
    vertical-align: top;
    width: 25px;
    height: 22px;
    background-position: 0 -90px;
    cursor: pointer;
}

.icon.toggle:hover {
    background-position: 0 -112px;
}

a.cancel {
    line-height: 44px;
    color: #666;
    text-decoration: underline;
    font-weight: bold;
}

button {
    position: relative;
    outline: 0;
}

button div {
    outline: 0;
    float: left;
    display: inline-block;
    margin: 0;
    padding: 0;
    vertical-align: top;
}

.button {
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    line-height: 38px;
    
    background-image: url('/img/buttons-continues.png');
    background-position: 0 -181px;
    background-repeat: repeat-x;
    padding: 0 20px;
    margin: 0 44px 0 5px;
    border: 0;
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    
    cursor: pointer;
}

.button:before, .button:after {
    display: inline-block;
    content: " ";
    background-image: url('/img/buttons.png');
    height: 39px;
}

.button:before {
    float: left;
    margin: 0 0 0 -25px;
    background-position: 0 -225px;
    width: 5px;
}

.button:after {
    float: right;
    margin: 0 -64px 0 0;
    background-position: -5px -225px;
    width: 44px;
}

.button:hover {
    color: #fff;
    background-position: 0 -221px;
    background-repeat: repeat-x;
    padding: 0 20px;
    margin: 0 44px 0 5px;
    border: 0;
    display: inline-block;
    vertical-align: top;
}

.button:hover:before {
    background-position: 0 -265px;
}

.button:hover:after {
    background-position: -5px -265px;
}

.button.big {
    line-height: 45px;
    
    background-image: url('/img/buttons-continues.png');
    background-position: 0 -90px;
    background-repeat: repeat-x;
    padding: 0 20px;
    margin: 0 52px 0 5px;
    border: 0;
    display: inline-block;
    vertical-align: top;
}

.button.big:before, .button.big:after {
    height: 45px;
}

.button.big:before {
    background-position: 0 0;
}

.button.big:after {
    background-position: -5px 0;
    margin: 0 -72px 0 0;
    width: 52px;
}

.button.big:hover {
    background-position: 0 -45px;
}

.button.big:hover:before {
    background-position: 0 -45px;
}

.button.big:hover:after {
    background-position: -5px -45px;
}

/* listing for subpages */
ul.forsubpage li {
    margin: 0 0 3px 0;
}

ul.forsubpage li:before {
	content: " ";
    width: 23px;
    height: 20px;
    background-image: url('/img/grn-tck.png');
    display: inline-block;
    vertical-align: top;
    margin: 0 5px 0 0;

}
/* end of losting for subpages */

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.ticked li {
    margin: 0 0 3px 0;
}

ul.ticked li:before {
    content: " ";
    width: 18px;
    height: 18px;
    background-image: url('/img/icons.png');
    background-position: 0 -440px;
    display: inline-block;
    vertical-align: top;
    margin: 0 5px 0 0;
}

h1 {
    font-size: 42px;
    font-weight: normal;
    padding: 20px 0;
    margin: 0;
}

h2 {
    font-size: 36px;
    font-weight: normal;
    margin: 0;
}

h3 {
    font-weight: normal;
    font-size: 20px;
}

iframe {
    border: none;
    overflow: hidden;
    width: 250px;
    height: 250px;
    background: #FFFFFF;
}

a {
    text-decoration: none;
    color: #68BE55;
	
}
a:hover {
    color: #4A983A;
}

.linkpromo a {
	text-decoration: none;
    color: #ff0000;
}
.linkpromo a:hover {
	text-decoration: underline;
    color: #b20000;
}
.linkwhite a {
	text-decoration: none;
    color: #ffffff;
}
.linkwhite a:hover {
	text-decoration: underline;
    color: #ffffff;
}
.clear {
    clear: both;
}

.fr {
    float: right;
}

.fl {
    float: left;
}

hr {
    border: 0;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #d4d4d4;
}

.line {
    border: 0;
    border-bottom: 1px solid #cbcbcb;
    margin: 0 0 20px 0;
    position: relative;
    height: 1px;
    background-color: #fff;
    display: block;
    margin-left: 55px;
}

.line:after {
    position: absolute;
    top: 0;
    left: -55px;
    content: " ";
    background-image: url('/img/lines.png');
    width: 55px;
    height: 8px;
}

.w10p { width: 10%; }
.w15p { width: 15%; }
.w20p { width: 20%; }
.w25p { width: 25%; }
.w30p { width: 30%; }
.w35p { width: 35%; }
.w40p { width: 40%; }
.w45p { width: 45%; }

.tal { text-align: left; }
.tac { text-align: center; }
.tar { text-align: right; }



#fbplikebox{display: block;padding: 0;z-index: 99999;position: fixed;}
.fbplbadge {background-color:#3B5998;display: block;height: 150px;top: 50%;margin-top: -75px;position: absolute;left: -47px;width: 47px;background-image: url("/img/vertical-right.png");background-repeat: no-repeat;overflow: hidden;-webkit-border-top-left-radius: 8px;-webkit-border-bottom-left-radius: 8px;-moz-border-radius-topleft: 8px;-moz-border-radius-bottomleft: 8px;border-top-left-radius: 8px;border-bottom-left-radius: 8px;}

.no-padding { padding: 0; }
.red { color: red !important; }
.green {color: green !important; }
.center {text-align: center;}
.const {margin-left: 15px; margin-right: 10px; color: #000;}
