* {
	margin: 0 auto;
	padding: 0;
}

body {
	font-family: Arial;
	font-size: 12px;
}

a { text-decoration: none; }
a img, fieldset { border: none; }

#pageContent h3 {
	margin: 10px 0;
}

#wrapper {
	background: top center url(/images/bg.jpg) no-repeat;
}

#box {
	width: 970px;
	min-height: 700px;
	_height: 700px;
}

#top {
	padding: 10px 25px 20px 25px;
	overflow: hidden;
	height: 100%;
}

#top img {
	margin-top: 20px;
}

#top ul {
	float: right;
}

#top ul li {
	margin: 0 0 0 18px;
	padding: 0 18px 2px 0;
	float: left;
	list-style-type: none;
}

#top ul a {
	padding: 0 0 0 8px;
	font-family: Arial;
	font-weight: bold;
	letter-spacing: -1px;
	display: inline-block;
	color: #689900;
}

#main-menu {
	text-align: center;
	height: 39px;
	border-bottom: 4px solid #000;
}

#main-menu li {
	display: inline;
}

#main-menu a {
	margin: 0 0px;
	padding: 13px 0 0 0;
	display: inline-block;
	width: 116px;
	height: 26px;
	color: #fcfcfc;
	text-align: center;
	vertical-align: bottom;
	outline: none;
}

#main-menu a span {
	display: block;
	font-weight: bold;
	font-size: 14px;
}

#main-menu li.pink  a{background: url(/images/menu-pink.gif) no-repeat;}
#main-menu li.green  a{background: url(/images/menu-green.gif) no-repeat;}
#main-menu li.greend  a{background: url(/images/menu-greend.gif) no-repeat;}
#main-menu li.blue  a{background: url(/images/menu-blue.gif) no-repeat;}
#main-menu li.blued  a{background: url(/images/menu-blued.gif) no-repeat;}
#main-menu li.violet a{background: url(/images/menu-violet.gif) no-repeat;}

#footer {
	clear: both;
	margin: 0px auto 10px auto;
	padding: 40px 0;
	font-family: Arial;
	text-align: center;
	width: 970px;
}

#footer p, #footer ul, #footer a {
	display: inline-block;
	color: #535252;
}

#footer ul {
	margin: 0;
}

#footer ul li {
	display: inline;
	padding: 0 25px 0 0;
}

/* Ramka komunikatów typu WARNING oraz INFO */
#ramka_komunikat_info, #ramka_komunikat_warning {
	margin: 20px;
	margin-bottom: 10px;
	padding: 5px;
	background: #f0f0f0;
	color: #000000;
	text-align: center;
}

#ramka_komunikat_warning {
	border-bottom: 2px solid #fb0020;
	color: #900020;
}

#ramka_komunikat_warning A {
	font-weight: bold;
	color: Navy;
}

#ramka_komunikat_info {
	border-bottom: 2px solid #01916d;
	color: #01916d;
	font-weight: bold;
}

/* Tytul strony z komentarzem */
#title {
	min-height: 70px;
}

#title H1 {
	float: left;
	padding-left: 10px;
	width: 250px;
}

#title P {
	margin-left: 260px;
}

/* SIDEBAR */
#sidebar {
	font-family: Arial;
	margin-top: 20px;
	float: left;
	line-height: 170%;
	width: 230px;
}

#sidebar P, #sidebar UL, #sidebar FORM {
	text-align: left;
	margin: 10px 0;
}

#sidebar SELECT {
	margin-left: 10px;
}

#sidebar UL {
	list-style: none;
}

#sidebar LI {
	padding: 0 0 0 10px;
	text-decoration: none;
	color: #000000;
	line-height: 150%;
}

#sidebar H2 {
	margin: 0;
	font-size: 12pt;
	font-weight: bold;
}

#sidebar H3 {
	font-size: 150%;
	font-weight: normal;
}

#sidebar A:hover {
	color: #8de5f0;
	text-decoration: underline;
}

#sidebar A EM {
	font-style: normal;
}

#sidebar A:hover EM {
	color: #ff4600;
	text-decoration: underline;
}

/* Zawartość strony */
#pageContent {
	font-family: Arial;
	font-size: 8pt;
	margin-top: 20px;
	margin-left: 6px;
	width: 710px;
	line-height: 170%;
	min-height: 450px;
	padding: 10px;
	border: solid 1px #DDD;
	float: left;
}

#pageContent H1 {		/* tytuł strony */
	margin: 5px 0;
	font-size: 16pt;
	line-height: 16pt;
	font-weight: bold;
}

#pageContent H2 {
	font-size: 12pt;
}

#pageContent P {
	padding: 5px;
}

#pageContent OL {
	padding-left: 35px;
}

#pageContent UL {
	padding-left: 35px;
}

/* LISTA ALBUMÓW */

#albumy {
	margin: 0 auto;
	padding: 0;
	width: 100%;
}

#listaAlbumow {
	float: left;
	min-height: 100px;
	padding: 7px;
	margin: 10px;
	border: 1px solid #CDCDCD;
	background-color: #EDEDED;
	text-align: center;
}

#listaAlbumow A {
	color: #0662bb;
}

#listaAlbumow IMG {
	border: 1px solid #01916d;
}

#listaAlbumow P {
	text-align: center;
	margin: 0;
	padding: 0;
}

#listaAlbumow H3 {
	border-top: none;
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	text-align: center;
}

#listaAlbumow TABLE, TD {
	margin-top: 5px;
	padding: 0;
	border: none;
}

#albumiki {
	float: left;
	width: 350px;
}

.listaZdjec {
	float: left;
	width: 50px;
	height: 50px;
	border: 1px solid #CDCDCD;
	background-color: #EDEDED;
	position: relative;
	margin: 6px;
	list-style: none;
	text-align: center;
}

.listaZdjec span {
	font-size: 24px;
	display: inline-block;
	padding-top: 17px;
	opacity: .3;
}

.albumik {
	margin-bottom: 12px;
}

#lista1, #lista2 {
	list-style-type: none;
}

#lista1 {
	height: 280px;
	background: #fff url('../images/list-bg.png') no-repeat 6px 6px;
}

#lista2 {
	overflow-y: scroll;
	height: 426px;
}

#lista2 .mini3d {
	opacity: .5;
	
}

#preview{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
}

/* Koszyk */
#koszyk {
	color: #000000;
	font-weight: bold;
	width: 97%;
	margin: 0 auto;
}

#koszyk IMG {
	border: solid 1px #01916d;
}

/* Koszyk */
TD.koszykZamowienie {
	padding: 0px;
}

/* Formularze np. z danymi osobowymi */
#formularz {
	margin: 10px;
}

#formularz TABLE {
	width: 95%;
	margin: 0 auto;
}

#formularz TD, #formularz TH {
	padding: 5px;
	margin: 0px;
	border: none;
	border-bottom: solid 1px #dddddd;
}

#formularz TH {
	border: none;
}

#breadcrumb {
	font-size: 8pt;
	font-family: Arial;
	margin-bottom: 20px;
}

/* Buttons */
.button_pink {
	background: White url(/images/buttons/button_pink.png) no-repeat center center;
	border: none;
	color: white;
	font-weight: bold;
	width: 134px;
	height: 41px;
}

