/* css main file: style.css */

/* =============== reset */
body, h1, h2, h3, h4, h5, h6, div, form, fieldset, dl, dt, dd, address { margin: 0; padding: 0; }
a, a:visited { text-decoration: none; }
fieldset, img { border: none; }
/* =============== */

/* ========================================================= main styles */

html {
  font-size: small;
}

body {
  color: #616161;
	background-color: #f4f4f4;
  font-size: 88%;
  line-height: 1.6em;
  font-family: Arial, Verdana, Helvetica, "Lucida Grande", sans-serif; 
}
p {
	padding: 0 0 0.5em;
}
#wrapper {
  margin: 0 auto;
	width: 900px;
}
#errmsg ul {
	list-style: none;
	font-variant: small-caps;
	font-size: 130%;
	font-weight: bolder;
	border: 1px solid #ECECEC;
	padding: 5px 20px;
}
.errors {
	color: #df2928;
	border: 1px solid #df2928;
}
input,
textarea {
  font-size: 100%;
  padding: 0.3em 5px;
  margin: 0;
  vertical-align: middle;
	color: #7b7b7b;
}

.textInput {
	border: 1px solid #e7e8ea;
	border-top-color: #aeaeae;
}

select {
  color: #808080;
  font-size: 100%;
  padding: 1px;
	position: relative;
	z-index: 0;
}

.radioInput {
  position: relative;
  top: -0.1em;
}

textarea {
	font-family: Arial, Verdana, Helvetica, "Lucida Grande", sans-serif;
}

address {
	font-style: normal;
}

ol li ol {
	list-style-type: lower-alpha;
}

.btn {
  padding: 0.4em 12px;
	color: #fff;
	background-color: #E4272D;
	border-width: 0;
	font-weight: bold;
	text-transform: lowercase;
}

.btn:hover {
	text-decoration: none;
	background-color: #CF3339;
}

.btnWhite {
	color: #4d4d4d;
	background-color: #fff;
}
.btnWhite:hover {
	color: #4d4d4d;
	background-color: #ccc;
}
.clearBoth {
  clear: both;
}

#info div {
  margin: 0.1em;
  border-width: 2px;
	border-style: solid;
  padding: 0.2em 2em;
	text-align: center;
  font-weight: bold;
}

#info div div {
  border-width: 0;
}

#info_s {
  border-color: #df2626;
  color: #df2626;
}

#info_msg {
  border-color: #42AF41;
  color: #42AF41;
}

a {
	color: #e22328;
}
a:hover {
  text-decoration: underline;
}

.back {
  margin: 2em 2em 1em;
  text-align: right;
}

.back a {
  text-transform: lowercase;
}

.back a:hover {
    
}

.more {
  margin: 2em 0 1em;
}

.more a, a.more {
  	text-transform: lowercase;
	text-decoration: underline;
	background: url(/images/more.gif) right center no-repeat;
	padding-right: 12px;
}

.more a:hover {
    
}
.w20 { width: 20px; }
.w40 { width: 40px; }
.w60 { width: 60px; }
.w80 { width: 80px; }
.w100 { width: 100px; }
.w120 { width: 120px; }
.w140 { width: 140px; }
.w160 { width: 160px; }
.w180 { width: 180px; }
.w200 { width: 200px; }
.w220 { width: 220px; }
.w240 { width: 240px; }
.w260 { width: 260px; }
.w280 { width: 280px; }

.w2em { width: 2em; }
.w4em { width: 4em; }
.w6em { width: 6em; }
.w8em { width: 8em; }
.w10em { width: 10em; }
.w12em { width: 12em; }
.w14em { width: 14em; }
.w16em { width: 16em; }
.w18em { width: 18em; }
.w20em { width: 20em; }
.w22em { width: 22em; }

.clear {
  clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.pageNav {
  text-align: right;
}

.pageNav a,
.pageNav span {
  padding: 0.2em 0.5em;
}

.pageNav a {
  text-decoration: none;
}

.pageNav a.arr {
  position: relative;
  top: -0.1em;
  padding-top: 0.1em;
  padding-bottom: 0.3em;
}

/**************************************************** appConfirm */

.appConfirmBox {
  position: absolute;
  display: none;
  border-right: 2px solid #DAE3EB;
  border-bottom: 2px solid #DAE3EB;
}

.appConfirmBox2 {
  background: #F0F2F7;
  border: 1px solid #B8C6CF;
  border-bottom-width: 3px;
  padding: 1px;
}

.appConfirmBox2 h1 {
    margin: 0;
  padding: 3px 0 4px 10px;
  background-color: #6F8491;
  color: #ffffff;
  font-size: 11px;
  border-bottom: 1px solid #C8D3E2;
}

.appConfirmBox3 {
    width: 220px;
  margin: 20px 0 0 13px;
}

.appConfirmBox4 {
  background: transparent url(/imgs/alerts/confirm.gif) 0 0 no-repeat;
  /*padding: 5px 0 10px 50px;*/
  height: 50px;
  /*border-bottom: 1px solid #C8D3E2;*/
  color: #084376;
  line-height: 1.5em;
  text-align: center;
}

.appConfirmBoxButtons {
  text-align: center;
  padding: 10px 0 0 40px;
}

.appConfirmBoxButtons a {
  text-decoration: none;
  width: 50px;
  display: block;
  float: left;
  text-align: center;
  background: #FFFFFF url(images/button_bg.png) repeat-x scroll 0pt 100%;
  border: 1px solid #C0C8CA;
  font-weight: bold;
  padding: 1px 5px;
  color: #142129;
  font-size: 90%;
}

.appConfirmBoxButtons a:hover {
  text-decoration: none;
}

#appConfirmBoxOk {
  margin-right: 5px;
}

