html, body {
      margin: 0;
      padding: 0;
      background: #2a3c49;
}

/* MAIN TAGS : START */

IMG {
    border: 0;
}

/* MAIN TAGS : STOP */

/* top : START */
div#top {
    width: 100%;
    background: #fff;
    height: 45px;
}

div#top_center {
    width: 950px;
    min-width: 950px;
    max-width: 950px;
    margin: 0 auto;
    overflow: visible;
    height: 70px;
}

#logo {
    display: block;
    position: relative;
    top: 30px;
    left: 50px;
    float: left;
}

#partner {
    display: block;
    float: right;
    position: relative;
    top: 10px;
    left: -10px;
}
/*  top : STOP */

div#page {
    width: 100%;
    background: url('../gfx/tlo.gif') repeat-x #2a3c49;
    overflow: hidden;
}

div#main_page {
    width: 950px;
    min-width: 950px;
    max-width: 950px;
    margin: 0 auto;
    overflow: hidden;
}

div#page_top {
    width: 950px;
    height: 93px;
    overflow: hidden;
    clear: both;
}

div#page_top_left { /* menu */
    width: 596px;
    height: 93px;
    float: left;
    overflow: hidden;
    background: url('../gfx/page_top_left.gif') no-repeat;
    background-position: bottom left;
}
/* menu : START */

div#menu {
    width: 596px;
    height: 52px;
    overflow: hidden;
    margin-top: 32px;
    clear: both;
}

.button_menu {
    height: 52px;
    display: block;
    float: left;
    cursor: pointer;
}

#b_hosting1 {
    width: 117px;
    height: 52px;
    background: url('../gfx/b_hosting1.gif') no-repeat;
}

#b_hosting2 {
    width: 117px;
    height: 41px;
    background: url('../gfx/b_hosting2.gif') no-repeat;
}

#b_domeny1 {
    width: 114px;
    height: 52px;
    background: url('../gfx/b_domeny1.gif') no-repeat;
}

#b_domeny2 {
    width: 114px;
    height: 41px;
    background: url('../gfx/b_domeny2.gif') no-repeat;
}

#b_kontakt1 {
    width: 114px;
    height: 52px;
    background: url('../gfx/b_kontakt1.gif') no-repeat;
}

#b_kontakt2 {
    width: 114px;
    height: 41px;
    background: url('../gfx/b_kontakt2.gif') no-repeat;
}

#b_uslugi1 {
    width: 204px;
    height: 52px;
    background: url('../gfx/b_uslugi1.gif') no-repeat;
}

#b_uslugi2 {
    width: 204px;
    height: 41px;
    background: url('../gfx/b_uslugi2.gif') no-repeat;
}

#b_fujitsu1 {
    width: 161px;
    height: 52px;
    background: url('../gfx/b_fujitsu1.gif') no-repeat;
}

#b_fujitsu2 {
    width: 161px;
    height: 41px;
    background: url('../gfx/b_fujitsu2.gif') no-repeat;
}

/* menu : STOP */

/* logowanie : START */

div#page_top_right { /* logowanie */
    width: 354px;
    height: 93px;
    float: right;
    overflow: hidden;
    background: url('../gfx/logowanie.gif') no-repeat;
}

.login_input, .login_input2 {
    height: 19px;
    width: 170px;
    border: 0;
    padding-top: 4px;
    padding-left: 4px;
    font: 11px Tahoma;
    color: #686868;
    display: block;
}

.login_input {
    background: url('../gfx/login_input.gif') no-repeat;
}

.login_input2 {
    background: url('../gfx/login_input2.gif') no-repeat;
}

#user {
    position: relative;
    top: 13px;
    left: 160px;
}

#pass_login {
    position: relative;
    top: 16px;
    left: 160px;
}

#zaloguj {
    background: transparent;
    border: 0;
    color: #fff;
    font: 11px Tahoma;
    font-weight: bold;
    position: relative;
    top: 17px;
    left: 267px;
    cursor: pointer;
}

