/*
 * created by www.blazsak.pl
 */

/* MAIN STYLES
-------------------------------------------*/
h1.title {  height: 55px; font-size: 30px;  font-weight: normal; }
h2.title {  height: 35px; font-size: 30px;  font-weight: normal; }
h3.title {  height: 35px; font-size: 18px !important;}



html 
{
  background:#3B3C98 url(/gfx/site/bg_html.png) 0 0 repeat-x ;	/**/
}
body 
{
  font-family: Arial, Helvetica, sans-serif;
  font-size:12px;
  color:#374753;
  line-height:125%;
  text-align: center;
}
a {color:#3B3C98;text-decoration:none;}
a:hover {text-decoration:underline;}

p{padding-bottom:5px;}

/********************************
 * SCAFFOLD
 */
table.scaffold{}
td.scaffold-left
{
  background: url(/gfx/site/bg_scaff_left.jpg) top right no-repeat;
}
td.scaffold-right
{
  background: #fff url(/gfx/site/bg_scaff_right.png) 0 0 repeat-x;
}
/********************************
 * SITE
 */

.matrix
{
  width: 980px;
  margin: 0 auto;
  text-align: left;
}

#site
{
  background: #fff;
  
}


/********************************
 * TOP
 */
#top
{
  position: relative;
  background: url(/gfx/site/bg_top.png) 0 0 repeat-x;
  height: 124px;
}
/* -- top-langmenu -- */
#top-lang
{
  height: 40px;
}
#top-lang-menu
{
  border-bottom: 1px solid #D6E0E9;
  text-align: right;
  float: right;
  height: 40px;
  line-height: 40px;
  padding-left: 10px;
  color: #8C9DA4;
  font-size: 11px;
}
#top-lang-menu a {color: #8C9DA4; margin-right: 20px; }
#top-lang-menu a.langmenu { text-transform: uppercase; margin-right: 5px; }
#top-lang-menu a.active { font-weight: bold; }
#top-lang-menu img { vertical-align: middle;}

/* -- top-menu -- */
#top-menu
{
  clear: both;
  margin-top: 46px;
  text-align: right;
}
#top-menu li
{
  
  position: relative;
  display: inline;
}
#top-menu li a.over
{
  background: #F8FAFC url(/gfx/site/topmenu.png) top right no-repeat;
  
}
#top-menu li a 
{
  height: 54px;
  padding: 20px 5px 50px;
  margin: 0 5px;
  z-index: 90;
  color: #193B49;
  font-weight: bold;
}
html>body #top-menu li a {padding-bottom: 20px;}

#top-menu li ul
{
  display: none;
  top:13px;
  left:0;
  padding-top:40px;
  margin-left: 5px;
  text-align:left;
  position:absolute;
  border-bottom: 1px solid #DFE3E5;
  width: 225px;
}
html>body #top-menu li ul {padding-top: 21px;}

#top-menu li ul li
{
  margin:0 !important;
  padding:0 !important;
  z-index: 100;
  
  display: block;
  background: #F8FAFC url(/gfx/site/bg_topmenu.png) 0 0 no-repeat;
  border-right: 1px solid #DFE3E5;
}
#top-menu li ul li.first
{
   background: #F8FAFC;
   
}
#top-menu li ul li a
{
  font-size: 11px;
  font-weight: normal;
  display: block;
  height: 19px;
  padding: 3px 10px !important;
  margin: 0 !important;
  text-align: left;
  border: 0px solid #F8FAFC  !important;
  
} 
#top-menu li ul li a:hover
{
  text-decoration: none;
  color: #CBCBEC;
  background: #3B3C99 !important;
}
#top-menu li ul li a.over
{
  background: none;
}
#top-menu li ul li a span
{
 
}
/* -- logo -- */
#logo 
{
  position: absolute;
  margin: 17px 0 0 37px;
}

#logo h1 
{
  padding:0;
  background:none;
}

#logo h1 a, 
#logo h1 a:hover
{
  background:url(/gfx/site/logo.png) 0 0 no-repeat;
  width:174px;
  height:79px;
  text-indent:-9000px;
  display:block;
  text-decoration:none;
}



/********************************
 * PAGES WIP
 */
h2.wip-error
{
  padding: 100px 30px;
}


/********************************
 * PAGES SHARED
 */
h2.title
{
  background: #fff;
}
#shared
{
  background: url(/gfx/site/bg_shared.png) 0 0 repeat-y;
  
}
#shared-cont
{
  background: url(/gfx/site/bg_shared-cont.jpg) 0 0 no-repeat;
}
#shared-slogan
{
  height: 60px;
  padding-top:40px;
  
}
#shared-left
{
  width: 258px;
  
  float: left;
}
#shared-right
{
  float: right; 
  width: 645px;
  padding: 35px;
  
}
/********************************
 * PAGES HOME
 */
div.part-home
{
  height: 275px;
  min-height: 275px;
  height: auto !important;
  background: url(/gfx/site/bg_home.jpg) 0 0 no-repeat;
}
#home-top
{
  height: 200px;
  padding: 75px 450px 0 45px ;
}
#home-mid
{
  padding-bottom: 20px;
  background: #fff;
}
.grid_1,
.grid_2,
.grid_3 
{
  padding-top: 25px;
  display:inline;
  float: left;
  position: relative;
  
}
.grid_1 
{
  width: 240px;
  margin-left: 45px;
}
.grid_2 
{
  width: 365px;
  margin-left: 15px;
}
.grid_3 
{
  padding-top: 0 !important;
  width: 275px;
  float: right;
}
#home-mid ul
{
  padding-left: 0;
}
#home-mid ul li
{
  padding: 0px 2px 2px;
  list-style: none;
  border-bottom: 1px solid #E1E4E6;
}

/********************************
 * SUBMENU
 */
ul.submenu
{
margin: 20px 0 20px 20px;;
}
ul.submenu li
{
  padding:0 13px 0 0;
 
}
ul.submenu li.active
{
  background: #3B3C99 url(/gfx/site/submenu.png) top right no-repeat;;
}
ul.submenu li a
{
  padding: 0 5px;
  
  display: block;   
  line-height: 200%;
  color: #374753;
 border-bottom: 1px solid #E1E4E6;
}
ul.submenu li a:hover
{
  background: #eeeff0;
  text-decoration: none;
}
ul.submenu li a.active
{
  border-bottom: 1px solid #3B3C99 !important ;
  color: #fff !important;
  background: none !important;
  text-decoration: none !important;
  cursor: default !important;
}
/********************************
 * FOOT
 */
#foot {
  font-size: 11px;
  color: #BBBBE5;
  background: url(/gfx/site/bg_foot.jpg) 0 0 no-repeat;
  height: 200px;
}
#foot a
{
  color: #6769C2;
}
#foot-menu
{
  
  text-align: right;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #5859A7;
  margin-bottom:15px;
}
#foot-menu a
{
  margin-left: 20px;
}