#appConfirmBoxCancel {
  margin-left: 5px;
}

.leftBox {
  float: left;
  width: 49%;
}

.rightBox {
  float: right;
  width: 49%;
}

/* ========================================================= project styles */

h2 {
  overflow: hidden;
  padding: 0.6em 0 1.2em 31px;
  font-size: 110%;
}

.pageWidth {
	width: 960px;
	margin: 0 auto;
}

.tRight {
	text-align: right;
}

#topStrip {
	background-color: #fff;
	height: 0.9em;
}

#header {
  background: url(/images/header_outer.png) repeat-x;
}
#header a {
	color: #616161;
}
#headerInner {
	background: #fff url(/images/header.png) repeat-x;
	padding: 3em 20px 0;
	width: 920px;
}

#logoAndLang {
	float: left;
	/*width: 40%;*/
	padding-left: 50px;
}

#logo {
	float: left;
}

#newsletterAndSearch {
	float: right;
	padding: 2.6em 30px 0 0;
	height: 2.9em;
}
#newsletterContainer {
	display: none;
}
#newsletterLink {
	float: left;
	margin: 0.5em 17px 0 0;
	padding: 0 17px 0 0;
	border-right: 1px solid #e5e5e5;
}

#crazyStrip0 {	
	background: url(/images/crazy_strip_0.png) repeat-x 0 4.3em;
	z-index: 1;
}

#crazyStrip1 {
	background: url(/images/crazy_strip_1.png) no-repeat 25% 0;	
}

#crazyStrip2 {
	padding-left: 290px;
	padding-right: 0;
	width: 670px;
	position: relative;
}
#crazyStrip3 {
	background: url(/images/crazy_strip_3.png) no-repeat center top;
}
#column0 {
	position: absolute;
	top: 0;
	left: 0;
	width: 270px;
	padding: 0 0 0 20px;
	background: #fff url(/images/crazy_strip_0.png) repeat-x 0 4.3em;
	z-index: 0;
}

#column1 {
	background: #000 url(/images/column1.png) repeat-x 0 4.3em;
	padding-left: 20px;
}

#middle {
	width: 650px;
	margin: 0 auto;
	padding: 0.5em 20px 0 290px;
	background-color: #fff;
}
#middle h1, #middle .siteHead, #middle h2 {
	color: #df2928;
	font-size: 150%;
  	font-weight: bold;
	margin-bottom: 0.9em;
}
#middleSub h1, #middleSub .siteHead {
	font-size: 130%;
}
#middle h2 {
	padding: 0;
	font-size: 110%;
}
#middleBottom {
	clear: both;
	width: 940px;
	margin: 0 auto;
	padding: 0 20px 10px 0;
	background-color: #fff;
}
#middleS {
	border-left:1px solid #ECECEC;
}
#middleSub {
	border-left:1px solid #ECECEC;
	border-right:1px solid #ECECEC;
	min-height: 290px;
	height: auto !important;
	height: 290px;
	padding-bottom: 10px;
	font-size: 110%;
}
#footer {
	clear: both;
	margin: auto;
	width: 920px;
	color: #cecece;
	font-size: 90%;
}
#footerTop {
	height: 4.9em;
	color: #757575;
	background: url(/images/menu_simple_top.png) repeat-x 0 0.9em;
	line-height: 4em;
	font-weight: bold;
}
#footer a {
	color: #757575;
	text-transform: none;
}
#footer .left {
	padding: 0.9em 2.5em 0;
}
#footer .right {
	padding: 0.9em 2.5em 0 6em;
	text-transform: lowercase;
	border-left: 1px solid #4c4c4c;
	background: url(/images/menu_simple_top.png) repeat-x;
}
#footerBottom {
	padding: 1.2em 2.5em;
}

/* css file: articles.css */

