/* 
    Document   : strona_produkty
    Created on : 2009-08-06, 15:26:17
    Author     : MoolaK
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}
html body {
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	font-family: Tahoma;
	font-size: 10pt;
}
#naglowek_pojemnik {

}
#obrazki_pojemnik {
    float:none;
    clear: both;
}
#obrazki_player{
    float:left;
    clear: none;
}
#obrazki_loga{
    float:right;
    clear: none;
}
#obrazki_kupuj{
    float:right;
    clear: none;
    border:none;
}
#obrazki_kupuj a,#obrazki_kupuj img{
    border:none;
}
#obrazki_podkupteraz{
	float:right;
    clear: none;
    border:none;
}


#opisy_pojemnik {
    float:none;
    clear:both;
    }
#modul_opis {
    border:none;

}
#modul_cechy {

    border:none;
    width: 500px;
    float: left;
    clear: none;
}
#modul_akcesoria {
border:none;
    width: 250px;
    float: right;
    clear: none;
}
#modul_wymagania {
border:none;
    width: 250px;
    float: right;
    clear: none;
}
#modul_sluchawki_zdjecie {
border:none;
    width: 400px;
    float: left;
    clear: none;
}
#modul_sluchawki {
    border:none;
    width: 350px;
    float: right;
    clear: none;
}