body {
  padding: 0;
  margin: 0;
  font-family: Tahoma, Arial,Helvetica,sans-serif;
  font-size: medium; 
  color: #585F5D;
  background-color: #D9DDCE;
}
h2, h3, h4, p {
  margin: 0;
  padding: 0;
}
h2.header {
	font-size: 80%;
  color: #FFF; 
  font-weight: bold;
  background-color: #777971;
  text-align: left;
  margin: 0;
  padding: 3px 0 3px 15px;
  width: 100%;
}
h2.darkHeader {
  font-size: 80%;
  color: #FFF; 
  font-weight: bold;
  background-color: #4A4B45;
  text-align: left;
  margin: 0;
  padding: 3px 0 3px 15px;
  width: 100%;
}
h3.inlineHeaderDark {
  font-size: 110%;
  color: #2E3935; 
  font-weight: bold;
  padding-top: 10px;
}
h2.redHeader {
	background-color: #C20116;
}
#imagePopupPreview{
  position: absolute;
  border: 1px solid #CCC;
  background: #333;
  padding: 5px;
  display: none;
  color: #fff;
  z-index: 100;
  cursor: pointer;
}
a.grey_orange {
	color: #2E3935;
  text-decoration: none;	
}
a.grey_orange:hover {
  color: #C20116
}
a.orange {
  color: #C20116;
  text-decoration: none;  
}
a.orange:hover {
  color: #585F5D;color: #9F9F9F;
}
a.grey_grey {
  color: #2E3935;
  text-decoration: none;  
}
a.grey_grey:hover {
  color: #BFBFBF;
}
a.bright_grey {
  color: #BFBFBF;
  text-decoration: none;  
}
a.bright_grey:hover {
  color: #BFBFBF;
}
a.white_orange {
  color: #FFF;
  text-decoration: none;  
}
a.white_orange:hover {
  color: #C20116
}
/**style dla listowania stron */
.pageList .pageListContainer {
  font-size: 80%;
  margin-top: 0px;
  float: right;
  margin-right: 5px;
}
.pageList .pageListContainer a{
  text-decoration: none;
  color: #585F5D;
  font-weight: normal;
}
.pageList .pageListContainer a:hover{
  color: #9F9F9F;
}
.pageList .pageListContainer .pageListLeftBox {
  display: none;  
}
.pageList .pageListContainer .pageListRightBox {
  display: none;  
}
.pageList .pageListContainer .pageListCenterBox {
  
}
.pageList .pageListContainer .currentPage {
  font-weight: bold;
  font-size: 110%
}
a img {
  border: 0;	
}
/**layout*/
#userZone {
  margin: 0 auto;
  width: 90%;	
  height: 18px;
  font-size: 80%;
  padding: 3px 10px;
}
#userZone a{
  font-size: 90%;
  font-weight: bold;
}
#userZone .rightSide {
  float: right;
  margin-right: 10px;
}
#main {
  background: url(/img/bg.png) repeat-x ;
  background-color: #F5F6F0;
  padding: 0;
  margin: 0;
}
#wrapper{
  margin: 0 auto;
  width: 90%;
  text-align:center;
  position: relative;
  z-index: 1;
}
#top {
  height: 138px;
  background: url(/img/logo_top.png) no-repeat center;
  padding-top: 2px;
  padding-left: 2px;
}      
#logo {
  width: 529px;
  height: 69px;
  z-index: 2;
  float: left;
  border: 0;
  padding-top: 6px;
}                 
#flags {
	height: 11px;
  text-align: center;
  position: absolute;  
  top: 14px;
  right: 0;
  color: #BFBFBF;
}       
.flag { 
  border: 0;
  padding-left: 10px;
  text-decoration: none;
  float: left;
  font-size: 70%;
  font-weight: bold;
}                     
.flag img { 
  border: 0;
}                                    
#searchMachinesNamesForm {  
  width: 280px; 
  position: absolute;  
  top: 100px;
  right: 0; 
  font-size: 12px;
}
#searchMachinesNamesForm input { 
  background-color: #ACADA6;
  border: 1px solid #383933;
  width: 180px;
  padding: 3px 2px;
}
#searchMachinesNamesForm a {
	float: right;
  width: 80px;
  height: 20px;
  color: #F3F6FA;
  font-weight: bold;
  background: url(/img/search_button.png) no-repeat center;
  padding-top: 4px;
  text-decoration: none;
}
#searchMachinesNamesForm a:hover {
  color: #2E3935;
  background: url(/img/search_button_hover.png) no-repeat center;
  text-decoration: none;
}
#topmenu { 
  width: 100%;
  height: 25px; 
  text-align: center;
  background-color: #383933;
  padding-top: 4px;
  margin-top: 6px;
}
#topmenu ul {
  text-align: center;
  margin: 0;
  padding: 0;
}
#topmenu li {
  list-style-type: none;
  display: inline;
  font-size: 14px; 
  color: #DBDDDF;
  padding-left: 4px;
  font-weight: bold;
  font-variant: small-caps;
}
#topmenu li a {
  text-decoration: none;
  color: #DBDDDF;
}
#topmenu li a:hover {
  text-decoration: none;
  color: #BF3B4D
}
#bread {
  width: 100%;
  text-align: left;
  padding-left: 15px;
  z-index:3;
  margin: 2px 0 2px 0;
}
#bread span {
  font-size: 60%;
  color: #777971;
}