#articleListPhoto {
	padding: 5px 20px 6px;
}
#articleListPhoto .more {
	float: right;
}
.no_rec {
	padding: 0 20px;
}
#article_search .subMenu {
	border-left:1px solid #ECECEC;
}
#article_search .subMenu ul {
	width: auto;
	margin: 15px 0;
	padding: 0;
}
#article_search .subMenu li {
	list-style: none;
	list-style-position: inside;
	background: url(/images/subcategory.gif) no-repeat left center;
	padding: 0;
	margin: 0;
	padding: 5px 0 6px 20px;
}
#article_search .subMenu li a {
	padding: 5px 0 6px;
	color: #616161;
}
#article_search .subMenu li.first a {
	border-bottom: 1px solid #ECECEC; 
}
#article_search .subMenu li a.selected, #article_search .subMenu li a:hover {
	color: #e22328;
	font-weight: bold;
	text-decoration: none;
}
#articleTop {
	border-top: 1px solid #ECECEC;
	border-bottom: 1px solid #ECECEC;
	padding: 0.9em 20px;
	width: 560px;
}
#articleTop h1 {
	font-size: 110%;
	font-weight: bolder;
	margin-bottom: 0;
}
.article, #article_search {
	float: left;
	overflow: hidden;
	padding: 0.9em 20px;
	background: url(/images/category.png) repeat-x;
	margin-right: 1px;
}
.article .more {
	float: right;
	font-weight: normal;
}
.article .format_1,
.article .format_2,
.article .format_3,
.article .format_4,
.article .format_5,
.article .format_6
{
    padding: 0.9em 20px 0.5em;
}

.article .artText
{
    text-align: justify; /* wyjustowanie tekstu artykułu */
}

.article img
{
    padding: 2px;           /* odstęp między obrazkiem a obramowaniem  */
}

/* ===== pliki do pobrania */
.artFiles {
	clear: both;
}
.artFiles img {
	float: left;
	margin-right: 0.5em;
	margin-bottom: 0.9em;
}
.artFiles ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.artFiles li {
	clear: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

.artFiles a {
	font-weight: bold;
}
.artFiles a:hover {
	text-decoration: underline !important;
}

/* ==================== format 1 */

.article .format_1 .artImages
{
    float: right;
    margin: 0.9em 0 0 1.4em;
}

.article .format_1 .artImages div
{
    margin: 0 0 10px;
	text-align: center;
}

/* ==================== format 2 */

.article .format_2 .artImages
{
    float: left;
    margin: 0.9em 1.4em 0 0;
}

.article .format_2 .artImages div
{
    margin: 0 0 10px;
	text-align: center;
}

/* ==================== format 3 */

.article .format_3 .artImages {
  	clear: both;
  	margin: 20px auto 0;
	text-align: center;
}

.article .format_3 .artImages div {
  	float: left;
  	text-align: center;
	margin: 5px;
	padding: 5px;
}

.article .format_3 .artImages img
{
    margin: 0 10px 10px;
}

/* ==================== format 4 */

.article .format_4 .artImages
{
  margin: 0 0 15px;
	text-align: center;
}

.article .format_4 .artImages div
{
  float: left;
  text-align: center;
  margin: 5px;
  padding: 5px;
}

.article .format_4 .artImages img
{
    margin: 10px 10px 0;
}

/* ==================== format 5 */

.article .format_5 .artImages
{
    margin: 20px 0 0;
    text-align: center;
    clear: both;
}

.article .format_5 .artImages div
{
  float: left;
  text-align: center;
  margin: 5px;
  padding: 5px;
}

.article .format_5 .artImages img
{
    margin: 0 10px 10px;
}

.article .format_5 .artText .rightTopImage
{
    float: right;
	text-align: center;
    margin: 0 0 0 0.9em;
}

/* ==================== format 6 */

.article .format_6 .artImages
{
    margin: 20px 0 0;
    text-align: center;
    clear: both;
}

.article .format_6 .artImages div
{
  float: left;
  text-align: center;
  margin: 5px;
  padding: 5px;
}

.article .format_6 .artImages img
{
    margin: 0 10px 10px;
}

.article .format_6 .artText .leftTopImage
{
    float: left;
	text-align: center;
    margin: 0 0.9em 0 0;
}

/* ===== wyniki wyszukiwania artykułów */
.articleSearchResults li
{
    padding: 0.4em 0;
}

.articleSearchResults li a  /* tytuł artykułu */
{
    font-weight: bold;
}

.articleSearchResults li a:hover
{
    
}

.articleSearchResults .searchIntro a    /* odnośnik 'więcej' */
{
    font-weight: normal;
}

/* ===== powiadom znajomego */
#articleSendToFriend
{
    margin: 1em 15px 0.5em;
    border-top: 1px solid #ECECEC;  /* górna linia oddzielająca */
    padding: 0.5em 1em;
    clear: both;
}

#articleSendToFriend .sendtofriendLbl,
#articleSendToFriend .sendtofriendName,
#articleSendToFriend .sendtofriendEmail,
#articleSendToFriend .sendtofriendSubmit
{
	float: left;
	padding-right: 10px;       /* odstępy między polami */
}

/* ===== pojedynczy wstęp do artykułu */
.articleIntro .articleIntroText
{
	text-align: justify;
}

#articlesList dt {
  font-size: 110%;
  font-weight: bold;
  margin-bottom: 0.5em;
}

