@charset "utf-8";
/* global style */
* {
	padding: 0;
	margin: 0;
}
html {
	font: 13px/16px Arial, Helvetica, Verdana, sans-serif;
	color:#44484a;
}

body {
	text-align: center;
	background-color:#fff;
}
img {
	border:0 none;
}
abbr, acronym { /* acronym and abbr aren't styled in IE per default */
	border-bottom: 1px dotted #58B2CB;
	cursor: help;
}
abbr {
	speak: spell-out;
}
acronym {
	speak: normal;
}
kbd {
	font-size:1.2em;
	border:1px solid #d8d5ce;
	background:#f0efec;
	padding:1px 2px;
}
ul, li {
	list-style-type: none;
}
input, select, textarea {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	border:1px solid #8da2ac;
	font-size:13px;
}
input {
	height:20px;
	line-height:20px;
	padding:0 2px;
}
textarea {
	padding:0 2px;
}
select {
	padding:1px;
}
fieldset {
	border:0 none;
}
legend {
	padding:2px 5px;
	margin-left:30px;
}
h2 {
	color:#c92030;
	line-height:22px;
	font-size:22px;
	font-weight:normal;
	margin:0 10px 10px 10px;
}
h2 a {
	text-decoration:none;
}
h2 a:hover {
	text-decoration:underline;
}
h3 {
	font-size:14px;
	font-weight:normal;
	padding:0 10px;
	position:relative;
}
h4 {
	font-size:15px;
	font-weight:bold;
	padding:5px 0 10px 0;
	color:#3e5d6b;
}
.right {
	text-align:right;
}
a {
	color:#12416e;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
/* links */
a.en, a.de  {
	display:block;
	width:15px;
	height:1em;
}
a.en span, a.de span {
	display:none;
}
a.en {
	background:url('../img/en.gif') 0 0 no-repeat;
}
a.de {
	background:url('../img/de.gif') 0 0 no-repeat;
}
a.more {
	background:url('../img/more-red.gif') center right no-repeat;
	padding-right:8px;
	font-size:11px;
	color:#d5061e;
}
a.back {
	background:url('../img/back-red.gif') center left no-repeat;
	padding-left:8px;
	font-size:11px;
}
.line-through {
	margin:0 10px;
	background:url('../img/line-through-red.gif') 0 1px repeat-x;
	line-height:19px;
}
.line-through span {
	margin:0;
	margin-left:20px;
	padding: 0 10px;
	background:#fff;
	font-size:14px;
	font-weight:bold;
	color:#d7172a;
}
.error {
	text-align:center;
	font-size:14px;
	margin-top:10px;
}
.success {
	text-align:center;
	font-size:20px;
	margin:20px 0;
	color:#d7172a;
}
.steps .success {
	margin:50px 0;
	font-size:24px;
}
.line-through-blue {
	margin:10px 10px 0 10px;
	background:url('../img/line-through-blue.gif') 0 1px repeat-x;
	line-height:19px;
}
.line-through-blue span {
	margin:0;
	margin-left:20px;
	padding: 0 10px;
	background:#fff;
	font-size:14px;
	font-weight:bold;
	color:#3e5d6b;
}
.line-through-blue-light {
	margin:10px 10px 0 10px;
	background:url('../img/line-through-blue-light.gif') 0 1px repeat-x;
	line-height:19px;
}
.line-through-blue-light span {
	margin:0;
	margin-left:10px;
	padding: 0 10px;
	background:#fff;
	font-size:12px;
	color:#3e5d6b;
}

.frame-top {
	background:url('../img/frame-white-blue-white-top.gif') center top no-repeat;
	padding-top:10px;
}
.frame-bottom {
	background:url('../img/frame-white-blue-white-bottom.gif') center bottom no-repeat;
	padding:10px 20px 20px 20px;
}

a.plus {
	background:#fff url('../img/plus-red.gif') 90% center no-repeat;
	padding:2px 30px 2px 10px;
	margin-left:20px;
	font-size:12px;
	line-height:19px;
	text-decoration:none;
}
a.minus {
	background:#fff url('../img/minus-red.gif') center right no-repeat;
	padding:2px 20px 2px 10px;
	margin-left:20px;
	font-size:12px;
	line-height:19px;
	text-decoration:none;
}
a.white {
	color:#fff;
}
/* buttons */
a.button {
    background: transparent url('../img/bg_button_a.gif') no-repeat scroll top right;
    color: #fff;
    display: block;
    float: left;
    font-size:14px;
    height: 24px;
    padding-right: 15px; /* sliding doors padding */
    text-decoration: none;
}
a.button span {
    background: transparent url('../img/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 15px;
}
a.button:hover {
	text-decoration:none;
	color:#b8c6d4;
}
a.gray {
    background: transparent url('../img/bg_button_gray_a.gif') no-repeat scroll top right;
    color: #fff;
}
a.gray span {
    background: transparent url('../img/bg_button_gray_span.gif') no-repeat;
}
a.gray:hover {
	color:#e5e5e5;
}
.buttons-right {
	margin:30px 0 0;
	width:310px;
	float:right;
}
.buttons-right a {
	margin-right:5px;
}
/* clearfix */
.clearfix:before, .clearfix:after {content:".";display:block;position:relative;height:0;clear:both;visibility:hidden;}
.clearfix {display:inline-block;}
* html .clearfix {height:1px;}
.clearfix {display:block;}
/* layout styles */
#wrapper {
	text-align:left;
	width:950px;
	margin:0 auto;
}
#header {
	font-size:12px;
	height:153px;
	background:url('../img/header-bg.gif') bottom center no-repeat;
}
#mm-logo {
	float:left;
}
#mm-logo a {
	display:block;
	width:330px;
	height:78px;
	background:url('../img/magazynprzemyslowy-logo.gif') 0 0 no-repeat;
}
#mm-logo a span {
	display:none;
}
#tools-menu {
	margin-top:32px;
	float:right;
}
#tools-menu li {
	border-right:1px solid #b1b1b1;
	float:left;
	padding:0 5px;
	line-height:1;
}
#tools-menu li.last {
	padding-right:0;
	border-right:0 none;
}
#tools-menu li a {
	color:#646464;
	text-decoration:none;
}
#tools-menu li a:hover {
	text-decoration:underline;
}
#header-menus {
	clear:both;
}
#main-menu {
	width:660px;
	height:34px;
	float:left;
	padding-top:8px;
}
#main-menu li {
	float:left;
	padding:0 6px;
	position:relative;
}
#main-menu li a {
	float:left;
	line-height:23px;
	color:#303030;
	text-decoration:none;
	background:url('../img/menu-a.gif') top right no-repeat;
	padding:0 15px 0 0;
}
#main-menu li a:hover {
	background:url('../img/menu-a.gif') bottom right no-repeat;
	color:#fff;
}
#main-menu li a span {
	padding-left:5px;
	display:block;
	background:url('../img/menu-span.gif') top left no-repeat;
}
#main-menu li a:hover span {
	background:url('../img/menu-span.gif') bottom left no-repeat;
}
#main-menu li a.no-submenu  {
	padding-right:5px;
	background:url('../img/menu-a-no-sub.gif') top right no-repeat;
}
#main-menu li a.no-submenu:hover  {
	padding-right:5px;
	background:url('../img/menu-a-no-sub.gif') bottom right no-repeat;
}
#main-menu li a.no-submenu:hover span {
	background:url('../img/menu-span.gif') bottom left no-repeat;
}
#main-menu li.menu-sel a {
	color:#fff;
	background:url('../img/menu-a.gif') bottom right no-repeat;
}
#main-menu li.menu-sel a span{
	color:#fff;
	background:url('../img/menu-span.gif') bottom left no-repeat;
}
#main-menu li.menu-sel a.no-submenu {
	color:#fff;
	background:url('../img/menu-a-no-sub.gif') bottom right no-repeat;
}
#main-menu li.menu-sel a.no-submenu span{
	color:#fff;
	background:url('../img/menu-span.gif') bottom left no-repeat;
}
#main-menu li.last, #main-menu li ul.sub-main-menu li.last {
	padding-right:0;
	border-right:0 none;
}
#main-menu ul {
	padding-top:1px;
	float:none;
	display:none;
}
#main-menu ul li {
	background:none;
	background-color:#C92030;
	float:none;
	padding:6px 0;
	width:200px;
}
#main-menu ul li a, #main-menu li.menu-sel ul li a {
	background:none;
	color:#fff;
	float:none;
	display:block;
	padding:0 10px;
	line-height:normal;
}
#main-menu ul li a:hover {
	text-decoration:underline;
	background:none;
}
#main-menu li:hover ul {
	display:block;
	float:none;
	position:absolute;
	top:23px;
	left:6px;
	z-index:1000;
}