#leftcolumn { 
  width: 230px;
  text-align: justify;       
  float: left;         
  z-index: 2;
  margin-bottom: 10px;
}
#leftcolumn div {
  width: 215px;
  height: auto;
  background-color: #C8CBC2;
  padding: 0 15px 10px 15px;
  font-size: 70%;
  margin-bottom: 10px;
}
#leftcolumn div img {
  padding-left: 8px;
  padding-top: 10px;
}

#footer { 
  width: 100%;
  height: 40px; 
  text-align: center;
  border-top: 1px solid #C8CBC2;
  padding-top: 15px;
  margin-top: 15px;
  padding-bottom: 15px;
  clear: both;
  position: relative;
  color: #ACAAA6;
}
#footer ul {
  text-align: center;
  margin: 0;
  padding: 0;
  padding-bottom: 10px;
}
#footer li {
  list-style-type: none;
  display: inline;
  font-size: 11px; 
  color: #585f5d;
  padding-left: 10px;
  font-weight: bold;
}
#footer li a {
  text-decoration: none;
  color: #585f5d;
}
#footer p {
  font-size: 80%;	
}
.wdSignature {
	 position: absolute;
	 bottom: 10px; 
	 right: 0;
}
.wdSignature a {
  text-decoration: none;
  color: #585F5D;
}
.wdSignature a:hover {
  text-decoration: underline;
}