#articlesList dd {
  border-bottom: 1px solid #000;
  margin-bottom: 2em;
  text-align: justify;
  line-height: 1.8em;
}

#articlesList dd.last {
  border-bottom-width: 0;
  margin-bottom: 0;
}

#searchBox {
	float: left;
	text-transform: lowercase;
}

#searchBox label {
	margin-right: 10px;
	font-weight: bold;
}

#searchBox input.textInput {
	width: 116px;
	margin-right: 10px;
}


/* css file: banners.css */

#banner_box {
	float: left;
	width: 491px;
}

#banner_box img {
	vertical-align: middle;
}

/* css file: brief.css */

/* ==================== lista briefów */
#briefsList
{
    padding: 1em 1.5em 0;
	clear: both;
}
#briefListPhoto {
	border-top: 1px solid #ECECEC;
	padding-left: 48px;
}
#middleSub #briefListPhoto {
	border-top: 1px solid #ECECEC;
	padding: 0.9em 20px;
	background: url(/images/category.png) repeat-x;
	margin-right: 1px;
	width: 608px;
}
#briefListPhoto .main_list {
	float: left;
	overflow: hidden;
	width: 256px;
	padding: 0.9em 20px 0;
	margin-right: 1px;
	background: url(/images/main_news.gif) no-repeat right bottom;
}
#briefListPhoto .main_list.last {
	background: none;
}
#briefListPhoto h2, #briefListPhoto h2 a {
	color: #000;
	float: left;
	font-size: 100%;
	padding-bottom: 0;
	padding-left: 0;
}
#briefListPhoto span {
	color: #cbcbcb;
}
#briefListPhoto .desc {
	padding: 10px 0 0 0;
}
#briefListPhoto .more {
	margin-top: 0.5em;
}
#briefsList dt /* tytuł aktualności */
{
	padding-bottom: 0.5em;
	font-weight: bold;
    font-size: 110%;
	width: 176px;    
}

#briefsList dt a
{
    
}

#briefsList dt a:hover
{

}

#briefsList dd /* treść aktualności */
{
    padding: 0 1.5em;
    text-align: justify;
}

#briefsList dd img /* ewentualny obrazek w aktualności */
{
    float: left;
    margin-right: 1em;
    margin-bottom: 0.3em;
}

/* ==================== pojedynczy brief */
#briefSingle .briefTitle strong /* tytuł briefa */
{

}

#briefSingle .briefTitle em /* data przy briefie */
{
    float: right;
}

#briefSingle .briefSingleText
{
	padding: 0.5em 1em;
	text-align: justify;
}

#briefSingle .briefSingleText #briefSinglePhoto /* ewentualne zdjęcie w briefie */
{
	float: left;
	margin-right: 1em;
	margin-bottom: 0.3em;
}

/* ==================== lista tytułów */
#briefListTitle
{
	padding: 0 1em;
	margin: 0;
}

#briefListTitle li
{
    list-style-type: none;
	padding: 0;
    margin: 0;
}

/* ==================== lista miesięcy briefów z intrem i outrem */
#briefMonths #intro,
#briefMonths #outro
{
	text-align: justify;
}

#briefMonths .briefsList
{

}

#briefMonths .briefsList li
{
    list-style-type: none;
}


/* css file: contacts.css */

#contactEmailFrom .row
{
	clear: both;
	min-height: 2.5em;
	height: auto !important;
	height: 2.5em;
}
.row {
	clear: both;
}
.conLabel
{
	float: left;
	font-weight: bold;
	width: 110px;   /* długość etykiety kontaktu  */
}

.conValue
{
    margin-left: 110px;  /* długość .conLabel  */
}

.leftBox
{
	float: left;
	width: 49%;
}

.rightBox
{
    float: right;
    width: 49%;
}
.rightBox label {
	width: auto !important;
}
.rightBox input, .rightBox textarea{
	clear: both;
	float: right;
	width: 260px !important;
}
.rightBox input.btn {
	width: auto !important;
}
/* ==================== kontakt z formularzem */

#leftBox h4,
#rightBox h4
{
    text-align: center;
	padding: 0.5em;
	margin-bottom: 0.5em;
	font-size: 100%;
}
#contactWithForm {
	float: left;
	overflow: hidden;
	padding: 0.9em 20px;
	background: url(/images/category.png) repeat-x;
	margin-right: 1px;
	width: 608px;
	border-top: 1px solid #ECECEC; 

}
#contactWithForm .addInfo
{
    clear: both;
}

