/* main */
body {
        margin: 0px;
        background-color:#FFF;
}

h1,h2,h3,h4,h5,form {
        font-family: Tahoma, Geneva, sans-serif;
        margin: 0px;
        padding: 0px;
}

h1 {
        color: #000;
        font-size: 18px;
        font-weight: normal;
}

h2 {
        color: #000;
        font-size: 14px;
        font-weight: normal;
}

h1 a {
        text-decoration: none;
        color: #000;
        padding-left: 25px;
        background-image: url(images/menu_arrow_r.png);
        background-repeat: no-repeat;
        background-position: 0px 5px;
}

body,td,div,p,span {
        font-family: Tahoma, Geneva, sans-serif;
        font-size: 11px;
        color: #000;
        
}

td,div,p {
        line-height: 18px;        
}

p {
        margin: 0px;
        padding: 0px;
}

img {
        border: 0px;        
}

.left {
        float: left;        
}

.right {
        float: right;        
}

a { color: #b20101; text-decoration: underline; }
a:hover { color: #b20101; text-decoration: none; }

a.belka{ color: #fff; text-decoration: underline; }
a.belka:hover { color: #fff; text-decoration: none; }

a.menu { color: #fff; text-decoration: none; }
a.menu:hover { color: #fff; text-decoration: underline; }

a.m { color: #202c33; text-decoration: none; }
a.m:hover { color: #202c33; text-decoration: underline; }

/* content */
#top {
        width: 1000px;        
}

#top .logo, #top .menu {
        margin-top: 0px;        
}

#top .menu {
        color: #736e6e;        
}

#top .menu a {
        color: #736e6e;
        text-decoration: none;
}

td.pasek_czerwony {
        height: 18px;
        background-color: #b30101;
        border-top-width: 1px;
        border-top-style: solid;
        border-top-color: #aeaeae;
}

td.pasek_menu {
        height: 146px;
        background-image: url(images/menu_bg.gif);
        background-repeat: repeat-x;
        background-position: 0px 0px;        
}

/*trackbar*/
td.trackbar {
        border-top-width: 1px;
        border-bottom-width: 1px;
        border-top-style: solid;
        border-bottom-style: solid;
        border-top-color: #aeaeae;
        border-bottom-color: #aeaeae;
        background-color: #e5e6e5;
}



#trackbar {
        width: 1000px;
        padding-top: 6px;
        padding-bottom: 6px;
        color: #828282;
        text-align: left;
}

#trackbar a {
        color: #b20101;
        text-decoration: none;
}

#trackbar a:hover {
        text-decoration: underline;
}

#main {
        width: 1000px;        
}

#main .lewa {
        padding-top: 30px;
        width: 665px;
        text-align: left;
}

#main .prawa {
        width: 320px;
        text-align: left;
}

td.prawa {
        width: 320px;
        background-color: #f0efef;
        border-right-width: 1px;
        border-left-width: 1px;
        border-right-style: solid;
        border-left-style: solid;
        border-right-color: #dddddd;
        border-left-color: #dddddd;                
}

div.separator {
        height: 10px;
        width: 320px;
        background-color: #b30101;
        margin-bottom: 13px;
}

#register_short {
        width: 320px;
        text-align: left;
}

/* menu */
#menu {
        width: 1008px;
        height: 146px;
}

#menu .bt_1 {
        margin-top: 3px;
        background-image: url(images/bt_1.png);
        background-repeat: no-repeat;
        background-position: 0px 0px;
        height: 140px;
        width: 197px;
        cursor: pointer;
}

#menu .bt_1:hover {
        margin-top: 3px;
        background-position: 0px -140px;
        cursor: pointer;
}

#menu .bt_2 {
        margin-top: 3px;
        background-image: url(images/bt_2.png);
        background-repeat: no-repeat;
        background-position: 0px 0px;
        height: 140px;
        width: 197px;
        cursor: pointer;
}

#menu .bt_2:hover {
        margin-top: 3px;
        background-position: 0px -140px;
        cursor: pointer;
}

#menu .bt_3 {
        margin-top: 3px;
        background-image: url(images/bt_3.png);
        background-repeat: no-repeat;
        background-position: 0px 0px;
        height: 140px;
        width: 197px;
        cursor: pointer;
}

#menu .bt_3:hover {
        margin-top: 3px;
        background-position: 0px -140px;
        cursor: pointer;
}

#menu .bt_4 {
        margin-top: 3px;
        background-image: url(images/bt_4.png);
        background-repeat: no-repeat;
        background-position: 0px 0px;
        height: 140px;
        width: 197px;
        cursor: pointer;
}

#menu .bt_4:hover {
        margin-top: 3px;
        background-position: 0px -140px;
        cursor: pointer;
}

#menu .podmenu {
        margin-left: 10px;
        margin-top: 8px;
        width: 203px;
}

#menu .podmenu .pola {
        width: 203px;
        height: 87px;
        background-image: url(images/bg_logowanie.gif);
        background-repeat: no-repeat;
        background-position: 0px 0px;
        margin-bottom: 7px;
}

#menu .podmenu .pola .login {
        width: 77px;
        height: 21px;
        background-image: url(images/pole_logowanie.png);
        background-repeat: no-repeat;
        background-position: 0px 0px;
        margin-left: 11px;
        margin-top: 34px;
        margin-right:0px;
        padding-right:0px;
}