/*#main-menu {
	position: relative;
	width:660px;
	height:34px;
	float:left;
	padding-top:8px;
}
#main-menu li {
	float:left;
	padding:0 3px 0 4px;
}
#main-menu li.last, #main-menu li ul.sub-main-menu li.last {
	padding-right:0;
	border-right:0 none;
}
#main-menu li a {
	display:block;
	line-height:23px;
	color:#303030;
	text-decoration:none;
	background:url('../img/menu-a-bg.gif') top right no-repeat;
	padding:0 15px 0 0;
}
#main-menu li a.no-submenu {
	padding-right:5px;
	background:url('../img/menu-a-no-bg.gif') top right no-repeat;
}
#main-menu li a:hover, #main-menu li a.menu-sel {
	background-position:bottom right;
	color:#fff;
}
#main-menu li a span {
	padding-left:5px;
	padding-bottom:11px;
	display:block;
	background:url('../img/menu-span-bg.gif') top left no-repeat;
}
#main-menu li a:hover span, #main-menu li a.menu-sel span {
	background-position:bottom left;
}
#main-menu li a.no-submenu:hover span {
	background:url('../img/menu-span-no-bg.gif') bottom left no-repeat;
}
#main-menu li ul.sub-main-menu {
	display:none;
	position: absolute;
	left:0;
}
#main-menu li:hover ul.sub-main-menu, #main-menu li a:hover ul.sub-main-menu {
	display:block;
}
#main-menu li ul.sub-main-menu li {
	height:31px;
	line-height:31px;
	background:#C92030;
	display:inline;
}
#main-menu li ul.sub-main-menu li a {
	background:none;
	height:31px;
	line-height:31px;
	color:#fff;
	padding:0 8px;
}
#main-menu li ul.sub-main-menu li a em {
	font-style:normal;
	font-size:11px;
	color:#ffd204;
}
#main-menu li ul.sub-main-menu li a:hover {
	text-decoration:underline;
}
#main-menu li#m-wiadomosci ul.sub-main-menu {
	margin-left:5px;
}
#main-menu li#m-nowosci ul.sub-main-menu {
	margin-left:100px;
}
#main-menu li#m-prezentacje ul.sub-main-menu {
	margin-left:175px;
}
#main-menu li#m-artykuly ul.sub-main-menu {
	margin-left:266px;
}
#main-menu li#m-archiwum ul.sub-main-menu {
	margin-left:232px;
}
#main-menu li#m-wydarzenia ul.sub-main-menu {
	margin-left:438px;
}*/
#header-side-menus {
	width:290px;
	float:right;
	text-align:right;
}
#mag-menu {
	float:right;
}
#mag-menu li {
	float:left;
	padding-left:6px;
	position:relative;
}
#mag-menu li a {
	float:left;
	line-height:16px;
	color:#264452;
	text-decoration:none;
	padding:1px 2px;
}
#mag-menu li a:hover, #mag-menu li a.mag-menu-sel  {
	background-color:#c92030;
	color:#fff;
}
#mag-menu ul {
	float:none;
	display:none;
}
#mag-menu ul li {
	background-color:#c92030;
	float:none;
	text-align:left;
	width:184px;
}
#mag-menu ul li a {
	float:none;
	display:block;
	color:#fff;
	line-height:24px;
	width:180px;
}
#mag-menu ul li a:hover {
	float:none;
	text-decoration:underline;
}
#mag-menu li:hover ul, #mag-menu li a:hover ul {
	padding-top:1px;
	position: absolute;
	top:17px;
	left:4px;
	display:block;
	z-index:2;
}
#mag-menu li#mm-reklama:hover ul, #mag-menu li a:hover ul {
	left:-130px;
}