#contactWithForm .avatar
{
    text-align: center;
}
.emailForm {
	padding-top: 2em;
}
.emailForm label
{
	float: left;
	font-weight: bold;
	width: 120px;
}
.errForm label {
	color: #df2928;
}
.emailForm textarea
{
    width: 160px;
	height: 144px;
	padding: 2px 5px;
}
.emailForm input
{
    width: 160px;
	padding: 2px 5px;
}
.emailForm input.btn
{
    width: auto;
}
.submitRow {
	float: right;
	padding-top: 10px;
}
/* ==================== kontakt domyślny z oddziałami */

#contactSections, #contactDepartments {
	width: 608px;
	padding: 0.9em 20px 2.2em;
	background: url(/images/category.png) repeat-x;
	margin-right: 1px;
	border-top: 1px solid #ECECEC;
}
#contactSections h2 {
	font-size: 110%;
}
/* ==================== kontakt domyślny prosty */

#contactSimple {
  float: left;
	width: 138px;
	border-left: 1px solid #c1c1bf;
	margin: 2em 0 0;
	padding: 0 0 0 20px;
}

#contactSimple h1 {
	color: #df2a39;
	font-weight: normal;
	font-size: 190%;
	margin-bottom: 0.1em;
}

#contactSimpleStreet {
  font-weight: bold;
  font-size: 115%;
  margin: 0.3em 0;
}

#contactSimpleCity {
	font-weight: bold;
	font-size: 115%;
	margin: 0.3em 0 0.8em;
}

/* ==================== kontakt domyślny prosty w stopce */

#contactFooter
{
	
}

/* ==================== kontakt domyślny prosty mini */

#contactMinisimple
{
    
}

#contactMinisimple #contactMinisimplePhone
{
    font-weight: bold;
}

#contactSections h2 {
  
}

#contactSections .contactPersonList {
  padding-bottom: 1em;
  border-bottom: 1px solid #000 !important;
  margin-bottom: 1em;
}

#contactSections .contactPersonList.last {
  padding-bottom: 0;
  border-bottom-width: 0;
  margin-bottom: 0;
}

/* css file: downloads.css */

#downloadSearch .subMenu {
	border-left:1px solid #ECECEC;
}
#downloadSearch .subMenu ul {
	width: auto;
	margin: 15px 0;
	padding: 0;
}
#downloadSearch .subMenu li {
	list-style: none;
	list-style-position: inside;
	background: url(/images/subcategory.gif) no-repeat left center;
	padding: 0;
	margin: 0;
	padding: 5px 0 6px 20px;
}
#downloadSearch .subMenu li a {
	padding: 5px 0 6px;
	color: #616161;
}
#downloadSearch .subMenu li.first a {
	border-bottom: 1px solid #ECECEC; 
}
#downloadSearch .subMenu li a.selected, #downloadSearch .subMenu li a:hover {
	color: #e22328;
	font-weight: bold;
}
#downWithFiles, #downloadSection, #downloadSearch {
	padding: 0.9em 20px;
	background: url(/images/category.png) repeat-x;
	margin-right: 1px;
	width: 608px;
	border-top: 1px solid #ECECEC; 
}
#downWithFiles img, #downloadSection img, #downloadSearch img {
	float: left;
	margin-right: 0.5em;
	margin-bottom: 0.9em;
}
#downWithFiles ul, #downloadSection ul, #downloadSearch ul {
	list-style: none;
	margin: 0;
	padding: 5px 20px;
}
#downWithFiles li, #downloadSection li, #downloadSearch li {
	clear: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

#downWithFiles a, #downloadSection a, #downloadSearch a {
	font-weight: bold;
}
#downWithFiles a:hover, #downloadSection a:hover, #downloadSearch a:hover {
	text-decoration: underline !important;
}
#downWithFiles .fileSection {
	border-top: 1px solid #ECECEC;
	padding: 0.9em 0;
	width: 600px;
}
#downWithFiles .fileSection h1 {
	font-size: 110% !important;
	padding-left: 10px;
}

/* css file: language.css */

#langBoxTxt {
	float: left;
	padding: 1.8em 0 0 16px;
}

#langBoxTxt ul {
  padding: 0;
	margin: 0;
}

#langBoxTxt ul li {
  list-style-type: none;
	padding: 0;
	margin: 0;
	float: left;
	margin-right: 5px;
}

#langBoxTxt ul li a {
	display: block;
  padding: 0.25em 5px 0.4em 5px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 95%;
	color: #bfbfbf;
}

#langBoxTxt ul li a:hover,
#langBoxTxt ul li.selected a {
	background: url(/images/circle.png) no-repeat 50% 50%;
  color: #fff;
	text-decoration: none;
}

/* css file: menu.css */

/* ==================== boczne dwupoziomowe */

#twoDSideMenu .sideMenu
{
    padding: 0;
    margin: 0 0 1em;
}

#twoDSideMenu .sideMenu li
{
    padding: 0;
    margin: 0;
    list-style-type: none;
}