/**strona glowna */
#content { 
  margin-left: 260px;
  z-index: 3;
  margin-right: 0;
  text-align: left;
}
#content h2 {
  width: 260px;
  padding-right: 15px;
}
#newsContent { 
  overflow:auto;
  height:auto;
  background-color: #777972;
  padding: 8px 10px 15px 10px;
  color: #fff;
  text-align: left;
}
#newsContent img {
  float: right;
  padding-left: 5px;
}
#newsContent h3 {
  font-size: 80%;
  color: #2E3935; 
  font-weight: bold;
  padding-top: 6px;
}
#newsContent p{
  font-size: 80%;
}
h2.machinesListHeader {
  margin-top: 10px;
}
#machinesListContent {
  background-color: #C8CBC2;
  font-weight: bold;
  color: #585F5D;
  text-align: center;
  overflow: hidden;
  width: 100%;
  padding: 15px 0;
  min-height: 320px;
}
.machineLogoContent {
  float: left;
  padding-top: 5px;
  padding-left: 1%;
  margin: 0;
  width: 152px;
  height: 170px;
  overflow: hidden;
}
.machineLogoContent img{
	border: 1px solid #585F5D;
	max-width: 120px;
	max-height: 120px;
}
.machineLogoContent span{
  font-size: 76%;
  font-weight: bold;
  display: block;
}
/** Strony z maszynami */
/** lewa kolumna z kategoriami */
.leftColumnMachines { 
  width: 230px;
  text-align: justify;       
  float: left;         
  z-index: 2;
  margin-bottom: 10px;
}
.leftColumnMachines div {
  width: 245px;	
}
.ui-accordion {
}
.ui-accordion a{
  color: #FFF;
  text-decoration: none;
}
.ui-accordion .ui-accordion-header a{
  display: block;
}
.ui-accordion-header, #accordion h2 {
	width: 225px;
	background-color: #92958C;
  padding: 5px 15px 5px 15px;
  font-size: 90%; 
  color: #FFF; 
  font-weight: bold;
  border-bottom: 1px solid #C8CBC2;
  border-top: 1px solid #C8CBC2;
  cursor: pointer;
}
.ui-accordion-content, #accordion {
	background-color: #C8CBC2;
	overflow: hidden;
}
.ui-accordion-content h3, #accordion h3{
  font-size: 80%;
  font-weight: bold;
  padding: 5px 0px 5px 15px;
}
.ui-accordion .ui-accordion-content a, #accordion h3 a{
  color: #585F5D;
  display: block;
  text-decoration: none;
}
/**strona z maszyna*/
#machineContent {  
  min-height: 390px;
  background-color: #C8CBC2;;
  color: #585f5d;
  text-align: left;
  padding-top: 10px;
  overflow: hidden;
  width: 100%;
}
#machineContent .foto {
  width: 270px;
  height: 270px;
  float: left;
  margin-left: 8px;
  background-color: #FFF;
  display: inline;
  text-align: center;
  overflow: hidden;
  border: 1px solid #585F5D;
}
#machineContent .foto img {
  max-width: 270px;
  border: 0;
  cursor: pointer;

}
#machineContent .fotoMinContent {
  width: 280px;
  float: left;
  margin-top: 10px;
  clear: both;
}              
#machineContent .fotoMin {
	float: left;
  padding-left: 8px;
  padding-bottom: 10px;
}
#machineContent .fotoMin img {
  border: 0;
  cursor: pointer;
  border: 1px solid #585F5D;
}
#machineContent .movieLinkContent, #machineContent .formLinkContent {
  width: 280px;
  float: left;
  margin-top: 20px;
  margin-left: 8px;
  clear: both;
  text-align: center;
}
#machineContent .movieLinkContent a, #machineContent .formLinkContent a {
  font-weight: bold;
  font-size: 80%;	
}
#machineContent .movieLinkContent img {
  vertical-align: middle;
  margin-right: 5px;
  position: relative;
  top: -6px;
}
#machineContent .formLinkContent {
  border: 1px solid #C20116;
  width: 210px;
  padding: 5px;
  margin-left: 32px;
}
#machineContent .infoContainer {
  margin: 0 10px 5px 290px;
  padding: 10px;
  background-color: #E8EBF3;
}
#machineContent .tableContainer {
  width: 100%;
  margin-bottom: 10px;
}
#machineContent .tableContainer td {
  vertical-align: top;
  width: 50%;	
}
#machineContent .tableContainer table {
  text-align: left;
  border-collapse: collapse;
  width: 99%;
  border: 1px solid #FFF;
}
#machineContent .tableContainer table th {
  padding: 5px;
  margin: 0;
  font-size: 80%;  
  font-weight: bold;
}              
#machineContent .tableContainer table td {
	padding: 5px;
  text-align: justify; 
  font-size: 70%;
  text-align: right;
}
#machineContent .tableContainer table td.firstColumn {
  text-align: left;
}
#machineContent .tableContainer table .grey { 
  background-color: #D4D9CB;           
}
#machineContent .tableContainer table .blue { 
  background-color: #E8EBF3;
}
#machineContent .infoContainer .priceContainer {
  text-align: center;
  margin: 5px 0 5px 0;	
  font-size: 90%;
  color: #AF3636;
  font-weight: bold;
}
#machineContent .infoContainer .priceContainer a {
  color: #AF3636;
}
#machineContent .infoContainer .priceContainer a:hover {
  color: #2E3935;
}
#machineContent .infoContainer .priceContainer .deliveryTime {
  font-weight: normal;
  font-size: 80%;	
}
#machineContent .infoContainer p {
  text-align: justify;
  font-size: 80%;
}
#machineContent .infoContainer .infoOnline {
  margin-top: 15px;
  font-weight: bold;
  font-size: 70%;	
  text-align: right;
  clear: both;
}
#machineContent .infoContainer .infoLinks {
margin-top: 10px;
font-weight: bold;
font-size: 75%
}
#machineContent .infoContainer .infoLinks img {
vertical-align: middle;
margin-right: 4px;
}
.printContent {
  text-align: right;
  font-size: 80%;
  margin: 10px;	
}
.printContent a img {
  border: 0;
  vertical-align: middle;
  margin-right: 4px;
}
/** strony statyczne */
#staticContent {
  background-color: #C8CBC2;
  color: #585F5D;
  text-align: justify;
  overflow: hidden;
  padding: 15px 10px;
  min-height: 320px;
  font-size: 80%;
}
#staticContent p {
  margin-bottom: 10px;
}
#staticContent img {
  margin: 0 15px 15px 15px;
  border: 1px solid #585F5D;
}
#staticContent ul {
	margin: 0 0 15px 20px ;
  padding: 0;
  list-style: square outside;
}
#staticContent ul li { 
	margin: 0;
	padding: 0; 
}
#staticContent a { 
  font-weight: bold; 
}
#staticContent h4 { 
 margin: 10px 0;
 font-size: 95%; 
}
#staticContent h4 { 
  font-weight: bold; 
}
#staticContent table {
  width: 100%;
  margin-bottom: 10px;
  border: 1px solid #FFF;
  border-collapse: collapse;
}
#staticContent table td {
  vertical-align: top;
  border: 1px solid #FFF;
  padding: 5px;
}              
#staticContent table .grey { 
  background-color: #D4D9CB;           
}
#staticContent table .blue { 
  background-color: #E8EBF3;
}
#staticContent .staticOfferContent {
  border: 1px solid #FFF;
  padding: 20px 15px;
  margin-bottom: 15px;	
  background-color: #E8EBF3
}
#staticContent .staticOfferContent ul {
  margin-bottom: 0;	
}
#staticContent .staticOfferContent h4 {
  margin: 0;	
  color: #C20116;
}
/** strony news */
#newsListContent {
  background-color: #C8CBC2;
  color: #585F5D;
  overflow: hidden;
  min-height: 320px;
  text-align: justify;
  font-size: 85%;
}
#newsListContent h3, #newsListContent h4 {
  padding: 0;
  margin: 0;	
}
#newsListContent .newsContent {
  margin: 10px; 
  border-bottom: 1px solid #8F8F8F;
  overflow:auto;
  height:auto
}
#newsListContent img {
  border: 1px solid #585F5D;
  float: right;
  margin: 0 0 10px 10px;
  width: 120px;
  height: 120px;
  overflow: hidden;
}
#newsListContent h3 {
  font-size: 99%;
}
#newsListContent h4 {
  font-weight: normal;
  font-size: 90%;
  margin-bottom: 5px;
}
#newsListContent p {
  margin-bottom: 15px;
}
/**pojedynczy news*/
#singleNewsContent {
  background-color: #C8CBC2;
  overflow:auto;
  height:auto;
  padding: 15px 10px;
  font-size: 90%;
}
#singleNewsContent h3, #singleNewsContent h4 {
  padding: 0;
  margin: 0;  
}
#singleNewsContent img {
  border: 1px solid #585F5D;
  float: right;
  margin: 0 0 10px 10px;
  max-width: 200px;
  overflow: hidden;
  cursor: pointer;
}
#singleNewsContent h3 {
  font-size: 99%;
}
#singleNewsContent h4 {
  font-weight: normal;
  font-size: 90%;
  margin-bottom: 5px;
}
#singleNewsContent p {
	text-align: justify; 
}
#singleNewsContent .newsFotoContainer {
  margin-top: 30px;
  clear: both;
  text-align: center;
}              
#singleNewsContent .newsFotoContainer img {
  border: 0;
  cursor: pointer;
  border: 1px solid #585F5D;
  margin: 0 10px 0 0;
  float: none;
}
#singleNewsContent .newsMovieLinkContent {
  text-align: center;	
  margin-top: 15px;
}
#singleNewsContent .newsMovieLinkContent img {
  border: 0;
  float: none;
  vertical-align: middle; 
}
/** strona logowania i rejestracji*/
#staticContent .loginForm table {
  border: 0;
  margin: 0;
}
#staticContent .vErrorMessages {
	text-align: center;
	margin: 15px;
	color: #CF4040;
	font-size: 120%;
	font-weight: bold;
}
#staticContent .vMessages {
  text-align: center;
  margin: 15px;
  color: #3B8F2C;
  font-size: 120%;
  font-weight: bold;	
}
#staticContent .loginForm table td {
	border: 0;
	text-align: left;
	padding-bottom: 0;
}
#staticContent .loginForm table td:first-child {
  text-align:right;
  width: 90px;
  padding-top: 8px;
}
#staticContent .loginForm table input {
  width: 140px;
}
#staticContent .loginForm {
  border: 1px solid #FFF;
  width: 300px;
  margin: 10px auto;
  padding: 15px 5px;
}
#staticContent .loginForm input{
  margin-bottom: 4px;
}
#staticContent .registerForm {
  width: 550px;
  text-align: center;
}
#staticContent .registerForm table td:first-child {
  width: 500px;
  width: 170px;
}
/**Strona kontaktu*/
.contactContent p a {
  font-weight: normal;
}
/**formularz leasingowy*/
#staticContent table.leasingFormTable {
  width: 590px;
  margin: auto;
}
.leasingFormTable .leftColumn {
  font-weight: bold;
}
/**dokumenty do pobrania**/
#staticContent ul.documentsList {
  list-style-type: none;
}
#staticContent ul.documentsList li {
	background:url(/img/pdf_icon.png) no-repeat left center;
  padding-left: 26px;
  padding-top: 6px;
  margin: 6px 0;
  height:  24px;
}
