html {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-family: arial;
}
body {
	margin: 0 auto;
	width: 950px;
	padding: 0;
	background: white url('../images/steo/bg.gif') repeat-x;
}

a {
	color: #d51408;
}
img {
	border: 0;
}

.left {
	float: left;
}
.right {
	float: right;
}

#index {
	width: 950px;
	float: left;
	/* dodane 27-12-2011*/ position: relative;
}
#logo {
	width: 696px;
	height: 52px;
	padding: 15px 0 0 14px;
	float: left;
	position: relative;
	/* dodane dn. 27-12-2011*/ padding-top: 0 !important; height: 44px !important;
}

#logo a {
	/* dodane dn. 27-12-2011*/ display: block; margin: 6px 0 0 0;
}

#mainMenu {
	padding: 0 10px;
	margin: 0;
	list-style-type: none;
	/* width: 690px; stare */
	width: 780px;
	background: url('../images/steo/bg_mainmenu.gif') repeat-x;
	float: left;
	height: 44px;
	/* dodane dn 27-12-2011 */ position: absolute; right: 0; top: 0;
}
#mainMenu li {
	margin-left: 7px;
	/* font-size: 12px; stare */
	font-size: 13px;
	display: inline;
	float: left;
	padding: 0 0 0 1px;
}
#mainMenu li a {
	text-decoration: none;
}

#mainMenu a span {
	width: 7px;
	height: 38px;
	float: left;
}
#mainMenu a span.text {
	color: white;
	padding: 15px 7px 0 0;
	height: 23px;
	width: auto;
}
#mainMenu a:hover span, #mainMenu li.selected a span {
	background: no-repeat url('../images/steo/bg_mainmenu_left.gif') top left;
	cursor: pointer;
}
#mainMenu a:hover span.text, #mainMenu li.selected a span.text {
	background: no-repeat url('../images/steo/bg_mainmenu_right.gif') top right;
	cursor: pointer;
	color: #1a055f;
}

#mainFlash {
	width: 710px;
	height: 280px;
	float: left;
}

.mainNews {
	/* width: 335px; */
	/* Zmiany 23-11-2011 */width: 205px;
	float: left;
	padding: 10px 15px 15px 15px;
	background-color: #e6e6e6;
	/* height: 355px; */
	/* Zmiany 23-11-2011 */height: 438px; overflow: hidden;
	font-size: 10pt
}
.mainNews h1 {
	font-family: verdana;
	font-weight: normal;
	font-size: 20px;
	padding: 0;
	margin: 0;
}
.mainNews h1 a {
	color: #13004f;
	text-decoration: none;
}
.mainNews p {
	color: #727272;
	line-height: 16px;
}
.mainNewsmb {
	border-bottom: 1px solid #cbcbcb;
	/* height: 260px; */
	/* Zmiany 23-11-2011 */height: 438px;
}
.mainNewsmr {
	border-right: 1px solid #cbcbcb;
	/* Zmiany 23-11-2011 */ border-bottom: 1px solid #cbcbcb;
	/* width: 314px; */
	/* Zmiany 23-11-2011 */ width: 206px;
}

.mainNews ul {
	color: #727272;
	margin: 0;
	padding: 0 0 0 12px;
	/* Zmiany z dn. 23-11-2011 */ font-size: 10px;
}

#footer {
	width: 940px;
	float: left;
	background: url('../images/steo/bg_footer.gif') repeat-x bottom left;
	padding: 0 5px;
/* 	padding: 20px 5px;*/
/*	min-height: 227px;
	_height: 227px; */
}
#footer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#footer li {
	margin: 0;
	padding: 0;
}
#footer li ul {
	margin-left: 10px;
}
#footer a {
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}
#footer h1 {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 10px;
	font-weight: normal;
}
#footer h1 a {
	color: black;
}
#footer .box {
	margin: 10px;
	float: left;
}
#footer p {
	float: right;
/*	height: 145px; */
	/* border-left: 1px solid #c5c0c0; stare */
	/* padding: 0 40px; stare */
	padding: 0 10px;
}

#footer p a {
	color: #20086b;
}
#footerBar {
	height: 51px;
	float: left;
	width: 950px;
	background: url('../images/steo/bg_footerbar.gif') repeat-x;
	margin: 1px 0 10px 0;
}
#footerBar p {
	color: white;
	margin: 18px 18px 0 18px;
	padding: 0;
}
#footerBar a {
	color: white;
	text-decoration: none;
}

