/*bloki*/
body {
	margin: 0px;
	background-color: white;
}
img {
        border: 0px;
}
div#top {
	background-image: url('i/parts/top.jpg');
	background-position: top;
	background-repeat: no-repeat;
	height: 191px;
	margin-left: auto;
	margin-right: auto;
	width: 750px;
	display: block;
}
div#top_menu {
	background-image: url('i/parts/top_menu.jpg');
	background-position: top;
	background-repeat: no-repeat;
	height: 245px;
	margin-left: auto;
	margin-right: auto;
	width: 750px;
	display: block;
}
div#content {
	margin-left: auto;
	margin-right: auto;
	width: 750px;
	background-color: white;
}
div#bottom {
	margin-left: auto;
	margin-right: auto;
	width: 750px;
	height: 37px;
}

/*linki*/
a.menu {
	color: white;
	text-decoration: none;
	font-style: italic;
	font-size: large;
	font-weight: bolder;
}
a:hover.menu {
	color: red;
	font-weight: bolder;
}
a:active.menu {
	background-color: red;
	color: white;
	font-weight: bolder;
}

/*klasy*/
.sep_ver {
     background-image: url('i/parts/dot.gif');
     background-position: top;
     background-repeat: repeat-y;
}
.sep_hor {
     background-image: url('i/parts/dot.gif');
     background-position: left;
     background-repeat: repeat-x;
     height: 3px;
}
 .txt {
     color: #717070;
     font-family: Times,Arial,Helvetica;
}
.txt_just {
     color: #717070;
     font-family: Arial,Times,Helvetica;
     font-size: 3;
     text-align: justify;
}
 .txt_cen {
     color: #717070;
     font-family: Times,Arial,Helvetica;
     text-align: center;
}
.txt_small {
     color: #717070;
     font-family: Times,Arial,Helvetica;
     font-size: x-small;
}
.price {
       vertical-align: top;
       text-align: center;
       width: 15%;
       font-style: italic;
}
.num {
     vertical-align: top;
     color: #717070;
     width: 5%;
     font-size: small;
}
.name {

}
.desc {
     color: #717070;
     font-style: italic;
     font-size: medium;
}
.red_bold {
     font-weight: bolder;
     color: red;
}
.red_huge {
     color: red;
     font-weight: bolder;
     font-size: xx-large;
}
