/* 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:hover { text-decoration: none; }
fieldset, img { border: none; }
/* =============== */

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

html
{
    font-size: small;
}

body
{
    color: #000;
    font-size: 85%;
    line-height: 1.5em;
    font-family: Tahoma, Arial, Verdana, Helvetica, Lucida Grande, sans-serif;  
	background: #e5e5e5 url(../images/bg_foot.png) 67% 0 repeat-y; 
}

input,
textarea,
select
{
    font-size: 100%;
    padding: 2px;
    margin: 0;
    vertical-align: middle;
	border: 1px solid #dfdede; /* obramowanie pól formularza */
}

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

address
{
	font-style: normal;
}

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

.btn /* przyciski */
{
	text-transform: lowercase;
    color: #fff;
    background-color: #999;
    padding: 0.2em 1em;
	border: none;
}

.btn:hover
{
    background-color: #777;
}

.clearBoth
{
    clear: both;
}

#info div /* boxy z błędami i informacjami */
{
    margin: 0.5em;
    padding: 0.2em 2em;
    font-weight: bold;
}

#info div div
{
    border-width: 0;
	padding-left: 200px;
    background-position: 180px;
    background-repeat: no-repeat;
}

#info_err div /* box z błędami */
{
    color: #d50d0d;         /* kolor czcionki */
	background-image: url(../images/err.gif);
}

#info_msg div /* box z informacjami */
{
    color: #81b024;            /* kolor czcionki */
	background-image: url(../images/msg.gif);
}

a /* odnośniki ogólnie */
{
	color: #f60;
	text-decoration: underline;
}

a:hover /* odnośniki hover ogólnie */
{
	text-decoration: none;
}

.back /* box z odnośnikiem powrotu */
{
    margin: 2em 1em 1em;
    text-align: right;
}

.back a
{
    text-transform: lowercase;
	float: right;
    color: #fff;
    background-color: #999;
    text-decoration: none;
    padding: 0.2em 1em;
}

.back a:hover
{
    background-color: #777;
}

.more /* box z odnośnikiem więcej */
{
    margin: 1em 0.5em 0;
}

.more a
{
    text-transform: lowercase;
	float: right;
	color: #fff;
	background-color: #f60;
	text-decoration: none;
	padding: 0.2em 1em;
}

.more a:hover
{
    background-color: #ef5f00;
}

.pageNav
{
	text-align: right;
	padding: 0.5em 13px 0 0;
}

.pageNav a, /* stonicowanie */
.pageNav span
{
    padding: 0.3em 0.6em;
	background-color: #e0dfdf;
	margin: 0 3px;
	color: #000;
	text-decoration: none;
}

.pageNav a.selected,
.pageNav a:hover,
.pageNav span
{
    background-color: #f60;
    color: #fff;
}

.pageNav span.navDots
{
    background-color: transparent;
	color: #000;
	margin: 0 -5px;
}

#productList .pageNav
{
	clear: both;
}

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

#wrapper
{
	background: #000 url(../images/bg_main.png) 67% 0 repeat-y;
}

.headHide
{
	display: none;
}

#h005_1_1,
#h005_2_1,
#m004_1,
#f005_1
{
	float: left;
	width: 67%;
	background-color: #fff;
}

#h005_1_2,
#h005_2_2,
#m004_2,
#f005_2
{
    float: left;
    width: 33%;
}

#h005_1_1_1,
#h005_2_1_1,
#m004_1_1,
#f005_1_1,
#f005_1_2_1
{
    float: right;
    width: 640px;
}

#h005_1_2_1,
#h005_2_2_1,
#m004_2_1,
#f005_2_1
{
    float: left;
    width: 310px;
	color: #8d8e90;
}

#h005_1_1_1,
#h005_1_2_1
{
	min-height: 90px;
	position: relative;
}

#h005_1_1_1 a
{
	margin: 25px 15px 0;
	display: block;
	width: 202px;
	height: 43px;
}

