* {
    padding: 0;
    margin: 0;
}
body {
    font-family: Tahoma;
    font-size: 12px;
    color: #656565;
    text-align: justify;
    background-color: #EDEDED;
}
/*body>div:first-child {
    padding-top: 10px;
}*/
img {
    border: 0px;
}
table {
    border: 0px;
}
a {
    color: #cc0000;
    text-decoration: underline;
}
p {
    padding: 10px 0;
}

h1 {
    margin: 1em -10px;
    color: red;
    font-size: 160%;
    text-align: center;
}
h2 {
    margin: 0.5em -10px;
    font-size: 140%;
}
h3 {
    margin: 10px 0 -5px -10px;
    font-size: 120%;
}

ul, li {
    list-style-image: url('../img/ptaszek.jpg');
    text-align: left;
    margin-top: -1em;
    margin-left: 30px;
    padding: 0.5em;
}

ul li {
    text-align: left;
    margin: 0px;
}

/***
 * Elementy formularza
 */
input[type=text] {
    width: 300px;
}
input.error {
    /*border: 1px solid red;*/
}
label.error {
    margin-left: 8px;
}
select {
    width: 300px;
}

/***
 * jQuery Tooltip plugin
 */
#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
}
#tooltip h3, #tooltip div { margin: 0; font-size: 0.9em;}

/***
 * Główne elementy strony
 */
#main {
    margin: 0 auto;
    width: 800px;
    background-color: white;
    border-left: 1px dotted black;
    border-right: 1px dotted black;
    padding-top: 15px;
}
#main > div {
    padding: 5px 60px;
}
#head {
    
}
img.floated {
    float: left;
    padding-right: 30px;
    
}
#text_content {
    line-height: 1.4em;
}
.text {
    padding: 0 10px;
}
.text_italic {
    font-size: 90%;
    font-style: italic;
    line-height: 1.3em;
}
.bigger {
    font-size: 140%;
    line-height: 1.2em;
}
.bigger2 {
    font-size: 120%;
}
.smaller {
    font-size: 90%;
}
.bold {
    font-weight: bold;
}



.bottomspace50 {padding-bottom: 50px;}
.bottomspace25 {padding-bottom: 25px;}
.bottomspace15 {padding-bottom: 15px;}
.bold {font-weight:bold;}
.quotes {font-size: 11px; font-style:italic; line-height: 1.2em;}
.center {text-align:center;}
.right {text-align: right;}
.left {text-align: left;}
.red {color:#cc0000;}
.font30{font-size: 30px;}
.font24{font-size: 24px;}
.font18{font-size: 18px;}
.font16{font-size: 16px;}
.font14{font-size: 14px;}
.no_decoration { text-decoration: none;}


div#gwarancja {
    padding: 2px 10px;
    margin: 10px 40px;
}
div#gwarancja table {
    border: 1px solid red;
}
div#gwarancja div {
    padding: 10px;
}
#imgs_table .obrazek {
    width: 320px;
}
#imgs_table tr td {
    text-align: left;
    vertical-align: top;
}

#imgs_table tr td p {
    padding: 0;
}

.tab1 {
    width: 95%;
    margin: 20px auto -20px;
}
#form_table {
    width: 100%;
    margin: 0;
}
#form_table td {
    text-align: left;
    vertical-align: middle;
}
.leftcol {
    width: 120px;
}
#form_foot {
    margin-top: 10px;
    text-align: left;
    font-size: 8pt;
}
#form_foot > p {
    padding: 0.5em;
}
.error {
    color: red;
}
.reqired_tip {
    cursor: help;
}
#foot {
    height: 150px;
    background: url('../img/dol.gif') bottom no-repeat;
}