﻿* { font-family: Verdana, Helvetica, Arial, sans-serif; }
html, body, div, span, pre, code, a, p, img, hr, 
ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6,
form, fieldset, label, legend { border: 0;margin: 0;padding: 0;}
html {height: 100%;min-height: 100%;font-size: 12px;}
body {color: #666; background: #F4F4F4 url(/img/bodyBg.jpg) top center no-repeat; height:100%; min-height:100%; text-align:center;}
a:link{color:#4E0967;}
a:visited{color:#4E0967;}
a:hover{color:#4E0967;}
a:active{color:#4E0967;}

#overlay{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #666;
	display: none;
	z-index: 90;
}

* html #overlay {
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#container{
	position: relative;
	width:998px;
	margin: 0 auto;
	text-align: left;
}

h1{
	color: #4E0967;
	font-size: 22px;
	font-weight: normal;
	padding:5px 0;
}

h3{
	color: #4E0967;
	font-size: 15px;
}

h4{
	color: #4E0967;
	font-size: 13px;
}

p{
	text-align: justify;
	line-height: 140%;
	padding-bottom:10px;
}

label{
	font-size:20px;
	color: #4E0967;
	font-weight:normal;
	padding: 10px 0;
}
span.date{
	display:block;
	font-size: 11px;
	color:#999;
	padding:8px 0 8px 15px;
}

.clear{
	clear: both;
}

/* Header */

#header{
	position:relative;
	width:998px;
	height:340px;
	z-index: 78 !important;
}

#bottomHeader{
	position:relative;
	width:998px;
	height:30px;
	z-index: 78 !important;
	background:url(/img/bottomHeaderBg.png) top left no-repeat;
}

#bottomNav{
	position:relative;
	width:998px;
	height:165px;
	color:#fff;
	text-align: left;
	background:url(/img/bottomNavBg.png) bottom left repeat-x;
}

#bottomNav p{
	padding:10px;
}

#openHours{
	width:200px;
	float:left;
	padding:10px 8px 0 8px;
}
#openHours h3{
    height:40px;
	width:200px;
	background:url(/img/headers/opening_hours.png) center left no-repeat;
}
#openHours p{
    width:180px;
    font-size:11px;
}
#information{
	width:550px;
	float:left;
	padding:10px 8px 0 8px;
	
}
#information h3{
	height:40px;
	width:200px;
	background:url(/img/headers/information.png) center left no-repeat;
}

#information ul{
	list-style: none;
	padding-left: 90px;
	background:url(/img/infosign.png) center left no-repeat;
    width:215px;
    float:left;
}

#information ul li{
	line-height:18px;
    font-size:11px;
}

#information p.infoOpenHours{
	width:225px;
	float:left;
    padding: 0 0 0 20px;
    font-size: 11px;
}

#information a{
	color:#fff;
}
#programSfera{
	width:200px;
	float:left;
	padding:10px 8px 0 8px;
}
#programSfera h3{
	height:40px;
	width:200px;
	background:url(/img/headers/program_sfera.png) center left no-repeat;
}

#openHours h3 span,
#programSfera h3 span, 
#information h3 span{
	display: none;
}



form#searchBox{
	float:right;
	padding-top:54px;
}

form#searchBox label{
	float:left;
	width:60px;
	height:25px;
	line-height: 25px;
	padding:0;
	margin:0;
	background:transparent url(/img/searchLabel.png) no-repeat scroll left center;	
}



input#submit {
	background:transparent url(/img/btnOk.png) no-repeat scroll left top;
	border:none;
	height:25px;
	margin-left:5px;
	width:42px;
	line-height: 25px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
	color:#398587;
	vertical-align:middle;

}

input#search{
	background:transparent url(/img/inputBg.png) no-repeat scroll left top;
	border:1px solid #ccc;
	font-size:12px;
	line-height:23px;
	height:23px;
	width:120px;
	float:left;
}


a#logo{
	position: relative;
	width: 130px;
	height:80px;
	float:left;
	background: url(/img/logo.png) center center no-repeat;
}

