@charset "utf-8";
/**
 * Author: GoldenSubmarine
 * Compatibility: IE6, IE7, IE8, Fx2, Fx3, O9x, SWin
 */

/* Reset:
 * ___________________________________________________________________________
 */ 
a:link,
a
{
  color: #2770a6;
  text-decoration: none;
}

a:visited
{
}

a:hover
{
  text-decoration: underline;
}

a:active
{
}

:focus 
{
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
form, fieldset, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent; 
}

html
{
  color: #5a5a5a;
	font: normal 62.5%/1.4em Tahoma, Arial, "Helvetica Neue", Helvetica, Verdana, sans-serif;
}

body
{
	background: #FFF url(../img/bg-top.jpg) repeat-x left top;
}

ol, ul
{
	list-style: none;
}

blockquote, q
{
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after
{
	content: '';
/*	content: none;*/ /* Opera zglasza blad */
}

ins
{
	text-decoration: underline;
}

del
{
	text-decoration: line-through;
}

table
{
	border-collapse: collapse;
	border-spacing: 0;
}

/* Structural labels for accessibility */
.Accessibility
{
	left: -9999px;
	overflow: hidden;
	position: absolute;	
	width: 100px;
}

.NoBorder
{
  border: 0;
}

.zielony_tekst
{
  color: #00b82d;
}

.niebieski_tekst
{
  color: #2770A6;
}

.Center
{
  text-align: center;
}

#Main .Black
{
  color: #000;
}

/* Layout:
 * ___________________________________________________________________________
 */
#Header,
#Nav,
#Titles,
#Content,
#Footer
{
  margin: 0 auto;
  width: 800px;
}

#Nav {
  height: 225px;
}

/* Header:
 * ___________________________________________________________________________
 */
#Header
{
  background: url(../img/bg-header.jpg) no-repeat center top;
  height: 160px;
  width: 800px;
}

#HeaderTop
{
  height: 35px;
  overflow: hidden;
  padding: 10px 0 5px 0;
}

.LogoBunge
{
  float: left;
  padding: 5px 0 0 3px;
}

#SearchBox
{
  float: right;
  width: 165px;
}

#SearchBox .send
{
  background: url(../img/icon-search.jpg) no-repeat left top;
  border: 0;
  cursor: pointer;
  float: left;
  text-indent: -9999px;
  height: 32px;
  width: 31px;
}

#SearchBox .search-textfield
{
  background: url(../img/bg-textfield.jpg) no-repeat right top;
  border: 0;
  color: #787878;
  font-size: 11px;
  height: 23px;
  float: left;
  margin-top: 5px;
  padding: 6px 6px 0 6px;
  width: 119px;
}

h1
{
  text-align: center;
  padding-top: 14px;
}

.logo-gpw
{
  float: right;
  margin-top: -36px;
}

/* Titles:
 * ___________________________________________________________________________
 */
#Titles
{
  background: url(../img/bg-titles.jpg) repeat-x left top;
  height: 28px;
  padding-top: 10px;
  text-align: center;
}

#Titles #TitlesLine
{
  background: url(../img/titles.jpg) repeat-x left top;
  color: #166fac;
  font-size: 11px;
  padding: 3px 10px;
  text-align: left;
  height: 14px;
  margin: 0 auto;
  width: 734px;
}


/* Content:
 * ___________________________________________________________________________
 */
#Content
{
  background: url(../img/bg-titles.jpg) repeat-x left 2px;
  font-size: 11px;
  padding-top: 15px;
}

#MainSite #Content
{
  background: none;
}

* html #Content
{
  padding-top: 14px;
}

#Content h2,
#Content h3
{
  color: #166FAC;
  /*text-transform: lowercase;*/
  font-size: 18px;
  padding-bottom: 10px;
  line-height: 1em;
}

#Content h2
{
  color: #166FAC;
  font-weight: normal;
  padding-top: 3px;
}

#Intro
{
  background: url(../img/line.jpg) repeat-x left bottom;
  overflow: hidden;
  padding: 0 15px 15px 15px;
}

* html #Intro
{
  float: left;
}

#Intro .IntroText
{
  float: left;
  width: 334px;
  /*width: 310px;*/
}

#Intro .Banner
{
  border: 1px solid #bfbfbf;
  padding: 2px;
  float: right;
}

img.CommonBanner,
div.CommonBanner
{
  border: 1px solid #bfbfbf;
  padding: 2px;  
  display: block;
  margin: 5px 0;
}

#Intro .Banner img
{
  display: block;
}

#Content #Main
{
  padding-top: 12px;
  /*overflow: hidden;*/
}

#Content #Main .text ul li
{
  background: url(../img/bullet-square.jpg) no-repeat left 5px;
  padding-left: 15px;
  margin-bottom: 4px;
  margin-top: 5px;
  line-height: 1em;
}

#Content #Main .text ol
{
  margin-left: 15px;
}

#Content #Main .text ol li
{
  display: list-item;
  list-style: decimal;
  margin-left: 10px;
}

* html #Content #Main
{
  padding-top: 0;
}

#Main p
{
  padding: 7px 0 5px;
}

.LeftCol,
.MiddleCol,
.RightCol
{
  float: left;
  padding: 15px 0 10px 10px;
}

.LeftCol
{
  width: 237px;
  padding-left: 0;
}

.MiddleCol
{
  width: 278px;
}

.RightCol
{
  width: 260px;
}

.CommonBox
{
  background: url(../img/bg-newsbox.jpg) no-repeat right top;
  padding-bottom: 25px;
}

.MiddleCol .CommonBox
{
  background: url(../img/bg-newsbox-l.jpg) no-repeat right top; 
  padding-bottom: 0;
}

.MiddleCol .CommonBoxWrap
{
  width: 263px;
}

.Common
{
  /*overflow: hidden;*/
  padding-bottom: 15px;
}

.CommonBoxWrap
{
  background: url(../img/border-col.jpg) repeat-y right top;
  width: 218px;
  padding-right: 15px;
}

.CommonBox .More,
.Common .More
{
  float: right;
  margin-right: 10px;
}

.CommonTitleNoBull,
.CommonTitleBull,
a.CommonTitleBull
{
  color: #00ba2c;
  font-weight: bold;
  display:block;
  margin-bottom:10px; 
  clear: both;
}

.CommonTitleBull
{
  background: url(../img/bg-news-bullet.jpg) no-repeat left 4px;
  padding-left: 8px;
}

