@CHARSET "ISO-8859-2";

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, sans-serif;
	font-size: 66.5%;
}

h2 {
	font-size: 170%;
}

h3 {
	font-size: 130%;
}

h4 {
	font-size: 110%;
}

img {
	border: 0 none;
}

label {
	cursor: pointer;
}

/*************************************
 * Szkielet strony
 *************************************/
#wrap {
	background: #fff;
}

#wrap-inner {
	width: 980px;
	margin: 0 auto;
}

#header { /*background: #C0D2E0;*/ /*margin-bottom: 10px;
	height: 75px;
	background: #F0F1ED url(/i/v1/header_bg.gif) repeat-x bottom left;*/
	height: 56px;
}

#content {
	float: right;
	width: 740px;
	padding: 0 0 10px 5px;
}

#contentNoSidebar {
	padding: 0 0 10px;
}

#sidebar {
	float: left;
	width: 230px;
	padding: 0 5px 10px 0;
}

#footer {
	clear: both;
	overflow: hidden;
	padding: 10px 25px 8px;
	background: #F0F1ED url(/i/v1/footer_bg.gif) repeat-x top left;
	color: #474747;
}

/* Blokowanie opływania */
#footer:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* dla IE5 i IE6 */
* html #footer {
	height: 1%;
}

/* dla IE7 */
*:first-child+html #footer {
	min-height: 1px;
}

/*************************************
 * Nagłówek
 *************************************/
#logo { /*float: left;*/
	position: absolute;
	padding: 14px 25px 0;
}

#logo a { /*color: #233A40;*/
	color: #717696;
	font-size: 2.6em;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 1px;
}

#logo a span {
	color: #000;
	font-size: 0.8em;
}

#logo img {
	vertical-align: middle;
}

#headerTabs {
	float: right;
	width: 100%;
	margin-bottom: 10px;
	/*background: #F0F1ED url(/i/v1/header_bg_orange.gif) repeat-x bottom left;*/
	background: #F0F1ED url(/i/v1/header_bg.gif) repeat-x bottom left;
}

#headerTabs ul {
	float: right;
	vertical-align: bottom;
	margin: 20px 0 2px;
	list-style: none;
	/*background: #C6D880 url(/i/v1/header_tab_bg_green.gif) repeat-x top left;*/
	background: #FE6607 url(/i/v1/header_tab_bg_orange.gif) repeat-x top
		left;
}

#headerTabs li {
	float: left;
}

#headerTabs li.selected {
	/*background: #FE6607 url(/i/v1/header_tab_bg_orange.gif) repeat-x top left;*/
	background: #C6D880 url(/i/v1/header_tab_bg_green.gif) repeat-x top left
		;
}

#headerTabs li.selected a {
	border-right: 1px solid #B8C977;
	border-left: 1px solid #DEF290;
}

#headerTabs li a {
	display: block;
	padding: 10px 20px;
	color: #FFF;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	/*border-right: 1px solid #B8C977;
	border-left: 1px solid #DEF290;*/
	border-right: 1px solid #E86D20; /* #CC6600;*/
	border-left: 1px solid #FFCC99;
}

#headerTabs li a.first {
	border-left: 0;
	/*background: url(/i/v1/header_tab_left_green.gif) no-repeat top left;*/
	background: url(/i/v1/header_tab_left_orange.gif) no-repeat top left;
}

#headerTabs li.selected a.first {
	border-left: 0;
	/*background: url(/i/v1/header_tab_left_orange.gif) no-repeat top left;*/
	background: url(/i/v1/header_tab_left_green.gif) no-repeat top left;
}

#headerTabs li a.last {
	border-right: 0;
	/*background: url(/i/v1/header_tab_right_green.gif) no-repeat top right;*/
	background: url(/i/v1/header_tab_right_orange.gif) no-repeat top right;
}

#headerTabs li.selected a.last {
	border-right: 0;
	/*background: url(/i/v1/header_tab_right_orange.gif) no-repeat top right;*/
	background: url(/i/v1/header_tab_right_green.gif) no-repeat top right;
}

/* stare linki w nagłówku */
#logoLinks {
	float: right;
	margin-left: 20px;
	list-style: none;
}

#logoLinks li {
	float: left;
	border-right: 1px solid #d5d5d5;
}