/* logowanie : STOP */

div#baner {
    width: 950px;
    height: 140px;
    overflow: hidden;
   /* background: url('../gfx/baner.jpg') no-repeat;*/
    position: relative;
}


/* navigacja : START */

div#baner_bottom {
    width: 950px;
    height: 46px;
    overflow: hidden;
    background: url('../gfx/baner_bottom.jpg') no-repeat;
    margin-bottom: 16px;
    color: #fff;
    font: 12px Tahoma;
}

div#baner_bottom a {
    color: #fff;
    text-decoration: none;
    font: 12px Tahoma;
}

div#navi_top {
    padding-left: 10px;
    padding-top: 6px;
}

div#navi_top a:hover {
    text-decoration: underline;
}

div#navi_bottom {
    padding-left: 10px;
    padding-top: 5px;
    font-weight: bold;
    clear: both;
    overflow: hidden;
}

div#navi_bottom a {
    font-weight: bold;
    display: block;
    float: left;
    margin-right: 15px;
}

div#navi_bottom a:hover {
    font-weight: bold;
    text-decoration: underline;
}
/* navigacja : STOP */

/* fooret : START */

div#footer {
    width: 950px;
    height: 49px;
    overflow: hidden;
    clear: both;
}

div#footer_left {
    width: 6px;
    height: 49px;
    float: left;
    background: url('../gfx/footer_left.gif') no-repeat;
}

div#footer_center {
    height: 49px;
    width: 929px;
    float: left;
    background: url('../gfx/footer_center.gif') repeat-x;
    text-align: center;
    font: 11px Tahoma;
    color: #fff;
    padding-top: 14px;
}

div#footer_center a {
    color: #fff;
    text-decoration: none;
    background: url('../gfx/arrow2.gif') no-repeat;
    background-position:  left;
    padding-left: 13px;
    padding-right: 10px;
}

div#footer_center a:hover {
    text-decoration: underline;
}


div#footer_right {
    width: 15px;
    height: 49px;
    float: right;
    background: url('../gfx/footer_right.gif') no-repeat;
}

div#footer_text {
    width: 940px;
    margin-bottom: 15px;
    text-align: right;
    color: #b8c7d6;
    font: 11px Tahoma;
    padding-top: 3px;
}

div#footer_text a {
    color: #b8c7d6;
    text-decoration: none;
}

div#footer_text a:hover {
    color: #7f8993;
}

/* footer : STOP */

/* content : START */

div#content {
    width: 950px;
    clear: both;
    overflow: hidden;
    margin-bottom: 20px;
}

/* left : START */

div#content_left {
    width: 555px;
    float: left;
    overflow: hidden;
    margin-right: 25px;
                                        /*********************************/
}

div.pakiet_box {
    width: 266px;
    height: 192px;
    overflow: hidden;
    float: left;
}

div.pakiet_box_top {
    width: 264px;
    height: 44px;
    background: #1d2b3a;
    border-right: 2px solid #59a2b8;
    clear: both;
    overflow: hidden;
}

div.box_top_left {
    float: left;
}

div.box_top_right {
    float: right;
}

div.pakiet_box_top h3 {
    margin: 0;
    padding: 0;
    color: #b8c7d6;
    font: 14px Tahoma;
    font-weight: bold;
    padding-left: 10px;
    padding-top: 5px;
}

div.pakiet_box_top h2 {
    margin: 0;
    padding: 0;
    color: #357fa2;
    font: 12px Tahoma;
    font-weight: bold;
    padding-left: 14px;
    padding-top: 2px;
}

div.pakiet_box_top .brutto {
    font: 10px Tahoma;
    color: #b8c7d6;
}

div.pakiet_box_top h4 {
    margin: 0;
    padding: 0;
    background: url('../gfx/plus.gif') no-repeat;
    background-position: center right;
    padding-right: 20px;
    margin-right: 10px;
    margin-top: 15px;
}