#twoDSideMenu .sideMenu a     /* wszystkie odnośniki menu */
{
    display: block;
    padding: 0.3em 1em;
}

#twoDSideMenu .sideMenu a:hover   
{

}

#twoDSideMenu .sideMenu li.first a  /* first-child */
{

}

#twoDSideMenu .sideMenu li.last a   /* last-child */
{

}

#twoDSideMenu .sideMenu li.selected   /* element aktualny */
{

}

#twoDSideMenu .sideMenu li.selected a     /* odnośnik elementu aktualnego */
{

}

#twoDSideMenu .sideMenu li.selected ul    /* podmenu aktualnego elementu */
{

}

#twoDSideMenu .sideMenu li.selected ul a  /* odnośnik w podmenu aktualnego elementu */
{
    font-size: 90%;
}

#twoDSideMenu .sideMenu li.selected ul a:hover
{
   
}

#twoDSideMenu .sideMenu li.selected ul a.selected     /* aktualny element podmenu */
{

}

/* ==================== górne nawigacyjne */

#navigationTop
{
    position: absolute;
    top: 1px;
    right: 0;
    padding: 0 0 0 2em;
    margin: 0;
    min-height: 2.5em;
    font-size: 90%;
}

#navigationTop li
{
    line-height: 2.5em;
    list-style-type: none;
    float: left;
	padding-right: 2em;
    background-position: 0;         /* dla ewentualnych obrazków przy elementach nawigacji */
    background-repeat: no-repeat;
}

#navigationTop li a
{
    padding-left: 0;    /* miejsce na ewentualny obrazek */
}

#navigationTop li a:hover
{

}

/* ==================== górne zwykłe poziome */

#menuSimpleTop {
	background: url(/images/menu_simple_top.png) repeat-x 0 0.9em;
	margin-top: 0.8em;
}

#menuSimpleTop ul {
  padding: 0 ;
  margin: 0;
	z-index: 100;
}
#menuSimpleTop ul ul {
	position: absolute;
	top: 5.6em;
	left: 0;
	display: none;
	width: 16em;
	z-index: 100;
}
#menuSimpleTop ul ul li {
	border-top: 1px solid #606060;
	width: 100%;
}
#menuSimpleTop ul li {
  list-style-type: none;
  float: left;
  position: relative;
	z-index: 100;
}
#menuSimpleTop ul li a {
  display: block;
  /*float: left;*/
	background-color: #000;
	color: #fff;
  padding: 1.4em 28px 1.4em;
	border-right: 1px solid #4c4c4c;
	font-size: 110%;
	margin-top: 0.9em;
}
#menuSimpleTop ul li a.firstLevel {
	float: left;
}

#menuSimpleTop ul li.selected a,
#menuSimpleTop ul li a:hover, #menuSimpleTop ul li li a, #menuSimpleTop ul li:hover a{
  padding-top: 2.3em;
	padding-bottom: 1.3em;
  margin-top: 0;
	text-decoration: none;
}
#menuSimpleTop ul li li a:hover {
	color: #aaa;
}

#menuSimpleTop ul li:hover ul {
  display: block;
}

#menuSimpleTop ul li.first {
  
}

#menuSimpleTop ul li.first a {
  padding-left: 49px;
}
#menuSimpleTop ul li li.first a {
	padding-left: 28px;
}
#menuSimpleTop ul li.first li a {
  padding-left: 49px;
}
#menuSimpleTop ul li.last a {
  border-right-width: 0;
}
#menuSimpleTop li li a {
  	padding-top: 0.4em !important;
	padding-bottom: 0.4em !important;
}
#menuSimpleTop ul li#siteMap {
	float: right;	
}

#menuSimpleTop ul li#siteMap a {
	border-right-width: 0;
  color: #868686;
}

#menuSimpleTop ul li#siteMap a:hover,
#menuSimpleTop ul li#siteMap.selected a {
  color: #fff;
}

/* ==================== górne poziome podmenu */

#submenuSimpleTop ul
{
    padding: 0 10px;
    margin: 0;
	font-size: 95%;
}

#submenuSimpleTop ul li
{
    list-style-type: none;
    float: left;    
}

#submenuSimpleTop ul li a
{
    display: block;
    float: left;
    padding: 0.3em 1em;
}

#submenuSimpleTop ul li.selected a
{
    
}

#submenuSimpleTop ul li a:hover
{

}

#submenuSimpleTop ul li.first a
{

}

#submenuSimpleTop ul li.last a
{

}

/* ==================== zwykłe menu w stopce */

#menuSimpleFooter
{
    padding: 0;
    margin: 0 0 1.5em;
    text-align: center;
	font-size: 95%;
}

#menuSimpleFooter li
{
    margin: 0;
    list-style-type: none;
    display: inline;
    padding: 0 0.2em;
}

#menuSimpleFooter li a
{
    
}

#menuSimpleFooter li a:hover
{
    
}

#menuSimpleFooter li.first a
{

}