.CommonTitleBull .MainTitle {
  color: #00BA2C;
}

.Date
{
  display: block;
  margin-bottom: 8px;
}

.Paginator
{
  color: #2770a6;
  font-size: 11px;
  padding-right: 10px;
  text-align: right;
  list-style: none;
  padding-top: 11px;
  clear: both;  
}

.Paginator .CurrentPage span
{
  font-weight: bold;
}

.Paginator li
{
  background: none;
  padding: 0;
  display: inline; 
}

.Paginator a,
.Paginator span
{
  font-size: 11px;
  padding: 0 3px 0 0;
  color: #2770a6;
}

.Pictures
{
/*  float: left;*/
}

.Pictures li
{
  display: inline;
  padding-left: 4px;
}

.Pictures li img
{
  border: 2px solid #FFF;
}

.AboutCompany
{
  background: #f2f2f2;
  clear: both;
  padding: 5px;
  overflow: hidden;
  _height: 75px;
}

.AboutCompany .AboutCompanyText
{
  float: left;
  padding: 0 5px;
/*  width: 460px;*/
}

.AboutCompany .AboutCompanyBanner {
  float: left;
  margin: 0px 2px;
}

span.CommonBanner img
{
  border: 1px solid #BFBFBF;
  display: block;
  margin: 5px 0;
  padding: 2px;
}

#Main .CommonTitleBull.Black
{
  background-image: url(../img/bullet-black.gif);
}

.text .CommonBannerLeft
{
  display: block;
  float: left;
  margin: 5px 15px 5px 0px;
  padding-right: 10px;
}

.text .CommonBannerRight
{
  display: block;
  float: right;
  margin: 5px 0px 5px 15px;
  padding-left: 10px;
}

.text .CommonBannerLeft img, 
.text .CommonBannerRight img
{
  padding: 2px;
  border: 1px solid #bfbfbf;
}

.date_select form select
{
  background: url(../img/bg-select.jpg) no-repeat left top;
  border: 0;
  padding: 0;
  width: 200px;
}

.date_select .selectbox
{
	background:transparent url(../img/bg-select-long.jpg) no-repeat scroll right top;
	border-right:1px solid #D5D5D5;
	cursor:pointer;
	display:block;
	float:left;
	font-size:11px;
	height:16px;
	margin:0 10px 0 0;
	padding:3px 8px 0;
	position:relative;
	text-align:left;
    width: 200px;
}

.date_select div.selectbox-wrapper ul
{
  padding: 0;
  text-align: center;
}

.date_select div.selectbox-wrapper ul li
{
  background: none;
  cursor: pointer;
  display: block;
  text-align: left;
  list-style-type: none;
  margin: 0;
  padding: 1px 4px 1px 5px;
}

.date_select
{
  float: left;
  width: 210px;
}

.date_select .selectbox-wrapper
{
  background-color: white;
  border: 1px solid #d5d5d5;
  font-family: Tahoma, Arial, Verdana, sans-serif;
  font-size: 10px;
  margin: 20px 0 0 6px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  text-align: left;
  width: 200px;
}

