.noscreen{
  display: none;
}
a img {
  border: 0px;
}

p {
  margin: 0px;
  padding: 11px 0px;
}

body {
  margin:0px; padding:0px;
  /*font-family: "Arial CE", "Helvetica CE", Arial, lucida, sans-serif;*/
  font-family: Verdana, Arial, Courier, sans-serif;
  font-size: 0.8em;
  text-align: center;
  background: url(../images/background_line.png) repeat-x top;
}

h1{
  margin-top: 0px;
}

a.blacklink{
  color: black;
  text-decoration: none;
}

a.blacklink:hover{
  text-decoration: underline;
}

/*** Container for center location ***/
#alldoc {
  width: 984px;
  /*background-color: #bbb;*/
  background: url(../images/background_line_center.png) repeat-y center top;
  margin-left: auto;
  margin-right: auto;
  /*padding: 20px 80px 0px 80px;*/
  margin-top: 0px;
  /*  border: 3px solid Black; */
  color: #000000;
  text-align: left;
  position: relative;
}
#allDocIn{
  background: url(../images/background_top.png) no-repeat center top;
  padding: 41px 0 0 0;
}

#header {
  /*height: 80px;*/
  position: relative;
  padding: 0 41px;
}
#headerLogo{
  /*padding-left: 41px;*/
  background-color: blue;
  float: left;
  width: 185px;
}
#headerBanner{
  margin-left: 188px; /*old: 185, 0px*/
  padding-top: 4px;
}
#mainMenu{
  /*margin-left: 41px;*/
  background: url(../images/menu_tab.png) no-repeat left top;
  height: 52px;
  margin: 0 41px;
  clear:both;
}
#mainMenu ul{
	list-style-type: none;
  margin: 0px;
  padding: 0px;  
  float: right;
}
#mainMenu ul li{
  margin: 0px;
  padding: 0px;
  /*display: inline;*/
  float: left;
}
#mainMenu ul li a{
  text-decoration: none;
  color: black;
  /*padding: 10px 16px 0px 16px;*/
  padding: 0px 16px;
  display: block;
  float: left;
  height: 39px;  
  line-height: 39px;  
  font-size: 110%;
  font-weight: bold;
  border-left: 1px solid white;
}
#mainMenu ul li a:hover, #mainMenu ul li a.active{
  background: url(../images/menu_effect.png) repeat-x left top;
}
#menuFlags{
  float: right;
  margin-right: 4px;
  border-left: 1px solid white;  
}
#menuFlags a{
  border: 0px;
  height: 39px;
  float: left;
}

#content {
  min-height: 500px;
  padding: 10px 42px 0px;
}

#contentLeftCol{
  width: 236px;
  float: left;
}
#contentLeftCol h2{
  background: url(../images/headline_orange_left.png) no-repeat left top;
  padding: 8px;
  margin: 4px 0 0 0px;
  font-size: 110%;
}
.leftProduct, .leftProductActive{
  width: 223px;
  height: 150px;
  background-position: left top;
  background-repeat: no-repeat;
  display: block;
  margin: 5px 0px 5px 9px;
}
.leftProductActive{
  background-position: left bottom;
}
.leftProduct:hover{
  background-position: left bottom;
}
#contentMainCol{
  margin-left: 238px;
  border: 1px solid #dbdbdb;
  min-height: 50px;
  margin-right: 7px;
  position: relative;
}
#contentMainCol h1 {
  background: #de9001 url(../images/headline_orange.png) repeat-y left top;
  padding: 7px 5px;
  margin: 5px;
  color: white;  
  font-size: 110%;
}
#contentMainCol h2{
  background: #a5a5a5 url(../images/headline_grey.png) repeat-y left top;
  padding: 4px 5px;
  margin: 20px 5px 5px 5px;
  color: white;
  font-size: 100%;
}
#contentMainCol .contentInside{
  padding: 0px 2px 5px 5px;
}
#footer{
  background: url(../images/background_bottom_footer.png) no-repeat center top;
  height: 61px;
  text-align: right;
  padding: 10px 51px 0 41px;
}
#footer, #footer a{
  color: #666666; 
}