div.pakiet_box_top h4 a {
    color: #b8c7d6;
    font: 11px Tahoma;
    text-decoration: none;
    display: block;
    height: 17px;
    text-align: right;
}

div.pakiet_box_top h4 a:hover {
    text-decoration: underline;
}

.cena {
    font: 10px Tahoma;
    color: #808080;
}

div.pakiet_box_bottom {
    background: #fff;
    width: 264px;
    height: 131px;
    border-right: 2px solid #59a2b8;
    border-bottom: 2px solid #59a2b8;
    padding-top: 15px;
}

div.pakiet_box_bottom2 {
    background: transparent;
    width: 264px;
    height: 131px;
    border-right: 2px solid #59a2b8;
    border-bottom: 2px solid #59a2b8;
    padding-top: 15px;
}

div.box_bottom_left {
    float: left;
    width: 100px;
    padding-left: 15px;
    padding-right: 0;
}

div.box_bottom_right {
    float: left;
    width: 130px;
    text-align: left;
    font: 11px Tahoma;
    /*color: #8d939a;*/
    color: #4F4F4F;
    padding-left: 10px;
}

div.ul_list {
    height: 90px;
    overflow: hidden;
}

div.box_bottom_right ul {
    margin: 0;
    padding: 0;
    margin-left: 20px;
}

div.box_bottom_right li {
    margin: 0;
    padding: 0;
}

div.zamawiam {
    height: 23px;
    width: 105px;
    background: url('../gfx/klawisz.png') no-repeat;
    padding-top: 3px;
    overflow: hidden;
    margin-left: 17px;
}

div.zamawiam a {
    color: #fff;
    text-decoration: none;
    font: 12px Tahoma;
    font-weight: bold;
    margin-left: 15px;
}

div.zamawiam a:hover {
    text-decoration: underline;
}
/* left : STOP */



div#content_right {
    width: 364px;
    float: left;
    overflow: hidden;
    margin-right: 6px;
                                          /*********************************/
}
/* content : STOP */

/* koszyk : START */
div#koszyk {
    width: 364px;
    clear: both;
    overflow: hidden;
    margin-bottom: 12px;
}

div#koszyk_top {
    height: 44px;
    width: 362px;
    border-right: 2px solid #59a2b8;
    background: #1d2b3a;
}

div#koszyk_top h3 {
    margin: 0;
    padding: 0;
    color: #b8c7d6;
    font: 14px Tahoma;
    font-weight: bold;
    padding-left: 10px;
    padding-top: 5px;
}

div#koszyk_bottom {
    background: #fff;
    width: 362px;
                              /********************/
    border-right: 2px solid #59a2b8;
    border-bottom: 2px solid #59a2b8;
}

.cart {
	height: 40px;
	width: 250px;
	background: url('../gfx/koszyk.gif') no-repeat;
	background-position: left bottom;
	padding-left: 55px;
	margin-left: 20px;
	padding-top: 10px;
	overflow: hidden;
}

.cart h5 {
	font-weight: normal;
	margin: 0;
	padding: 0;
	color: #6c747c;
	font: 11px Tahoma;
	font-weight: bold;
}

#koszyk_bottom h4 {
	margin: 0;
	padding: 0;
	margin-left: 8px;
	margin-top: 5px;
	font: 11px Tahoma;
	font-weight: bold;
	color: #6c747c;
}

.cart .ilosc {
	color: black;
	font-size: 12px;
	font-weight: bold;
}


.koszyk_pakiet {
	clear: both;
	overflow: hidden;
	margin-left: 5px;
}

.koszyk_pakiet p {
	margin: 0;
	padding: 0;
	float: left;
	margin-right: 4px;
	font-weight: normal;
}

.koszyk_pakiet h4 {
	float: left;
	margin: 0;
	padding: 0;
}