div.form ul
{
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#myselectbox1_container ul li
{
  padding: 1px 4px 1px 5px;
  text-align: left;
}

div.selectbox-wrapper ul li
{
  cursor: pointer;
  display: block;
  list-style-type: none;
  font-size: 11px;
  text-align: center;
  margin: 0;
  padding: 2px;
  width: auto;
  float: none;
}

.inputy select
{
  display: none;
}

#myselectbox1_container
{
  left: 199px;
  z-index: 10;
}

#myselectbox2_container
{
  text-align: left;
  left: 140px;
  z-index: 10;
}

#myselectbox3_container
{
  left: 190px;
}

.ContactForm li.checkboxes input
{
  background: url(../img/bg-checkbox.jpg) no-repeat center top;
  width: auto;
}

.ContactForm li.checkboxes label
{
  width: auto;
  float: left;
  clear: none;
}

.LoginForm
{
  padding: 5px 0 0 10px;
}

.LoginForm li
{
  width: 189px;
  clear: both;
  margin-bottom: 10px;
}

.LoginForm li label
{
  text-align: left;
  width: 40px;
  float: left;
  padding: 3px 0px;
  padding-right: 8px;
  text-align: right;
}

.LoginForm .Submit input
{
  margin-right: 0;
}

.LoginForm li input
{
  border: 1px solid #BFBFBF;
  background: url(../img/bg-form.jpg) repeat-x left top;
  color: #5A5A5A;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 11px;
  padding: 4px 2px 4px 5px;
  width: 110px;
}

.LoginForm .Submit input
{
  background: url(../img/bg-submit.jpg) no-repeat center center;
  color: #FFF;
  cursor: pointer;
  float: right;
  padding: 2px 2px 9px;
  height: 21px;
  margin-right: 20px;
  width: 66px;
}

/* Content -> Kruszwica:
 * ___________________________________________________________________________
 */
#Kruszwica .LeftCol
{
  width: 261px;
  padding-left: 0;
  overflow: hidden;
}

#Kruszwica .MiddleCol
{
  width: 267px;
  overflow: hidden;
}

#Kruszwica .RightCol
{
  width: 249px;
  overflow: hidden;
}

#Kruszwica .LeftCol .CommonBoxWrap
{
  width: 246px;
  _padding: 0px;
}

#Kruszwica .MiddleCol .CommonBoxWrap
{
  width: 248px;
  _padding-right: 0px;
}

#Kruszwica .Common img.CommonBanner,
#Kruszwica .Common div.CommonBanner
{  
  margin-top: 15px;
}

#Kruszwica .LeftCol .CommonBox
{
  background: url(../img/bg-newsbox-l.jpg) no-repeat right top; 
}

#Kruszwica .MiddleCol .CommonBox
{
  background: url(../img/bg-newsbox.jpg) no-repeat right top; 
}

/* MainSite
 * ___________________________________________________________________________
 */
#MainSite h3
{
  padding-left: 15px;
}

#MainSite .LeftCol
{
  padding-left: 15px;
  width: 222px;
}

#MainSite .LeftCol .CommonBoxWrap
{
  width: 203px;
}

#MainSite .MiddleCol
{
  padding-left: 15px;
  width: 273px;
}

#MainSite .MiddleCol .CommonBoxWrap
{
  width: 258px;
}

#MainSite .RightCol
{
  padding-left: 22px;
  width: 253px;
}

/* Firma
 * ___________________________________________________________________________
 */
#Firma .LeftCol
{
  width: 245px;
  overflow-x: hidden;
}

#Firma .RightCol
{
  width: 542px;
  _overflow-x: hidden;
}

#Firma .RightCol .CommonBox
{
  background: url(../img/bg-newsbox-l.jpg) no-repeat left top;
  padding-left: 4px;
}

#Firma .RightCol .CommonBoxWrap
{
  background-position: left top;
  padding: 0 0 0 32px;
  width: 500px;
}

.LeftCol .SubMenu
{
  padding-bottom: 20px;
  clear: both;
}

.LeftCol .SubMenu li a
{
  background: url(../img/bullet-submenu.jpg) no-repeat left 3px;
  color: #166fac;
  padding-left: 15px;
  display: block
}

.LeftCol .SubMenu li.Active a
{
  color: #00BBFA;
  font-weight: bold;
}

#Firma .LeftCol img.CommonBanner
{
  margin: 26px 0 0 17px;
}

#Firma .LeftCol .Common .More
{
  margin: 10px 20px 0 0;
}

#Firma .LeftCol .CommonTitleBull
{
  margin-left: 8px;
}

#Firma .RightCol img.CommonBanner
{
  float: left;
  margin: 5px 15px 5px 0;
}

#Firma .RightCol p
{
  padding: 0 0 10px;
}

/* Zaklady produkcyjne
 * ___________________________________________________________________________
 */
#Zaklady .LeftCol
{
  width: 465px;
}

#Zaklady .RightCol
{
  width: 325px;
}

#Zaklady .RightCol .CommonBox
{
  background: url(../img/bg-newsbox.jpg) no-repeat left top;
}

#Zaklady .RightCol .CommonBoxWrap
{
  background-position: left top;
  padding: 0 0 0 30px;
  width: 280px;
}
/*
#Zaklady .Contact
{
  background: url(../img/icon-contact.jpg) no-repeat left top;
  padding-left: 60px;
}
*/
#Zaklady .Contact .comp
{
  color: #00ba2c;
  font-weight: bold;
  padding-left:20px;
  display: block;
  margin-bottom: 5px;
}
/*
#Zaklady .Contact p
{
  padding: 5px 0 0;
}

#Zaklady .RightCol .Contact .text
{
  padding: 0;
}*/


#Zaklady .RightCol .text
{
  padding-left: 20px;
}

/* Produkty profesjonalne
 * ___________________________________________________________________________
 */
.Cols
{
  background: url(../img/border-col.jpg) repeat-y 307px top;
  overflow: hidden;
}

* html .Cols
{
  height: 1%;
}

#Intro .LeftCol
{
  padding-top: 0;
  padding-right: 15px;
  width: 292px;
}

#Intro .RightCol
{
  background: url(../img/bg-newsbox.jpg) no-repeat left top;
  padding-top: 0;
  width: 450px;
}

#Main.TwoProducts
{
  padding: 12px 15px 15px 15px;
}

.TwoProducts .LeftCol
{
  padding: 0;
  width: 307px;
}

.TwoProducts .RightCol
{
  background: url(../img/bg-newsbox.jpg) no-repeat left top;
  padding: 0 0 0 40px;
  width: 410px;
}

.TwoProducts .RightCol p
{
  padding-top: 0;
}

#ProduktyProfesjonalne #Main,
#ProduktyMasowe #Main
{
  padding-bottom: 15px;
}

.Person
{
  float: right;
  padding-top: 10px;
  width: 250px;
}

.Person img.CommonBanner
{
  float: left;
}

.PersonInfo
{
  float: right;
  padding-top: 5px;
  width: 137px;
}

.PersonInfo span
{
  display: block;
}

.PersonInfo .Name
{
  font-weight: bold;
}

#ProduktyProfesjonalne #Intro .Banner
{
  float: left;
  border: 0;
  padding: 15px 0 0 19px;
}

.Product
{
  float: left;
  padding: 0 5px;
}

.Product img.CommonBanner,
.Product div.CommonBanner
{
  width: 129px; 
  height: 130px; 
  padding: 2px;
}

.Product .ProductName
{
  background: #000;
  opacity : 0.5;
  filter : alpha(opacity=50);
  height: 35px;
  width: 129px;
  margin-top: 79px;
  position: absolute;
}

.Product a
{
  background: url(../img/bullet-product.jpg) no-repeat 110px center;
  color: #FFF;
  font-size: 12px;
  margin-top: 79px;
  padding: 3px 9px;
  position: absolute;
  display: block;
  height: 29px;
  width: 111px;
}

#ProduktyProfesjonalne .AboutCompany .Pictures,
.AboutCompany.ProductsAbout .Pictures
{
  /*float: left;*/
}

#ProduktyProfesjonalne .AboutCompany .AboutCompanyText,
.AboutCompany.ProductsAbout .AboutCompanyText
{
  padding: 5px 10px;
  width: 240px;
}

#ProduktyProfesjonalne .AboutCompany .Banner img,
.AboutCompany.ProductsAbout .Banner img
{
  border: 2px solid #FFF;
}

/* ProduktyProfesjonalneLista
 * ___________________________________________________________________________
 */
#ProduktyProfesjonalneLista #Intro .Common,
#ProduktyProfesjonalneLista #Intro .CommonBox
{
  padding: 0;
}

#ProduktyProfesjonalneLista #Intro .LeftCol
{
  background: none;
  padding: 0;
  width: 324px;
}

#ProduktyProfesjonalneLista #Intro .MiddleCol
{
  background: none;
  padding: 0 0 0 10px;
  width: 150px;
}

#ProduktyProfesjonalneLista #Intro .RightCol
{
  background: none;
  width: 276px;
}

#ProduktyProfesjonalneLista #Intro .LeftCol .CommonBoxWrap
{
  padding-bottom: 23px;
  width: 305px;
}

#ProduktyProfesjonalneLista #Intro .MiddleCol .CommonBoxWrap
{
  width: 131px;
}

#ProduktyProfesjonalneLista #Intro .MiddleCol .CommonBox
{
  background-image: url(../img/bg-newsbox.jpg);
}

#ProduktyProfesjonalneLista .Person
{
  width: 270px;
}

#ProduktyProfesjonalneLista .Person .PersonInfo
{
  float: left;
  padding-left: 20px;
}

.ProfProductList .Cols
{
  background-position: 160px top;
  margin-bottom: 25px;
}

.TwoProducts.ProfProductList .LeftCol
{
  text-align: right;
  width: 135px;
  padding-right: 25px;
}

.TwoProducts.ProfProductList .LeftCol a
{
  color: #00ba2c;

}

.TwoProducts.ProfProductList .RightCol
{
  width: 550px;
}

/* Produkty Masowe
 * ___________________________________________________________________________
 */
#ProduktyMasowe .Cols
{
  background: url(../img/border-col.jpg) repeat-y 430px top;
}

#ProduktyMasowe #Intro .LeftCol
{
  padding: 0;
  width: 425px;
}

#ProduktyMasowe #Intro .RightCol
{
  background: url(../img/bg-newsbox.jpg) no-repeat left top;
  float: right;
  padding: 0;
  width: 325px;
  overflow: hidden;
}

#ProduktyMasowe #Main p
{
  padding: 0;
}

.ThreeProducts .LeftCol
{
  padding: 0 0 0 10px;
  width: 430px;
}

.ThreeProducts .RightCol
{
  background: url(../img/bg-newsbox.jpg) no-repeat left top;
  padding: 0 0 0 15px;
  float: right;
  width: 340px;
}

#Main.ThreeProducts .Cols
{
  background: url(../img/border-col.jpg) repeat-y 445px top;
  overflow: hidden;
}

.ThreeProducts .Product
{
  padding: 0 2px;
}

#ProduktyMasowe .AboutCompany .Banner
{
  float: right;
  width: 300px;
}

/* Jakosc i bezpieczenstwo produktow
 * ___________________________________________________________________________
 */
#JakoscBezpieczenstwo #Main .LeftCol
{
  width: 265px;
}

#JakoscBezpieczenstwo #Main .RightCol
{
  width: 490px;
}

#JakoscBezpieczenstwo #Main .RightCol .CommonBoxWrap
{
  background: url(../img/border-col.jpg) repeat-y left top;
  padding-left: 20px;
  width: 490px;
}

#JakoscBezpieczenstwo #Main .RightCol .CommonBox
{
  background: url(../img/bg-newsbox.jpg) no-repeat left top;
}
/*
#JakoscBezpieczenstwo .AboutCompany .Pictures
{
  float: left;
  width: 230px;
}

#JakoscBezpieczenstwo .AboutCompany .AboutCompanyText
{
  float: left;
  width: 345px;
}

#JakoscBezpieczenstwo .AboutCompany .Banner
{
  float: left;
  width: 200px;
}
*/

/* Jakosc i bezpieczenstwo produktow -> Form
 * ___________________________________________________________________________
 */
.ContactForm
{
  /*padding-top: 15px;*/
  position: relative;
}

.ContactForm li
{
  clear: left;
  float: left;
  padding-bottom: 12px;
  width: 450px;
}

.ContactForm #checkbox li.Submit
{
  width: 346px;
}

.ContactForm li.plec
{
  clear: none;
  padding-right: 10px;
  width: 40px;
}

.ContactForm ul.checkboxy
{
  padding-left: 120px;
}
.ContactForm li label
{
  clear: both;
  float: left;
  padding: 2px 15px 0 0;
  text-align: right;
  width: 105px;
}
.ContactForm li.date_select
{
  width: 450px;
}
.ContactForm li.date_select label
{
  width: 160px;
}

.ContactForm li input
{
  height: 17px;
  width: 200px;
}

.ContactForm li input,
.ContactForm li textarea
{
  border: 1px solid #BFBFBF;
  background: url(../img/bg-form.jpg) repeat-x left top;
  color: #5A5A5A;
  float: left;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 11px;
  padding: 4px 2px 2px;
}

.ContactForm li textarea
{
  height: 100px;
  padding: 10px 0 1px 2px;
  width: 202px;
}


.ContactForm li #ldumny, .ContactForm li #lwaznewpracy, .ContactForm li #lcojeszcze,
.ContactForm li #ldumny, .ContactForm li #lwaznewpracy, .ContactForm li #lcojeszcze,
.ContactForm li #ljobce, .ContactForm li #lszkolenia, .ContactForm li.date_select #lznajomoscAng
{
  width: 160px;
}
.ContactForm .HouseNumber input
{
  width: 55px;
}

.ContactForm .HouseNumber label
{
  clear: none;
}
.ContactForm .Birthday label
{
	width: auto;
	padding: 2px 5px 0 10px;
}
.ContactForm .HouseNumber #nr_mieszkania, .ContactForm .HouseNumber #data_urodzenia, .ContactForm .HouseNumber #lrok_ukonczenia, .ContactForm .HouseNumber .datalab
{
  padding-right: 5px;
  width: 105px;
}

.ContactForm .Birthday input
{
  width: 60px;
  text-align: center;
  margin-right: 10px;
}

.ContactForm .Birthday #year, .ContactForm .Birthday #rok_ukonczenia
{
  width: 29px;
}
.ContactForm .Submit input
{
  background: url(../img/bg-submit.jpg) no-repeat center center;
  color: #FFF;
  cursor: pointer;
  float: right;
  padding: 2px 34px 9px;
  height: 21px;
  margin-right: 20px;
  width: 66px;
}

*:first-child + html .ContactForm .Submit input
{
  padding: 2px 0 9px;
}

* html .ContactForm .Submit input
{
  padding: 2px 0 9px;
}

/* Galeria
 * ___________________________________________________________________________
 */
.Gallery #Intro .IntroText
{
  width: 465px;
}

.Gallery .LeftCol
{
  padding-left: 20px;
  width: 232px;
}

.Gallery .LeftCol .CommonBox
{
  background: url(../img/bg-newsbox-l.jpg) no-repeat right top;
  width: 233px;
}

.Gallery .RightCol
{
  /*padding-left: 25px;
  _padding-left: 25px;*/
  _overflow-x: hidden;
  width: 515px;
}

.Gallery .Person
{
  width: 218px;
}

.Gallery .AboutCompany .AboutCompanyText
{
  width: 540px;
}

.LoginInfo img
{
  vertical-align: middle;
}

.welcomeMessage strong,
.logged a
{
  color: #00b82d;
}

.logged
{
  padding-top: 5px;
  display: block;
}

.Newsletter
{
  padding: 5px 0 0 10px;
}

.Newsletter li
{
  width: 207px;
}

.Newsletter li label
{
  text-align: left;
  padding-right: 8px;
  width: 35px;
}

.Newsletter li input
{
  width: 156px;
}

.Newsletter .Submit input
{
  margin-right: 0;
}

.GalleryTable
{
  border-collapse: separate;
}

.GalleryTable img
{
  display: block;
}

.GalleryTable td
{
  padding: 2px;
  vertical-align: bottom;
}

.GalleryTable .Col01,
.GalleryTable .Col02
{
  border-color: #d5d5d5;
  border-style: solid;
}

.GalleryTable .Col01
{
  border-width: 1px 0 1px 1px;
}  

.GalleryTable .Col02
{
  cursor: pointer;
  border-width: 1px 1px 1px 0;
}

.GalleryTable .Col02 a
{
  color: #FFF;
  font-size: 16px;
  line-height: normal;
  position: relative;
  background: url(../img/bg-gallery.jpg) no-repeat center top;
  display: block;
  height: 90px;  
  width: 159px;
}

.GalleryTable .Col02 a span
{
  bottom: 10px;
  display: block;
  position: absolute;
  padding: 10px;
  width: 92px;
}

.GalleryTable .Col03
{
  padding: 0 10px;
}

.GalleryTable .wrap
{
  padding-bottom: 6px;
}

.GalleryNav
{
  border: 1px solid #d5d5d5;
  overflow: hidden;
  padding: 2px;
  height: 34px;
  width: 510px;
}

.GalleryNav ul
{
  background: url(../img/bg-gallerynav.jpg) repeat-x left top;
  overflow: hidden;
}

* html .GalleryNav,
* html .GalleryNav ul
{
  height: 1%;
}

.GalleryNav li
{
  background: url(../img/gallerynav-sep.jpg) no-repeat right center;
  float: left;
  text-align: center;
}

.GalleryNav li a
{
  color: #FFF;
  display: block;
  padding: 10px 8px;
  font-size: 12px;
  width: 69px;
}

.GalleryNav li.Active a,
.GalleryNav li a:hover
{
  background: url(../img/bullet-gallerynav.gif) no-repeat center bottom;
  text-decoration: none;
}
.GalleryNav li.Last
{
  background: none;
}

.GalleryContent
{
  padding: 15px 0;
}

.GalleryContent .CommonTitleNoBull
{
  color: #00b82d;
}

.GalleryContent li
{
  float: left;
  padding: 0 31px 10px 0;
  width: 151px;
}

.GalleryContent li.Last
{
  padding-right: 0;
}

#Main .GalleryContent li p
{
  padding-top: 5px;
}

#Main .GalleryContent img.CommonBanner
{
  padding: 1px;
}

.GalleryContent li .save
{
  background: url(../img/icon-download.gif) no-repeat right center;
  float: right;
  padding: 10px 16px 0 0;
}

/* Kariera Nasze Wartości
 * ___________________________________________________________________________
 */
#NaszeWartosci #Intro .IntroText
{
  width: 390px;
}

#NaszeWartosci #Main .LeftCol
{
  padding-left: 10px;
  width: 257px;
}

#NaszeWartosci #Main .RightCol
{
  width: 508px;
  _overflow: hidden;
}

#NaszeWartosci #Main .RightCol .CommonBoxWrap
{
  background: url(../img/border-col.jpg) repeat-y left top;
  padding-left: 20px;
  width: 470px;
}

#NaszeWartosci #Main .RightCol .CommonBox
{
  background: url(../img/bg-newsbox.jpg) no-repeat left top;
}

.SubMenu.DifBullets li a
{
  background-image: url(../img/bullet-difsubmenu.gif);
  padding-left: 10px;
}

#NaszeWartosci .Person
{
  float: left;
  width: 218px;
}

.CompanyValues li
{
  padding-bottom: 10px;
  clear: both;
}

#Main .CompanyValues p
{
  padding-top: 10px;
}

.CompanyValues .ValueImg
{
  float: left;
  padding: 10px 20px 10px 0;
}

/* Rzepak
 * ___________________________________________________________________________
 */
.RelationsRz .LeftCol,
.RelationsSaleRz .LeftCol
{
  width: 240px;
}

.RelationsRz .LeftCol .CommonBoxWrap,
.RelationsSaleRz .LeftCol .CommonBoxWrap
{
  width: 225px;
}

.RelationsRz .LeftCol .CommonBox,
.RelationsSaleRz .LeftCol .CommonBox
{
  background-image: url(../img/bg-newsbox-l.jpg);
}

.RelationsRz .MiddleCol
{
  width: 264px;
}

.RelationsRz .MiddleCol .CommonBoxWrap 
{
  width: 238px;
}

.RelationsRz .RightCol
{
  padding-left: 15px;
  width: 249px;
}

.RelationsRz .RightCol .CommonBoxWrap {
	width: auto;
	padding-right: 0;
}


.RelationsRz .LeftCol .Person,
.RelationsSaleRz .LeftCol .Person
{
  float: left;
  width: 218px;
  padding-bottom: 10px;
}

.RelationsRz .LeftCol .Person .PersonInfo,
.RelationsSaleRz .LeftCol .Person .PersonInfo {
  _overflow: hidden;
  _width: 170px;
  _position: absolute;
  _margin-left: 6px;
}

.RelationsRz .LeftCol img.CommonBanner,
.RelationsSaleRz .LeftCol img.CommonBanner
{
  display: inline;
}

.RelationsRz .MiddleCol ul
{
  padding-left: 10px;
}

.RelationsRz .MiddleCol ul li,
.RelationsSaleRz .RightCol ul li
{
  background: url(../img/bullet-square.jpg) no-repeat left center;
  padding-left: 15px;
  margin-bottom: 10px;
}

.RelationsSaleRz .RightCol
{
  padding-left: 30px;
  width: 505px;
}

/* Footer
 * ___________________________________________________________________________
 */
#Footer
{
  clear: both;
  overflow: hidden;
}

#FooterNav
{
  text-align: center;
  padding: 15px 0;
}

#FooterNav li
{
  color: #2770a6;
  display: inline;
  font-size: 11px;
}

#FooterNav li a
{
  color: #2770a6;
  font-size: 11px;
  padding: 0 5px 0 10px;
}

#FooterContent
{
  background: url(../img/bg-footer.jpg) no-repeat center top;
  height: 57px;
}

#FooterContent .Flags
{
  padding: 15px 0 0 10px;
  float: left;
}

#FooterContent .Flags li
{
  float: left;
  padding-left: 10px;
}

#FooterContent .Flags li img
{
  display: block;
}

#FooterContent .Flags li a
{
  border: 1px solid #e6e6e6;
  display: block;
  padding: 2px;
}

#FooterContent .Flags li a:hover,
#FooterContent .Flags li.Active a
{
  border: 1px solid #BFBFBF;
}

#Copy
{
  float: right;
  padding: 10px 15px 0 0;
}

#Copy span
{
  color: #bcbdbd;
  padding-right: 5px;
}

#Copy img
{
  vertical-align: middle;
}
.text .naglowek {
  font-size: 18px;
  color: #166FAC;
  font-weight: normal;
}


.text .srodtytul {
  font-size: 14px;
  color: #166FAC;
  font-weight: normal;
}
#ProduktyProfesjonalne .PersonInfo 
{
  float:right;
  padding-top:5px;
  width:160px;
}



#ProduktyProfesjonalne .Person {
  float: right;
  padding-top: 10px;
  width: 270px;
}