/********************************
 * PAGE
 */
.page
{
  font-size: 1em; 
  line-height: 150%;  
  text-align: left;
}
.page p 
{
  text-align: justify; 
  padding: 8px 0;   
}
.page ul 
{
  padding: 5px 20px; 
  list-style: outside disc 
}
.page li
{
  margin-bottom: 5px;
}
.page ol 
{
  padding: 5px 20px; 
  list-style: outside decimal
}
.page a 
{
  color: #3B3C99;
  text-decoration: underline; 
/*
 
  font-weight: bold; 
  color: #597589;
*/
}
.page a:hover 
{ 
  text-decoration: none; 
/*
color: #d3b745;
*/
}

.page strong 
{ 
  font-weight: bold; 
  color: #1b313d;
}

.page h2.title
{
  margin:20px 10px;
}
.page h1,
.page h2,
.page h3,
.page h4,
.page h5,
.page h6 
{
  font-size: 1.2pt;
  color: #1b313d;
  font-family: Arial; 
  font-weight: bold;
  margin:5px 0 5px 0;
  
  
}

.page h1 {  font-size: 1.7em; }
.page h2 {  font-size: 1.5em; }
.page h3 {  font-size: 1.4em; }
.page h4 {  font-size: 1.3em; }
.page h5 {  font-size: 1.2em; }

.page h1 a,
.page h2 a,
.page h3 a,
.page h4 a,
.page h5 a,
.page h6 a
{
  color: #3B3C99; 
  font-weight: bold;
} 
.page h6 
{  
  font-size: 13px;
  font-weight: normal;
  height: 47px;
  line-height: 47px;
  color: #fff;
  width: 308px; 
  padding-left: 12px;
  background: #3B3C98 url(/gfx/site/bg_h.png) 0 0 no-repeat;
}
.page h6.short
{
  width: 258px;
  background: #3B3C98 url(/gfx/site/bg_h.png) -50px 0 no-repeat; 
}
.page h6 a 
{
  color: #fff;
  font-weight: normal;
  text-decoration: none;
}
.page img 
{
  margin:1px; 
  border: 1px solid #9CB2C2;  
  padding: 1px;
}
.page a:hover img
{
  
}