a#logo span {display:none;}

/*Main Page */

.newsPhoto{
	width:65px;
	height:65px;
	padding:4px 5px 5px 30px;
	float:left;
}

#mainColumn .newsPhoto{
	width:100px;
	height:100px;
	padding:4px 15px 15px 10px;
	float:left;
}

.newsPhoto img{
	border:2px solid #ccc;
}


/* Menu */

ul#menu{
	list-style: none;	
	padding-top:54px;
	z-index: 63;
}

ul#menu li{
	float: left; 
	text-align: center; 
	list-style: none;
	height:34px;
}

ul#menu li a{
	display:block;
	font-size:13px;
	text-decoration: none;
	white-space: nowrap;	
	display: block;
	height:34px;
	width: 105px;
	padding:0 1px;	
}

#menu li ul {width:200px;padding-bottom:20px;visibility: hidden; position:absolute; background: transparent url(/img/menuLiBg.png) bottom center no-repeat; text-align: left; z-index:60 !important;margin: 0 0 0 -1px; }
#menu li ul li{ float:none; text-align: left;background:none; height:30px; line-height:30px;}
#menu li ul li a { padding:3px 15px; color:#4E0967; font-weight:bold; width:auto; display: block;background: transparent url(/img/menuLiDel.png) center bottom no-repeat; height:auto;}
#menu li ul li a:hover { background-color: #4C0766; color:#fff;}

ul#menu a#galeria{
	background: #fff url(/img/btn/galeria.png) center right no-repeat; 
	width:105px;
}

ul#menu a#oferta{
	background: #fff url(/img/btn/oferta.png) center right no-repeat; 
	width:105px;
}

ul#menu a#aktualnosci{
	background: #fff url(/img/btn/aktualnosci.png) center right no-repeat; 
	width:105px;
}

ul#menu a#galeria span, ul#menu a#oferta span, ul#menu a#aktualnosci span{
	display: none;
}

#animation{
	position: absolute;
	width:480px;
	margin:0 auto;
	height:190px;
	background: none;
	top:133px;
	left:15px;
	z-index:50 !important;
	
}

#searchStores{
	position: absolute;
	width:480px;
	left:15px;
	top:93px;
	height:38px;
	z-index:50 !important;
}

#searchStores select{
	float:left;
	width:170px;
	height:20px;
	margin: 8px 0;
}

#searchStores h3{
	width:60px;
	float:left;
	height:38px;
}

#searchStores h3#storeSearch{
	background: url(/img/h3searchStoreBg.png) center center no-repeat;
}

#searchStores h3#brandSearch{
	background: url(/img/h3searchBrandBg.png) center center no-repeat;
}

h3#brandSearch span, h3#storeSearch span{
	display:none;
}

/* leftColumn */


#mainPageContent{
	width:998px;
	position:relative;
	background: url(/img/mainPageContentBg.png) top left repeat-y;	
	overflow: hidden;
	z-index:88 !important;
}

#mainContent{
	width:998px;
	position:relative;
	background: url(/img/mainContentBg.png) top left repeat-y;	
	overflow: hidden;
}


#leftColumn{
	width:225px;
	float:left;
	padding:20px 0;
	}
#mainColumn{
	width:750px;
	float:right;
	padding:0 10px 20px 10px;
	margin-top:-10px;
}

/* BreadCrumbs */

#breadcrumbs{
	font-family: "Trebuchet MS", sans-serif;
	height:30px;
	line-height: 30px;
	margin:5px 10px;
	background: url(/img/breadcrumbsBg.gif) center bottom repeat-x;
	color: #4E0967;
}

#breadcrumbs a{
	font-family: "Trebuchet MS", sans-serif;
}

/* Footer */

#footer{
	clear: both;
	position:relative;
	width:998px;
	background: url(/img/footerBg.png) top center no-repeat;
	height:40px;
	
}

ul#languages{
	background: url(/img/languageSep.png) center center no-repeat;
	width:120px;
	height:25px;
	float: left;
}