#h005_1_1_1 > img
{
    position: absolute;
	bottom: 15px;
	right: 20px;
}

#h005_1_1 
{
    margin-top:5px;
    border-top: 1px solid #a3a3a3;
}

#h005_1_2_1
{
    margin-top: 5px;
    border-top: 1px solid #fff;
}

#h005_1_2_1 > img
{
    position: absolute;
    bottom: 11px;
    left: 20px;
}

#h005_2_1
{
	background: #f3f2f2 url(../images/menu_bg.png) 0 100% repeat-x;
}

#h005_2_1
{
	min-height: 3.5em;
}

#h005_2_2
{
	background: transparent url(../images/listen_bg.png) 0 repeat-y;
}

#h005_2_2_1
{
	background-color: #fff;
	min-height: 2em;
	padding: 1.1em 5px 0.4em 43px;
	width: 265px;
}

#h005_2_2_1 img
{
	margin-right: 45px;
}

#h005_2_2_1 img,
#h005_2_2_1 object,
#h005_2_2_1 embed
{
	vertical-align: middle;
}

div.siteHead
{
	background-position: 0 0;
	background-repeat: no-repeat;
	padding-top: 18px;
}

div.siteHead h2
{
    display: none;
}

div.siteHead span
{
    font-size: 98%;
	color: #7f7f7f;
}

#m004_2_1 div.siteHead span
{
    color: #555759;
}

#m004_1_1
{
	padding-right: 50px;
	padding-left: 10px;
	padding-top: 1.5em;
	width: 580px;
}

#m004_1_1_1_1
{
	float: left;
	width: 230px;
	padding-right: 10px;
}

#m004_1_1_1_1 #brief_mainhead
{
    background-image: url(../images/h_aktualnosci.png);
}

#m004_1_1_1_2
{
    float: left;
    width: 310px;
	padding-left: 30px;
}

#m004_1_1_1_2 #product_mainhead
{
    background-image: url(../images/h_wybranerealizacje.png);
	background-position: 0 4px;
}

#m004_2
{
	color: #8e8d8f;
}

#m004_1_1_2
{
	padding-top: 1.3em;
}

#ourBrands div.siteHead
{
	background-image: url(../images/h_naszemarki.png);
    background-position: 0 2px;
}

#ourBrands ul
{
    list-style-type: none;
	padding: 0;
	margin: 1em 0;	
}

#ourBrands ul li
{
    float: left;
	width: 180px;
}

#ourBrands ul li.mid
{
    padding: 0 20px;
}

#ourBrands .ourBrandsLogo
{
	text-align: center;
	min-height: 50px;
	padding-top: 6px;
}

#ourBrands ul li p
{
    margin: 0.5em 0;
	min-height: 4.5em;
}

#ourBrands ul li div a
{
    color: #7f7f7f;
	text-decoration: none;
}

#ourBrands ul li div a:hover
{
    text-decoration: underline;
}

#m004_1_1_3
{
	padding: 30px 0 0;
	clear: both;
}

#m004_1_1_3 div.siteHead
{
    background-image: url(../images/h_zaufalinam.png);
    background-position: 0 2px;
}

#trus
{
	border-top: 1px solid #a4a4a4;
	border-bottom: 1px solid #a4a4a4;
	margin: 0.5em 0;
	position: relative;
	padding: 0 15px;
}

#trus_leftarr,
#trus_rightarr
{
	width: 12px;
    height: 36px;
	background-position: 0;
	background-repeat: no-repeat;
	top: 18px;
	position: absolute;
	cursor: pointer;
}

#trus_leftarr
{
	background-image: url(../images/trust_arr_left.png);
	left: 0;
}

#trus_rightarr
{
    background-image: url(../images/trust_arr_right.png);
    right: 0;
}

#trus_logotyps
{
	padding: 15px 0;
	height: 40px;
	width: 100%;
	display: block; 
}