#logoLinks li a {
	display: block;
	padding: 6px 8px;
	color: #474747;
	font-size: 1.09em;
}

/*************************************
 * Stopka
 *************************************/
#footer ul {
	float: left;
	margin-left: 20px;
	list-style: none;
}

#footer ul li {
	float: left;
	border-right: 1px solid #d5d5d5;
}

#footer li a {
	display: block;
	padding: 6px 8px;
	color: #474747;
	font-size: 1.09em;
}

#copyright {
	float: right;
	color: #fff;
	margin-right: 25px;
	background: #717696;
}

#copyright p {
	padding: 6px 16px;
}

#partners {
	clear: both;
	padding: 10px 0;
	background: #fff;
	text-align: center;
}

/*************************************
 * Box: Panel wyszukiwania
 *************************************/
#searchBox .titledBox-content {
	background-color: #F2FCBC;
}

#searchBox p {
	padding: 2px 0 0 30px;
}

#searchBox p.sfLabel {
	padding: 6px 0 0 20px;
	color: #4F5527;
	font-size: 1.09em;
}

#searchBox .sfPowierzchnia input {
	width: 64px;
}

#searchBox .sfTechnologia label {
	padding-left: 5px;
	padding-right: 12px;
}

#searchBox .sfNazwa input {
	width: 150px;
}

#searchBox .sfSubmit {
	padding: 4px 0 2px 0;
	text-align: center;
}

#searchBox .button {
	border: 1px solid #4D590C;
	background-color: #9CB904;
	padding: 1px 8px;
	color: #fff;
	font-weight: bold;
}

#searchBox .textField {
	border: 1px solid #BACA5F;
	padding: 2px;
	width: 156px;
}

/*************************************
 * Box: Kolekcje
 *************************************/
#collectionsBox ul {
	list-style: url(/i/v1/list_bg.gif);
	padding: 0 25px;
	padding-right: 5px;
}

#collectionsBox ul li {
	padding: 2px 0;
}

#collectionsBox ul li a {
	display: block;
	/*color: #FF3000;*/
	color: #DF5D0C;
	font-size: 110%;
}

#collectionsBox .colListSeparator {
	padding: 2px;
	/*font-size: 110%;*/ /*color: #DF5D0C;*/
}

/*************************************
 * BOX: Strona Główna
 *************************************/
#mpZBali {
	float: left;
}

#mpSzkielet {
	float: left;
	margin-left: 8px;
}

.mpBox {
	overflow: hidden;
	/*width: 366px;*/
	background: #A7C004 url(/i/v1/box_bg_top_green.gif) no-repeat top left;
}

.mpBox div.mpBox-content {
	clear: both;
	overflow: hidden;
	background: #fff url(/i/v1/box_bg_bottom.gif) no-repeat bottom left;
	border-top: 1px solid #D5D5D5;
}

.mpBox div.rowContainer {
	clear: both;
	overflow: hidden;
	margin: 0 6px;
	padding: 6px 0;
	border-bottom: 1px solid #D5D5D5;
	vertical-align: middle;
}

.mpBox h2 {
	margin: 0 1px;
	padding: 10px;
	border-bottom: 1px solid #fff;
	color: #fff;
	font-size: 150%;
}

.mpBox dl {
	float: left;
	width: 182px;
	text-align: center;
}

.mpBox dt {
	float: left;
	margin: 0 3px;
	padding: 2px;
	background: #fff;
	border: 1px solid #D9E0E6;
	border-bottom-color: #B0B0B0;
	border-right-color: #B0B0B0;
	display: inline; /* naprawia błąd podwojonych marginesów w IE/Win */
}

.mpBox dt img {
	float: left;
}

.mpBox dd {
	color: #666;
}

.mpBox dd a {
	color: #DF5D0C;
	font-size: 110%;
	font-weight: bold;
}

/**************************************************
 * Blokowanie opływania w IE5, IE6 i IE7
 */ /* dla IE5 i IE6 */
* html .mpBox,* html .mpBox div.mpBox-content,* html .mpBox div.rowContainer
	{
	height: 1%;
}

/* dla IE7 */
*:first-child+html .mpBox,*:first-child+html .mpBox div.mpBox-content,*:first-child+html .mpBox div.rowContainer
	{
	min-height: 1px;
}