#SprzedajNamRzepak .LeftCol .SubMenu {
  padding-top: 30px;
}


div.Product div.CommonBanner span {
  padding-right: 5px;
}

#CentrumPrasowe .MiddleCol {
  width: 248px;
  _overflow-x: hidden;
}

#CentrumPrasowe .RightCol {
  width: 248px;

}

#CentrumPrasowe .MiddleCol .CommonBoxWrap {
  width: 225px;
}

.download {
  background: transparent url(../img/icon-download-investor.gif) no-repeat scroll right center;
  color: #2F88BF;
  padding-right: 15px;
  font-weight: normal;
}

.CommonTitleBull .download {
  margin-left: 10px;
}

.CommonTitleBull .icon {
  margin-right: 5px;
  margin-left: 5px;
}

.icon {
  border: 1px solid #BFBFBF;
  padding: 1px;
  vertical-align: middle;
}

.downloadWrap {
	text-align: right;
	margin-top: 10px;
}

.downloadWrap .icon {
	margin-left: 9px;
}

.downloadWrap .DownloadMore {
	margin-left: 11px;
}

.text .doLewej {
   float: left;
   margin: 0 10px 5px 0px;
}


.text .doPrawej {
   float: left;
   margin: 0 0 5px 10px;
}

.ramka_do_lewej {
   display: block;
   float: left;
   margin: 5px 15px 5px 0px;
   padding-right: 10px;
}

