/* CSS Document */

#opis_wyrobow {
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFCC66;
	}
body,td,th {
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:link {
	color: #CCCCCC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: underline;
	color: #FF9900;
}
a:active {
	text-decoration: none;
	color: #CCCCCC;
}
body {
	background-color: #000000;
}
.style3 {
	font-size:10px;
	color:#CCCCCC;
	font-weight:bold;
}
.przycisk {
	font-size:10px;
	color:#FF0000;
	font-weight:bold;
}
.container .gallery a img {
  float: left;
  height: auto;
	margin:5px 5px;
  -webkit-transition: -webkit-transform .15s ease;
  -moz-transition: -moz-transform .15s ease;
  -o-transition: -o-transform .15s ease;
  -ms-transition: -ms-transform .15s ease;
  transition: transform .15s ease;
  position: relative;
}

.container .gallery a:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  z-index: 5;
}

.clear {
  clear: both;
  float: none;
  width: 100%;
}