.koszyk_delete {
	display: block;
	float: left;
	height: 15px;
	width: 17px;
	background: url('../gfx/koszyk_delete.gif') no-repeat;
	font: 10px Tahoma;
	color: black;
	text-decoration: none;
	padding-left: 20px;
}

.cart_input {
	width: 30px;
	height: 13px;
	border: 1px solid #d8d8d8;
	float: left;
	margin-right: 10px;
	text-align: center;
	font: 11px Tahoma;
}

.zamawiam_koszyk {
    height: 23px;
    width: 105px;
    background: url('../gfx/klawisz.png') no-repeat;
    overflow: hidden;
    padding-left: 15px;
    position: relative;
    left: 220px;
    margin-bottom: 10px;
}

.zamawiam_koszyk a {
    color: #fff;
    text-decoration: none;
    font: 12px Tahoma;
    font-weight: bold;
    margin-bottom: 5px;
}

.zamawiam_koszyk a:hover {
    text-decoration: underline;
}


/* koszyk : STOP */

/* promocja link : START */

div.promocja_link {
    width: 362px;
    height: 44px;
    background: #1d2b3a;
    border-right: 2px solid #59a2b8;
    clear: both;
    overflow: hidden;
    margin-bottom: 12px;
}

div.promocja_link_left {
    float: left;
}

div.promocja_link_right {
    float: right;
}

div.promocja_link h3 {
    margin: 0;
    padding: 0;
    color: #b8c7d6;
    font: 14px Tahoma;
    font-weight: bold;
    padding-left: 10px;
    padding-top: 5px;
}

div.promocja_link h2 {
    margin: 0;
    padding: 0;
    color: #357fa2;
    font: 12px Tahoma;
    font-weight: bold;
    padding-left: 14px;
    padding-top: 2px;
}

div.promocja_link h4 {
    margin: 0;
    padding: 0;
    background: url('../gfx/plus.gif') no-repeat;
    background-position: center right;
    padding-right: 20px;
    margin-right: 10px;
    margin-top: 15px;
}

div.promocja_link h4 a {
    color: #b8c7d6;
    font: 11px Tahoma;
    text-decoration: none;
    display: block;
    height: 17px;
    text-align: right;
}

div.promocja_link h4 a:hover {
    text-decoration: underline;
}
/* promocja link : STOP */

/* art_single : START */
div#art_top {
   width: 553px;
   height: 44px;
   background: #1d2b3a;
   border-right: 2px solid #59a2b8;
}

div#art_top h3 {
    margin: 0;
    padding: 0;
    color: #b8c7d6;
    font: 14px Tahoma;
    font-weight: bold;
    padding-left: 10px;
    padding-top: 5px;
}

div#art_top h2 {
    margin: 0;
    padding: 0;
    color: #357fa2;
    font: 12px Tahoma;
    font-weight: bold;
    padding-left: 14px;
    padding-top: 2px;
}

div#art_top .brutto {
    font: 10px Tahoma;
    color: #b8c7d6;
}

div#art_bottom {
   width: 553px;
   background: #fff;
   border-right: 2px solid #59a2b8;
   border-bottom: 2px solid #59a2b8;
   clear: both;
   overflow: hidden;
   padding-top: 15px;
   font: 12px Tahoma;
}

div.art_text {
    clear: both;
    padding-left: 20px;
    padding-right: 20px;
    font: 12px Tahoma;
    /*color: #8d939a;*/
    color: #4F4F4F;
    line-height: 18px;
}

div.art_text .zamawiam {
    position: relative;
    left: 400px;
    padding-top: 3px;
    margin-bottom: 10px;
}
/* art_single : STOP */

/* podsumowanie */
.podsumowanie {
    width: 510px;
    margin-bottom: 10px;
}
.podsumowanie td.tableH {
    border-bottom: 1px solid #cfcfcf;
    border-right: 1px solid #cfcfcf;
}

.podsumowanie td.tableR {
    border-right: 1px solid #cfcfcf;
}