#trus .outer
{
	float: left;
	width: 24%;
	text-align: center;
	opacity: 0;
}

#m004_2_1
{
	width: 285px;
	padding-left: 25px;
	padding-top: 1.5em;
}

#m004_2_1 .articleIntro
{
	padding: 0 20px 1.5em;
}

#ourServices
{
	background-image: url(../images/h_naszeuslugi.png);
    background-position: 0 2px;
	margin-bottom: 1.5em;
}

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

.ourServicesList li
{
    padding-left: 11px;
	background: transparent url(../images/dot_orange.gif) 3px 9px no-repeat;
}

.ourServicesList li a
{
    text-decoration: none;
	color: #8d8e90;
}

.ourServicesList li a:hover
{
    color: #f60;
}

.ourServicesList li.sep
{
    margin-top: 1em;
}

#consult,
#contactTwoCols
{
    background: transparent url(../images/line_orange.gif) 0 0 repeat-x;	
	padding: 1.5em 20px;
	text-align: justify;
	clear: both;
}

#consult
{
	padding-bottom: 4em;
	margin-top: 2.5em;
}

#consult_head
{
	background-image: url(../images/h_bezplatnekonsultacje.png);
    background-position: 0 2px;
	margin-bottom: 1.3em;
}

#contactTwoCols .more
{
	clear: both;
}

#contactTwoCols .more a
{
	background-color: #5d5e60;
	color: #000;
}

#contactTwoCols .more a:hover
{
    background-color: #7f7f7f;
}

#contLeft,
#contRight
{
	float: left;
	width: 50%;
}

#contLeft
{
	color: #606264;
}

#contRight
{
    color: #696a6c;
}

#f005_1
{
	background: #fff url(../images/foot_grad.png) 0 100% repeat-x;
	padding-top: 1.5em;
}

#f005_1_1
{
    min-height: 3em;
}

#f005_1_2
{
    border-top: 1px solid #a3a3a3;
}

#f005_1_2_1
{
    color: #7f7f7f;
	line-height: 2em;
	padding: 1em 0;
}

#f005_1_2_1 a
{
    color: #7f7f7f;
	text-decoration: none;
}

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

#f005_2
{
	padding-top: 1.5em;
}

#f005_2_1
{
    margin-top: 3em;
	border-top: 1px solid #fff;
}

.clearing
{
	clear: both;
}

h1.siteHead,
h2.siteHead,
h3.siteHead,
h4.siteHead,
.emailForm h2
{
	font-size: 110%;
	font-weight: bold;
	border-bottom: 1px solid #dfdede;
	padding: 0 0 0.5em;
	margin-bottom: 0.9em;
}

#m004_1_1_1a
{
	min-height: 450px;
    line-height: 1.7em;
	position: relative;
}


/* css file: articles.css */

.article .format_1,
.article .format_2,
.article .format_3,
.article .format_4,
.article .format_5,
.article .format_6
{
    padding: 0.5em 0 0.5em;
}

.article .artText
{
    text-align: justify; /* wyjustowanie tekstu artykułu */
}

.article img
{
    border: 1px solid #dfdede; /* obramowanie obrazka */
    padding: 2px;           /* odstęp między obrazkiem a obramowaniem  */
}

/* ===== pliki do pobrania */
.artFiles
{
    margin: 2em 0 1em;
    padding: 1em 1em 0;
    clear: both;
	border-top: 1px solid #dfdede; /* górna linia oddzielająca */
}

.artFiles ul
{
    margin: 0 1em;
    padding: 0;
}

