@charset "iso-8859-2";
@import url("layout/layout.css");

.content h1{
font: bold 1.6em/1.2em Verdana, Tahoma, Arial, "Trebuchet MS", "Segoe UI", sans-serif;
}
.content p{
font: normal 1em/1.2em Verdana, Tahoma, Arial, "Trebuchet MS", "Segoe UI", sans-serif;

}

.content .element{
border: 1px solid gray;
background-color: white;
}


.content .item, .content .item-2 {

background: white;
padding: 5px;
border: 1px solid gray;


}


.item ul{
 width: 50%;
 padding-left: 0;
 list-style:none;
 padding-left: 0;
 margin-left: 0;
 font-size: 0.8em;
float: right;
clear:right;
margin-top: 0.5em;
margin-bottom: 0.5em;
 }

.item ul li{
margin-left: 0;
padding-left: 0;
} 


li.name{
	font-weight: bold;
	font-size: 1.2em;
	list-style-type: none;
}
.standard .name{color: blue;}
.optional .name{color: green;}
.rollers .name{color: red;}
.content .item ul li{
background:  url(file:///C|/WINDOWS/Pulpit/rolmasz/zasoby/ico-item.gif) no-repeat 5px 2px;
padding-left: 25px
}

.content .item ul li.name{
background:  url(file:///C|/WINDOWS/Pulpit/rolmasz/zasoby/ico-standardowe.gif) no-repeat 0px 50%;
padding-left: 17px;
line-height: 30px;
padding-left: 25px;
}
 
.item table{
   margin-top: 1em;
	font-size: 0.8em;
	border: 1px solid #CCCCCC;
	border-collapse:collapse;
	background: #E8F7E6;
    clear: both;	
} 
.item table caption{
text-align: left;
margin-top: 1em;
background: #CCCCCC;
line-height: 2em;
padding-left: 0.2em;
font-size: 1.2em;
font-weight: bold;
margin-bottom: -1em;
}

.item table td{
border-top: 1px solid #CCCCCC;
border-left: 1px solid #CCCCCC;
padding: 0.1em;
} 
 
.item img{
float: left;
clear: left;
} 