#menuSimpleFooter li.last a
{

}

/* ==================== górne menu z podmenu rozwijanym w JS */

/* menu główne */
#menu2dhTop ul
{
    padding: 0 10px;
    margin: 0;
    line-height: 2.5em;
    min-height: 2.5em;
}

#menu2dhTop ul li
{
    list-style-type: none;
    margin: 0;
    padding: 0; 
    float: left;
    min-height: 2.5em;
}

#menu2dhTop ul li a
{
    font-weight: bold;
    display: block;
    min-height: 2.5em;
    padding: 0 0.8em;
}

#menu2dhTop ul li a:hover
{
	
}

#menu2dhTop ul li.selected a 
{
    
}

/* podmenu */
#menu2dhSub
{
    min-height: 2.5em;
}

#menu2dhSub ul
{
    padding: 0 10px 0 15px;
    margin: 0;
    font-size: 95%;
    line-height: 2.5em;
    min-height: 2.5em;
}

#menu2dhSub ul li
{
    list-style-type: none;
    margin: 0;
    padding: 0; 
    float: left;
    min-height: 2.5em;
}

#menu2dhSub ul li a
{
    display: block;
    min-height: 2.5em;
    padding: 0 1em;
}


/* css file: newsletter.css */

/* ==================== box dopisania i wypisania z newslettera */

#newsletter input {
	font-size: 90%;
}
#newsletter #emailNewsletter {
  width: 116px;
}

#newsletter label {
  margin: 0 2px;
}

#newsletter label input {
  position: relative;
	top: -0.1em;
	margin-right: 5px;
}


/* css file: products.css */

#text_short, #text_long {
	min-height: 6.1em;
}
#productSearch .subMenu {
	border-left:1px solid #ECECEC;
}
#productSearch .subMenu ul {
	width: auto;
	margin: 15px 0;
	padding: 0;
}
#productSearch .subMenu li {
	list-style: none;
	list-style-position: inside;
	background: url(/images/subcategory.gif) no-repeat left center;
	padding: 0;
	margin: 0;
	padding: 5px 0 6px 20px;
}
#productSearch .subMenu li a {
	padding: 5px 0 6px;
	color: #616161;
}
#productSearch .subMenu li.first a {
	border-bottom: 1px solid #ECECEC; 
}
#productSearch .subMenu li a.selected, #productSearch .subMenu li a:hover {
	color: #e22328;
	font-weight: bold;
}
#pSearchBox {
	background-color: #4c4c4c;
	width: 240px;
	padding: 0.6em 10px 0 0;
}

#pSearchBox h2 {
  color: #fff;
  width: 93px;
  float: left;
  border-bottom: 1px solid #737373;
  border-top: 1px solid #4C4C4C;
	text-align: center;
	padding-left: 0;
	font-weight: normal;
}

#sbProducts,
#sbSet {
	float: left;
	border-bottom: 1px solid #737373;
	border-top: 1px solid #4C4C4C;
  padding: 0.6em 0 1.2em 0;
  font-size: 110%;
  text-align: center;
}

#sbProducts,
#sbSet {
	color: #888;	
}

#sbProducts:hover,
#sbSet:hover {
	text-decoration: none;
	color: #fff;
}
#sbProducts.selected,
#sbSet.selected {
	text-decoration: none;
	color: #fff;
	border: 1px solid #737373;
	border-bottom: 1px solid #4C4C4C;
	background: url(/images/sblink.png) repeat-x;
}

#sbProducts {
	width: 66px;
}

#sbSet {
  width: 79px;
}

#pSearchBox .formContainer {
	padding: 1.6em 30px;
}

#pSearchBox .row {
	clear: both;
	height: 2.5em;
}

#pSearchBox .submitRow {
	text-align: right;
}

#pSearchBox label {
	color: #d9d9d9;
}

#pSearchBox select {
	width: 118px;
	float: left;
}

#pSearchBox #searchForm1 label {
  width: 62px;
  overflow: hidden;
  float: left;
}

#pSearchBox #searchForm2 {
	display: none;
}

#pSearchBox #searchForm2 label {
	padding-left: 5px;
}

#prodNewest {
	background: url(/images/prod_newest.png) repeat-x;
	padding: 0 8px 0 0;
}

#prodNewest h2 {
	color: #050505;
	border-bottom: 1px solid #eaeaea;
	margin: 0.4em 0 1.2em;
}

#prodNewest .pnSymbol {
	padding-left: 30px;
	margin-bottom: 0.3em;
}

#prodNewest .pnSymbol span {
	font-weight: bold;
	margin-left: 10px;
}

#prodNewest .pnImage {
	display: block;
	width: 128px;
	text-align: center;
}

#prodNewest .pnImage.float {
	float: left;
}

#prodNewest .pnDescription {
	text-align: justify;
	padding-left: 30px;
}

#prodNewest .pnDescription .tRight {
	margin-top: 1.7em;
}