/*
#mag-menu {
	float:right;
	position:relative;
}
#mag-menu li {
	float:left;
	padding:0 4px;
}
#mag-menu li.last {
	padding-right:0;
	border-right:0 none;
}
#mag-menu li a {
	color:#264452;
	text-decoration:none;
	padding:1px 2px;
}
#mag-menu li a:hover, #mag-menu li a.mag-menu-sel  {
	background-color:#c92030;
	color:#fff;
}
#mag-menu li ul.sub-mag-menu {
	padding-top:2px;
	display:none;
	position: absolute;
	left:0;
}
#mag-menu li:hover ul.sub-mag-menu, #mag-menu li a:hover ul.sub-mag-menu {
	display:block;
}
#mag-menu li ul.sub-mag-menu li {
	background-color:#c92030;
	float:none;
	text-align:left;
}
#mag-menu li ul.sub-mag-menu li a {
	display:block;
	color:#fff;
	line-height:24px;
}
#mag-menu li ul.sub-mag-menu li a:hover {
	text-decoration:underline;
}
#mag-menu li#mm-tytul ul.sub-mag-menu {
	width:170px;
	margin-left:2px;
}
#mag-menu li#mm-reklama ul.sub-mag-menu li {
	width:150px;
	margin-left:117px;
}*/
#see-also-box {
	margin-right:10px;
	padding-top:17px;
	clear:both;
}
#see-also-box label {
	margin-right:5px;
	color:#d7d7d7;
}
#see-also-box select {
	width:157px;
	font-size:12px;
}
#breadcrumbs {
	width:660px;
	float:left;
	margin-top:7px;
}
#breadcrumbs li {
	font-size:11px;
	display:inline;
	margin-right:3px;
	padding-left:12px;
	background:url('../img/more-yellow.gif') 0 center no-repeat;
}
#breadcrumbs a {
	color:#b5c0c6;
	text-decoration:none;
}
#breadcrumbs a:hover {
	color:#fff;
	text-decoration:underline;
}
#breadcrumbs a.bc-sel {
	color:#fff;
}
#breadcrumbs li.home-icon {
	padding-left:0;
	background:none;
}
#breadcrumbs li.home-icon a {
	display:block;
	width:11px;
	height:11px;
	float:left;
	margin:2px 10px 0 20px;
	display:inline;
	background:url('../img/home.gif') 0 0 no-repeat;
}
#breadcrumbs li.home-icon:hover a {
	background-position: 0 -11px;
}
#breadcrumbs li.home-icon a span {
	display:none;
}
/* container */
#container {
	margin-top:30px;
}
#content {
	width:660px;
	float:left;
}
#sidebar {
	width:270px;
	float:right;
}
.button-center {
	width:157px;
	margin:0 auto;
}
.button-center a {
	width:157px;
	text-align:center;
}
.address-box {
	width:50%;
	float:left;
	margin-bottom:20px;
}
.ad-box {
	margin-bottom:10px;
	text-align:center;
}
.ad-box-top {
	margin:10px 0;
	text-align:center;
}
.adv {
	margin-bottom:10px;
}
.adv-artykul {
	text-align:center;
	border-bottom:1px solid #eae6e4;
	margin:20px 0;
}
.adv-artykul img {
	border:0;
}
.adv-title {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	border-bottom:1px solid #eae6e4;
	margin-bottom:5px;
	text-align:left;
	line-height:12px;
	position:relative;
}
.adv-title span {
	position:absolute;
	right:0;
}
.adv-title span a {
	color:#646464;
	text-decoration:none;
}
.adv-title span a:hover {
	text-decoration:underline;
}
.adv img {
	display:block;
}
#adv-formats {
	margin:10px 0 20px 0;
}
.txt-list {
	margin-left:15px;
}
.txt-list li {
	font-size:12px;
	list-style-image:url(../img/list-bullet.gif);
	margin:5px 5px 5px 0;
}
.box {
	line-height:1.3;
}
.box-title {
	position:absolute;
	left:10px;
}
.box-options {
	position:absolute;
	right:10px;
}
.box-content {
	padding:10px;
}
.box a:hover img { /*??????????? ie6*/
	border:1px solid #c90014;
}
.box-tools {
	font-family:tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-bottom:3px;
	color:#7e7e7e;
	position:relative;
}
.box-tools-print {
	position:absolute;
	right:0;
}
.box-tools-print a {
	color:#7e7e7e;
}
.artykul-foto {
	float:right;
	margin-left:20px;
	margin-bottom:20px;
	padding:10px;
}
.artykul-foto-left {
	float:left;
	margin-right:20px;
	margin-bottom:20px;
	padding:10px;
}
.box-foto img, .artykul-foto img, .artykul-foto-left img  {
	background:#fff;
	border:1px solid #8da2ac;
	padding:1px;
}
.artykul-foto span, .artykul-foto-left span {
	display:block;
	font-size:11px;
	width:204px;
}
.box-links {
	margin:10px 0 5px;
}
.box-links li span {
	font-family:tahoma, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#7e7e7e;
	padding-right:7px;
}
.box-links li a {
	font-size:14px;
	text-decoration:none;
}
.box-links li a:hover {
	text-decoration:underline;
}
.big-box {
	margin:20px 0;
	background:url('../img/blue-white-bg-full-middle.gif') top center repeat-y;
}
.big-box h3 {
	height:34px;
	line-height:30px;
	color:#fff;
	background:url('../img/blue-white-bg-full.gif') 0 0 no-repeat;
}
.big-box .box-content {
	background:url('../img/blue-white-bg-full-bottom.gif') bottom center no-repeat;
}
/* form style */
.form-row {
	margin-bottom:10px;
}
/* tab style */
.tab-menu li {
	float:left;
	padding:0 5px;
}
.tab-menu li a {
	color:#fff;
	text-decoration:none;
}
.tab-menu li a:hover {
	color:#fff;
	text-decoration:underline;
}
.tab-menu li.tab-on {
	margin-top:3px;
	margin-right:2px;
	float:left;
	height:30px;
	line-height:30px;
}
.tab-menu li.tab-on a {
    background: transparent url('../img/tab-a-bg.gif') no-repeat scroll top right;
    color: #44484a;
    float: left;
    font-size:14px;
    height: 30px;
    padding-right: 15px; /* sliding doors padding */
    text-decoration: none;
}
.tab-menu li.tab-on a span {
    background: transparent url('../img/tab-span-bg.gif') no-repeat;
    display: block;
    line-height: 20px;
    padding: 3px 0 7px 15px;
}
.tab-menu li.tab-on a:hover {
	text-decoration:underline;
}