/*
 * KONIEC: Blokowanie opływania w IE5, IE6 i IE7
 **************************************************/
	/*************************************
 * BOX: Wyniki wyszukiwania
 *************************************/
#srBox {
	overflow: hidden;
	background: #A7C004 url(/i/v1/box_bg_top_green.gif) no-repeat top left;
}

#srBoxContent {
	clear: both;
	overflow: hidden;
	border-top: #D5D5D5 1px solid;
	background: #fff url(/i/v1/box_bg_bottom.gif) no-repeat bottom left;
}

#srBox div.rowContainer {
	clear: both;
	overflow: hidden;
	margin: 0 10px;
	padding: 5px 0;
	border-bottom: 1px solid #D5D5D5;
}

#srBox h2 {
	margin: 0 1px;
	padding: 4px;
	padding-left: 26px;
	border-bottom: 1px solid #fff;
	color: #fff;
}

#srBox dl {
	float: left;
	padding: 10px 0;
	width: 360px;
	display: inline; /* naprawia błąd podwojonych marginesów w IE/Win */
}

#srBox dl.alt {
	float: right;
}

#srBox dt {
	float: right;
	width: 174px;
}

#srBox dt a {
	display: block;
	padding-top: 15px;
	padding-bottom: 5px;
	color: #DF5D0C;
	font-size: 130%;
	font-weight: bold;
}

#srBox dd {
	margin: 0 0 0 186px;
	color: #666;
}

#srBox dd.img {
	float: left;
	margin: 0 8px;
	padding: 4px;
	border: 1px solid #D9E0E6;
	border-bottom-color: #C8CDD2;
	border-right-color: #C8CDD2;
	background: #fff;
	display: inline; /* naprawia błąd podwojonych marginesów w IE/Win */
}

#srBox dd.img img {
	float: left;
}

#srBox dd.link,#srBox dd.price {
	text-align: right;
}

#srBox dd.link a {
	color: #6D7637;
	font-size: 110%;
	font-weight: bold;
	padding-left: 15px;
	background: url(/i/v1/arrow_right_green.gif) no-repeat 0 50%;
}

#srBox dd.price {
	padding-top: 5px;
	font-weight: bold;
}

#srBox .priceValue {
	color: #DF5D0C;
	font-size: 130%;
}

#sortbyPane {
	overflow: hidden;
	margin: 0 2px;
	border-top: 1px solid #D5D5D5;
	border-bottom: 1px solid #fff;
	background: #fff url(/i/v1/box_bg_top_grey.gif) repeat-x top right;
	text-align: right;
}

#sortbyPane div {
	float: right;
}

#sortbyPane p {
	float: left;
	padding: 6px 0;
	padding-right: 6px;
}

#sortbyPane ul {
	float: left;
	list-style: none;
}

#sortbyPane ul li {
	float: left;
	padding: 0 6px;
	border-left: 1px solid #d5d5d5;
}

#sortbyPane ul li a.asc {
	color: #E42020;
	font-weight: bold;
	background: url(/i/v1/arrow_up_grey.gif) no-repeat right 50%;
	padding-right: 14px;
}

#sortbyPane ul li a.desc {
	color: #E42020;
	font-weight: bold;
	background: url(/i/v1/arrow_down_grey.gif) no-repeat right 50%;
	padding-right: 14px;
}

#sortbyPane ul li a {
	display: block;
	color: #f00;
	padding: 6px;
}

/**************************************************
 * Blokowanie opływania w IE5, IE6 i IE7
 */ /* dla IE5 i IE6 */
* html #srBox,* html #srBoxContent,* html #srBox div.rowContainer,* html #sortbyPane
	{
	height: 1%;
}

/* dla IE7 */
*:first-child+html #srBox,*:first-child+html #srBoxContent,*:first-child+html #srBox div.rowContainer,*:first-child+html #sortbyPane
	{
	min-height: 1px;
}

/*
 * KONIEC: Blokowanie opływania w IE5, IE6 i IE7
 **************************************************/
	/*************************************
 * BOX: Widok szczegółów projektu
 *************************************/
#projektBox {
	background: #A7C004 url(/i/v1/box_bg_top_green.gif) no-repeat top left;
}

#projektBox h2 {
	margin: 0 1px;
	padding: 10px;
	padding-left: 30px;
	border-bottom: 1px solid #fff;
	color: #fff;
}