.underProduct {
  background: url(../images/lineinbox.png) repeat-y -4px top;
  width: 100%;
  margin-top: 15px;
}
.underProduct td{
  padding: 9px 0px;
}
.underProduct .productTitleLong{
  background: #a5a5a5 url(../images/headline_grey_2.png) repeat-y left top;
  color: white;
  font-weight: bold;
  padding: 5px 0px 5px 5px;
}
.underProduct .productTitleShort{
  background: #a5a5a5 url(../images/headline_grey_3.png) repeat-y left top;
  color: white;
  font-weight: bold;
  padding: 5px 0px 5px 5px;
}


#material_picker {
  /*width: 602px;*/
  width: 633px;
  height: 85px;
  background: white;
  margin: 6px 0 5px 5px;
  background-color: #A4A4A4;
  position: relative;
  overflow: hidden;
  /*padding: 3px 20px 2px 20px;*/
  padding: 3px 7px 2px 7px;
}
.inside #material_picker {
  margin-top: 12px;
}
#material_picker_scrollerCover{
  position: relative;
  overflow: hidden;
  width: 633px;
  height: 85px;
}
#material_picker_scroller {
  height: 75px;
  width: 800px;
}
#material_picker_scroller a, #material_picker_scroller .materialThumbnail{
  display: block;
  float: left;
  width: 78px;
  color: black;
  font-size: 70%;
  text-decoration: none; 
}
#material_picker_scroller img {
  /*width: 120px;*/
  /*height: 75px;*/
  margin-right: 5px;
  padding: 0;
}
#material_picker_scroller .materialThumbnail input{
  margin: 0px;
}
#material_picker_scroller img.first {
  /*margin-left: 5px;*/
}

#material_picker a#left_arrow,
#material_picker a#right_arrow {
  display: block;
  width: 27px;
  height: 75px;
  position: absolute;
  top: 0;
  z-index: 1;
}
#material_picker a#left_arrow {
  left: 0;
  background: url('./../images/arrow_scroller_left.png') no-repeat left top;
}
#material_picker a#right_arrow {
  right: 0;
  background: url('./../images/arrow_scroller_right.png') no-repeat right top;
}
/*
.inside #material_picker a#left_arrow {
  background: url('./../images/material_picker_left_arrow_internal.png') no-repeat left top;
}
.inside #material_picker a#right_arrow {
  background: url('./../images/material_picker_right_arrow_internal.png') no-repeat right top;
}
*/
#material_picker a#left_arrow:hover {
  background-position: left bottom;
}
#material_picker a#right_arrow:hover {
  background-position: right bottom;
} 

.preview3DValues{
  margin-left: 5px;
}
.preview3DValues strong{
  margin-top: 10px;
  display: block;
  
}
.typSchodiste td{
  padding: 0 50px 20px 0;
}
.preview3DValues input{
  margin-left: 10px;
  width: 100px;
}
.tablePudorys{
  padding-left: 5px;
}
.tablePudorys td{
  padding-bottom: 35px;
}
.tablePricle td{
  padding-right: 40px;
  padding-left: 5px;
}
.imageLabel{
  display: block;
  vertical-align: middle;
  /*height: 77px;*/
}
#googleMap{
  width: 640px; 
  height: 350px;
}
#printJemaAddress{
  float: right;
  display: none;
}
#printIco{
  float: right;
  display: block;
  background: url(../images/form/print_ico.png) no-repeat left top;
  width: 39px;
  height: 33px;
  padding-right: 5px;
}
#printIco:hover{
  background-position: left bottom;
}

.cleaner {
  clear: both;
  font-size: 1px;
}
.onlyprint{
  display: none;
}
.error{
  color: red;
}
.nobr{
  white-space: nowrap;
}