.ramka_do_prawej {
   display: block;
   float: right;
   margin: 5px 0px 5px 15px;
   padding-left: 10px;
}

.text .ramka_do_lewej
{
  display: block;
  float: left;
  margin: 5px 15px 5px 0px;
  padding-right: 10px;
}

.text .ramka_do_prawej
{
  display: block;
  float: right;
  margin: 5px 0px 5px 15px;
  padding-left: 10px;
}

.text .ramka_do_lewej img,
.text .ramka_do_prawej img
{
  padding: 2px;
  border: 1px solid #bfbfbf;
}

.ConentCol
{
  float: left;
  width: 556px;
  
}


#MainSite .ConentCol .Common
{
  padding-bottom: 30px;
}


.VerySmallBanner
{
  float: left;
  width: 70px;
}
/*
#CentrumPrasoweTresc .Gallery .AboutCompany .AboutCompanyText
{
  width: 470px;
}*/

#GaleriaOgolna .Checkbox
{
  display: block;
  float: left;
  margin-top: 4px;
}

#GaleriaOgolna .ContactForm .Submit input
{
  margin-right: 5px;
}

#GaleriaOgolna #checkbox .ContactForm li
{
  width: 332px;
}

label.checkbox span.holder
{
	height: 61px; /* Total height of your checkbox image */
	background: url(../img/radiobutton_1.gif) 0 -1px no-repeat; /* Path to your checkbox image */
}
	