#projektBoxContent {
	clear: both;
	overflow: hidden;
	padding-top: 8px;
	background: #fff;
	border-top: 1px solid #d5d5d5;
}

#prjParamsWrap {
	float: right;
	width: 300px;
}

#pricePane {
	margin: 5px 0 10px 0;
	color: #666;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}

#pricePane .priceValue {
	color: #DF5D0C;
	font-size: 160%;
}

#pricePane #price {
	display: inline;
	font-size: 120%;
}

#pricePane #button {
	display: inline;
	margin-left: 35px;
}

#pricePane a {
	vertical-align: bottom;
}

#prjParams { /*float: right;
	width: 300px;*/
	background: #EAEAE9 url(/i/v1/box_details_bg_top_grey.gif) no-repeat top
		left;
}

#prjParams-inner {
	padding: 12px;
	background: url(/i/v1/box_details_bg_bottom_grey.gif) no-repeat bottom
		left;
}

#prjParams .contentBox {
	margin-bottom: 6px;
	background: #fff url(/i/v1/box_details_bg_bottom_white.gif) no-repeat
		bottom left;
}

#prjParams .contentBox-inner {
	overflow: hidden;
	padding: 8px 15px;
	background: url(/i/v1/box_details_bg_top_white.gif) no-repeat scroll top
		left;
	text-align: justify;
}

#prjParams h4 {
	color: #FF8000;
	letter-spacing: 0.1em;
}

#prjParams dl {
	width: 100%;
	clear: both;
}

#prjParams dt {
	float: left;
	width: 140px;
	text-align: right;
	padding: 1px 0;
}

#prjParams dd {
	padding-left: 4px;
	float: left;
}

#prjImages {
	float: left;
	margin-right: 10px;
	width: 430px;
	background: #EEEEEC url(/i/v1/box_details_bg_top_grey2.gif) no-repeat
		top left;
}

#prjImages .contentBox {
	clear: both;
	overflow: hidden;
	padding: 5px;
	border: 1px solid #D5D5D5;
	background: #fff;
}

#prjImages h3 {
	padding: 8px;
	padding-left: 45px;
	border-left: 1px solid #D5D5D5;
	border-right: 1px solid #D5D5D5;
	background: url(/i/v1/arrow_right_orange.gif) no-repeat 18px 50%;
	color: #828282;
	font-style: italic;
	font-weight: normal;
}

#prjImages h3.boxHeader {
	margin: 0 1px;
	border: 0 none;
	border-bottom: 1px solid #FFF;
}

.mediumImgThumb {
	margin: 0 auto;
	width: 418px;
}

.mediumImgThumbAlt {
	padding-top: 5px;
}

.mediumImgThumb img,.mediumImgThumbAlt img {
	width: 418px;
}

#imgThumbs {
	overflow: hidden;
	margin: 0 auto;
	padding: 6px 0;
	width: 400px;
	list-style: none;
	text-align: center;
}

#imgThumbs li {
	float: left;
	width: 200px;
	vertical-align: middle;
	text-align: center;
}

#imgThumbs img {
	width: 195px;
}

#rzutyThumbs {
	
}

#rzutyThumbs dt {
	padding-bottom: 4px;
	font-weight: bold;
}

#rzutyThumbs dd {
	margin-bottom: 15px;
	padding: 0 9px;
	width: 400px;
	text-align: center;
}

#rzutyThumbs dd.pomieszczenia {
	padding-left: 25px;
	width: 384px;
	text-align: left;
}

div.eleThumbsRow {
	overflow: hidden;
	clear: both;
}

.eleThumbs {
	float: left;
	margin: 4px;
	/*padding: 4px;*/
	width: 200px;
	display: inline;
}

.eleThumbs dt {
	background-color: #f3f3f3;
	font-size: 110%;
	text-align: center;
}

.eleThumbs dd {
	padding: 4px;
	border: 1px solid #D9E0E6;
	border-bottom-color: #C8CDD2;
	border-right-color: #C8CDD2;
}

.eleThumbs img {
	width: 190px;
	display: block;
}

#prjAutor {
	display: block;
	color: #666;
	font-size: 150%;
	font-weight: bold;
	text-align: center;
}

#prjAutor img {
	vertical-align: middle;
}

/**************************************************
 * Blokowanie opływania w IE5, IE6 i IE7
 */ /* dla IE5 i IE6 */
