body {
  margin: 0px;
  padding: 0px;
  background-color: #FFEFCD;			
}

input {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    border: 1px solid #999999;
}

select {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: xx-small;
    border: 1px solid #999999;
}

.noline {
    text-decoration: none;
    color: #000000;
}

a:hover {
    text-decoration: underline;
}

.noliner {
    color: #990000;
    text-decoration: none;
}

.nolinep {
    color: #000000;
    text-decoration: none;
    font-size: small;    
}

table.main_table { width: 990px; margin: 0px auto 0px auto; border: 0px; background-color: #fff; }

a {
    text-decoration: none;
}

.product-description-header {
    font-family: Tahoma;   
    font-size: x-small;   
    color: #990000;
    text-align: justify;    
}

.product-description {
    font-family: Tahoma;   
    font-size: x-small;   
    color: #000000;
    text-align: justify;    
}

.product-description-table-header {
    font-family: Tahoma;
    font-size: x-small;
    color: #990000;
    text-align: center;
    border: 1px solid #990000;
}

.product-description-table {
    font-family: Tahoma;
    font-size: x-small;
    color: #000000;
    text-align: center;
    border: 1px solid #990000;
}

/*odstep miedzy linkami w mapie serwisu*/
.odstep {
	margin-bottom: 4px;
	margin-top: 10px;
	margin-left: 0px;
}

.odstep-more {
	margin-bottom: 4px;
	margin-top: 1px;
	margin-left: 15px;
}

/*style dla headings tags*/
h1 {
	font-size:small;
	font-weight:bold;
	font-family:Tahoma;
	color:#990000;
	display:inline;
}

h2 {
	font-size:small;
	font-weight:normal;
	font-family:Tahoma;
	color:#000000;
	display:inline;
}

h3 {
	font-size:x-small;
	font-weight:bold;
	font-family:Tahoma;
	color:#990000;
	display:inline;
}

h4 {
	font-size:x-small;
	font-weight:normal;
	font-family:Tahoma;
	color:#000000;
	display:inline;
}