#prodNewest .pnDescription a.btn {
	padding: 0.4em 4px;
}

#prodNewest .pnDescription.float {
	float: left;
	width: 108px;
	padding-left: 5px;
}

#categoryListContainer {
    border: 1px solid #ECECEC;
	border-left-width: 0;
	border-bottom-width: 0;
	padding: 0 0 0.9em;
}

#categoryList {
	background: url(/images/category_list.png) repeat-y;
}

#categoryList .category {
	float: left;
	overflow: hidden;
	width: 176px;
	padding: 0.9em 20px 2.5em;
	background: url(/images/category.png) repeat-x;
	margin-right: 1px;
}
#categoryList .category h1 {
	font-size: 150%;
}
#categoryList #cat_3 {
	margin-right: 0;
	padding-right: 18px;
}
#categoryList .category .clImage {
	display: block;
	margin-bottom: 0.8em;	
}

#categoryList .category .clDescription {
	text-align: justify;
}

#categoryList .category .tRight {
  margin-top: 1.7em;
}
#category, #productSearch, #productsCategory {
	float: left;
	overflow: hidden;
	padding: 0.9em 20px;
	background: url(/images/category.png) repeat-x;
	margin-right: 1px;
}
#productsCategory {
	background: none;
	width: 600px;	
}
#category {
	width: 608px;
	border-top: 1px solid #ECECEC;
}
#category .left {
	width: 70%;
}
#category .subMenu {
	width: 25%;
	border-left:1px solid #ECECEC;
	margin-top: 4em;
}
#category .subMenu ul {
	width: auto;
	margin: 15px 0;
	padding: 0;
}
#category .subMenu li {
	list-style: none;
	list-style-position: inside;
	background: url(/images/subcategory.gif) no-repeat left center;
	padding: 0;
	margin: 0;
	padding: 5px 0 6px 20px;
}
#category .subMenu li a {
	padding: 5px 0 6px;
	color: #616161;
}
#category .subMenu li.first a {
	border-bottom: 1px solid #ECECEC; 
}
#category .subMenu li a.selected, #category .subMenu li a:hover {
	color: #e22328;
	font-weight: bold;
	text-decoration: none;
}
#category img {
	float: left;
	margin-right: 15px;
}
#productsCategory {
	clear: both;
}
#productsCategory h1 {
	font-size: 110%;
	font-weight: bolder;
	margin-bottom: 0;
}
#productsCategory .value {
	padding: 0.9em 0 0.5em;
}
#productsCategory table, #productSearch table {
	border-collapse: collapse;
	margin: 0;
	width: 600px;
}
#productsCategory th, #productsCategory td,  #productSearch th,  #productSearch td {
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	line-height: 2em;
	color: #ccc;
	padding: 0 5px;
}
#productsCategory .symbol, #productSearch .symbol {
	color: #595959;
}
#productTop {
	border-top: 1px solid #ECECEC;
	border-bottom: 1px solid #ECECEC;
	padding: 0.9em 0;
	width: 600px;
}
#productTop h1 {
	margin-bottom: 0 !important;
	font-size: 110% !important;
	padding-left: 0;
}
#productMiddle {
	padding: 0 20px;
}
#productMiddle td {
	color: #595959;
}
#productMiddle h2 {
	font-size: 110% !important;
	margin-top: 0.9em;
	margin-bottom: 0 !important;
}
.prodImages {
	float: right;
	padding-left: 1.4em;
}
.prodImages img{
	margin: 0.9em 0 0.5em;
}
.prodFiles img {
	float: left;
	margin-right: 0.5em;
	margin-bottom: 0.9em;
	width: 35px;
}
.prodFiles ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: 1em;
}
.prodFiles li {
	clear: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

.prodFiles a {
	font-weight: bold;
}
.prodFiles a:hover {
	text-decoration: underline !important;
}

/* css file: sitemap.css */

/* ==================== podstawowy sitemap */
#sitemap_box {
	float: left;
	overflow: hidden;
	padding: 0.9em 20px;
	background: url(/images/category.png) repeat-x;
	margin-right: 1px;
	width: 608px;
	border-top: 1px solid #ECECEC; 
}
.sitemap
{
    padding: 0.2em 2em 1em 5em;
}
.sitemapBox,
.sitemapMain
{
    padding: 1px 0 1px 15px;
    margin: 0;
    font-weight: normal;
}

.sitemapMain /* lista elementów pierwszego poziomu */
{
    border-left-width: 0;
    font-weight: bold;
}

.sitemapBox li,
.sitemapMain li
{
    padding: 1px 0;
    list-style-type: none;
}

.sitemapBox li a,
.sitemapMain li a
{
    color: #616161;
	padding: 0 1px 0 15px;
	background: url(/images/more.gif) left center no-repeat;
}

.sitemapBox li a:hover,
.sitemapMain li a:hover
{
	color: #DF2928;
}