* html #projektBoxContent,* html #prjParams-inner,* html #prjImages .contentBox
	{
	height: 1%;
}

/* dla IE7 */
*:first-child+html #projektBoxContent,*:first-child+html #prjParams-inner,*:first-child+html #prjImages .contentBox
	{
	min-height: 1px;
}

/*
 * KONIEC: Blokowanie opływania w IE5, IE6 i IE7
 **************************************************/
	/*************************************
 * BOX: pytanie do projektu
 *************************************/
#prjQuestionBox {
	margin-top: 10px;
	background: #fff url(/i/v1/box_bg_bottom3.gif) no-repeat bottom left;
	color: #666;
}

#prjQuestionBox-inner {
	padding: 10px 20px;
	background: url(/i/v1/box_bg_top_trans2.gif) no-repeat top left;
}

#prjQuestionBox h4 {
	padding: 6px 0 6px 0;
	font-weight: normal;
}

#prjQuestionBox strong {
	white-space: nowrap;
}

#pqBiuroTel {
	background: url(/i/v1/telefon29x26.gif) no-repeat left 50%;
	margin: 0 0 2px 10px;
}

#pqBiuroEmail {
	background: url(/i/v1/mail27x20.gif) no-repeat left 50%;
	margin: 0 0 15px 10px;
}

#pqBiuroTel,#pqBiuroEmail {
	padding-left: 34px;
	min-height: 28px;
}

#prjQuestionBox form p {
	padding-bottom: 4px;
	font-size: 110%;
}

#prjQuestionBox .textInput {
	padding: 1px;
	border: 1px solid #aaa;
	background-color: #f6f6f6;
}

#prjQuestionBox #pqImieNazwisko input {
	width: 256px;
}

#prjQuestionBox #pqEmail input,#prjQuestionBox #pqTelefon input {
	width: 180px;
}

#prjQuestionBox #pqPytanie textarea {
	height: 100px;
	width: 256px;
}

#prjQuestionBox #pqButton {
	text-align: center;
}

/*************************************
 * BOX: projekty podobne
 *************************************/
#podobneBox dl {
	overflow: hidden;
	padding: 6px 0;
	background: url(/i/v1/podobne_separator.gif) 50% 0 no-repeat;
}

#podobneBox dl.first {
	padding-top: 0;
	background: none;
}

#podobneBox dt {
	float: left;
	margin: 4px 3px 0;
	padding: 1px;
	width: 80px;
	background: #fff;
	border: 1px solid #D9E0E6;
	border-bottom-color: #B0B0B0;
	border-right-color: #B0B0B0;
	display: inline; /* naprawia błąd podwojonych marginesów w IE/Win */
}

#podobneBox dt img {
	float: left;
}

#podobneBox dd {
	margin-left: 92px;
	color: #666;
}

#podobneBox dl.alt dt,#podobneBox dl.alt dt img {
	float: right;
}

#podobneBox dl.alt dd {
	margin: 0;
	margin-right: 92px;
	text-align: right;
}

#podobneBox dd a {
	color: #DF5D0C;
	font-size: 110%;
	font-weight: bold;
}

/*************************************
 * BOX: about (o serwisie)
 *************************************/
#aboutBox p,#aboutBox ul {
	padding-bottom: 4px;
}

#aboutBox ul {
	list-style: none;
}

#aboutBox ul li {
	margin-left: 5px;
}

#aboutBox p.nopad {
	padding: 0;
}

#aboutBox p.signingOff {
	padding: 4px 5px 0px;
	font-weight: bold;
	text-align: right;
}

/*************************************
 * TitledBox - box z tytułem w lewym sidebar
 *************************************/
.titledBox {
	color: #6D7637;
	margin-bottom: 10px;
	background: #E6F775 url(/i/v1/box_bg_top_green2.gif) no-repeat top left;
}

.titledBox-content {
	padding: 5px;
	border-top: #D4D4D4 1px solid;
	background: #fff url(/i/v1/box_bg_bottom2.gif) no-repeat bottom left;
}

.titledBox h3 {
	margin: 0 1px;
	padding: 4px;
	padding-left: 26px;
	background: url(/i/v1/arrow_right_orange2.gif) no-repeat 4px 50%;
	border-bottom: 1px solid #fff;
}