.podsumowanie td.tableL {
    border-left: 1px solid #cfcfcf;
}

.podsumowanie td.tableCenter {
    text-align: center;
}

.podsumowanie td.tableRazem {
    font-weight: bold;
    border-top: 1px solid #cfcfcf;
    width: 550px;
    text-align: right;
}

.podsumowanie .podBrutto {
    font: 10px Tahoma;
}

.podsumowanie .brutto {
    font: 11px Tahoma;
}

.podsumowanie .ilosc {
    font: 15px Tahoma;
    font-weight: bold;
    color: #4084be;
}
/* podsumowanie */

/* ORDER : START */
.order {
	margin-top: 10px;
	text-align: left;
}

.order Input {
	border: 1px solid #bdbaba;
	height: 16px;
	width: 200px;
}

.order textarea {
        border: 1px solid #bdbaba;
	height: 60px;
	width: 432px;
}

.order .short {
	width: 50px;
}

.order .right {
	text-align: right;
	vertical-align: middle;
	font: 11px Tahoma;
	font-weight: bold;
}

.order .no-bold {
	font-weight: normal;
	text-align: right;
	vertical-align: middle;
	font: 11px Tahoma;
}

.order .bold {
	font: 11px Tahoma;
	font-weight: bold;
}

.order .borderRed {
    border: 1px solid #ff6262;
}

.button_order {
	width: 105px;
	height: 23px;
	background: url('../gfx/zamawiam.gif') no-repeat;
	float: right;
	overflow: hidden;
	text-align: left;
	padding-left: 10px;
	margin-bottom: 10px;
	color: #fff;
	font: 11px Tahoma;
	font-weight: bold;
	border: 0;
	padding-bottom: 3px;
	*padding-bottom: 0;
}

.message {
	font: 11px Tahoma;
	font-weight: bold;
	color: red;
	text-align: left;
	margin-left: 30px;
	margin-top: 10px;
}

#orderLoading {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #999999;
	filter: alpha(opacity=50);  -moz-opacity: 0.5; opacity: 0.5;
	display: none;
}

#boxLoadingMain {
	position: fixed;
	top: 0;
	left: 0;
	padding-top: 300px;
	overflow: hidden;
	display: none;
}

#boxLoading {
	width: 260px;
	height: 150px;
	background: #FFF;
	border: 1px solid #4F4F4F;
	padding: 20px;
	text-align: center;
}

.platnosci_button {
    width: 105px;
    height: 23px;
    background: url('../gfx/klawisz.png') no-repeat;
    border: 0;
    color: white;
    font: 11px Tahoma;
    font-weight: bold;
    cursor: pointer;
    padding-bottom: 2px;
    text-align: left;
    padding-left: 10px;
}

/* ORDER : STOP */

/* REJ DOMAIN : START */
.rej_domain {
    width: 362px;
    height: 65px;
    background: #1d2b3a;
    border-right: 2px solid #59a2b8;
}

.rej_domain h2 {
    margin: 0;
    padding: 0;
    color: #b8c7d6;
    font: 14px Tahoma;
    font-weight: bold;
    padding-left: 10px;
    padding-top: 9px;
}

.rej_domain_input {
    border: 1px solid #404040;
    background: #DFDFDF;
    margin-top: 6px;
    margin-left: 10px;
    width: 170px;
    height: 21px;
    background: url('../gfx/rejinput.png') no-repeat;
    border: 0;
    font: 12px Tahoma;
    color: #000;
    padding-top: 4px;
    padding-left: 5px;
}


.rej_domain_submit {
    height: 23px;
    width: 105px;
    border: 0;
    font: 11px Tahoma;
    font-weight: bold;
    color: #fff;
    background: url('../gfx/klawisz.png') no-repeat;
    padding-left: 0px;
    padding-right: 10px;
    cursor: pointer;
}
/* REJ DOMAIN : STOP */
