div#prod {
width:100%;	
height:120px;
}

div#prod2 {
width:1000px;
margin:0 auto;	
overflow:hidden;
}

div#prod_lewo {
width:900px;
float:left;	
overflow:hidden;
padding: 0 0 30px 0;
}

div#prod_prawo {
width:100px;
float:left;
text-align:right;	
padding:50px 0 0 0;
}

.prod_nagl {
border-bottom:1px solid #6b6c6e;
width:45%;
height:5px;	
margin:10px 0 14px 0;
}

.prod_nagl h2 {
font-size:14px;
font-weight:600;
text-align:left;
color:#505050;
background-color:#D8DEE5;	
width:100px;
text-transform:uppercase;
}

div#prod_lewo ul {
width:900px;	
float:left;
position:relative; 
right:0;
height:120px;
}

div#prod_lewo ul li {
width:900px;
float:left;	
font-size:18px;
color:#505050;
font-weight:600;
line-height:25px;
position:absolute;
top:0;
left:0;
height:120px;
opacity:0;
}

div#prod_lewo ul li:first-child {
opacity:1;	
}

div#prod_lewo ul li div:first-child {
width:535px;
float:left;	
}

div#prod_lewo ul li div:first-child img {
height:75px;	
}

div#prod_lewo ul li div:last-child {
padding:0px 0 0 0;	
font-size:15px;
}