#rightColumn {
	width: 240px;
	float: right;
	background-color: white;
}
#rightColumn h1 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-family: verdana;
	font-size: 20px;
	color: white;
}
#searchQuery {
	width: 190px;
	height: 27px;
	background: url('../images/steo/input_szukaj.gif') no-repeat top left;
	border: none;
	margin: 20px 0 0px 0;
	padding: 5px;
	/* dodane 27-12-2011 */ padding: 1px 5px !important; margin: 2px 0 0 !important;
}
#searchQueryForm {
	/* margin: 0; */
	padding: 50px 19px 11px 20px;
	float: left;
	height: 99px;
	border-right: 1px solid #f4f4f4;
	/* dodane 27-12-2011 */ height: 49px !important;
}
#searchQueryForm h1 {
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-weight: bold;
	color: #13004f;
	font-family: verdana;
}
#searchQuerySubmit {
	float: right;
}

#newsList {
	background-color: #21096d;
	float: left;
	width: 200px;
	color: white;
	padding: 10px 20px;
}
#newsList ul {
	list-style-type: none;
	margin: 0;
	padding:0;
}
#newsList li {
	margin: 0;
	padding: 15px 0;
	border-bottom: 1px solid #57468b;
}
#newsList li.last {
	padding-bottom: 0px;
	border: none;
}
#newsList h2 {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: bold;
}
#newsList p {
	margin: 0;
	padding: 0;
	color: #a99dd0;
}
#newsList a {
	color: #e6deff;
}

#contactBox {
	float: left;
	padding: 18px 20px;
	width: 200px;
	background: #717171 url('../images/steo/bg_contactbox.gif') no-repeat right 30px;
}
#contactBox p, #contactBox a {
	color: white;
}
#partners {
	width:220px;
/*	height: 150px;*/
	float: left;
	padding: 15px 10px 0;
	display: none; /* Zmiana z dn. 22-11-2011 */
}
#partners a #rosenbauer {
	background: url('../images/steo/rb_grey.jpg') no-repeat;
	width: 220px;
	height: 18px;
	padding: 20px 0;	
}
#partners a #rosenbauer:hover{
	background: url('../images/steo/rb.jpg') no-repeat;	
}
#partners a #bauer:hover{
	background: url('../images/steo/bauer.jpg') no-repeat 50% 0%;	
}
#partners a #bauer {
	background: url('../images/steo/bauer_grey.jpg') no-repeat 50% 0%;
	width: 220px;
	height: 74px;
	
}
#categoryBox {
	width: 240px;
	padding: 0 0 40px 0;
	border-top: 3px solid #b5b5b5;
	background-color: #e6e6e6;
	float: left;
}
#categoryBox h1 {
	color: black;
	font-size: 16px;
	font-weight: bold;
	font-family: arial;
	/* margin: 40px 20px; */
	/* dodane 18/01/2012 */ margin: 48px 20px 10px;
	line-height: 23px;
}
#categoryBox ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#categoryBox li {
	margin: 0;
	padding: 0;
}

#categoryBox a {
	color: #010101;
	font-size: 12px;
	text-decoration: none;
	display: block;
	margin-right: 25px;
	padding: 5px 20px;
}
#categoryBox a.selected {
	font-weight: bold;	
}
#categoryBox a:hover, 
#categoryBox a.selected  {
	background: url('../images/steo/bg_leftmenu_over.gif') no-repeat left center;
}
#categoryBox li ul li a {
	padding: 5px 20px 5px 40px;
}

#categoryBox li ul li ul li a {
	padding: 5px 20px 5px 60px;
}

#categoryBox li ul li ul li ul li a {
	padding: 5px 20px 5px 80px;
}

#categoryBox li ul li ul li ul li ul li a {
	padding: 5px 20px 5px 100px;
}

#categoryBox li ul li ul li ul li ul li ul li a {
	padding: 5px 20px 5px 120px;
}