/* content style */
#aktualnosci, #po-godzinach, #nowosci-rynkowe, #wiedza-zawodowa {
	width:325px;
	float:left;
}
#aktualnosci, #nowosci-rynkowe {
	margin-right:10px;
}
#aktualnosci h2, #po-godzinach h2, #nowosci-rynkowe h2, #wiedza-zawodowa h2, #artykuly h2, .box-sider h2, .artykul h2 {
	margin-left:0;
	margin-right:0;
}
#aktualnosci h3, #po-godzinach h3, #nowosci-rynkowe h3, #wiedza-zawodowa h3 {
	height:34px;
	line-height:30px;
	color:#44484a;
	background:url('../img/gray-white-bg.gif') 0 0 no-repeat;
}
#wiedza-zawodowa {
	background:#fffae9 url('../img/yellow-yellow-bg-bottom.gif') bottom center no-repeat;
}
#wiedza-zawodowa h3 {
	background:url('../img/yellow-yellow-bg.gif') 0 0 no-repeat;
}
#artykuly {
	background:#ededed url('../img/blue-gray-bg-full-bottom.gif') bottom center no-repeat;
}
#artykuly h3 {
	height:34px;
	line-height:30px;
	color:#fff;
	background:url('../img/blue-gray-bg-full.gif') 0 0 no-repeat;
}
#artykuly .box-foto, .artykul .box-foto {
	float:left;
}
#artykuly .box-sider, .artykul .box-sider {
	padding-left:320px;
}
.artykul h2 {
	padding:0 5px;
}
.artykul .box-tools {
	padding: 0 5px 3px 5px;
}
.artykul .box-content {
	background-color:#ededed;
}
.lista-artykulow .box-content {
	margin-bottom:30px;
}
.artykul .box-sider {
	font-size:14px;
	padding-left:212px;
}
.artykul-txt {
	padding:10px;
	line-height:18px;
}
.artykul-txt p {
	padding:10px 0;
}
.artykul-foto, .artykul-foto-left {
	background:#ededed;
}
.page {
	height:26px;
	text-align:center;
}
.page a {
	margin:0 1px;
	height:26px;
	line-height:26px;
	color:#456777;
	background-color:#e6eff3;
	padding:4px 7px;
	text-decoration:none;
	border:1px solid #e6eff3;
}
.page a.back, .page a.more {
	font-size:13px;
}
.page a.back {
	padding-left:20px;
	background-position:10%;
}
.page a.more {
	padding-right:20px;
	background-position:90%;
}
.page a.page-curr {
	color:#fff;
	background-color:#a2b3bb;
	border:1px solid #a2b3bb;
}
.page a:hover {
	border:1px solid #a2b3bb;
}
/* sidebar styles */
#smenu {
	margin-bottom:10px;
	background:#ededed url('../img/blue-gray-bg-bottom.gif') bottom center no-repeat;
}
#smenu h3 {
	height:34px;
	line-height:30px;
	color:#fff;
	background:url('../img/dblue-gray-bg.gif') 0 0 no-repeat;
}
#smenu .smenu-tools-top a, #smenu .smenu-tools-bottom a {
	color:#646464;
	text-decoration:none;
}
#smenu .smenu-tools-top a:hover, #smenu .smenu-tools-bottom a:hover {
	text-decoration:underline;
}
#smenu .smenu-tools-top {
	padding:10px 10px 4px 10px;
	text-align:right;
}
#smenu .smenu-tools-bottom {
	padding:0 10px 14px 10px;
	text-align:right;
}
#smenu .smenu-list {
	margin:10px 10px 14px 0;
	border-top:1px solid #fff;
}
#smenu .smenu-list li {
	clear:both;
	border-bottom:1px solid #fff;
	vertical-align: bottom; /* This fixes the IE7/Win gap! */
}
#smenu .smenu-list li a {
	width:245px;
	display:block;
	float:right;
	padding-left:15px;
	font-size:14px;
	text-decoration:none;
	padding:5px 0;
}
#smenu .smenu-list li span {
	text-align:center;
	width:55px;
	display:block;
	float:left;
	color:#646464;
	font-size:10px;
	padding:8px 0;
}
#smenu .artykul-smenu-list li a {
	width:205px;
}
#smenu .smenu-list li.smenu-sel {
	background-color:#fff;
}
#smenu .smenu-list li:hover {
	background-color:#f2f2f2;
	border-bottom:1px solid #c1c1c1;
}
#smenu .smenu-list a:hover {
	text-decoration:underline;
}
#smenu .smenu-list li.smenu-sel:hover {
	background-color:#fff;
	text-decoration:none;
}
#aktualny-numer-box {
	margin-bottom:10px;
	background:#ededed url('../img/blue-gray-bg-bottom.gif') bottom center no-repeat;
}
#aktualny-numer-box a, #plebiscyt-box a  {
	text-decoration:none;
}
#aktualny-numer-box a:hover, #plebiscyt-box a:hover  {
	text-decoration:underline;
}
#aktualny-numer-box .button-center, #plebiscyt-box .button-center  {
	margin-top:5px;
	margin-bottom:15px;
}
#aktualny-numer-box .button-center a:hover, #plebiscyt-box .button-center a:hover {
	text-decoration:none;
}
#aktualny-numer-box .box-foto {
	float:left;
}
#aktualny-numer-box .box-sider {
	padding-left:113px;
}
#aktualny-numer-box h3 {
	height:34px;
	line-height:30px;
	color:#fff;
	background:url('../img/dblue-gray-bg.gif') 0 0 no-repeat;
}
#download-box p {
	padding:5px 10px;
	line-height:23px;
	background:url('../img/download-pdf.gif') 90% 0 no-repeat;
}
.o-tytule p {
	padding-top:0;
	padding-bottom:20px;
}
#zaloguj-sie #baza-firm-box, #zaloguj-sie #rejestruj-sie-box {
	float:left;
	margin:100px 0px 0 30px;;
	width:270px;
}
#baza-firm-box, #download-box, #tech-spec-box, #ae-dane-box, #rejestruj-sie-box {
	margin-bottom:10px;
	background:url('../img/blue-white-bg-middle.gif') top center repeat-y;
}
#baza-firm-box .box-content, #download-box .box-content, #tech-spec-box .box-content, #ae-dane-box .box-content, #rejestruj-sie-box .box-content {
	background:url('../img/blue-white-bg-bottom.gif') bottom center no-repeat;
}
#baza-firm-box h3, #download-box h3, #tech-spec-box h3, #ae-dane-box h3, #rejestruj-sie-box h3 {
	height:34px;
	line-height:30px;
	color:#fff;
	background:url('../img/blue-white-bg.gif') 0 0 no-repeat;
}
#baza-firm-box a.button, #rejestruj-sie-box a.button  {
	float:right;
}
#baza-firm-box a.more  {
	float:right;
	margin-top:5px;
	margin-right:10px;
}
#baza-firm-box .tab-menu {
	margin-left:65px;
}
#baza-firm-box fieldset {
	margin-top:10px;
}
#szukaj-firmy label {
	display:block;
	font-size:12px;
	padding-bottom:5px;
}
#logowanie-firmy {
	text-align:right;
}
#logowanie-firmy input {
	width:160px;
	margin-left:10px;
}
#logowanie-firmy label {
	width:70px;
	font-size:12px;
	height:22px;
	line-height:22px;
	text-align:right;
}
#szukaj-firmy input {
	width:244px;
}
#szukaj-firmy select {
	width:250px;
}
#plebiscyt-box {
	text-align:center;
	margin-bottom:10px;
	background:#fffae9 url('../img/blue-yellow-bg-bottom.gif') bottom center no-repeat;
}
#plebiscyt-box h3 {
	height:34px;
	line-height:30px;
	color:#fff;
	background:url('../img/blue-yellow-bg.gif') 0 0 no-repeat;
}
/* tables */
.tables {
	width:100%;
	border-collapse:collapse;
	border-spacing: 0px;
	border-bottom:1px solid #3d5c6b;
	margin-bottom:20px;
}
.tables th, .tables td {
	vertical-align:top;
	font-size:12px;
	padding:5px 8px;
	text-align:center;
}
.tables th {
	border-bottom:1px solid #3d5c6b;
}
.tables tr.tr-mark td {
	background-color:#f2f2f2;
}
.tables th.th-left, .tables td.td-left {
	text-align:left;
}
.tables th.th-right, .tables td.td-right {
	text-align:right;
}
.tables tfoot tr td {
	border-top:1px solid #3d5c6b;
	text-align:left;
	font-size:11px;
	color:#677c86;
}
.tables td.td-price, .tables th.th-price {
	width:100px;
}
.tables td.td-qty, .tables th.th-qty {
	width:100px;
}
#ae-dane-box .tables, .o-tytule .tables {
	margin-bottom:5px;
	border-bottom:0 none;
}
#ae-dane-box .tables td {
	width:50%;
}
.o-tytule .tables td {
	width:50%;
}