.titledBox a.arrowed {
	padding: 7px 8px;
}

.titledBox input.bTextField {
	width: 230px;
	border: 1px solid #CACACA;
}

/*************************************
 * SimpleBox - prosty box lewego sidebar'a
 *************************************/
.simpleBox {
	margin-bottom: 10px;
	background: #fff url(/i/v1/box_bg_bottom2.gif) no-repeat bottom left;
}

.simpleBox-content {
	padding: 8px;
	background: url(/i/v1/box_bg_top_trans.gif) no-repeat top left;
}

/*************************************
 * BOX: adSense - sidebar
 *************************************/
#sbAdSenseBox {
	margin-bottom: 10px;
	background: #fff url(/i/v1/box_bg_bottom2.gif) no-repeat bottom left;
}

#sbAdSenseBox-inner {
	padding: 10px 6px 6px;
	background: url(/i/v1/box_bg_top_trans.gif) no-repeat top left;
	text-align: center;
}

/*************************************
 * BOX: adSense - prj details
 *************************************/
#pbAdSenseBox {
	margin-top: 10px;
	/*background: #fff url(/i/v1/box_bg_bottom2.gif) no-repeat bottom left;*/
}

#pbAdSenseBox-inner { /*padding: 10px 6px 6px;
	background: url(/i/v1/box_bg_top_trans.gif) no-repeat top left;
	text-align: center;*/
	
}

/*************************************
 * BOX: adSense - sidebar
 *************************************/
#sbAdSenseBox {
	margin-bottom: 10px;
	background: #fff url(/i/v1/box_bg_bottom2.gif) no-repeat bottom left;
}

#sbAdSenseBox-inner {
	padding: 10px 6px 6px;
	background: url(/i/v1/box_bg_top_trans.gif) no-repeat top left;
	text-align: center;
}

/*************************************
 * BOX: sidebar SEO Box
 *************************************/
.sbSeoBox .addSeoBoxButton {
	text-align: center;
}

/*************************************
 * BOX: bannerki
 *************************************/
#sbBannerBox { /* pusto */
	
}

/*************************************
 * Stronicowanie
 *************************************/
.paging {
	clear: both;
	padding: 16px;
	color: #666;
	font-size: 110%;
	text-align: right;
}

.pagingActualPage {
	color: #DF5D0C;
	font-weight: bold;
	padding: 0 3px;
}

.pagingLink {
	color: #666;
	padding: 0 3px;
}

.pagingPrevLink { /*color: #6B7F01;*/
	color: #DF5D0C;
	font-weight: bold;
	padding-left: 18px;
	background: url(/i/v1/lt_orange.gif) no-repeat left 50%;
}

.pagingNextLink {
	color: #DF5D0C;
	font-weight: bold;
	padding-right: 18px;
	background: url(/i/v1/gt_orange.gif) no-repeat right 50%;
}

p.totalRows {
	padding: 4px 0 0 10px;
	color: #888;
	font-size: 110%;
}

/*************************************
 * BOX: Formularz zamówienia - Krok 1
 *************************************/
#prjOrderBox {
	overflow: hidden;
	background: #A7C004 url(/i/v1/box_bg_top_green.gif) no-repeat top left;
}

#poBoxContent {
	padding: 10px;
	border: 1px solid #D5D5D5;
	background: #fff;
}

#prjOrderBox .poSectionContent {
	clear: both;
	overflow: hidden;
	padding: 8px 25px;
	background: #fff;
}

#prjOrderBox h2 {
	margin: 0 1px;
	padding: 4px 4px 4px 25px;
	border-bottom: 1px solid #fff;
	color: #fff;
}

#poStepPane {
	margin-left: 10px;
	color: #5C6B03;
	font-size: 85%;
	font-weight: bold;
	text-align: right;
}

#poStepPane span {
	color: #722727;
}

#poBoxContent h3 {
	clear: both;
	padding: 8px;
	border-bottom: 1px solid #D5D5D5;
	background: #F8F8F8;
	/*background: #EEEEEC url(/i/v1/arrow_right_orange.gif) no-repeat 18px 50%;*/
	color: #DA5200; /*#626262;*/
}

#poChangesPane {
	float: left;
	width: 359px;
}

#poCommentsPane {
	float: right;
	width: 359px;
}