#mainContent {
	width: 670px;
	padding: 15px 20px 20px 20px;
	background-color: white;
	float: left;
	font-size: 12px;
	line-height: 20px;
	min-height: 600px;
	_height: 600px;
}
#mainContent h1 {
	color: #13004f;
	font-weight: normal;
	/* font-size: 30px; */
	/* dodane 18/01/2012 */ font-size: 26px;
	font-family: verdana;
	padding: 0 0 6px 0;
	margin: 0;
	letter-spacing: 4px;
	line-height: 42px;
}
#mainContent h2 {
	color: #13004f;
	font-weight: normal;
	font-size: 15px;
	line-height: 17px;
	font-family: verdana;
	padding: 0;
	margin: 0;
}

/* Dodane 13-01-2012 */
/* #mainContent h2.digest {
	font-family: arial;
	font-size: 12px;
	line-height: 20px;
	color: #000;
}
*/
/* Dodane 13-01-2012 end */

#mainContent li {
	list-style-image: url('../images/steo/li.gif');
	line-height: 20px;
}

#mainContent img {
  margin: auto 5px;
}

.categorySelect {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: right;
	width: 278px;
}
.categorySelect li {
	margin: 0;
	padding: 0px 0 20px 6px;
	width: 133px;
	float: left;
	list-style-image: none !important;
}
.categorySelect a {
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	color: black;
}
.categorySelect img {
	vertical-align: middle;
	padding: 0;
}
.info {
	color: red;
}
#formularz {
	float: right;
	width: 300px;
}
#formularz .input, #formularz textarea {
	width: 260px;
}
#formularz textarea {
	height: 100px;
}
#promoBox {
	width: 200px;
	float: left;
	padding: 16px 20px;
	background: #B81309;
	color: #fff;
	/*dodane 27-12-2011*/ padding: 8px 20px !important;
}

#promoBox a {
  color: #fff;
}

#promoBox p {
  margin-top: 5px;
}

#mainContent td {
  padding: 0.1em 0;
}

.readmore {
  margin-top: 0;
}

/* Zmainy z dn. 22-11-2011 */

#searchQueryForm {
	position: relative;
}

#searchQueryForm h1 {
  font-size: 11px;
  font-weight: normal;
  position: absolute;
  top: 83px;
  left: 25px;
}

/*span.down {
  display: block;
  clear: both;
}
*/

.mainNews h1 {
	font-size: 18px;
}

ul.logo {
	position: absolute;
	top: 9px;
	left: 135px;
}

ul.logo li {
	float: left;
	margin-right: 25px;
	list-style-type: none;
}

ul.logo img {
	border: 0;
}

ul.menu_blue_ li {
	float: left;
	list-style-type: none !important;
	list-style-image: none !important;
}

ul.menu_blue_ li a {
	display: block;
	width: 186px;
	height: 20px;
	background: url(../images/steo/cat-btn-small.png) no-repeat;
	margin: 10px 10px 0 0;
	color: #0079BD;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	padding: 10px 0;
}

ul.menu_blue_ li a:hover {
	color: #8d8d8d;
}

ul.produkt_lista {
	width: 600px;
}


ul.produkt_lista li {
	width: 100%;
	list-style-image: none !important;
	list-style-type: none;
	border-bottom: thin dashed #A8B9D4;
	overflow: hidden;
}

ul.produkt_lista a.datasheet {
	text-align: right;
	margin-right: 0;
}

ul.produkt_lista a {
	width: 46%;
	display: block;
	float: left;
	margin-right: 20px;
	color: #000;
	padding: 3px 5px;
}

#mainContent table td p {
	margin: 0;
	padding: 2px;
}


/* dodane 18/01/2012 */
.tile-content {
	width: auto !important;
}

.tile-content div[style] {
	position: static !important;
	float: right !important;
	margin: 0 0 40px 55px !important;
}

a.pianotworcze {
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	position: absolute;
	right: -194px;
	top: 10px;
	color: #000;
}

a.pianotworcze2 {
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	position: absolute;
	right: -194px;
	top: -30px;
	color: #000;
}

/* dodane 18/01/2012 end */

/* dodane 23/01/2012 */

ul.produkt_lista a.header {
	width: 130px;
}

ul.produkt_lista a.header2_ {
	width: 200px;
	text-align: center;
}

ul.produkt_lista a.datasheet {
	width: 200px;
}

/* dodane 23/01/2012 end */