/* footer */
#footer {
	clear:both;
	margin:30px 0;
	height:71px;
	background:url('../img/footer-bg.gif') top left no-repeat;
}
#footer a {
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
#ftr-main-menu-box {
	width:650px;
	float:left;
	margin-left:10px;
}
#ftr-main-menu {
	height:29px;
	margin-top:11px;
}
#ftr-main-menu li {
	padding:0 2px 1px 2px;
	line-height:1;
	float:left;
	border-right:1px solid #ffd204;
}
#ftr-main-menu li.last {
	border-right:0 none;
}
#ftr-main-menu li a {
	font-size:12px;
	padding:0 2px;
	color:#cedfe7;
}
#ftr-mag-menu {
	float:right;
	height:29px;
	margin-top:11px;
}
#ftr-mag-menu li, #extra-links li {
	padding:0 2px 1px 2px;
	line-height:1;
	float:left;
	border-right:1px solid #ffd204;
}
#extra-links li {
	border:0 none;
	font-size:11px;
	color:#969696;
	margin-top:9px;
	margin-right:10px;
}
#ftr-mag-menu li.last, #extra-links li.last {
	border-right:0 none;
}
#ftr-mag-menu li a, #extra-links li a {
	font-size:12px;
	padding:0 2px;
	color:#264452;
}
/* baza firm styles */
.baza-firm p {
	padding:0 10px 10px 10px;
}
.baza-firm .artykul-txt {
	padding-top:0;
}
.baza-firm h4 {
	padding-top:10px;
}
.baza-firm .txt-list {
	padding:10px 0 20px 20px;
}
.baza-firm .txt-list a {
	font-size:14px;
	padding-right:10px;
}
.baza-firm .baza-info {
	font-size:12px;
	padding:0 10px;
}
.baza-firm .baza-info strong {
	color:#3e5d6b;
}
.baza-firm .alphabet {
	margin:0 10px 10px 10px;
	text-align:center;
}
.baza-firm .alphabet a {
	font-size:12px;
	text-decoration:none;
	color:#3e5d6b;
	padding:2px 4px;
}
.baza-firm .alphabet a:hover, .baza-firm .alphabet a.alphabet-sel {
	background:#d7172a;
	color:#fff;
}
/* ae forms style */
.ae-form em {
	font-style:normal;
	color:#ff0000;
}
.frow {
	margin-bottom:10px;
}
.frow label, .frow span.like-label {
	display:block;
	float:left;
	line-height:20px;
	width:190px;
	text-align:right;
}
.frow label span {
	font-size:11px;
}
.frow input, .frow textarea, .frow select, span.like-input {
	margin-left:10px;
	float:left;
	width:300px;
}
span.like-input {
	line-height:20px;
	font-size:14px;
	font-weight:bold;
	margin-left:20px;
}
.frow textarea {
	height:150px;
}
.frow select {
	width:304px;
}
.frow label.label-size1 {
	width:55px;
}
.frow input.input-size1 {
	width:115px;
}
.frow input.input-size2 {
	width:25px;
}
.frow input.input-size3 {
	width:30px;
}
.frow input.input-size4 {
	width:213px;
}
.checkbox-container {
	border:1px solid #8da2ac;
	padding:15px 20px 15px 20px;
	margin:10px 10px 20px 10px;
	position:relative;
}
.checkbox-container  .checkbox-container-label {
	position:absolute;
	top:-8px;
	left:10px;
	background:#fff;
	color:#3e5d6b;
	font-size:12px;
	font-weight:bold;
}
.chboxrow {
	float:left;
	width:33%;
	line-height:22px;
}
.chbox-last {
	width:100%;
}
.chboxrow input {
	margin-top:3px;
	border:0 none;
	height:15px;
}
.chboxrow label {
	padding-left:5px;
}
.form-buttons {
	float:right;
	width:313px;
}
.form-button {
	float:right;
	width:217px;
}
.form-buttons .button {
	margin-left:5px;
}
#filters {
	margin-bottom:30px;
}
/* aktualny numer */
input.pokaz {
	margin-left:5px;
	width:67px;
	height:24px;
	line-height:24px;
	border:0 none;
	font-size:15px;
	color:#fff;
	background:url('../img/b-pokaz.gif') 0 0 no-repeat;
}
.smenu-tools-top .button {
	float:right;
	color:#fff;
}
#current-ae {
	width:304px;
	float:right;
}
#current-ae img, #next-ae img {
	padding:1px;
	border:1px solid #95a8b2;
	margin-bottom:20px;
}
#next-ae img {
	margin:10px 20px 0 10px;
	float:left;
}
#next-ae p {
	margin-top:20px;
}
.this-number h2 {
	padding:0 10px;
}
#table-of-contents {
	margin-left:10px;
	margin-bottom:20px;
	width:320px;
}
#table-of-contents li {
	position:relative;
	font-size:12px;
	padding:1px 10px 1px 10px;
	border-bottom:1px dotted #dfe5e8;
}
#table-of-contents li.current-title {
	border-bottom:0 none;
	font-size:14px;
	font-weight:bold;
	padding:10px 0 3px 0;
}
#table-of-contents li.current-sub-title {
	border-bottom:0 none;
	font-size:12px;
	font-weight:bold;
	padding:5px 0 3px 5px;
}
#table-of-contents li a {
	text-decoration:none;
}
#table-of-contents li a:hover {
	text-decoration:underline;
}
#table-of-contents li span {
	position:absolute;
	right:0;
}
/* prenumerata */
#prenumerata-bar {
	margin:20px auto 30px;
	width:624px;
	height:30px;
}
.step1 {
	background:url('../img/prenumerata-bar.gif') 0 0 no-repeat;
}
.step2 {
	background:url('../img/prenumerata-bar.gif') 0 -30px no-repeat;
}
.step3 {
	background:url('../img/prenumerata-bar.gif') 0 -60px no-repeat;
}
#prenumerata-bar span {
	display:none;
}
.total-price {
	text-align:right;
}
.total-price strong {
	color:#d7172a;
	font-size:24px;
	font-weight:normal;
	padding-right:10px;
}
.steps fieldset {
	padding:20px 0;
}
p.specialCheckbox {
	padding:0 50px 0 100px;
}
p.specialCheckbox input {
	border:0 none;
	float:left;
}
p.specialCheckbox label {
	padding-left:15px;
	float:left;
}
.wydarzenie h4 {
	 padding-bottom:0 !important;
}
.rocznik-box {
	margin-left:20px;
	float:left;
	width:200px;
	margin-top:20px;
	margin-bottom:20px;
}
.rocznik-box h2 {
	margin:0;
	padding:0;
}
.rocznik-box img {
	float:left;
	margin-right:10px;
}
.send-email {
	height:18px;
	line-height:18px;
}
#site-map {
	margin-left:10px;
	margin-bottom:20px;
}
#site-map li {
	position:relative;
	font-size:12px;
	padding:2px 0 2px 30px;
	border-bottom:1px dotted #dfe5e8;
}
#site-map li.level1 {
	font-size:14px;
	font-weight:bold;
	padding:5px 0 5px 10px;
	background-color:#efefef;
	margin-bottom:1px;
}
#site-map li.level2 {
	font-size:12px;
	padding:5px 0 3px 20px;
}
#site-map li a {
	text-decoration:none;
}
#site-map li a:hover {
	text-decoration:underline;
}
#site-map li.level1 a, #site-map li.level2 a:hover {
	color:#44484A;
}
#site-map li.level1 a:hover, #site-map li.level2 a {
	color:#C92030;
}
#wydarzenia-small-list li {
	padding-bottom:5px;
}
#wydarzenia-small-list h5 {
	font-size:14px;
}
#wydarzenia-small-list h5 a {
	text-decoration:none;
}
#wydarzenia-small-list h5 a:hover {
	text-decoration:underline;
}
#wydarzenia-small-list small {
	color:#a1a3a4;
}