#menu .podmenu .pola .login input, #menu .podmenu .pola .haslo input {
        width: 70px;
        height: 17px;
        font-family:  Tahoma, Geneva, sans-serif;
        color: #191616;
        font-size: 11px;
        margin-left: 3px;
        margin-right:0px;
        margin-top: 2px;
        border: 0px;
        padding: 0px;
}

#menu .podmenu .pola .haslo {
        width: 77px;
        height: 21px;
        background-image: url(images/pole_logowanie.png);
        background-repeat: no-repeat;
        background-position: 0px 0px;        
        margin-left: 4px;
        margin-top: 34px;
}

#menu .podmenu .pola .submit {
        margin-left: 4px;
        margin-top: 34px;
}

#menu .podmenu .pola .niepamietam {
        margin-left: 12px;
        margin-top: 3px;
}

.tab {
        color: #787272;
        font-size: 8pt;
        font-family: Tahoma, Geneva, sans-serif;
        background-color: #FFF;
        padding: 1px 2px;
        border-color: d5d2d2;
        border-width: 1px;
}

.tab2 {
        color: #787272;
        font-size: 8pt;
        font-family: Tahoma, Geneva, sans-serif;
        background-color: #FFF;
        padding: 1px 2px;
        border-color: #d5d2d2;
        border-width: 1px;
}

span.nag_newsletter {
        font-size: 18px;
        color: #black;
}

span.nag_newsletter_sz {
        font-size: 18px;
        color: #black;
}

#newsletter {
        width:280px;
}

#newsletter .imie {
        width: 122px;
        height: 22px;
        margin-left: 6px;
}

#newsletter .imie input {
        width: 122px;
        height: 18px;
        border: 1px solid #d5d2d2;
        color: #787272;
        font-size: 11px;
        font-family: Tahoma, Geneva, sans-serif;
        padding-top: 2px;
        pading-left: 3px;
        pading-right: 3px;
}

#newsletter .email {
        width: 122px;
        height: 22px;
}

#newsletter .email input {
        width: 122px;
        height: 18px;
        color: #787272;
        font-size: 11px;
        font-family: Tahoma, Geneva, sans-serif;
        border: 1px solid #d5d2d2;
        padding-top: 2px;
        pading-left: 3px;
        pading-right: 3px;
}

#newsletter .submit {
        margin-top: 2px;
        width: 19px;
        height: 19px;
        margin-left: 8px;
}

#newsletter .polityka {
        width: 280px;
        margin-top: 5px;
        margin-bottom: 3px;
}

div.zaufana {
        margin-top: 17px;        
}

div.ssl {
        margin-left: 15px;
        margin-top: 17px;        
}

/* stopka */
td.stopka {
        border-top-width: 1px;
        border-bottom-width: 1px;
        border-top-style: solid;
        border-bottom-style: solid;
        border-top-color: #cfcfcf;
        border-bottom-color: #aeaeae;
        background-color: #ededed;
        height: 35px;
}

#stopka {
        margin-top: 2px;
        margin-bottom: 6px;
        color: #8e8d8d;
        width: 1000px;
        margin-left: auto;
        margin-right: auto;
}

#stopka .lewa, #stopka .prawa {
        color: #8e8d8d;
}

#stopka .lewa a, #stopka .prawa a {
        color: #8e8d8d;
        text-decoration: none;
}

/*banery*/
td.banery {
        background-color: #9d0000;
        background-image: url(images/stopka_bg.gif);
        background-position: 0px 0px;
        background-repeat: repeat-x;
}

#banery {
        padding-top: 11px;
        padding-bottom: 20px;
        width: 1020px;
        margin-left: auto;
        margin-right: auto;
}

#banery .bg1 {
        background-image: url(images/bg_stopka_1.png);
        background-repeat: no-repeat;
        background-position: 0px 0px;
	height: 154px;
	width: 254px;
	cursor: pointer;
}

#banery .bg2 {
	background-image: url(images/bg_stopka_2.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 154px;
	width: 256px;
	cursor: pointer;
}

#banery .bg3 {
	background-image: url(images/bg_stopka_3.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 154px;
	width: 256px;
	cursor: pointer;
}

#banery .bg4 {
	background-image: url(images/bg_stopka_4.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 154px;
	width: 254px;
	cursor: pointer;
}

div.baner_tekst {
	width: 210px;
	height: 115px;
	overflow:hidden;
	margin-left: 25px;
	margin-right: 25px;
	margin-top: 20px;
	margin-bottom: 20px;
}

div.baner_tekst h3 {
	width: 210px;
	font-size: 18px;
	font-weight:normal;
	color: #1c1c1c;
	text-align: left;
}

div.baner_tekst .tekst {
	width: 210px;
	font-size: 11px;
	color: #525151;
	line-height: 18px;
	text-align: left;
	margin-top: 10px;
}

div.baner_tekst .link {
	width: 210px;
	text-align: right;
	margin-top: 5px;
}

div.baner_tekst .link a {
	text-decoration: none;
	color: #b30100;
}

div.separator_koniec {
	height: 1px;
	width: 320px;
	background-color: #CCC;
	margin-top: 10px;
}

/* rabaty info */
div.rabat_error {
	width:640px;
	padding:10px;
	background-color: #DF6262;
	border: 1px solid #CCC;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-align:center;
	margin-top:15px;
}

div.rabat_info {
	width:640px;
	padding:10px;
	background-color: #E6E6E6;
	border: 1px solid #CCC;
	font-size: 11px;
	font-weight: normal;
	color: #333;
	text-align:center;
	margin-top:15px;
}

