body{
	background-image: url(images/bg.jpg);
	margin: 0px;
}
/*okno produktu*/
.rama{
	font-size: 32px;
	color: white;
}
/*koniec okna produktu*/

/*menu boczne*/
#grey {
	background-image:url(images/klaw2.jpg);
	background-repeat:  repeat-y;
	text-indent: 33px;
	font-family: Verdana;
	font-size: 11px;
	color: #eaeaea;
}
.black{
	background-image:url(images/klaw1.jpg);
	background-repeat: no-repeat;
	text-align: left;
	font-family: Verdana;
	font-size: 11px;
}
.blackbold{
	background-image:url(images/klaw1.jpg);
	background-repeat: no-repeat;
	text-align: left;
	font-weight: bold;
	font-family: Verdana;
	font-size: 11px;
}
.wciecie{
	text-indent: 42px;
}
/* koniec menu boczne */

/*stopka*/
.stopka{
	background-image: url(images/stopka.jpg);
	background-repeat: repeat-x;
	font-family: Verdana;
	font-size: 11px;
	color: white;
	text-indent: 45px;
	text-decoration: none;
}
a.linkstopka:active {
	color: #eaeaea;
	background: none;
	text-decoration: none;
}
a.linkstopka:link {
	color: #c5c5c5;
	background: none;
	text-decoration: none;
}
a.linkstopka:hover {
	color: white;
	background: none;
	text-decoration: none;
}
a.linkstopka:visited {
	color: white;
	background: none;
	text-decoration: none;
}

/* koniec stopki*/

/* produkty */
.prod{
	font-family: Verdana;
	font-size: 11px;
	color: white;
	background-color: #121212;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
}

.prod2{
	font-family: arial;
	font-size: 12px;
	color: white;
	background-color: #121212;
	border-width: 0;
	border-style: solid;
	border-color: #000000;
}

.prod3{
	font-family: arial;
	font-size: 12px;
	color: white;
	background-color: #121212;
	border-width: 0;
	border-style: solid;
	border-color: #000000;
}


/* koniec produkty */


/*przyciski - ofert i kosza*/
.kup{
    background-image:url('images/kup.jpg');
    BORDER-WIDTH:0;
    font-family:arial;
    font-weight:bold;
    font-size:9pt;
	color:#517A80;
	height :23;
        WIDTH :155;

}

.klawisz{
    background-image:url('images/klawisz.jpg');
    BORDER-WIDTH:0;
    font-family:arial;
    font-weight:bold;
    font-size:9pt;
	color:#121212;
	height :32;
        WIDTH :140;

}

.klawisz2{
    background-image:url('images/klawisz2.jpg');
    BORDER-WIDTH:0;
    font-family:arial;
    font-weight:normal;
    font-size:8pt;
	color:#121212;
	height :19;
        WIDTH :90;

}

.cena{
        color:white;
        font-family:arial;
        font-size:18pt;
        text-align:left;
}

.nazwa{
        color:white;
        font-family:arial;
        font-size:15pt;
        text-align:left;
}

/* PAGINATOR */
.Paginator {
	font-size: 11px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	height: 25px;
}
.Paginator a, .pageList .this-page {
	padding: 2px 6px;
	border: solid 1px #4D4E46;
	background: #000;
	text-decoration: none;
    color: #666;
}
.Paginator a:hover {
	color: #999;
	background: #111;
	border-color: #333;
	text-decoration: none;
}
.Paginator .this-page {
	padding: 2px 6px;
	border-color: #999;
	font-size: 11px;
	vertical-align: top;
	background: #000;
	color: #ffc000;
}

/*koniec przyciski - ofert i kosza*/