.ContactForm .inlineRadios label.radio span.holder
{
	height: 61px; /* Total height of your radio buttons image */
	background: url(../img/radiobutton.gif) 0 -1px no-repeat; /* Path to your radio button image */
}
	
label.checkbox:hover span.holder,
.ContactForm label.radio:hover span.holder
{
  top: -21px;
} /* Background position on mouseover */
	
.ContactForm .inlineRadios label.checked span.holder,
.ContactForm .inlineRadios label.checked span.holder
{
top: -42px !important;
} /* Background position when checked */

label.list
{
	float: left;
	margin: 0 0 5px 0;
}
	
label.inline
{
	float: left; margin: 0 10px 0 0;
}
	
input.hiddenCheckbox
{
	position: absolute; left: -10000px; /* Hide the input */
}
	
label.prettyCheckbox span.holderWrap
{
	display: block; float: left;
	position: relative;
	margin-right: 5px;
	overflow: hidden;
}
		
label.prettyCheckbox span.holder
{
	display: block;
	position: absolute;
	top: 0; left: 0;
}

.ActiveSubmenu {
	text-decoration: underline;
}


#MainSite .ConentCol {
	width: 522px;
}

#MainSite .ConentCol .CommonBoxWrap {
	background: transparent url(../img/border-col.jpg) repeat-y scroll left top;
	padding-left: 15px;
	width: auto;
	margin-left: 15px;
}

#MainSite .ConentCol .Common {
	padding-left: 14px;
}


br.ClearBoth {
	clear: both;
}


#ProduktyProfesjonalneLista img.CommonBanner, #ProduktyProfesjonalneLista div.CommonBanner {
	border: none;
}




/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 16px; 
	float: right;
	padding-bottom: 0.7em;	
}







#HeaderTop .Flags
{
  padding: 9px 27px 0 0px;
  float: right;
}

#HeaderTop .Flags li
{
  float: left;
  padding-left: 1px;
}

#HeaderTop .Flags li img
{
  display: block;
}

#HeaderTop .Flags li a
{
  display: block;
  padding: 2px;
}


.SearchList .CommonTitleBull a {
	color: #00B82D;
}

#CentrumPrasowe .MiddleCol .Common {
	clear: both;
}

#CentrumPrasowe .RightCol .Common {
	clear: both;
}

