@CHARSET "UTF-8";

/**
* dostęp do PA
*/
#paBox {
	position: absolute;
	left: 0px;
	top: 0px;
}

#paLink {
	display: block;
	width: 20px;
	height: 20px;
}

/**
* panel logowania
*/
#loginBox {
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	background-color: #f7f7f7;
	color: #727272;
}

#closeLoginLink {
	display: none;	
}

/**
* ustawienia strony
*/
div#pageBox {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

/**
* rozmieszczenie elementów na stronie
*/
/* kontener elementów nagłówka */
#topBox {
	position: relative;
	left: 0px;
	top: 0px;
	height: 150px;
/*
	background-image: url("../images/topImage.jpg");
	background-repeat: no-repeat;
	background-position: 50px
*/
}

/* odnośnik panelu logowania */
#loginLinkBox {
	text-align: right;
}

/* logo */
#logoBox {
	position: absolute;
	top: 60px;
	right: 0px;
}	

/* ścieżka szybkiego powrotu */
#crumbBox {
	position: relative;
	top: 95px;
	height: 16px;
	background-image: url("../images/crumb.jpg");
	background-position: -30px;
	background-repeat: repeat-y;
	color: #ffffff;
	font-size: 90%;
	padding-top: 1px;
}

#crumbBox a {
	color: #ffffff;
	font-style: italic;
}

/* kontener elementów centralnych */
#midBox {
}

/* lewy panel */
#leftPanel {
	position: relative;
	left: 0px;
	top: 0px;
	float: left;
	width: 200px;
}

/* odnośnik panelu newslettera */
#newsletterLinkBox {
	text-align: center;
	width: 100%;
}

#newsletterLink {
}

#newsletterBox {
	position: absolute;
	left: 0px;
	bottom: 0px;
	background-color: #f7f7f7;
	color: #727272;
	height: 170px;
}

#closeNewsletterLink {
	display: none;
}

/* główny panel */
#mainPanel {
	float: left;
	width: 740px;
	padding-left: 10px;
	padding-right: 10px; 
/*	background-color: olive; */
	
	position: relative;
	left: 0px;
	top: 0px;
	
	min-height: 600px;
}

#rightBox {
/*	border: #FF00CC 1px dotted;*/
	width: 150px;
	float: right;
}

#frontBox {
/*	border: #CC0099 1px dotted;*/
	width: 580px;	
}

/* klamki */
#plate {
		background-color: #ffffff;
}

#handleDetails {
		padding: 20px;
		background-color: #f7f7f7;
}

#handleImg {
	float: left;
	margin-right: 50px;
}

/* strona */
#pageLinks {
	text-align: right;
	width: 100%;
	display: none;
}	

#pdfLink {
	vertical-align: middle;
}

#subtitle {
	display: inline;
}

#pageImg {
	position: absolute;
	right: 25px;
	top: 60px;	
	width: 604px;
	z-index: 0;
	text-align: right;
}

#pageBox01,
#pageBox02,
#pageBox03 {
	position: relative;
	left: 15px;
	top: 10px;
	width: 300px;
	z-index:99px;
	color: #000000;
	text-align: justify;
	min-height: 450px;
}

#pageBox01 ul,
#pageBox02 ul,
#pageBox03 ul {
	text-align: left;
}

/* drzwi */
#doorTable td {
	width: 50%;
	text-align: center;
	padding-bottom: 30px;
}

#doorTable td img {
	padding-bottom: 10px;
}

/* szafy wolnostojące */
#closetTable td {
	width: 50%;
	text-align: center;
	padding-bottom: 30px;
}

#closetTable td img {
	padding-bottom: 10px;
}

/* salony */
/*
#showroomLinks {
	text-align: right;
	width: 100%;
	display: none;
}

#showroomMain {
	margin-top: 10px;
	margin-left: 15px;
	margin-right: 15px;
}

#showroomAddress {
	float: left;
	width: 290px;
	margin-bottom: 20px;
}

#showroomDesc {
}

#showroomGallery {
	float: right;
	width: 380px;
	height: 400px;
	margin-left: 20px;
}

#showroomGalleryMain {
	float: left;
	width: 300px;
}

#showroomGalleryThumb {
	float: right;
	width: 71px;
}

#showroomImgThumb_1 {
	margin-bottom: 7px;
}

#showroomImgThumb_2, 
#showroomImgThumb_3 { 
	margin-bottom: 6px;
}

#showroomImgThumb_4 {
	margin-top: 1px;
}

#showroomDrive {
	margin-top: 10px;
	margin-left: 15px;
	margin-right: 15px;
}

#showroomMap {
	margin-top: 10px;
	margin-left: 15px;
	margin-right: 15px;
}
*/
/* kontener elementów stopki */
#lowBox {
	border-top: 1px solid #cacaca;
}

/**
* stopka
*/
#footer {
	text-align: center;
	font-size: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