.artFiles ul li
{
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.artFiles ul a
{
    /* odnośnik do pliku */
}

.artFiles ul a:hover
{
    
}

/* ==================== format 1 */

.article .format_1 .artImages
{
    float: right;
    margin: 0 0 0 20px;
}

.article .format_1 .artImages div
{
    margin: 0 0 10px;
	text-align: center;
}

/* ==================== format 2 */

.article .format_2 .artImages
{
    float: left;
    margin: 0 20px 0 0;
}

.article .format_2 .artImages div
{
    margin: 0 0 10px;
	text-align: center;
}

/* ==================== format 3 */

.article .format_3 .artImages
{
    margin: 20px 0 0;
	text-align: center;
}

.article .format_3 .artImages div
{
    display: inline;
    text-align: center;
}

.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
{
    display: inline;
    text-align: center;
}

.article .format_4 .artImages img
{
    margin: 10px 10px 0;
}

/* ==================== format 5 */

.article .format_5 .artImages
{
    margin: 20px 0 0;
    text-align: center;
    clear: right;
}

.article .format_5 .artImages div
{
     display: inline;
	 text-align: center;
}

.article .format_5 .artImages img
{
    margin: 0 10px 10px;
}

.article .format_5 .artText img
{
    float: right;
    margin: 0 0 10px 20px;
}

/* ==================== format 6 */

.article .format_6 .artImages
{
    margin: 20px 0 0;
    text-align: center;
    clear: left;
}

.article .format_6 .artImages div
{
     display: inline;
	 text-align: center;
}

.article .format_6 .artImages img
{
    margin: 0 10px 10px;
}

.article .format_6 .artText img
{
    float: left;
    margin: 0 20px 10px 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 #f00;  /* 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;
}


/* css file: brief.css */

/* ==================== lista briefów */
#briefsList
{
    padding: 1em 0 0;
}

#briefsList dt /* tytuł aktualności */
{
	padding: 0 15px 0.5em;
	font-weight: bold;
    font-size: 110%;   
	clear: both;
	margin-top: 0.5em;
}

#briefsList dt a
{
    text-decoration: none;
	color: #000;
}

#briefsList dt a:hover
{
    color: #f60;
}

#briefsList dd /* treść aktualności */
{
    padding: 0 15px;
    text-align: justify;
	padding-bottom: 2.5em;
    margin-bottom: 20px;
    border-bottom: 1px solid #dfdede;
}

#briefsList dd img /* ewentualny obrazek w aktualności */
{
    float: left;
    margin-right: 1em;
    margin-bottom: 0.3em;
}

#briefsList dd .more em
{
    color: #7f7f7f;
    font-style: normal;
    font-size: 95%;
    vertical-align: middle;
}

/* ==================== pojedynczy brief */

#briefSingle .briefTitle
{
    margin: 1em 0;
}

#briefSingle .briefTitle a
{
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

#briefSingle
{
	text-align: justify;
}

#briefSingle .more em
{
    color: #7f7f7f;
	font-style: normal;
	font-size: 95%;
	vertical-align: middle;
}

/* ==================== lista tytułów */
#briefListTitle
{
	padding: 1em 10px;
	margin: 0;
	position: absolute;
	top: 50px;
	right: 0;
	width: 230px;
}

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

#briefListTitle li
{   
	padding: 0;
    margin: 0;
    background: #fff url(../images/sitemap_line.gif) 0 0 repeat-y;
}

#briefListTitle li a
{
	padding: 0 1px 0 12px;
    color: #000;
    text-decoration: none;
    background: transparent url(../images/sitemap_point.gif) 0 no-repeat;
    display: block;
}

#briefListTitle li.listFirst > a
{
    background-image: url(../images/sitemap_top.gif);
}

#briefListTitle li.listLast > a
{
    background-image: url(../images/sitemap_bottom.gif);
}

#briefListTitle li.listOne a,
#briefListTitle li.listOne
{
    background-image: none;
}

#briefListTitle li a:hover
{
    color: #f60;
}

/* ==================== 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 */

.row
{
	clear: left;
	padding-bottom: 3px;
}

.conLabel
{
	float: left;
	width: 90px;   /* długość etykiety kontaktu  */
}

.conValue
{
    margin-left: 90px;  /* długość .conLabel  */
}

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

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

/* ==================== kontakt z formularzem */

#leftBox h4,
#rightBox h4
{
	padding: 0.5em;
	padding-left: 90px;
	margin-bottom: 0.5em;
	font-size: 100%;
}

#rightBox .avatar
{
    float: left;
    width: 200px;
    text-align: center;
}

#contactWithForm
{
	border-bottom: 1px solid #fff;
}

.emailForm fieldset
{
	padding-left: 70px;
}

.emailForm h2
{
    clear: both; 	
	margin-top: 3em;
	margin-bottom: 2em;
}

.emailForm label
{
	float: left;
	font-weight: bold;
	width: 140px;
}

.emailForm input
{
    width: 220px;
}

.emailForm input:focus,
.emailForm textarea:focus
{
    border-color: #f60;
}

.emailForm textarea
{
    width: 300px;
	height: 120px;
}

.emailForm .btn
{
	margin-left: 395px;
	margin-top: 0.7em;
	width: 50px;
}

#contactMap img
{
	display: block;
	margin: 1.5em auto;
}

/* ==================== kontakt domyślny z oddziałami */

#contactSections
{
    
}

/* ==================== kontakt domyślny prosty */

#contactSimple
{
    
}

/* ==================== kontakt domyślny prosty w stopce */

#contactFooter
{
	
}

/* ==================== kontakt domyślny prosty mini */

#contactMinisimple
{
    
}

#contactMinisimple #contactMinisimplePhone
{
    font-weight: bold;
}

/* css file: menu.css */

/* ==================== boczne dwupoziomowe */

#twoDSideMenu
{
	background: transparent url(../images/menu_left_bg.png) 0 repeat;
	width: 270px;
	margin: 0 auto;
}

#twoDSideMenu .siteHead
{
	padding: 0;
}

#twoDSideMenu .sideMenu
{
	background: transparent url(../images/h_kategorie.png) 23px 20px no-repeat;
    padding: 40px 20px 15px; 
	margin: 0;
}

#twoDSideMenu .sideMenu li
{
    padding: 0;
    margin: 0;
    list-style-type: none;
}

#twoDSideMenu .sideMenu a     /* wszystkie odnośniki menu */
{
    display: block;
    padding: 0.3em 11px;
    background: transparent url(../images/dot_orange.gif) 3px no-repeat;
	color: #949596;
	text-decoration: none;
	font-size: 110%;
}

#twoDSideMenu .sideMenu a:hover   
{
    color: #f60;
}

#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 */
{
    color: #f60;
}

#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: 10px;
    left: 80px;
	padding: 0;
    margin: 0;
	list-style-type: none;
}

#navigationTop li
{
    float: left;
	padding: 0 2px;
}

#navigationTop li a
{
    background-position: 50%;
	background-repeat: no-repeat;
	float: left;
	padding: 0 23px;
	height: 11px;
}

#navigationTop li a span
{
	display: none;
}

#navigationTop li.navigation_start a
{
	background-image: url(../images/nav_start.gif);
}

#navigationTop li.navigation_start a:hover
{
    background-image: url(../images/nav_start_hov.gif);
}

#navigationTop li.navigation_contact
{
	border-left: 1px solid #48494c;
	border-right: 1px solid #48494c; 
}

#navigationTop li.navigation_contact a
{
    background-image: url(../images/nav_email.gif);
}

#navigationTop li.navigation_contact a:hover
{
    background-image: url(../images/nav_email_hov.gif);
}

#navigationTop li.navigation_sitemap a
{
    background-image: url(../images/nav_sitemap.gif);
}

#navigationTop li.navigation_sitemap a:hover
{
    background-image: url(../images/nav_sitemap_hov.gif);
}

/* ==================== górne zwykłe poziome */

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

#menuSimpleTop ul li
{
    min-height: 3.3em;
	line-height: 3.3em;
    float: left;
	padding: 0.3em 9px 0 8px;
    background: transparent url(../images/menu_sep.png) 100% no-repeat;
}

#menuSimpleTop ul li.last
{
    background: none;
}

#menuSimpleTop ul li.first
{
    padding-left: 0;
}

#menuSimpleTop ul li a
{
    font-weight: bold;
    color: #000;
    text-decoration: none;
    float: left;
    font-size: 110%;
    height: 100%;
	padding: 0 1em;
}

#menuSimpleTop ul li.selected a
{
	background: #3e4043 url(../images/menu_sel_bg.png) 0 100% repeat-x;
	color: #e0e0e1;
}

#menuSimpleTop ul li a:hover
{
	background: #3e4043 url(../images/menu_sel_bg.png) 0 100% repeat-x;
    color: #e0e0e1;
}

/* ==================== 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;
	list-style-type: none;
	line-height: 3em;
}

#menuSimpleFooter li
{
    margin: 0;
    display: inline;
}

#menuSimpleFooter li a
{
    color: #000;
	padding: 0 0.7em 0 0.4em;
	border-right: 1px solid #000;
	text-decoration: none;
}

#menuSimpleFooter li a:hover
{
    text-decoration: underline;
	color: #f60;
}

#menuSimpleFooter li.first a
{
    
}

#menuSimpleFooter li.last a
{
    border-right: none;
}

/* ==================== 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: products.css */

#listPicked strong
{
	margin: 1em 0 0.3em;
	display: block;
}

#listPicked .productImage
{
	float: left;
	margin: 0 auto;
	background-color: #dfdede; 
}

#listPicked .productImage a
{
	position: relative;
	top: -2px;
	left: -2px;
}

#listPicked a img
{
    display: block;
	border: 1px solid #000;
	padding: 2px;
    background-color: #fff;
}

#listPicked a:hover img
{
    border-color: #818181;
}

#listPicked .pageNav
{
	clear: left;
}

#prodList dt
{
	font-weight: bold;
	padding-left: 280px;
	padding-bottom: 0.6em;
	clear: left;
	padding-top: 1em;
}

#prodList dd .prodImage
{
    float: left;
	background-color: #dfdede;
	position: relative;
	margin-top: -1em;
}

#prodList dd .prodImage img
{
    border: 1px solid #000;
	position: relative;
	top: -2px;
	left: -2px;
	display: block;
	padding: 2px;
	background-color: #fff;
}

#prodList dd .prodDesc
{
    margin-left: 270px;
}

#prodList dd
{
	padding-left: 10px;
	padding-bottom: 30px;
	margin-bottom: 10px;
	border-bottom: 1px solid #dfdede;
}


/* css file: sitemap.css */

/* ==================== podstawowy sitemap */

.sitemap
{
    padding: 0.2em 2em 1em 0;
}

.sitemapMain
{
	padding: 0;
	margin: 0 0 0 40px;
	font-weight: bold;
    list-style-type: none;
}

.sitemapBox
{
    padding: 0;
    margin: 0 0 0 45px;
    font-weight: normal;
    list-style-type: none;
}

.sitemapBox li,
.sitemapMain li
{
    padding: 0;
	background: #fff url(../images/sitemap_line.gif) 0 0 repeat-y;
}

.sitemapBox li a,
.sitemapMain li a
{
    padding: 0 1px 0 12px;
	color: #000;
	text-decoration: none;
	background: transparent url(../images/sitemap_point.gif) 0 no-repeat;
	display: block;
}

.sitemapBox li.listFirst > a,
.sitemapMain li.listFirst > a
{
	background-image: url(../images/sitemap_top.gif);
}

.sitemapBox li.listLast > a,
.sitemapMain li.listLast > a
{
    background-image: url(../images/sitemap_bottom.gif);
}

.sitemapMain li.listOne a,
.sitemapMain li.listOne,
.sitemapBox li.listOne a,
.sitemapBox li.listOne
{
    background-image: none;
}

.sitemapBox li a:hover,
.sitemapMain li a:hover
{
    color: #f60;
}