/* OFERTA TYGODNIA index.php */

#oferta {
    margin-top: 15px;
    width: 550px;
    text-align: left;
    float: left;		
}

#oferta .oferta_tytul {
    font-weight: bold;
    font-size: 17px;
    color: #F97000;
    float: left;
}

#oferta .belka {
    background: url('../img/belka.jpg') 0 50% no-repeat;
    margin-top: 4px;
    width: 550px;
    float: right;
}

#oferta_p {
    margin-top: 10px;	
    width: 550px;
    text-align: left;
    float: left;
}

#oferta_p .p1 {
    width: 270px;
    height: 104px;	
    background: #F9F9F9;
    margin-top: 0;
    position: relative;
    float: left;		
}

#oferta_p .p2 {
    width: 270px;
    height: 104px;	
    background: #F9F9F9;
    margin-top: 0;
    position: relative;
    float: right;	   
}

#oferta_p .miniatura {
	position: absolute;
	margin: 2px;
}

#oferta_p .logo {
	position: absolute;
	top: 78px;
	left: 82px;
}

#oferta_p .nazwa {
    position: absolute;	
    color: #000000;
    font-weight: bold;
    padding: 0 0 0 96px;
    background: transparent url('../img/st2.gif') 83px 50% no-repeat;
}

#oferta_p .nazwa a {
    text-decoration: none;
    color: #000000;		
}

#oferta_p .nazwa a:hover {
    text-decoration: underline;	
}

#oferta_p .producent {
	position: absolute;
	margin-top: 20px;
	margin-left: 83px;
	color: #999999;
	font-size: 11px;
	font-style: italic;
}

#oferta_p .cena {
	position: absolute;
	margin-top: 56px;
	margin-left: 83px;
	font-weight: bold;
	font-size: 13px;
	color: #999999;
}

#oferta_p .cena .red {
	color: red;
}

span.red2 {
	color: red;
}

#oferta_p .wysylka {
	font-size: 10px;
	color: #515151;
	position: absolute;
	margin-top: 74px;
	right: 5px;
}

#oferta_p .link_bottom {
	position: absolute;
	margin-top: 86px;
	margin-left: 164px;
}

#oferta_p .link_bottom a.link {
	color: #F97000;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none; 
}

#oferta_p .link_bottom a.link:hover {
	text-decoration: underline;
}

#oferta_p .wszystkie {
     float: right;
  	text-align: right;
	padding-top: 2px;				
}

#oferta_p .wszystkie a {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #999999;
}

#oferta_p .wszystkie a:hover {
	text-decoration: underline;
}

#oferta_p .rozne_kolory {
	font-size: 10px;
	color: #999999;
	position: absolute;
	margin-top: 74px;
	right: 15px;
}