/* COMMON SECTION */

body {
	font-family: "Trebuchet MS", sans-serif;
	color: #4b4b4b;
	font-size: small;
	margin: 0px;
}

a, a:visited {
	color: #6b6b6b;
	text-decoration: none;
}

div, img, table, ul {
    position: relative;
}

.supscr {
  vertical-align: super;
  font-size: xx-small;
}
.header {
	background: url(img/logo.gif) no-repeat 40px 25px #ededed;
	height: 120px;
	border-bottom: 2px solid #3399FF;
	letter-spacing: 1px;
}

#napis {
	margin-top: 40px;
	margin-left: 135px;
}

#kontakty {
	float: right;
	text-align: right;
/* 	margin-top: 70px;  */
	margin-right: 30px;
}

ul#menu {
	padding: 0;
	margin: 0;
	margin-left: 135px;
	clear: left;
	list-style: none;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
}

ul#menu li {
	float: left;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: none;
}

ul#menu li.first {
	border-left: 1px solid #ccc;
}

ul#menu li a {
	background: #fff;
	width: 118px;
	margin: 0;
	padding: 0.25em 0 0.25em 0;
	color: #000;
	text-align: center;
	text-decoration: none;
	display: block;
	/*	line-height: 2em; */
}

ul#menu li a:hover {
	color: #ffffff;
	background: #3399ff;
}


/* SELECTED MENU */
ul#menu li a.selected{
	color: #000;
	background: #edf3fe;
}
ul#menu li a.selected:hover {
	color: #000;
	background: #edf3fe;
	cursor: default;
}
	
/* CONTENT SECTION */

DIV.content {
	width: 100%;
	margin-top: 4em;
}

/* SALES TIP BOX */
.sales {
  position: relative;
  float: right;
  width: 155px;
  padding: 5px;
  margin: 0;
  margin-right: 30px;
  background-color: #edf3fe;
  font-family: Verdana, "Geneva CE", Geneva, sans-serif;
  font-size: small;
  text-align: left;
}

ul#products {
	float: left;
	padding: 0;
	padding-left: 2em;
	margin: 0;
	/*margin-left: 1em;*/
	list-style: none;
	font-weight: bold;
}

ul#products li { margin-bottom: 1em; }
ul#products li a { color: #3399ff; }
ul#products li a:hover { text-decoration: underline; }
ul#products li.current { 
  color: #666666;
}

.compactlist {
	padding: 0;
	padding-left: 2em;
	margin: 0;
}

.contactbox {
  width: 350px;

  padding: 2em;
  margin: 2em;
  background-color: #edf3fe;
}

DIV.right {
	padding: 0;
	margin: 0;
	margin-left: 135px;
	height: 100%;
	width: 60%;
}

DIV.desc {
	margin-right: 50px;
	font-size: small;
  color: #000;	
  text-align: justify;
}

DIV.desc p {
	/*text-indent: 1em;*/
  margin-bottom: 1em;
}

DIV.product {
  height: 100%;
	margin-right: 50px;
	border-top: 2px solid #cdcdcd;
	border-bottom: 2px solid #cdcdcd;
}

IMG.machine-pic {
	float: right;
}

DIV.tablecontainer {
	margin-right: 200px;
	min-height: 267px;
}

TABLE.spectable {
  width: 100%;
	margin: 0;
	padding: 0;
	margin-top: 1em;
	margin-bottom: 1em;
	font-size: small;
	border: 1px solid #cdcdcd;
  /*display: block;*/
}

TABLE.spectable td {
	/*border-bottom: 1px solid #cdcdcd;*/
	padding: 2px;
	padding-left: 1em;
	margin: 0px;
}

TABLE.spectable td.right {
	text-align: right;
	width: 35%;
	padding-right: 1em;
}

TABLE.spectable tr.even {
    background-color: #edf3fe;
}

TABLE.spectable tr.odd {
    background-color: #fff;
}


