/* main.css | strona główna ------------------------------ */

/* intro */
p.intro { margin-top: 15px; margin-bottom: 30px; line-height: 17px; }
p.intro a { color: #0B9401; }
p.intro img { float: right; }

/* produkt */
div.product { width: 240px; height: 150px; padding: 5px; margin-top: 10px; margin-bottom: 30px; float: left; }
div.product p {margin: 0; padding: 0; padding-top: 10px; padding-bottom: 20px; border-bottom: 1px solid #ccc; line-height: 15px; color: #8C8C8C; }
div.product span { float: left; text-align: right; width: 120px; margin-top: 10px; }
div.product h3 { font-size: 12px; margin: 0; padding: 0 }
div.product h4 { float: left; text-align: left; width: 120px; margin-top: 10px; font-weight: normal; font-size: 11px; }
div.product h4 strong { color: #FF6600; font-size: 12px; }
div.product img { float: left; margin-right: 5px; padding: 2px; border: 1px solid #ccc; }

/* separator produktow */
.sep { float: left; width: 20px;}
