* {	margin:0; padding:0;}

body,html {
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	color: #555;
	margin:0;
	padding:0;
    background: #000 url(../gfx/bg.jpg) repeat-x top;
}

ul {list-style: none}
h1 { font-size: 20px; padding: 10px 0 10px 0; margin-bottom: 10px; color: #01aef0; border-bottom: 1px solid #01aef0; }
td {vertical-align: top}
p { padding-top: 10px; font-size: 12px; color: #555}
img { border: none}

a, a:link, a:visited { color: #ec0517; text-decoration: none }
a:hover { color: #bbb}
#wrapper { width: 899px; margin: 0 auto;  }
#top {display: none}
	  #spimat-print-logo {padding-left: 120px}

#menu1 { height: 0;}
	#menu1_in { padding-left: 87px; padding-top: 5px; }
#content {background: transparent url(../gfx/content.jpg) no-repeat; padding-left: 100px;}
	#content_in {padding: 30px 30px 0 0;}
#footer { height: 135px; background: #000 url(../gfx/footer.jpg) no-repeat top;}
#menu2 { display: none}
	#menu2 ul { list-style: none; font-size: 14px; color: #fff}
	#menu2 li { display:inline;}
	#menu2 a, #menu2 a:link, #menu2 a:visited { color: #fff; font-weight: bold; text-decoration: none; text-transform: uppercase; padding: 0 5px 0 5px;}
	#menu2 a:hover {color: #ccc}

ul.start {list-style: square; padding: 0 0 0 30px}
ul.start li { padding: 3px 0 3px 3px; font-size: 14px }
	ul.start li b {color: #01aef0;}
.hidden {display: none}

ul.values li {list-style-type: square; padding-bottom: 5px}
ul.values2 li {padding: 5px 0}

ul.values3 {margin: 0 0 10px 10px}
ul.values3 li {list-style-type: square; padding-bottom: 5px;}
.centering {text-align: center}

/* Zawartosc komorki glownej -----------------------------------------*/
#content_in table.content {}
#content_in table.content td {}

#content_in table.content td.right {text-align: left}
#content_in table.content table.content p { padding: 0 0 5px 0; font-weight: bold; }

#content_in table.content td.left {width: 370px; text-align: center}

#content_in table.data {font-size: 12px; width: 100%}
#content_in table.data caption{color: #000; font-weight: bold; font-size: 13px; padding: 10px 0 5px 0; text-align: left; text-transform: uppercase}

#content_in table.data th {border: 1px solid #000; vertical-align: top; padding: 3px 15px 3px 10px; font-weight: normal}
#content_in table.data td {padding: 3px 10px 3px 10px;  border: 1px solid #000; font-weight: bold}
#content_in table.data.small td, #content_in table.data.small th {padding: 2px; font-size: 11px}

table.parameters {border-collapse: collapse; margin-left: 10px; width: 100%}
.parameters td, .parameters th { padding: 3px 5px; text-align: center; border: 2px solid #ce0123; font-weight: bold; vertical-align: middle}
.parameters th:first-child {border-left: 2px solid #ce0123 !important}

.listing {padding-top: 10px;}
.listing li, .listing2 li { float: left; display: block; width: 192px; padding: 0 0 16px 0}
.listing2 {clear: both; border-top: 1px solid #01aef0; padding-top: 18px;}
.listing li a, .listing2 li a {background: transparent url(../gfx/list-point.jpg) no-repeat 0 5px; padding-left: 8px}
.listing li a:hover, .listing2 li a:hover {background: transparent url(../gfx/list-point-gray.jpg) no-repeat 0 5px}

.container702 {width: 702px; margin: 0 auto}
.container702 img {padding: 5px 0}
.container702 a[rel="pdf"] {display: block; padding: 0 0 0 20px; margin: 10px 0; background: transparent url(../gfx/pdf_ico_16x16.png) no-repeat top left}

ul {padding-left: 40px; font-weight: bold; list-style: square }
ul li {padding: 3px 0}
.line {margin-top: 15px; padding-top: 10px; border-top: 1px solid #01aef0; }



/* ACCORDION ------------------------------------------------------*/

.accordion {margin: 10px 0 20px }
.accordion dt {cursor: pointer; position: relative; font-size: 14px; font-weight: bold; color: #EC0517; padding: 8px 25px 7px;
						 background: #f2f2f2 url(../gfx/plus.png) no-repeat 10px 12px; border-bottom: 1px solid #ddd; border-right: 1px solid #ddd; margin: 8px 0;
						 }
.accordion dt.active {background-image: url(../gfx/minus.png);}
.accordion dt span {position: absolute; right: 20px; top: 9px; color: #aaa; font-size: 12px; font-weight: normal;} 
.accordion dd {display: block !important}
.accordion dd .parameters {margin: 0;}
.accordion dd .parameters th {border-bottom: 1px solid #fff; border-left: 1px solid #fff;}