.page img.nb 
{
  margin: 0px; 
  padding: 0px; 
  border: 0px solid #1f3036
}
.iframe 
{
  margin:5px 0 5px 10px;  
  padding: 1px; 
  border: 1px solid #9CB2C2; 
  text-align: center;
  float: right;
}

.page table
{ 
  margin: 5px 0 25px 0; 
  font-size: inherit; 
  border:1px solid #d9e1e8; 
  border-left: 0; 
  border-top:0; 
 
}
.page td,
.page th
{ 
  padding: 5px; 
  border: 1px solid #d9e1e8; 
  border-right:0; 
  border-bottom: 0; 
  
}
.page td.Dark
{ background :#F5F5F5; color: #545454; }
.page th 
{ 
  color: #000; 
  text-align: left; 
  font-weight: bold;
  padding-bottom: 10px;
}
.page table.nb,
.page table.nb td,
.page table.nb th
{ border: 0; text-align: center;}
.page table.nbl,
.page table.nbl td,
.page table.nbl th
{ border: 0; }
.page .nb {border:0;}

/********************************
 * KONTAKTFORM
 */
#kontaktform
{
  margin-top: 30px;
  margin-bottom: 30px;
}
#kontaktform h5
{
  margin-left: 135px;
  font-weight: bold;
  margin-bottom: 30px;
}
.login h5{ margin-left: 10px !important;}
#kontaktform div.info
{
  margin-left: 135px;
}
#kontaktform p.form-item
{
  font-family: Arial;
  color: #596068;
  margin: 5px;
}
#kontaktform p.form-item label
{
  width: 120px;
  display: block;
  float: left;
  text-align: right;
  padding:4px 10px 4px 0;
}
.login label { width: 70px !important}

#kontaktform p.form-item input,
#kontaktform p.form-item textarea,
div.sklep-item-order input
{
  border: 1px solid #E7E9EA;
  background: #fff;
  width: 260px;
  padding: 4px 10px;
  font-size: 11px;
  color: #111;
}
.login textarea
{
  height: 100px !important; 
}
#kontaktform p.form-item span.radio-item
{
  display: block;
}
#kontaktform p.form-item input.form-radio,
#kontaktform p.form-item input.form-checkbox
{
  border: 0;
  background: none;
  width: auto !important;
}
#kontaktform p.form-item input[disabled],
#kontaktform p.form-item textarea[disabled]
{
  background: #efefef;
  color: #9CB2C2;
}


#kontaktform p.form-item input:focus,
#kontaktform p.form-item textarea:focus
{
  border: 1px solid #9CB2C2;
}

#kontaktform p.form-item textarea
{
  height: 200px;
}
#kontaktform p.form-item input.short,
#kontaktform p.form-item textarea.short
{
  width: 160px;
}
#kontaktform-submit
{
  margin-left: 135px;
  padding-left: 12px;
  background: url(/gfx/site/readmore_div.png) 0 0 no-repeat;
  height: 28px;
  line-height: 28px;
}
#kontaktform-submit input
{
  border: 0;
  color: #fff;
  height: 28px;
  line-height: 28px;
  background: url(/gfx/site/readmore_a.png) top right no-repeat;
  padding-right: 18px;
  font-size: 11px;
  
}
/********************************
 * CUSTOM
 */


div.more,
div.more-blue
{
  font-size: 11px  !important;
  margin: 15px 0 10px !important;
  text-align: left  !important;
  padding: 0 0 0 12px !important;
  background: url(/gfx/site/readmore_div.png) 0 0 no-repeat ;
  height: 29px !important;
  line-height: 29px !important;
}
div.more a,
div.more-blue a
{
  height: 29px !important;
  line-height: 29px !important;
  color: #3B3B99;
  display: inline-block  !important; 
  background: url(/gfx/site/readmore_a.png) top right no-repeat;
  padding: 0 12px 0 0  !important;
}
div.more-blue {  background-position: 0 -29px !important;}
div.more-blue a {  background-position: right -29px !important;}

.wip-error 
{
  font-size: 20px; 
  font-weight: bold;
  padding: 160px;
}
.error404
{
  padding: 100px 40px; 
  text-align: center;
  font-weight: bold;
}

.rinfo {color: #BD0909; font-weight: bold; font-size: 10px;}
.ginfo {color: #009900; font-weight: bold; font-size: 10px;}
.yinfo {color: #343434; font-weight: bold; font-size: 10px;}