ul#languages li{
	width:60px;
	height:25px;
	list-style: none;
	float:left;
	text-align: center;
}

ul#languages li a{
	display: block;
	line-height: 25px;
}


form#newsletter{
	text-align:center;
}

input#addEmail{
	background:transparent url(/img/greenBtn.png) no-repeat scroll left top;
	border:none;
	height:22px;
	margin-left:2px;
	width:80px;
	line-height:22px;
	font-weight: bold;
	vertical-align: middle;
	text-transform: uppercase;
	font-size: 11px;
	color:#FFF;
	text-transform:uppercase;
}

input#newsletterTxt {
	background:transparent url(/img/inputBg.png) no-repeat scroll left top;
	border:1px solid #fff;
	font-size:12px;
	line-height:22px;
	height:22px;
	width:115px;
	vertical-align: middle;
}

ul#toolsMenu{
	float: right;
}

ul#toolsMenu li{
	display: inline;
	padding: 0 10px;
	background: url(/img/languageSep.png) center right no-repeat;
}

ul#toolsMenu li a{
	line-height: 25px;
}

/* Magazines */

#magazinesGroup{
	width:100%;
}

.magazineItem{
	padding:5px;
	overflow: hidden;
	float:left;
	border:1px solid #CECECE;
	margin:2px;
	width:196px;
}
.magazineItem div.date{color:#666;font-size:18px; text-align: right;font-family: Georgia,serif;}
.magazineItem strong{display: block; padding:5px 0;color:#4E0967; font-size:12px; font-weight: normal}
.magazineItem img{margin:auto;display: block;}
.magazineItem a.pdf{background: url(/img/pdf.gif) center left no-repeat; padding-left:20px;line-height:20px; display: block;font-size:11px;}


/* LeftBlock */
#leftColumn ul{
	padding:0 15px;
}
#leftColumn ul li{
	list-style: none;
	text-decoration: none;
	background: url(/img/menuBg.png) center bottom repeat-x;
	font-size:12px;
	padding:5px 10px;
	white-space: nowrap;
	color:#fff;
}

#leftColumn ul li a{
	text-decoration: none;
	display: block;
	color:#fff;
}

#leftColumn ul li ul{
	padding:10px 5px;
}

#leftColumn ul li ul li{
	padding:0 0 0 20px;
	font-size:12px;
	line-height:25px;
	height:25px;
	background: url(/img/dateIcon.png) center left no-repeat;
	
}

#leftColumn ul li ul li a{
	color: #666;
}

/* Paginate Block */

#paginateBlock{
	text-align: left;
	padding: 10px;
}

#paginateBlock ul{	
	float:left;
	padding:0;
}

#paginateBlock ul li{
	list-style:none;
	float:left;
	color:#333;
	padding:1.5px;
	font-size: 14px;
	line-height:25px;
	font-weight: bold;	
	background: url(/img/letterBtnGrey.png) center center no-repeat;
	width:22px;
	height:34px;
	text-align:center;
}
#paginateBlock ul li a{
	width:22px;
	height:34px;
	display:block;
	line-height:25px;
	font-size: 14px;
	text-align:center;
	background: url(/img/letterBtn.png) center center no-repeat;
	font-weight: bold;
	text-decoration: none;
}
#paginateBlock span{
	font-size: smaller;
	color: #4E0967;
	display:block;
	line-height:25px;
	float:left;
	
	
}

/* Newses Main Page */
#latestNews, #latestPromotions{
	width:50%;
	float:left;
}


#latestNews{
	background: url(/img/lineVer.gif) top right repeat-y;
}

#latestNews .news, #latestPromotions .promotion{
	clear:both;
}



#latestNews .news a.title, #latestPromotions .promotion a.title{
	text-decoration: none;
	display:block;
	padding: 20px 0 0 20px;
    height: 65px;
    vertical-align: baseline; 
    width: 370px;
    float:left;
}