#CentrumPrasowe .downloadWrap {
	clear: both;
}

#CentrumPrasowe .CommonBox .More, .Common .More {
	clear: both;
}





/* ProduktyProfesjonalneLista2
 * ___________________________________________________________________________
 */
#ProduktyProfesjonalneLista2 #Intro .Common,
#ProduktyProfesjonalneLista2 #Intro .CommonBox
{
  padding: 0;
}

#ProduktyProfesjonalneLista2 #Intro .LeftCol
{
  background: none;
  padding: 0;
  width: 324px;
}

#ProduktyProfesjonalneLista2 #Intro .MiddleCol
{
  background: none;
  padding: 0 0 0 10px;
  width: 150px;
}

#ProduktyProfesjonalneLista2 #Intro .RightCol
{
  background: none;
  width: 276px;
}

#ProduktyProfesjonalneLista2 #Intro .LeftCol .CommonBoxWrap
{
  padding-bottom: 23px;
  width: 305px;
}

#ProduktyProfesjonalneLista2 #Intro .MiddleCol .CommonBoxWrap
{
  width: 131px;
  padding-top: 16px;
  padding-left: 20px;
}

#ProduktyProfesjonalneLista2 #Intro .MiddleCol .CommonBox
{
  background-image: url(../img/bg-newsbox.jpg);
}


#ProduktyProfesjonalneLista2 #Main .LeftCol
{
  padding-left: 10px;
  width: 200px;
}

#ProduktyProfesjonalneLista2 #Main .RightCol
{
  width: 575px;
  overflow: hidden;
}

#ProduktyProfesjonalneLista2 #Main .RightCol .CommonBoxWrap
{
  background: url(../img/border-col.jpg) repeat-y left top;
  padding-left: 20px;
  width: 555px;
}

#ProduktyProfesjonalneLista2 #Main .RightCol .CommonBox
{
  background: url(../img/bg-newsbox.jpg) no-repeat left top;
}



#ProduktyProfesjonalneLista2 #Main .RightCol .ProductsList
{
	width: 555px;
}

#ProduktyProfesjonalneLista2 #Main .RightCol .ProductsList li
{
	width: 230px;
	float: left;
	margin-left: 30px;
	margin-bottom: 35px;
	text-align: center;
}

#ProduktyProfesjonalneLista2 #Main .RightCol .ProductsList li.odd
{
	clear: left;
}

#ProduktyProfesjonalneLista2 #Main .RightCol .ProductsList li.even
{
	clear: right;
	float: right;
}

#ProduktyProfesjonalneLista2 #Main .RightCol .ProductsList .ProductTitle
{
	width: 160px;
	text-align: left;
	margin-left: 40px;
}


#ProduktyProfesjonalneLista2 #Main .RightCol .Photo
{
	float: left;
	width: 220px;
	text-align: right;
}

#ProduktyProfesjonalneLista2 #Main .RightCol .Photo a {
	color: #00BA2C;
	text-decoration: none;
}

#ProduktyProfesjonalneLista2 #Main .RightCol .Desc {
	float: left;
	width: 300px;
	margin-left: 22px;
}

#ProduktyProfesjonalneLista2 #Main .RightCol .Desc .text {
	margin-left: 8px;
}

#ProduktyProfesjonalneLista2 #Main .RightCol .CommonTitleBull {

}


#ProduktyProfesjonalneLista2 .PersonInfo {
	width: 157px;
	
}


#ProduktyProfesjonalneLista2 .Person {
	width: 265px;
}


.CommonBox .Back,
.Common .Back
{
/*  float: left;*/
  display: block;
  margin-left: 0px; 
  clear: left;
}

.CommonBox .Back img,
.Common .Back img {
  margin-right: 4px;
}

#CentrumPrasoweTresc #Main .ConentCol .CommonBoxWrap {
	background: none;
	width: auto;
}


.ramka {
	display: block;
	margin: 5px 0px 5px 5px;
	line-height: 0px;
}

.ramka img {
	border: 1px solid #bfbfbf;
	padding: 1px;
}


.opis_zdjecia {
	font-size: 0.9em;
	display: block;
	padding-left: 5px;
}


.text table {
	margin: auto;
}

.text div, .text span, .text ol, .text ul, .text li, .text td {
	vertical-align: top;
}

#CentrumPrasowe .MiddleCol .CommonBox {
	/*background: none;*/
}

.Common a.Next {
	float: right;
}


#CentrumPrasowe .LeftCol .CommonBoxWrap {
	background: none;
}

#CentrumPrasowe .CommonBoxWrap {
	background: url(../img/border-col.jpg) repeat-y left top;
	width: 218px;
	padding-left: 15px;
}

#CentrumPrasowe .CommonBox {
  background: url(../img/bg-newsbox.jpg) no-repeat left top;
  padding-bottom: 25px;
}

#CentrumPrasowe .LeftCol .CommonBox {
	background: none;
}


#ProduktyMasowe .Back {
	display: none;
}

#Content #Main .text table {
	float: none;
}

#Content #Main .text .mrClean {
	clear: both;	
}

#Content #Main .text {
	text-align: left;
}

img.ramka_do_lewej
{
  float: left;
  margin: 5px 15px 5px 0px;
  padding-right: 10px;
}

.text a span.ramka_do_lewej {
	_float: none;
}


#GaleriaOgolna .LeftCol .CommonBoxWrap {
	background: none;
}

#GaleriaOgolna .LeftCol .CommonBox {
	background: none;	
}


#GaleriaOgolna .RightCol .CommonBox {
	background: transparent url(../img/bg-newsbox.jpg) no-repeat scroll left top;
}

#GaleriaOgolna .RightCol .CommonBoxWrap {
	background: transparent url(../img/border-col.jpg) repeat-y scroll left top;
	padding-left: 20px;
}


#SprzedajNamRzepak .LeftCol .CommonBoxWrap {
	background: none;
}

#SprzedajNamRzepak .LeftCol .CommonBox {
	background: none;	
}


#SprzedajNamRzepak .RightCol .CommonBox,
#CentrumPrasoweTresc .RightCol .CommonBox {
	width: auto;
	background: transparent url(../img/bg-newsbox.jpg) no-repeat scroll left top;
}

#SprzedajNamRzepak .RightCol .CommonBoxWrap,
#CentrumPrasoweTresc .RightCol .CommonBoxWrap {
	width: auto;
	background: transparent url(../img/border-col.jpg) repeat-y scroll left top;
	padding-left: 20px;
}