#poChangesPane textarea,#poCommentsPane textarea {
	width: 296px;
	height: 120px;
}

#prjOrderBox p {
	overflow: hidden;
	padding: 4px;
	font-size: 110%;
}

#poBoxContent .poLabel {
	float: left;
	display: block;
	padding: 2px 8px 0 0;
	width: 90px;
	font-size: 90%;
	font-style: italic;
	text-align: right;
}

#poBoxContent .poValue {
	float: left;
	font-size: 110%;
}

#poBoxContent #pOrderPrice .poLabel {
	width: 130px;
}

#poBoxContent #pOrderPrice .poValue {
	width: 80px;
	text-align: right;
}

#prjOrderBox .textField {
	padding: 1px;
	border: 1px solid #aaa;
	background-color: #f6f6f6;
}

#prjOrderBox label {
	padding: 0 6px 0 2px;
}

#poBoxButton {
	padding: 16px 0 4px;
	text-align: center;
}

#poBoxButton input,#poBoxButton img {
	margin: 0 80px;
	cursor: pointer;
	vertical-align: middle;
}

#poPrjMiniImg {
	float: left;
	margin-right: 10px;
}

#poPrjParams strong {
	font-size: 120%;
}

#poPrjMirror input {
	margin-right: 4px;
}

#poKodPocztowy,#poWysKodPocztowy {
	float: left;
}

#poMiejscowosc input,#poWysMiejscowosc input {
	width: 200px;
}

#poNazwa input,#poUlica input,#poNIP input,#poTel input,#poEmail input,#poWysNazwa input,#poWysUlica input
	{
	width: 250px;
}

.kodPocztowy1 {
	width: 20px;
}

.kodPocztowy2 {
	width: 35px;
}

/**************************************************
 * Blokowanie opływania w IE5, IE6 i IE7
 */ /* dla IE5 i IE6 */
* html #prjOrderBox,* html #prjOrderBox .poSectionContent,* html #prjOrderBox p
	{
	height: 1%;
}

/* dla IE7 */
*:first-child+html #prjOrderBox,*:first-child+html #prjOrderBox .poSectionContent,*:first-child+html #prjOrderBox p
	{
	min-height: 1px;
}

/*
 * KONIEC: Blokowanie opływania w IE5, IE6 i IE7
 **************************************************/
	/*************************************
 * BOX: Formularz zamówienia - Krok 2
 *************************************/
#prjOrderFinalBox h2 {
	padding: 10px 10px 20px;
}

#prjOrderFinalBox h2 .pofPrjNazwa {
	color: #DF5D0C;
}

#prjOrderFinalBox p {
	padding: 10px;
	font-size: 140%;
}

#prjOrderFinalBox .msgFoot {
	padding: 20px 35px 10px 10px;
	text-align: right;
}

#prjOrderFinalBox strong {
	font-style: italic;
}

a.orangeLink {
	color: #DF5D0C;
}

/*************************************
 * ThickBox: Panel wiadomości
 *************************************/
#thickboxMsgPane {
	display: none;
}

#thickboxMsgPaneContent {
	margin: auto 0;
	padding: 20px 30px;
	vertical-align: middle;
}

#thickboxMsgPaneButton {
	padding: 7px 0;
	background: #E8E8E8;
	border-top: 1px solid #CCC;
	text-align: center;
}

#thickboxMsgPaneButton input {
	margin: auto 0;
	padding: 1px 15px;
	width: 60px;
	height: 26px;
}

/*************************************
 * Inne
 *************************************/
a {
	color: #648EA4;
	text-decoration: none;
}

a:hover {
	color: #648EA4;
	text-decoration: underline;
}

a.arrowed {
	display: block;
	padding: 0 8px;
	color: #8D8EAA;
	text-decoration: underline;
}

a.arrowed:hover {
	color: #605F7E;
}

*.paramValue {
	font-weight: bold;
}

*.required {
	color: #f00;
	font-size: 15px;
}

*.hidden {
	display: none;
}

*.pointer {
	cursor: pointer;
}

*.greenButton {
	border: 1px solid #4D590C;
	background-color: #9CB904;
	padding: 1px 8px;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
}

div.sbox-separator {
	width: 75%;
	height: 0px;
	border-bottom: 1px dotted #888888;
	margin-top: 2px;
	margin-bottom: 2px;
}