#latestNews h3{
	width: 300px;
	height: 30px;
	margin-left:30px;
	background: url(/img/headers/newses.png) center left no-repeat;
}

#latestPromotions h3{
	width: 300px;
	height: 30px;
	margin-left:30px;
	background: url(/img/headers/promotions.png) center left no-repeat;
}

#latestNews h3 a span, #latestPromotions h3 a span{
	display:none;
}



#latestNews .news span.date, #latestPromotions .promotion  span.date{
	padding-left: 100px;
}



/* DialogBox */

.dialogBox {
	width: 320px;
	height: 200px;
	background-color: #fff;
	border:1px solid #4E0967;
	padding:10px;
	left: 50%;
	top: 50%;
	margin-top: -100px;
	margin-left: -160px;
	position: fixed;
	display: none;
	text-align: left;
	z-index:899;
}

.dialogBox p{
	padding:20px 0;
}

* html .dialogBox{ 
	position:absolute;
}

/* Dojazd */

#dojazd{
	margin:15px;
}

/* Map */

#centreMap{
	width: 1000px;
	height: 500px;
	left: 50%;
	top: 50%;
	margin-top: -250px;
	margin-left: -500px;
	position: fixed;
	display: none;
	text-align: left;
	z-index:999;
}

#closeMap{
	width:100px;
	height:24px;
}
a#centreMapBtn{
	display:block;
	height:24px;
	width:40px;
	background: url(/img/closeMapBtn.gif) center center no-repeat;
	float:right;
}

a#centreMapBtn span{
	display:none;
}
#centreMapInside{
	width: 1000px;
	height: 500px;
	background-color: transparent;
	
}

/* Menu Collapse */

div#leftColumn h3{
	padding:5px 25px;
	font-size: 20px;
	white-space: nowrap;
}

ul#menuC, ul#menuC ul {
  list-style-type:none;
  margin: 0;
  padding:5px 25px;
  
}

ul#menuC a {
  display: block;
  text-decoration: none;	
  font-size:12px;
  padding:0;
   margin:0;
}

ul#menuC li {
	margin-top: 1px;
	padding: 0 0 0 30px;
	font-weight:bold;
	background: url(/img/dateIcon.png) top left no-repeat;
}

ul#menuC li a {
  color: #4E0967;
   padding:0;
   margin:0;	
}

ul#menuC li ul li{
  background: none;
  padding:0;
  margin:0;
  
}

ul#menuC li ul li a {
  color: #000;
  background: none;
  padding:0;
  
  
}

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


/* leftColumnHeaders */


#leftColumn h3{
	width: 200px;
	height:30px;
	margin-left:15px;
}
h3#pages{
	background: url(/img/headers/blocks/pages.png) center left no-repeat;
}
h3#newses{
	background: url(/img/headers/blocks/newses.png) center left no-repeat;
}
h3#archiveNews{
	background: url(/img/headers/blocks/archiveNews.png) center left no-repeat;
}

h3#stores{
	background: url(/img/headers/blocks/stores.png) center left no-repeat;
}

h3#newsletter_txt{
	background: url(/img/headers/blocks/newsletter.png) center left no-repeat;
}

#leftColumn h3 span{
	display:none;
}


/* Galeria obrazow */

.imgItem{
    border: 1px solid #A16BB5;
	background-color: #FAEFFF;
    width:160px;
    height:160px;
    margin: 5px 5px 5px 0;
    float:left;
    vertical-align:top;  
    text-align: center;
}
a.imgBox{
    text-align:center; 
    display:table-cell; 
    vertical-align:middle; 
    height: 160px;
    width:160px;
    margin:0;
    font-size:132px;
}

a.imgBox img {vertical-align:middle;margin:0;}


/* ADV */

.topLayer{
	width: 780px;
	height: 240px;
	left: 50%;
	top: 50%;
	margin-top: -120px;
	margin-left: -365px;
	position:absolute;
	display: none;
	text-align: left;
	z-index:999;
	background: none;
}

* html .topLayer{ 
	position:absolute;
}

