/* OPIS W KATEGORII producent.php */

#opis_pr {
    background: url('../img/bg.jpg');
    background-repeat: repeat-x;
    width: 550px;
    text-align: left;
    float: left;
    line-height: 130%;
    border-bottom: 1px solid #efefef;	
}

#opis_pr .logo {
    float: left;
    margin: 10px 5px 0 5px;
}

#opis_pr .tytul {
    font: bold 12px Verdana, sans-serif;	
    color: #515151;
    margin: 0 0 0 5px;
}

#opis_pr .opis {
    color: #999999;
    font-size: 11px;
    margin: 10px 5px 5px 5px;			
}


/* WYBRANA KATEGORIA kategoria.php */

#producent {
    margin-top: 5px;
    width: 550px;
    text-align: left;
    float: left;	
}

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

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

#producent_p {
    width: 550px;
    text-align: left;
    float: left;
}

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

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

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

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

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

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

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

#producent_p .kategoria {
	position: absolute;
	margin-top: 20px;
	margin-left: 83px;
	color: #999999;
	font-size: 10px;
}

#producent_p .promocje_k {
	position: absolute;
	top: 40px;
	left: 83px;
}

#producent_p .promocje_k .polecamy_k {
	color: #F97000;
	font-size: 9px;
}

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

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

span.red2 {
	color: red;
}

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

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


#producent_p .link_bottom {
	position: absolute;
	margin-top: 86px;
	margin-left: 210px;
}

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

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

#producent_p .do_kosza {
	position: absolute;
	margin-top: 86px;
	margin-left: 80px;
}

#producent_p .do_kosza a {
	color: #F97000;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

#producent_p .do_kosza a:hover {
	text-decoration: underline;
}