.RelationsSaleRz .RightCol {
	padding-left: 10px;
}

#Zaklady .CommonBoxWrap {
	width: auto;
}

#Zaklady .CommonBox {
	background-image: url(../img/bg-newsbox-l.jpg);
}

#ProduktyProfesjonalneLista2 #Intro .LeftCol .CommonBox { 
	background: none;
}

#ProduktyProfesjonalneLista2 #Intro .LeftCol .CommonBoxWrap { 
	background: none;
}

#ProduktyProfesjonalneLista2 #Intro .MiddleCol .CommonBox {
	background-position: top left;
}

#ProduktyProfesjonalneLista2 #Intro .MiddleCol .CommonBoxWrap {
	background-position: top left;
}


#Rzepak #Main .LeftCol .CommonBox { 
	background: none;
}

#Rzepak #Main .LeftCol .CommonBoxWrap { 
	background: none;
}

#Rzepak #Main .MiddleCol .CommonBox {
	background-position: top left;
	background-image: url(../img/bg-newsbox.jpg);
}

#Rzepak #Main .MiddleCol .CommonBoxWrap {
	background-position: top left;
	padding-left: 14px;
}

#Rzepak #Main .RightCol .CommonBox {
	background-position: top left;
}

#Rzepak #Main .RightCol .CommonBoxWrap {
	background-position: top left;
}

#Rzepak #Main .MiddleCol {
	/*padding-left: 0;*/
	padding-left: 10px;
}

.RelationsRz .RightCol {
	padding-left: 0;	
}

#Rzepak #Main .RightCol .CommonBoxWrap {
	padding-left: 14px;	
}





#MainSite #Main .LeftCol .CommonBox { 
	background: none;
}

#MainSite #Main .LeftCol .CommonBoxWrap { 
	background: none;
}

#MainSite #Main .MiddleCol .CommonBox {
	background-position: top left;
	background-image: url(../img/bg-newsbox.jpg);
}

#MainSite #Main .MiddleCol .CommonBoxWrap {
	background-position: top left;
	padding-left: 15px;
	width: 250px;
}

#MainSite #Main .RightCol {
	padding-left: 23px;	
	width: 260px;
	_padding-left: 0;
}

#MainSite #Main .RightCol .CommonBox {
	background-position: top left;
}

#MainSite #Main .RightCol .CommonBoxWrap {
	background-position: top left;
	padding-left: 15px;
	width: 250px;
}

#MainSite #Main .MiddleCol {
	/*padding-left: 0;*/
	width: 260px;
	padding-left: 10px;
	_padding-left: 0;
}

#Kruszwica .LeftCol .CommonBox {
	_width: 200px;
}

#Kruszwica .MiddleCol .CommonBox {
	_width: 200px;
	_background: transparent url(../img/bg-newsbox-l.jpg) no-repeat scroll right top;
}


#ProduktyProfesjonalneLista2 #Main .LeftCol .CommonBoxWrap {
	background: none;
	padding-right: 0;
	width: auto;
}

#ProduktyProfesjonalneLista2 #Intro .LeftCol {
	_width: 310px	
}




#JakoscBezpieczenstwo #Main.fixCommonBox .LeftCol {
	width: 237px;	
}
#JakoscBezpieczenstwo #Main.fixCommonBox .RightCol .CommonBox {
	padding: 0;
	margin: 0;	
}

#JakoscBezpieczenstwo #Main.fixCommonBox .LeftCol .CommonBox {
	background: none;
	padding: 0;
	margin: 0;	
}

#JakoscBezpieczenstwo #Main.fixCommonBox .LeftCol .CommonBoxWrap {
	width: auto;
	padding-left: 0;
	background: none;
	padding: 0;
	margin: 0;	
}


#Main .RightCol .CommonBoxWrap .CommonBoxWrap,
#Main .RightCol .CommonBox .CommonBox,
#NaszeWartosci #Main .RightCol .CommonBoxWrap .CommonBoxWrap,
#NaszeWartosci #Main .RightCol .CommonBox .CommonBox {
	width: auto;
	background: none;
	padding: 0;
	margin: 0;	
}


#MainSite .ConentCol .CommonBoxWrap .Common {
	padding-bottom: 0;	
}


#NewsletterBox {
	margin-top: 48px;
}


h4 {
	color: #166FAC;
	margin: -5px 0 15px 0;
	font-size: 1.1em;
}


.archiveMenu li {
	display: inline;
	margin-left: 20px;
}

.archiveMenu li.Active a {
	color: #00BBFA;
	font-weight: bold;
}


.archiveMenu a {
	color: #166FAC;
}

.archiveMenu {
    margin-bottom: 16px;
    text-align: right;
}

#NaszeWartosci .CommonBoxWrap {
	width: auto;
}

#CentrumPrasoweTresc .LeftCol .CommonBox {
    background: none;
}

#CentrumPrasoweTresc .LeftCol .CommonBoxWrap {
    background: none;
}

#CentrumPrasoweTresc .ConentCol {
    float: none;  
}


.opis_zdjecia {
	font-size: 0.9em;
	display: block;
	padding-left: 5px;
}

.tabela_naglowek {
	background: #00b92b url(../img/table_bg.gif) repeat-x;
	color: white;
	border: 1px solid white;
	padding: 10px;
	font-weight: bold;
}

.tabela_wiersz1 {
	background: #dddddd;
	border: 1px solid white;
	padding: 10px;
}

.tabela_wiersz2 {
	background: #f2f2f2;
	border: 1px solid white;
	padding: 10px;
}




.ramka_do_lewej {
   display: block;
   float: left;
   margin: 5px 15px 5px 0px;
   padding-right: 10px;
}

.ramka_do_prawej {
   display: block;
   float: right;
   margin: 5px 0px 5px 15px;
   padding-left: 10px;
}

.text .ramka_do_lewej
{
  display: block;
  float: left;
  margin: 5px 15px 5px 0px;
  padding-right: 10px;
}

.text .ramka_do_prawej
{
  display: block;
  float: right;
  margin: 5px 0px 5px 15px;
  padding-left: 10px;
}

.text .ramka_do_lewej img,
.text .ramka_do_prawej img
{
  padding: 2px;
  border: 1px solid #bfbfbf;
}


