@import url("head_foot.css");

body {
	margin: 0;
	padding: 10px 0 0;
	color: #333;
	background: #fff;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	line-height: 150%;
}

div, p, fieldset, form, img, ul, ol, li, dl, dt, dd {
	border: 0;
	margin: 0;
	padding: 0;
}

a {
	color: #258;
	text-decoration: none;
}
a:hover { text-decoration: underline; }

.floatBox { height: 1%; }
#main:after,
#containerOD:after,
.floatBox:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


/* Content
============================================================ */
#containerOD {
	width: 980px;
	margin: 10px auto;
}

#main {
	display: inline;
	width: 720px;
	float: left;
	position: relative;
}
.mainOD #main { width: 660px; }
.wideOD #main { width: 980px; }

#main h1 {
	margin: .3em 0 .5em;
	font-size: 1.077em;
}
#main h3 {
	margin: 0 0 1em;
	font-size: 1em;
	line-height: 1em;
}
#main h1 span,
#main h3 span { font-weight: normal; }

.promoSlideBox h3,
.mainOD #main h3 {
	margin: 10px;
	color: #515561;
	font-size: 18px;
	font-weight: normal;
}
.mainOD #containerOD h3.noMargin { margin: 0 0 10px 0; }

.promoSlideBox h3 a,
.mainOD #containerOD h3 a {
	float: right;
	font-size: 10px;
}

#main h3 {
	margin: 0 0 14px 5px;
	float: none;
	clear: both;
	font-size: 1.15em;
}

h4 {
	margin: 0;
	padding: 0 0 2px;
	border-bottom: 1px #b8dced solid;
	color: #258;
	font-size: 12px;
}
.contextMenu h3 a,
h4 a {
	display: inline;
	padding: 0 2px 0 0;
	float: right;
	font-size: 10px;
	font-weight: normal;
	outline: 0;
}
h4 .icoHelp {
	display: -moz-inline-box;
	display: inline-block;
	margin: 0 0 0 3px;
	width: 10px;
	height: 10px;
	background: url(../spriteIcons.png) 0 -110px;
	font-size: 1px;
}

/* Sidebar
============================================================ */

#menuRight {
	float: right;
	width: 240px;
}
.mainOD #menuRight { width: 300px; }
.wideOD #menuRight { display: none; }

#companyInfoOD ol { list-style: none; }
#companyInfoOD ol li a {
	height: 32px;
	display: block;
	margin: 10px 0 0;
	background-image: url(../spriteButtons.png);
	background-repeat: no-repeat;
}
#companyInfoOD ol .newAgency a { background-position: 0 0; }
#companyInfoOD ol .newDeveloper a { background-position: 0 -32px; }
#companyInfoOD ol a span { display: none; }
#companyInfoOD div {
	padding: 0 0 5px;
	background: url(../spriteButtons.png) 0 100%;
}
#companyInfoOD div div {
	padding: 0 10px 5px 15px;
	background: url(../spriteButtons.png) 0 -146px no-repeat;
	font-size: 10px;
}
#companyInfoOD h4 {
	color: #5f5046;
	font-size: 12px;
	border: 0;
	padding: 5px 0 0;
}
#companyInfoOD ul { padding: 10px 0 5px 15px; }
#companyInfoOD ul li {
	color: #888;
	font-size: 10px;
	line-height: 150%;
}
#companyInfoOD ul li span { color: #333; }
#companyInfoOD p { overflow: hidden; height: 1%; }
#companyInfoOD p a {
	float: right;
	height: 18px;
	width: 99px;
	background: url(../spriteButtons.png)  no-repeat;
	background-position: 0 -128px;
}
#companyInfoOD p a span { display: none; }

.contextMenu h3 {
	margin: 15px 0 2px;
	padding: 0 0 4px;
	border: 1px #ddd;
	border-style: none none solid;
	color: #5f5046;
	font-size: 12px;
}

.contextMenu ul { list-style: none; }

.contextMenu ul li {
	padding: 2px 0 2px 20px;
	background: url(../bgListItems.gif) no-repeat -9px -28px;
	font-size: 11px;
}
.contextMenu ul li.newItem { background: url(../spriteIcons.png) no-repeat -13px -27px; }
.contextMenu ul li.promoted { background: url(../spriteIcons.png) no-repeat 0 -57px; }
.contextMenu ul li.boldItem {
	font-size: 10px;
	font-weight: bold;
	line-height: 140%;
}
.mainOD .contextMenu ul li.boldItem { font-size: 11px; }


/* showcase */
#show { margin: 0 0 1em; }
#show ul {
	overflow: hidden;
	width: 300px;
	height: 250px;
	margin: 0 auto 4px;
}
* html #show ul li { height: 1%; }
#show .inactive { display: none; }
#show a {
	display: block;
	position: relative;
}
#show a:hover { text-decoration: none; }
#show a img { width: 300px; }
#show .realOffer a img {
	height: 225px;
	margin: 0 0 25px;
}
#showOffer #show .realOffer a img { margin: 0; }

#show .invisibleBox {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 300px;
	height: 55px;
	background: #05c;
	opacity: 0.6;
	filter: alpha(opacity=60);
}
#show .descriptionBox {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 290px;
	height: 45px;
	padding: 5px;
	color: #fff;
	line-height: 100%;
	font-size: 0.77em;
	text-align: center;
}
#showOffer #show ul { height: 225px; }


.navBox {
	margin: 0;
	padding: 1px 9px 0;
	overflow: hidden;
	height: 1%;
}

.bottomNavBox {
	padding: 5px 7px;
	border: none;
}
.greenBox .bottomNavBox {
	margin: 0 0 -5px;
	background: #b3d73f;
}
.blueBox .bottomNavBox {
	margin: 0 0 -5px;
	background: #b8dced;
}

.navBox span {
	width: 9px;
	height: 9px;
	margin-left: 10px;
	background: url(../navElements.gif) no-repeat;
	background-position: -18px -9px;
	font-size: 0;
	float: right;
}
.navBox span.active {
	cursor: pointer;
	background-position: -18px 0;
}
.navBox span.navNext { background-position: -9px 0; }
.navBox span.navPrev {
	margin-left: 20px;
	background-position: 0 0;
}
* html .navBox span.navNext2,
.navBox .navNext.active { background-position: -9px -9px; }
* html .navBox span.navPrev2,
.navBox .navPrev.active { background-position: 0 -9px}


/*==== NEWS ====*/
#news { margin: 0 0 1em; }

#news .singleNews { padding: 15px 0; }

#news h3 {
	float: left;
	clear: none; /* nadpisuje styl z #main h3 */
	margin: 0;
	padding: 3px 0;
	font-size: 1em;
	color: #333;
}

#news h3 a { color: #333; }

#news .calendar {
	float: right;
	clear: none;
	margin: 0;
	color: #666;
	font-size: .8em;
}

#news p {
	clear: both;
	margin: 0 0 10px;
	font-size: .9em;
}
#news .lead { font-size: .85em; }

#news .newsInfo {
	overflow: hidden;
	height: 1%;
	margin: 10px 0 0;
	border-top: 1px solid #b8dced;
	color: #666;
	font-size: .8em;
}
#news .newsAuthor {
	float: left;
	clear: none;
	margin: 0;
}
#news .newsCategory {
	float: right;
	clear: none;
	margin: 0;
}
#news .newsCategory a {
	color: #666;
	font-weight: bold;
}
#news .newsCount {
	float: right;
	clear: none;
	margin: 0 0 0 5px;
	padding: 0 0 0 5px;
	background: url(../category_spacer_bg.gif) left center no-repeat;
}

/* Zakładki
============================================================ */
.tabBox {
	position: relative;
	margin: 0 auto;
	height: 1%;
	z-index: 3;
}
.greyBox { margin: 0 0 10px; }

.tabBox ul {
	position: relative;
	top: 1px;
	margin: 0;
	padding: 0;
	list-style: none;	
	font-size: 12px;
	z-index: 2;
	float: left;
	height: 1%;
}

.tabBox ul li {
	margin: 0 1px 0 0;
	padding: 0 5px 0 0;
	float: left;
}

.tabBox ul li,
.tabBox ul li a,
.tabBox ul li span { background-image: url(../spriteTabs.png); }
.tabBox ul li.liBlockInactive { background-position: 100% -78px; }
.tabBox ul li.liBlockActive { background-position: 100% -109px; }
.greyBox ul li.liBlockInactive { background-position: 100% -140px; }
.greyBox ul li.liBlockActive { background-position: 100% -170px; }
.tabBox ul li a,
.tabBox ul li span {
	display: block;
	padding: 5px 10px 5px 15px;
	outline: none;
}

.tabBox ul li.liBlockInactive a,
.tabBox ul li.liBlockInactive span { padding-bottom: 4px; }
.tabBox ul li a.active { cursor: text; }
.tabBox ul li a.active:hover { text-decoration: none; }

.tabBox ul li.liBlockActive a,
.tabBox ul li.liBlockActive span {
	background-position: 0 -109px;
	color: #333;
	cursor: text;
}
.tabBox ul li.liBlockInactive a { background-position: 0 -78px; }
.greyBox ul li.liBlockInactive a { background-position: 0 -140px; }
.greyBox ul li.liBlockActive a,
.greyBox ul li.liBlockActive span { background-position: 0 -170px; }
.tabBox ul li.liBlockActive a:hover { text-decoration: none; }

.greyBox div {
	border-top: 1px solid #d4d6d0;
	clear: left;
}

/* zakładki w bocznym menu, klasa nadpisująca .tabBox */
.rightTabBox ul { display: inline; }
#menuRight .blueBox { background-position: 0 -16px; }


/* Page splitter
============================================================ */

.optBox {
	overflow: hidden;
	height: 1%;
}

.viewList {
	float: left;
	margin: 5px 0 0;
	font-size: .85em;
}
.viewList a {
	margin: 0 0 0 5px;
	padding: 0 0 0 15px;
}
.viewList .active {
	font-weight: bold;
	cursor: default;
	text-decoration: none;
}
.viewList .active:hover { text-decoration: none; }
.viewList .list { background: url(../bgViews.png) no-repeat 0 50%; }
.viewList .gallery { background: url(../bgViews.png) no-repeat -89px 50%; }

.paramList {
	float: right;
	margin: 5px 0 0;
	font-size: .85em;
}
.paramList a,
.paramList strong { margin: 0 0 0 5px; }
.paramList a.active { font-weight: bold; }
.paramList span { font-size: .8em; font-weight: normal; }

.pageSplitter {
	margin: 0 0 10px;
	padding: 2px 10px;
	border: 1px #b8dced solid;
	background: url(../spriteTabs.png) repeat-x 0 -200px;
	font-size: .85em;
	overflow: hidden;
	height: 1%;
	clear: left;
}
.formBoxOD .pageSplitter { width: 676px; }

.pageSplitterEmpty {
	margin: 0 0 10px;
	padding: 2px 0;
	border: 1px #b8dced solid;
	background: url(../spriteTabs.png) repeat-x 0 -200px;
	font-size: 0;
	height: 1%;
	clear: left;
}

.pageNumber { float: left; }
.pageCurrent { float: right; }
.pageCurrent strong,
.pageCurrent a {
	float: left;
	padding: 0 3px;
	border: 1px solid transparent;
}
* html .pageCurrent a {
	padding: 1px 4px;
	border: 0;
}
.pageCurrent strong {
	padding: 0 4px;
	border: 1px solid #b8dced;
	background: #fff;
	font-weight: normal;
}
.pageCurrent a:hover { background: #e3ffb5; }
.pageCurrent a img {
	position: relative;
	top: 1px;
	border: none;
}


/* Search forms
============================================================ */

.formBoxOD {
	position: relative;
	clear: left;
	margin: 0 auto 20px;
	overflow: hidden;
	height: 1%;
}

.formBoxOD fieldset {
	margin: 0 0 30px 15px;
	padding: 0;
}
.formBoxOD fieldset fieldset { margin: 0; }

.blueBox .formBoxOD { margin: 0; }
.blueBox .formBoxOD fieldset { margin: 0 0 0 14px; }

.formBoxOD div {
	overflow: hidden;
	height: 1%;
}
.formBoxOD #VTP { float: left; }
.formRightOD #VTP { float: none; }

.formBoxOD fieldset p {
	float: left;
	width: 175px;
	padding: 5px 0 0;
	overflow: hidden;
	height: 1%;
	font-size: 11px;
}

.formBoxOD fieldset p.toRight { float: right; }

.formBoxOD p label { display: block; }

.formBoxOD p select,
.formBoxOD p input {
	vertical-align: bottom;
	font-size: 11px;
}
.formBoxOD p input.radio {
	vertical-align: middle;
}

.formBoxOD p.standard label { width: 160px; }
.formBoxOD p.standard select { width: 161px; }
.formBoxOD p.standard input { width: 155px; }

.formBoxOD p.shorter label { width: 160px; }
.formBoxOD p.shorter select { width: 50px; }
.formBoxOD p.shorter input { width: 100px; }

.formBoxOD p.wider { width: 255px; }
.formBoxOD p.wider label { width: 240px; }
.formBoxOD p.wider input { width: 235px; }

.formBoxOD p.short input { width: 45px; }
.formBoxOD p.short select { width: 50px; }
.formBoxOD p.short2 select { width: 76px; }

.formBoxOD p.wide select { width: auto; }

.formBoxOD p.tel select { width: 65px; }
.formBoxOD p.tel input { width: 50px; }
.formBoxOD p.tel input.direct { width: 30px; }
.formBoxOD p.tel input.mobile { width: 65px; }

.formBoxOD p.check { padding-top: 23px; }

.formBoxOD p label.tip { position: relative; }
.formBoxOD p label.tip span {
	position: absolute;
	top: 5px;
	right: 0;
	width: 10px;
	height: 10px;
	background: url(../spriteIcons.png) 0 -110px;
	font-size: 1px;
}
.formBoxOD p label .info {
	color: #666;
	font-size: .941em;
}

.formBoxOD p.submit {
	width: auto;
	text-align: right;
	padding-right: 18px;
}
.formBoxOD p.submitLeft input,
.formBoxOD p.submit input { padding: 0 10px; }

* html .formBoxOD p.required label { font-weight: bold; } /*ie6*/
*+html .formBoxOD p.required label { font-weight: bold; } /*ie7*/
.formBoxOD p.required label:after { content: " *"; color: #039; font-weight: bold; }
.formBoxOD p.requiredInfo:before { content: "* "; color: #039; font-weight: bold; }

.formBoxOD textarea {
	width: 660px;
	height: 120px;
}

.formBoxOD p.twoP { width: 340px; }
.formBoxOD p.twoP label { width: 310px;}
.formBoxOD p.threeP { width: 510px; }
.formBoxOD p.fourP { width: 680px; }
.formBoxOD p.inLine label { display: inline; }

#formBoxOD .photo { text-align: center; }
#formBoxOD .photo img {
	width: 120px;
	height: 90px;
	padding: 5px;
	border: 1px solid #b8dced; 
}

.formBoxOD h4 { margin: 0 10px 2px 0; }
.formBoxOD h5 {
	margin: 10px 10px 0 0;
	padding: 0;
	font-size: .85em;
	color: #333;
}
.formBoxOD .insertListOD {
	width: 698px;
	margin: 0;
}
.formBoxOD p.searchType { width: 220px; }
.formBoxOD p.searchType input { vertical-align: top; }
.formBoxOD p.submit,
.formBoxOD #pFamily { height: 1%; }
.formBoxOD #pOfferType input { vertical-align: top; }

.formBoxOD #invoiceCopyDataLink { display: none; }

/* formRightOD
============================================================ */
/* nadpisuje klase .formBoxOD - boks wyszukiwarki w bocznym menu */
.formRightOD { margin: 0; }
.blueBox .formRightOD fieldset { padding: 0 15px 10px; margin: 0; }
.blueBox .formRightOD fieldset fieldset { margin: 0; padding: 0; overflow: hidden; }
.formRightOD h4 { margin: 20px 0 0; }
.formRightOD p.submit { padding-right: 0; }
.formRightOD p.criteria { width: 100%; padding: 0 0 0 10px; }
.formRightOD h5 { color: #258; }


/* formMainOD
============================================================ */
/* nadpisuje .formBoxOD - wyszukiwarka na glownej, formularz w ogloszeniu */
.formMainOD { margin: 0; }
.blueBox .formMainOD fieldset { margin: 0 0 0 11px; }
.formMainOD fieldset p { width: 161px; }
.formMainOD p.standard select { width: 150px; }
.formMainOD p.standard input { width: 144px; }
.formMainOD p.standard label { width: 150px; }
.formMainOD p.short { width: 161px; }
.formMainOD p.twoP { width: 322px; }
.formMainOD p.twoP input { width: 305px; }
.formMainOD p.short input {	width: 42px; }
.formMainOD p.short select {	width: 44px; }
.formMainOD textarea { width: 490px; }
.formMainOD p.submit {
	width: 160px;
	padding-right: 15px;
}

#formMainHead {
	overflow: hidden;
	height: 1%;
	padding: 10px 15px;
}
.mainOD #formMainHead { padding: 10px; }
#formMainHead label {
	float: left;
	margin: 0 20px 0 0;
	color: #21478d;
	font-size: 18px;
	font-weight: normal;
}
#formMainHead input {
	margin: 0 5px 0 0;
	vertical-align: middle;
}
#formMainHead a {
	float: right;
	padding: 0 0 0 4px;
	background: #21478f url(../spriteButtons.png) -178px -129px no-repeat;
	color: #fff;
	text-transform: lowercase;
}
#formMainHead a span {
	display: block;
	padding: 0 4px 0 0;
	background: url(../spriteButtons.png) 100% -129px no-repeat;
	font-size: 10px;
	line-height: 16px;
}
#pAdvanced { width: 190px; }
#pMarket {
	width: 200px;
	text-align: right;
	visibility: hidden;
}
#pMarket label { display: inline; }
#pFamily {
	margin-left: 420px;
	text-align: right;
	visibility: hidden;
	display: inline;
}
.formMainOD #pFamily { width: 140px; margin-left: 0; }
.formRightOD #pFamily { width: 135px; margin-left: 0; padding: 5px 0 0; text-align: left }
#pFamily label { padding-right: 12px; }
#pFamily img { vertical-align: middle; }

/* Error Info Tip boxes
============================================================ */

.errorBox,
.infoBox,
.tipBox,
.mapBox,
.greenBox,
.blueBox {
	margin: 10px auto 20px;
	padding: 0;
	overflow: visible !important;
	position: relative;
}

.errorBox {
	border: 1px solid #faa;
	background: #fff5f5;
}

.infoBox {
	border: 1px solid #b8dced;
	background: #f0fafe; /* #ffd - old yellow background */
}

.tipBox {
	border: 1px solid #b8dced;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px 0;
	background: #f0fafe;
}

.mapBox {
	border: 1px solid #b8dced;
	background: #fff;
}

.greenBox {
	border: 1px solid #b3d73f;
	background: #f4fcd7 url(../bgGreenBox.gif) repeat-x 0 -20px;
}

.blueBox {
	clear: left;
	margin: 0 auto 20px;
	border: 1px solid #b8dced;
	background: #fff url(../bgBlueBox.png) repeat-x 0 -1px;
}



.errorBox p,
.infoBox p,
.tipBox p {
	padding: 0 10px !important;
	font-size: .85em;
}

.errorBox ul,
.infoBox ul,
.tipBox ul,
.msg ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.errorBox li,
.infoBox li,
.tipBox li,
.msg li {
	margin: 5px 0;
	padding: 0 10px;
	font-size: .85em;
}

.errorBox b,
.greenBox b,
.blueBox b,
.infoBox b,
.mapBox b,
.uniBox b {
	display: block;
	height: 5px;
	background-repeat: no-repeat;
	font-size: 1px;
	position: relative;
	z-index: 5;
}

.errorBox b { background-image: url(../bgErrorBox.gif); }
.greenBox b { background-image: url(../bgGreenBox.gif); }
.blueBox b,
.infoBox b,
.mapBox b,
.uniBox b {
	background-image: url(../spriteTabs.png);
}

* html .blueBox b,
* html .infoBox b,
* html .mapBox b,
* html .uniBox b {
	background-image: url(../bgIeBox.gif); /*ie6*/
}

.errorBox b.top,
.greenBox b.top,
.blueBox b.top,
.blueBox b.top2,
.infoBox b.top,
.infoBox b.top2,
.mapBox b.top,
.uniBox b.top {
	background-position: 0 0;
	left: -1px;
	top: -1px;
}

.infoBox b.top2,
.blueBox b.top2 { background-position: 0 5px; }

.errorBox b.top b,
.greenBox b.top b,
.blueBox b.top b,
.blueBox b.top2 b,
.infoBox b.top b,
.infoBox b.top2 b,
.mapBox b.top b,
.uniBox b.top b {
	background-position: 100% -5px;
	left: 2px;
}

.errorBox b.bot,
.greenBox b.bot,
.blueBox b.bot,
.infoBox b.bot,
.mapBox b.bot,
.uniBox b.bot {
	background-position: 0 -10px;
	left: -1px;
	bottom: -1px;
}

.errorBox b.bot b,
.greenBox b.bot b,
.blueBox b.bot b,
.infoBox b.bot b,
.mapBox b.bot b,
.uniBox b.bot b {
	background-position: 100% -15px;
	left: 2px;
}

.testBox { margin: 0 0 .9em; }
.mapBox {
	display: none;
	margin: 1em 0;
	z-index: 4;
}

.mapBox #mapWrapper { padding: 0 8px; }
.mapBox #googleMap { overflow: hidden; }
.mapBox #resizeMapLink {
	float: right;
	font-weight: normal;
	font-size: .889em;
}
.mapBox #legenda { font-size: .7em; }
.mapBox #legenda .exact {
	margin-left: 5px;
	padding-left: 16px;
	background: url(../markerBlueSmall.png) no-repeat left center;
}
.mapBox #legenda .notexact {
	margin-left: 5px;
	padding-left: 16px;
	background: url(../markerGreenSmall.png) no-repeat left center;
}

/*box uniwersalny*/
.uniBox {
	position: relative;
	margin: 0 0 1em;
	border: 1px solid #b8dced;
	background: #fff;
}
#main .uniBox h3 {
	margin: 2px 10px 0 10px;
	font-size: 1em;
	border: none;
	height: 1%;
	color: #258;
	padding: 0 0 2px;
}
#main .uniBox h1,
.uniBox h4 {
	margin: 2px 5px 0 10px;
	font-size: .85em;
	border: none;
	height: 1%;
	color: #515561;
}
.uniBox .more {
	float: right;
	font-weight: normal;
	text-decoration: none;
	font-size: .941em;
}
.uniBox .more a {
	float: none;
	margin-left: 10px;
	padding: 0;
}
.uniBox .more .icoHelp {
	display: -moz-inline-box;
	display: inline-block;
	margin: 0 0 0 3px;
	width: 10px;
	height: 10px;
	background: url(../spriteIcons.png) 0 -110px;
	font-size: 1px;
}
.uniBox h3 a { font-size: .85em; }
.uniBox h4 a { font-size: 1em; }

.uniBox .boxWrap {
	margin: 0 5px;
	font-size: .85em;
	overflow: hidden;
	height: 1%;
}
.uniBox .boxBg {
	background: #f5f5f5;
	padding: 5px;
}
.uniBox .boxBgGray {
	background: #f5f5f5;
	padding: 5px;
}
.uniBox .boxButton {
	float: left;
	display: inline;
	width: 135px;
	height: 40px;
	margin: 0 2px;
	padding: 6px 0;
	background: url(../bgButton.png) no-repeat;
	text-align: center;
	font-weight: bold;
}
.uniBox .boxButton:hover { background: url(../bgButton.png) no-repeat 0 -52px; }
.uniBox .boxLogo img {
	margin-right: 5px;
	border: 1px solid #b8dced
}

/* Evaluator
============================================================ */

#evaluatorOD {
	margin: 0 auto;
	height: 1%;
}

.visionBox {
	margin: 0 0 1em;
	position: relative;
}

.visionBox fieldset {
	margin: -5px 0;
	padding: 0;
	border: 1px #e3e3e3 solid;
	background: #f6f6f6;
	overflow: hidden;
	height: 1%;
}

#main .visionBox h3 {
	margin: 10px 10px 10px 10px;
	font-size: 13px;
}
.visionBox p {
	margin: 5px 10px 0 10px;
	font-size: 11px;
}
	
.visionBox .insertListOD {
	width: 690px;
	margin: 10px auto 15px;
	border-collapse: collapse;
}

#chart {
	width: 670px;
	height: 180px;
	margin: 0 0 0 10px;
}
#chartLabel {
	margin: 10px 10px 5px;
	background: #ededed;
	color: #333;
}
.tickLabels div { color: #333; }
.legendLabel {
	padding-right: 20px;
	color: #333;
}

#viewMore {
	margin: 0 10px 5px;
	text-align: right;
}
#viewMore a { color: #fff; text-decoration: underline; }
#viewMore a:hover { text-decoration: none; }

.mouseValHolder {
	padding: 5px;
	border: 1px solid #808080;
	background: #F0F0F0;
	opacity: 0.9;
	color: #fff;
	height: 20px;
	width: 100px;
}

.loadVisionBox {
	margin: 40px auto;
	display: block;
}

.closeVisionBox {
	position: absolute;
	right: 5px;
	top: 5px;
	font-size: 10px;
}

/* Tabela
============================================================ */

.insertListOD {
	width: 100%;
	margin: 0 0 10px;
	padding: 0;
	border-collapse: collapse;
	clear: left;
}

.insertListOD th {
	padding: 3px 0;
	border: 1px solid #b8dced;
	background: #6b98c5;
	color: #fff;
	font-weight: bold;
	font-size: .85em;
}

.insertListOD td {
	padding: 0;
	border: 1px solid #b8dced;
	text-align: center;
	font-size: .85em;
	vertical-align: middle;
}

.insertListOD td.text {
	padding-left: 5px;
	text-align: left;
	color: #666;
}
.insertListOD td.toLeft {
	float: none;
	padding-left: 5px;
	text-align: left;
}
.insertListOD td.toRight {
	padding-right: 5px;
	text-align: right;
	float: none;
}
.insertListOD td { background: #edf8ff; }
.insertListOD .darkBlue td { background: #daf1ff; }

.insertListOD td a.viewLink,
.insertListOD td a.editLink,
.insertListOD td a.delLink {
	display: block;
	margin: 3px;
	padding-top: 14px;
	font-size: .85em;
}

.insertListOD td a.viewLink { background: url(../view.png) no-repeat top center; }
.insertListOD td a.editLink { background: url(../edit.png) no-repeat top center; }
.insertListOD td a.delLink { background: url(../delete.png) no-repeat top center; }

.insertListOD td img {
	width: 108px;
	height: 81px;
	margin: 4px;
	border: 1px solid #b8dced;
}
.insertListOD td img.icon {
	width: 20px;
	height: 20px;
	margin: 3px;
	border: 0;
}

#main .insertListOD input {
	width: auto;
	margin: 3px;
}


.insertOptionsBox {
	font-size: .85em;
	margin: 0 auto 10px;
	overflow: hidden;
	height: 1%;
}
.insertOptionsBox a { padding: 0 0 0 6px; }

.insertOptionsBox select {
	width: auto;
	clear: none;
	display: inline;
	float: none;
	font-size: 1em;
	vertical-align: bottom;
}

.insertOptionsBox input {
	width: auto;
	font-size: 1em;
	vertical-align: bottom; 
}

.insertOptionsLeft { float: left; }
.insertOptionsRight {
	float: right;
	visibility: hidden;
}

.invertSelection {
	float: left;
	display: none;
	width: 20px;
	height: 20px;
	margin: 0 10px 0 -8px;
	background: url(../bgInvertSelection.png) no-repeat;
}


/* Nowa Lista ogloszen i ogloszenia
============================================================ */

#newSearch {
	position: absolute;
	top: .4em;
	right: 0;
	font-size: .85em;
}
#newSearch a { margin-left: 10px; }

.rssLink {
  background: url(../bgRSS.png) no-repeat 0 50%;
  padding: 2px 0 2px 18px;
  font-weight: bold;
}
.rssIcon {
  display: -moz-inline-box;
  display: inline-block;
  background: url(../bgRSS.png) no-repeat 0 0;
  width: 14px;
  height: 14px;
  vertical-align: text-bottom;
}

#paramSearch {
	margin: 0 0 15px;
	font-size: .85em;
}

.promoted { background: #f9fdc0; }
.odd { background: #fff; }
#promoContainer .even { background: #fafdec; }
#allContainer .even { background: #ecf3fb; }

/* widok galerii */
#galleryContainer p {
	float: left;
	position: relative;
	width: 238px;
	border-right: 1px solid #b8dced;
	border-bottom: 1px solid #b8dced;
	text-align: center;
	font-size: .8em;
	line-height: 130%;
}

#galleryContainer p a {
	display: block;
	padding: 15px 0 10px 0;
}

#galleryContainer p a:hover {
	background: #e9ffb5;
	text-decoration: none;
}
#galleryContainer p a:visited { color: #581C90; }

#galleryContainer p span {
	display: block;
	margin-top: 1px;
}
#galleryContainer p .odName,
#galleryContainer p .odType { color: #333; }
#galleryContainer p .odNote,
#galleryContainer p .odTitle,
#galleryContainer p .odDesc { display: none; }
#galleryContainer p .odSize2 { visibility: hidden; }
#galleryContainer p .odAllegro {
	position: absolute;
	right: 3px;
	top: 1px;
}
#galleryContainer p .ext {
	display: inline;
	margin: 0 3px;
}

#galleryContainer p .odPhoto,
#galleryContainer p .odNoPhoto {
	display: block;
	margin: 0 auto 5px;
	border: 1px solid #b8dced;
	width: 120px; height: 90px;
}


/* widok listy */
#infoContainer p,
#accountListContainer p {
	border-bottom: 1px solid #b8dced;
	border-right: 1px solid #b8dced;
	overflow: hidden;
	height: 1%;
}

#infoContainer a {
	position: relative;
	display: block;
	overflow: hidden;
	height: 1%;
	padding: 9px;
	font-size: .85em;
	line-height: 150%;
}

#infoContainer a:hover {
	background: #e9ffb5;
	text-decoration: none;
}
#infoContainer a:visited,
#accountListContainer a:visited { color: #581c90; }

#infoContainer .odPhoto,
#infoContainer .odNoPhoto {
	float: left;
	width: 108px;
	height: 81px;
	margin-right: 10px;
	border: 1px solid #b8dced;
}
#infoContainer .odMedia {
	position: absolute;
	top: 68px;
	left: 60px;
	width: 56px;
	text-align: right;
}
#infoContainer .odMedia span {
	display: -moz-inline-box;
	display: inline-block;
	width: 28px;
	height: 21px;
	background-image: url(../bgMediaSmall.png);
}
#infoContainer .odMedia .odMovie { background-position: 0 0; }
#infoContainer .odMedia .odPanorama { background-position: 0 -21px; }

#infoContainer span { cursor: pointer; }

#infoContainer .odName,
#infoContainer .odCity,
#infoContainer .odType { display: none; }
#infoContainer .odTitle {
	font-size: 1.1em;
	font-weight: bold;
}
#infoContainer .odTitle span {
	font-weight: normal;
	font-size: .9em;
}
#infoContainer .odMargin {
	float: right;
	margin: 0 0 0 10px;
	text-align: right;
}
#infoContainer .odMargin span,
#infoContainer .odMargin strong { display: block; }
#infoContainer .odPrice,
#infoContainer .odSize { font-size: 1.1em; }
#infoContainer .odSize2,
#infoContainer .ext { display: none; }
#infoContainer .odNote {
	display: block;
	padding-top: 4px;
}
#infoContainer .odDesc {
	padding-top: 4px;
	display: block;
	color: #333;
}
#infoContainer .odAllegro img {
	margin: 2px 0 0 0;
	width: 38px;
	height: 14px;
}

#infoContainer div,
#galleryContainer div,
#accountListContainer div {
	overflow: hidden;
	height: 1%;
	margin: 0 0 10px;
/*	border: 1px #b8dced;
	border-style: solid none none solid*/
}

#promoContainer h3,
#allContainer h3 {
	clear: both;
	margin: 0;
	color: #6f7374;
	letter-spacing: 5px;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}
#promoContainer {
	border: 1px solid #d4e796;
	border-style: solid none none solid;
}
#promoContainer p,
#promoContainer h3 {
	border: 1px solid #d4e796;
	border-style: none solid solid none;
}
#promoContainer h3 { background: #f4fcd7 url(../bgGreenBox.gif) repeat-x 0 -30px; }
#allContainer {
	border: 1px solid #b8dcec;
	border-style: solid none none solid;
}
#allContainer h3 { background: transparent url(../bgGradientBlue.gif) repeat-x 0 0; }
#allContainer p,
#allContainer h3 {
	border: 1px solid #b8dcec;
	border-style: none solid solid none;
}


#previewPhoto {
	position: absolute;
	display: none;
	width: 310px;
}
#previewPhotoContent {
	background: url(../spinnerDefault.gif) 50% 50% no-repeat;
	padding: 0 5px;
	width: 300px;
	height: 225px;
}
#previewPhotoPointer {
	background: url(../bgArrow.gif) no-repeat;
	padding: 0;
	width: 7px;
	height: 13px;
	position: absolute;
	left: -7px;
	top: 80px;
}

#accountListContainer p { padding: 9px 0; }
#accountListContainer .odCheck {
	float: left;
	width: 24px;
	padding: 30px 0 0;
	text-align: right;
}
#accountListContainer .odPhoto,
#accountListContainer .odNoPhoto {
	float: left;
	width: 108px; height: 81px;
	margin: 0 0 0 5px;
	border: 1px solid #b8dced;
}
#accountListContainer .offerWatch {
	float: right;
	width: 560px;
	margin: 0 9px 0 0;
	font-size: .85em;
	line-height: 150%;
}

#accountListContainer .odTitle {
	font-size: 1.1em;
	font-weight: bold;
}
#accountListContainer .odTitle span {
	font-weight: normal;
	font-size: .9em;
}
#accountListContainer .odPrice,
#accountListContainer .odSize {
	float: right;
	clear: right;
	margin: 0 0 0 10px;
	font-size: 1.1em;
}
#accountListContainer .odNote {
	display: block;
	margin: 4px 0;
	color: #888;
}
#accountListContainer .odDesc {
	display: block;
	margin: 4px 0 0;
}
#accountListContainer .odLinks {
	display: block;
	margin: 5px 0 0;
	text-align: right;
}
#accountListContainer .odLinks a {
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
	background:	url(../bgPoint.gif) no-repeat 0 50%;
}

#accountListContainer .odSticky {
	display: block;
	margin: 5px 0 0;
	font-size: .9em;
	overflow: hidden;
	height: 1%;
}
#accountListContainer .odStickyNote {
	display: block;
	padding: .4em;
	background: #f1ffdc;
}
#accountListContainer .odStickyLink {
	float: right;
	display: inline;
	margin-left: 10px;
	padding: 4px 5px 2px 17px;
	background: #f1ffdc url(../bgStickyNote.png) no-repeat;
	color: #258;
	cursor: pointer;
}
#accountListContainer .odStickyLink:hover { text-decoration: underline; }
#accountListContainer .odStickyAdd { background-position: 2px 3px; }
#accountListContainer .odStickyCancel,
#accountListContainer .odStickyDel { background-position: 2px -15px; }
#accountListContainer .odStickyEdit { background-position: 2px -34px; }
#accountListContainer .odStickyCol { background-position: 2px -54px; }
#accountListContainer .odStickyExp { background-position: 2px -72px; }

#accountListContainer .odStickyMenu {
	display: block;
	background: #f1ffdc;
	overflow: hidden;
	height: 1%;
}
#accountListContainer .odStickyForm {
	display: block;
	padding: 5px 10px;
	background: #f1ffdc;
	overflow: hidden;
	height: 1%;
}
#accountListContainer .odStickyForm textarea {
	width: 508px;
	font-size: 1em;
	height: 6em;
}
#accountListContainer .odStickyForm input {
	margin: 2px 0 0 10px;
	font-size: 1em;
	float: right;
}
#accountListContainer .odStickyLoad {
	display: block;
	height: 20px;
	background: #f1ffdc url(../spinnerSticky.gif) no-repeat 50% 50%;
}
#stickyNoteElements { display: none; }


/* Offer Container (mainPage, offerPage)
============================================================ */
#promoDevelopers { background: #fff url(../bgBlueBoxLight.png) repeat-x; }
#promoInvestments,
#promoAgency { background: #fff url(../bgGreenBoxLight.png) repeat-x; }

.offerContainer {
	padding: 0 0 0 9px;
	font-size: 10px;
	overflow: hidden;
	height: 1%;
}

.offerContainer p {
	width: 128px;
	margin: 0;
	padding: 5px 0;
	float: left;
	text-align: center;
	line-height: 140%;
}
* html .offerContainer p { width: 124px; }
*+html .offerContainer p { width: 126px; }
.offerContainer p:hover { background: #e9ffb5; }
.offerContainer p a {
	display: block;
	padding: 0 5px;
}
.offerContainer p a:hover { text-decoration: none; }
.offerContainer p a span { display: block; }
.offerContainer p img {
	width: 108px;
	height: 81px;
	display: block;
	margin: 0 auto 2px;
	border: 1px solid #b2d377;
}
#promoDevelopers p img { border-color: #b8dced; }

.offerContainer div div {
	padding: 20px 5px;
	border: none;
	font-size: 1.2em;
	text-align: center;
}
/* lastWatched */
#lastWatchedOD { display: none; }
.mainOD #lastWatchedOD { margin: 0 0 15px; }
.mainOD #lastWatchedOD h3 { margin-top: 0; }
#lastWatchedOD .offerContainer { padding: 0; }
#lastWatchedOD .offerContainer p {
	width: 120px;
	padding: 5px 0;
	font-size: 10px;
}
.mainOD #lastWatchedOD .offerContainer p {
	width: 100px;
	font-size: 9px;
}
#lastWatchedOD .offerContainer a {
	padding: 0;
	margin: 0 auto;
}
#lastWatchedOD .offerContainer img {
	width: 95px;
	height: 64px;
}

/* newestOffers */
#mainOfferList .listBox {
	font-size: 10px;
	overflow: hidden;
	height: 1%;
}
#mainOfferList #mostSearched { display: none; }
#mainOfferList .listBox ul {
	margin: 0 0 0 6px;
	list-style: none;
	overflow: hidden;
	height: 1%;
}
#mainOfferList .listBox ul li {
	float: left;
	width: 50%;
	white-space: nowrap;
}
#mainOfferList #mostSearched ul li { width: 33%; }
#mainOfferList .listBox ul li a {
	display: block;
	padding-left: 15px;
	margin-left: 4px;
	background: transparent url(../bgPoint.gif) no-repeat 2px 50%;
	overflow: hidden;
	height: 1%;
}
#mainOfferList .listBox p { margin-top: 5px; }

/* Strona partnerow */
#partners { margin: 0 0 10px; }
#partners h4 { clear: left; }
#partners div {
	float: left;
	width: 515px;
}
#partners p {
	margin: 0;
	font-size: 11px;
	overflow: hidden;
	height: 1%;
}
#partners img {
	margin: 5px 14px 5px 0;
	float: left;
	display: inline;
}

.partnerBlock {
	overflow: hidden;
	height: 1%;
}
.partners { margin: 20px 0 0 }
#referenceOD { display: none; }
.partnerBlock div {
	font-size: 10px;
	overflow: hidden;
	height: 1%;
}
.partners div {
	margin-bottom: 10px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	font-size: 11px;
}
.partnerBlock p { margin: 0 0 0 110px; }
.partnerBlock .toRight { font-size: 10px; }
.partnerBlock img {
	float: left;
	margin: 5px 10px 0 0;
	border: 1px solid #b8dced;
	width: 90px;
	height: 68px;
}
.partnerBlock p cite {
	display: block;
	text-align: right;
}

/* Strona o reklamie */
#advInfoOD .insertListOD {
	margin: 0;
	border: 0;
}
#advInfoOD .insertListOD td {
	text-align: left;
	vertical-align: top;
	border: 0;
	background: none;
}
#advInfoOD h5 {
	margin: 0;
	padding-left: 220px;
	color: #258;
	font-size: .9em;
}
#advInfoOD div {
	overflow: hidden;
	height: 1%;
	margin: 10px 0 40px;
}
#advInfoOD img {
	width: 200px;
	float: left;
	border: 2px solid #eee;
}
#advInfoOD dl {
	padding-left: 220px;
	margin: 0;
}
#advInfoOD dt {
	font-size: .85em;
	margin-top: 10px;
}

/*====== STATIC ========*/
/* ogolna klasa dla stron tekstowych i statycznych
stosowac do nadania szerokosci stron tekstowych
*/

#static { margin: 0 0 10px; }
#static p {
	margin: .5em 0 1em;
	font-size: .85em;
}
#static ol,
#static ul {
	margin: .5em 0 1em 20px;
	padding: 0;
}
#static ol li,
#static ul li { font-size: .85em; }

#static dt {
	font-weight: bold;
	font-size: .85em;
}
#static dd {
	margin: 0 0 0 20px;
	font-size: .85em;
}
#static dd p,
#static dd h5,
#static dd ul li,
#static dd ol li { font-size: 1em; }

#static h3 { 
	margin: 15px 0 10px 0;
	color: #039;
	font-size: 1.1em;
}

/* search boxes */

#static .searchBoxBlock {
	overflow: auto;
	height: 1%;
	border: 1px solid #b8dced;
	margin-bottom: 15px;
	padding: 5px;
}
#static .searchBoxBlock p { margin: 0; clear:both }

#static .searchBoxBlock p input,
#static .searchBoxBlock p select { font-size: 11px; }

#static .searchBoxLeft {
	float:left; 
	margin-right: 10px;
}

#static .searchBoxInfo {
	display: block;
	width: 100px;
	float: left;
	font-size: 11px;
}

#static .searchBoxSubmit { margin-left: 100px; }

/* help section */
#static div.help {
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	overflow: hidden;
}
#static div.help dl { margin: 0; padding: 0; }
#static div.help dt {
	margin: 0;
	padding: 5px 0 2px 20px;
	border-bottom: 1px #b8dced solid;
	color: #258;
	font-weight: bold;
	font-size: 12px;
	cursor: pointer;
	background: url(../bgOpenClose.png) no-repeat -8px 10px;
}
#static div.help dt.active { background-position: 2px -10px; }

#static div.help dd {
	margin: 0 0 10px;
	padding: 10px 0 10px 20px;
	font-size: 11px;
}
#static div.help dd dt {
	padding: 0 0 0 20px;
	border: 0;
	color: #333;
	font-weight: normal;
	background-position: -8px 5px;
}
#static div.help dd dt.active { background-position: 2px -15px; }
#static div.help dd dd {
	padding: 5px 5px 5px 20px ;
	background: #f0f0f0;
}

#static h3.help { 
	margin: 15px 0 10px;
	padding: 3px 0;
	border-bottom: 1px solid #b8dced;
	color: #258;
}

#helpRollIn,
#helpRollOut {
	margin: 0 0 0 20px;
	padding: 0 0 0 17px;
	font-size: 10px;
	background-image: url(../bgOpenClose.png);
	background-repeat: no-repeat;
}
#helpRollIn { background-position: 2px -18px; }
#helpRollOut { background-position: -8px 2px; }

#contentNewOD h3 {
	margin: 2em 0 .5em;
	padding: 0 0 .4ex;
	border-bottom: 1px solid #b3d73f;
	font-size: 14px;
	font-weight: normal;
}
.noFloat,
#contentNewOD .noFloat {
	overflow: hidden;
	height: 1%;
}
#contentNewOD .oneHalf {
	width: 50%;
	float: left;
}
#contentNewOD .oneThird {
	width: 33%;
	float: left;
}
#contentNewOD p {
	margin: 0 0 10px;
	font-size: 11px;
}
#contentNewOD .greenList,
#contentNewOD .blueList,
#contentNewOD .greyList {
	margin: 0 0 10px;
	list-style: none;
	font-size: 11px;
}
#contentNewOD .greenList ul,
#contentNewOD .blueList ul,
#contentNewOD .greyList ul {
	margin: 0;
	list-style: none;
}
#contentNewOD .greenList li { background-position: -18px -15px; }
#contentNewOD .greyList li { background-position: -27px 0; }
#contentNewOD .blueList li { background-position: 0 -30px; }
#contentNewOD .greenList li,
#contentNewOD .blueList li,
#contentNewOD .greyList li {
	background-image: url(../bgListItems.gif);
	background-repeat: no-repeat;
	padding: 0 0 0 20px;
}
#contentNewOD .inactive { display: none; }
#contentNewOD .withDate li {
	text-align: right;
	overflow: hidden;
}
#contentNewOD .withDate li a {
	float: left;
	text-align: left;
	width: 450px;
}
#contentNewOD .withDate li span {
	float: left;
	width: 80px;
}
/* mapa kategorii
============================================================ */

#catMapOD { font-size: .85em; }
#catMapOD ul {
	float: left;
	width: 50%;
	margin: 0;
	padding: 0;
	list-style: none;
}
#catMapOD ul ul {
	width: auto;
	float: none;
}
#catMapOD .offerType {
	width: 327px;
	float: left;
}
#catMapOD li {
	padding: 2px 0 2px 15px;
	cursor: default;
	height: 1%;
}
#catMapOD li.open {
	background: url(../bgOpenClose.png) no-repeat -10px 7px;
	cursor: pointer;
}
#catMapOD li.close {
	background: url(../bgOpenClose.png) no-repeat 0 -13px;
	cursor: pointer;
}
#catMapOD li span {
	color: #666;
	font-size: .941em;
}
#catMapOD .back,
#catMapOD .more {
	border: 1px solid #96a8ce;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 1px 5px;
	font-size: 10px;
	line-height: 120%;
	color: #889ec7;
}
#catMapOD .back {
	background: #96a8ce;
	color: #fff;
}


/* box rejestracji uzytkownika na stronie login
============================================================ */

#registerInfo {
	width: 600px;
	margin: 0 auto;
}
#registerInfo dl {
	height: 1%;
	overflow: hidden;
}
#registerInfo dt {
	width: 600px;
	height: 36px;
	padding: 5px 0 0 0;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 1.1em;
	background: url(../register_bg.gif) no-repeat top;
}

#registerInfo dd {
	width: 148px;
	height: 70px;
	float: left;
	margin: 0 2px 0 0;
}

#registerInfo dd a {
	display: block;
	padding: 30px 10px 0;
	color: #fff;
	text-align: center;
	font-weight: bold;
}

#registerInfo .dd1 { background: #f90; }
#registerInfo .dd2 { background: #c63; }
#registerInfo .dd2 a { padding: 1.6em 10px 0; }
#registerInfo .dd3 { background: #996; }
#registerInfo .dd4 { width: 150px; margin: 0; background: #969; }
#registerInfo .dd4 a { padding: .8em 10px 0; }

#registerInfo .registerInfoBg {
	height: 18px;
	background: url(../register_bottom_bg.gif) no-repeat top;
}


/*==== box dodawania ogloszen ====*/

#addOffer {
	position: relative;
	margin: .5em 0 2em;
	overflow: hidden;
	height: 1%;
}
#addOffer div {
	float: right;
	margin: 0;
	width: 514px;
	background: #f4fcd7 url(../bgGreenBox.gif) repeat-x 0 -20px;
	border: 1px solid #b3d73f;
}
#addOffer div b { background-image: url(../bgGreenBox.gif); }
#addOffer div.inactive { display: none; }
#addOffer div ul {
	margin: 1em 0;
	list-style: none;
}
#addOffer ul li { margin: 2px 0; }
#addOffer ul li a {
	display: block;
	margin: .2ex 40px;
	font-size: 14px;
	height: 1%;
}
#addOffer ul li a:hover { color: #427417; }

#addOffer p {
	position: absolute;
	width: 205px;
	padding: 0;
	top: 0;
	left: 0;
	z-index: 100;
}
#addOffer p a {
	display: block;
	padding: 30px 0 30px 20px;
	border: 1px solid #b3d73f;
	border-right: 0;
	outline: 0;
	height: 1%;
}
#addOffer .sellTab #sellTab,
#addOffer .rentTab #rentTab {
	width: 184px;
	background: #f4fcd7;
	color: #427417;
	font-size: 1.538em;
	text-decoration: none;
	cursor: text;
}
#addOffer .sellTab #sellTab { background: #f4fcd7 url(../bgGreenBox.gif) repeat-x 0 -20px; }
#addOffer .sellTab #rentTab,
#addOffer .rentTab #sellTab {
	width: 183px;
	border-color: #b8dced;
	border-top: 1px solid #b3d73f;
	background: #fff;
	font-size: 14px;
	font-weight: bold;
}
#addOffer .rentTab #sellTab {
	border-top: 1px solid #b8dced;
	border-bottom: 0;
}
#addOffer .sellTab #rentTab { border-top: 0; }
#addOffer p .top,
#addOffer p .bot {
	position: absolute;
	display: block;
	width: 5px;
	height: 5px;
	overflow: hidden;
}
#addOffer p .top { top: 0; }
#addOffer .sellTab .top { background: url(../bgGreenBox.gif) 0 0; }
#addOffer .rentTab .top { background: url(../spriteTabs.png) 0 0; }
#addOffer p .bot { bottom: 0; }
#addOffer .sellTab .bot { background: url(../spriteTabs.png) 0 -10px; }
#addOffer .rentTab .bot { background: url(../bgGreenBox.gif) 0 -10px; }
* html #addOffer p .bot { bottom: -1px; }
* html #addOffer .rentTab .top { background: url(../bgIeBox.gif) 0 0; }
* html #addOffer .sellTab .bot { background: url(../bgIeBox.gif) 0 -10px; }


#addOfferInfo { margin: .5em 0 2em; }
#addOfferInfo div {
	margin: -1px 0 0;
	background: #fff;
}
#addOfferInfo div.active { background: #f4fbff url(../bgGradientBlue.gif) repeat-x; }
#addOfferInfo div div {
	background: transparent;
	padding: 0 0 .5em 234px;
	color: #666;
	font-size: 12px;
}
#addOfferInfo div.inactive div { display: none; }
#addOfferInfo div h3 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 14px;
}
#addOfferInfo div h3 a {
	display: block;
	padding: .5em 10px;
	font-weight: bold;
}
#addOfferInfo div.active h3 a {
	color: #333;
	text-decoration: none;
	cursor: text;
	outline: none;
}
#addOfferInfo div div ul {
	margin: 0 0 .5em;
	list-style: none;
}
#addOfferInfo div div ul li {
	background: url(../bgListItems.gif) no-repeat -27px 0;
	padding: 0 10px 0 20px;
	font-size: 1em;
}
#addOfferInfo div div p {
	font-size: 1em;
	padding: 0 10px 0 20px !important;
}

/* stepper */
#stepperOD {
	margin: 20px 0;
	overflow: hidden;
}
#stepperOD a,
#stepperOD strong,
#stepperOD span {
	display: -moz-inline-box; /* ff2 */
	display: inline-block;
	background-image: url(../bgStepper.png);
	background-repeat: no-repeat;
	padding: 0 0 0 10px;
	position: relative;
	margin-left: -10px;
	font-size: 12px;
}
#stepperOD a span,
#stepperOD strong span,
#stepperOD span span {
	padding: 0 18px 0 8px;
	background-position: 0 0;
	margin: 0;
	height: 28px;
	line-height: 28px;
}
#stepperOD span { background-position: 0 -56px; }
#stepperOD a { background-position: 0 -28px; }
#stepperOD a:hover { text-decoration: none; }
#stepperOD strong { background-position: 0 0; }

#stepperOD strong span {
	background-position: 100% 0;
	color: #fff;
}
#stepperOD span span {
	background-position: 100% -56px;
	color: #9f9f9f;
}
#stepperOD a span { background-position: 100% -28px; }

#stepperOD .stepFirst { padding: 0; margin: 0;}
#stepperOD .stepFirst span { padding: 0 20px 0 9px; }


/* Random Container (main_page)
============================================================ */
#randomContainer {
	margin: 21px 0;
	font-size: 10px;
	line-height: 145%;
	overflow: hidden;
	height: 1%;
}

#projectBox {
	float: left;
	width: 50%;
}
#projectBox div { padding: 0 10px 0 0; }
#investmentBox {
	float: right;
	width: 50%;
}
#investmentBox div { padding: 0 0 0 10px; }

#randomContainer p { margin: 10px 0 0; }

#randomContainer p span { display: block; }
#randomContainer p a img {
	float: left;
	width: 108px;
	height: 81px;
	margin: 0 10px 5px 0;
	border: 1px solid #b8dced;
}
#randomContainer div div div {
	border-top: 1px solid #b8dced;
	border-bottom: 1px solid #b8dced;
	padding: 85px 0;
	background: url(../spriteTabs.png) repeat-x 0 -140px;
	text-align: center;
}


/* News Container (main_page)
============================================================ */
#articleBox {
	position: relative;
	overflow: hidden;
	height: 1%;
	line-height: 120%;
	margin: -6px 0 0;
}
#containerOD #articleBox h3 { margin: 0 0 10px 10px; }
#articleBox img {
	width: 210px;
	border: 1px solid #e8e8e8;
}
#articleBox p {
	margin-left: 240px;
	font-size: 10px;
}
#articleBox p strong {
	font-weight: normal;
	color: #7ea20c;
}
#articleBox .inactive { display: none; }
#articleBox .articleLead {
	margin: -5px 0 5px;
	padding: 5px 0;
}
#articleBox .articleLead span {
	float: left;
	padding: 0 10px 5px;
}
#articleBox .articleLead strong { display: block; }
#articleBox .more { text-align: right; }

#articleBox #articleNav {
	position: absolute;
	top: 28px;
	right: 0;
}
#articleBox #articleNav a {
	float: left;
	margin: 0 2px;
	width: 15px;
	height: 15px;
	line-height: 15px;
	font-size: 10px;
	text-align: center;
}
#articleBox #articleNav a.active { background: #fae57f url(../bgNewsBox.png) no-repeat 0 0; }
#articleBox #articleNav a.active:hover {
	text-decoration: none;
	cursor: text;
}

#newsBox {
	margin: 0 0 10px;
	background: #fae57f url(../bgNewsBox.png) repeat-x 0 100%;
	line-height: 120%;
}
#newsBox div {
	padding: 5px 10px;
	overflow: hidden;
	height: 1%;
}
#main #newsBox h3 {
	float: left;
	margin: 0;
	width: 230px;
	color: #515561;
	font-size: 11px;
	font-weight: bold;
	line-height: inherit;
}
#main #newsBox h3:after { content: ":"; }
#newsBox ul {
	float: left;
	list-style: none;
	font-size: 10px;
}
#newsBox ul li {
	padding: 0 0 0 20px;
	background: url(../bgListItems.gif) no-repeat 0 -47px;
}
* html #newsBox b { background: none; }

.contentBox { position: relative; }
.contentBox b {
	display: block;
	height: 5px;
	width: 100%;
	background-image: url(../spriteHeads.png);
	background-repeat: no-repeat;
	font-size: 1px;
	position: absolute;
	z-index: 5;
}

.contentBox b.top { background-position: 0 0; }
.contentBox b.top b { background-position: 100% -5px; }
.contentBox b.bot {
	background-position: 0 -10px;
	margin: -5px 0 0;
}
.contentBox b.bot b { background-position: 100% -15px; }

/*ie6*/
* html .contentBox b { background-image: url(../bgIeBox.gif); }
* html .contentBox b.top { background-position: 0 -20px; }
* html .contentBox b.top b { background-position: 100% -25px; }

/* generic classes */

.normal {font-size: 12px; }
.smaller {font-size: 11px; }
.small {font-size: 10px; }

.bold {font-weight: bold; }
.italic {font-style: italic; }
.orange {color: #ff5a00; }
.grey {color: #808080; }

.toleft {text-align: left; }
.toright {text-align: right; }

.toLeft { float: left; }
.toRight { float: right; }

.noBorder { border: none; }

.hiden, .hidden { display: none; }
.moreOn { font-weight: normal; }

.odActive {
	color: #080;
	font-weight: bold;
}
.odInactive {
	color: #a00;
	font-weight: bold;
}

sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
}
sup { bottom: 1ex; }
sub { top: .5ex; }
* html sup,
* html sub { vertical-align: bottom; }

.clear, #clear { clear: both; }

#invisible { visibility: hidden; }

.linkPl {
	display: -moz-inline-box;
	display: inline-block;
	height: 12px;
	width: 18px;
	margin: 0 0 0 5px;
	background: url(../bgFlags.gif) no-repeat -17px 0;
	vertical-align: middle;
}


/*==========templates/default/search/default.tpl===========*/
#city {
	position: absolute;
	height: 100px;
	width: 178px;
	z-index: 500; 
	background: #fff;
	overflow: hidden; 
	top: 20px;
	left: 150px;
	border: 1px solid black;
	margin: 0;
	padding: 0;
	overflow-y: auto;
	outline: 2px;
}

#quarter {
	position: absolute;
	height: 100px;
	width: 178px;
	z-index: 500; 
	background: #fff;
	overflow: hidden;
	top: 20px;
	left: 150px;
	border: 1px solid black;	
	margin: 0;
	padding: 0;
	overflow-y: auto;
	outline: 0;
}

#queryList {
	overflow: auto;
	color: #0000FF;
	vertical-align: top
}

#queryList td { vertical-align: top; }
#queryList td.ok { color: #0f0; }
#queryList td.fail { color: #f00; }
#queryList td.lp { color: #000; }

#queryList span {
	color: #808080;
	font-style: italic
}


/* Advertisements
============================================================ */
h6 {
	margin: 0;
	border-bottom: 1px solid #b8dced;
	padding: 0;
	color: #aaa;
	font-size: .6em;
	font-weight: normal;
	letter-spacing: 20px;
	text-transform: uppercase;
	text-align: left;
}

#adsTopOD {
	width: 750px;
	margin: 0 auto;
}

#adsSideOD {
	margin: 0 0 0 5px;
	width: 230px;
	border-bottom: 1px solid #b8dced;
}
.mainOD #adsSideOD { margin: 0 0 0 15px; width: 300px; }

#adsSideOD h4 {
	margin: 15px 0 5px;
	border-bottom: 1px solid #b8dced;
	padding: 0;
	color: #aaa;
	font-size: .6em;
	font-weight: normal;
	letter-spacing: 20px;
	text-transform: uppercase;
}

#adsSideOD div {
	display: none;
	margin: 5px 0;
}
.mainOD #adsSideOD div { width: 220px; margin: 5px auto; }

#adsSideOD div div {
	display: block;
	margin: 0;
}

#adsSideOD #adsSide0DLevel1Text, 
#adsSideOD #adsSide0DLevel2Text, 
#adsSideOD #adsSide0DLevel3Text {
	font-size: .8em;
	line-height: 130%;
	padding: 5px 0 7px;
	margin: 0 0 0 10px;
}

#adsSideOD #adsSide0DLevel2Text, 
#adsSideOD #adsSide0DLevel3Text { background: url(../bgAdsTextTop.png) left top repeat-x; }

#adsSideOD #adsSide0DLevel1Text a, 
#adsSideOD #adsSide0DLevel2Text a, 
#adsSideOD #adsSide0DLevel3Text a { text-decoration: underline; }

#adsSideOD #adsSide0DLevel1Text h5, 
#adsSideOD #adsSide0DLevel2Text h5, 
#adsSideOD #adsSide0DLevel3Text h5 {
	margin: 0;
	font-size: 1.1em;
	color: #003399;
}

#adsSideOD #adsSide0DLevel1Text h5 a, 
#adsSideOD #adsSide0DLevel2Text h5 a, 
#adsSideOD #adsSide0DLevel3Text h5 a { text-decoration: none; }

#adsSideOD2 { margin: 15px 0 0 5px; }
#adsSideOD2 div {
	background: url(../bgAdsTextTop.png) repeat-x left bottom;
	line-height: 1.3em;
}
#adsSideOD2 div.blue { background-color: #ecf3fb; }

#adsSideOD2 div a {
	display: block;
	padding: .5em 2px;
	font-size: .85em;
	text-decoration: none;
}
#adsSideOD2 div a:hover { background-color: #e9ffb5; }

#adsSideOD2 div .text {
	display: block;
	color: #222;
}
#adsSideOD2 div .title {
	display: block;
	font-weight: bold;
}

/* Sugestions & tooltip
============================================================ */

.sugestions {
	background: #fff;
	border: 1px solid #b8dced;
	border-style: none solid solid;
	list-style: none;
	margin: 0;
	padding: 0;
	opacity: .9;
	min-width: 150px;
	z-index: 6;
}
.sugestions li {
	cursor: pointer;
	font-size: .85em;
	padding: 1px 10px;
	text-align: left;
	white-space: nowrap;
}
.sugestions .hover { background: #e3f5ab; }

/*szerokosc podpowiadaczek cen i powierzchni*/
#priceFromList, #priceFromList2, #priceToList, #priceToList2, #areaFromList, #areaFromList2, #areaToList, #areaToList2 {min-width:100px;}

#tooltip {
	padding: 1px 5px;
	border: 1px solid #b8dced;
	background: #f9f9f9;
	line-height: 150%;
	font-size: .85em;
	opacity: .9;
	z-index: 9;
}

#notifyOD {
	position: absolute;
	width: 400px;
	padding: 10px;
	opacity: .9;
	filter: alpha(opacity=90);
}
#notifyOD div {
	margin: 10px 0 0;
	padding: 10px;
	font-size: .846em;
}
#notifyOD .error {
	border: 1px solid #faa;
	background: #fff5f5 url(../bgClose.gif) no-repeat 386px 5px;
}
#notifyOD .info {
	border: 1px solid #aac058;
	background: #f4fcd7 url(../bgClose.gif) no-repeat 386px 5px;
}
#notifyOD .error h5 { color: #c70000; }
#notifyOD .info h5 { color: #85a81a; }
#notifyOD div h5 {
	margin: 0;
	font-size: 1em;
}

/* Google Map
============================================================ */

#mapContainer { z-index: 5; }
#main .googleInfoWindow { font-size: .85em; }
#main .googleInfoWindow strong {
	color: #258;
	font-size: 1.1em;
}
#main .googleInfoWindow span {
	color: #258;
	font-weight: bold;
}
#main .googleInfoWindow a { color: #258; }
#main .googleInfoWindow a.allegro {
	padding-right: 50px;
	background: url(../allegro.gif) no-repeat right bottom;
}

#main .googleInfoWindow table td {
	padding-top: 5px;
	vertical-align: top;
	white-space: nowrap;
}
#main .googleInfoWindow img {
	width: 100px;
	height: 75px;
	margin: 0 10px 0 0;
	border: 1px solid #b8dced;
}









/* Stara strona ogłoszenia, usunąć gdy nie będą używane
============================================================ */

/* pojedyncze ogłoszenie */
#menuOffer {
	margin: -38px 0 0 0;
	width: 700px;
	text-align: right;
	font-size: .8em;
}
#menuOffer a { margin-left: 10px; }

#menuOffer img {
	border: none;
	vertical-align: top;
}

#viewContainer {
	clear: both;
	width: 680px;
	margin: 0 auto 10px;
}

#viewContainer p {
	display: block;
	overflow: hidden;
	height: 1%;
	padding: 9px 0;
	font-size: .85em;
	line-height: 150%;
}

#viewContainer p img {
	float: left;
	margin-right: 10px;
	border: 1px solid #b8dced;
	width: 120px; height: 90px;
}

#viewContainer span.offer {
	float: left;
	width: 548px;
}

#viewContainer span.sort {
	float: left;
	font-size: 1.3em;
}
#viewContainer h3 span { font-weight: normal; }

#viewContainer span.info {
	float: right;
	text-align: right;
	font-size: 1.1em;
}

#viewContainer span.info span { letter-spacing: -1px; }

#viewContainer span.desc {
	clear: left;
	display: block;
	padding-top: 8px;
	color: #333;
	font-size: 1.1em;
}

#viewContainer span.where {
	clear: left;
	display: block;
	color: #333;
	font-size: 1.1em;
}


/*================detailsContainer=================*/

#detailsContainer {
	width: 680px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

#detailsContainer .tabBox ul { float: right; }
#detailsContainer .tabBox ul li a { padding-left: 30px; padding-right: 30px; }
#detailsContainer .location {
	clear: both;
	width: 680px;
	text-align: right;
	font-size: .85em;
}

#detailsContainer .location span { float: left; }
#main .offerDetails .userLogo { float: right; }

#details1, #details2, #details3 {
	width: 650px;
	margin: 0;
	border: 1px solid #b8dced;
	padding: 20px 15px 20px 13px;
	background: url(../spriteTabs.png) repeat-x 0 -140px;
	float: left;
	color: #333;
}

#details2 {
	width: 643px;
	padding: 20px 8px 20px 27px;
}

#details2, #details3 { min-height: 150px; }


div.offerDetails {
	width: 638px; 
	border: 1px solid #b8dced;
	background-color: #fff;
	padding: 5px;
}

div.offerDetails div, div.offerDetails div.last {
	padding: 1px 0 1px 0;
	float: none;
	clear: both;
	display: table;
	border-bottom: 1px solid #ddf0f9;
	width: 100%;
}

div.offerDetails div.last { border-bottom: 0; }

#main .offerDetails h3 { margin-left: 0; }

#contactForm .user-info-input {
	vertical-align: top;
	margin: 0 0 2px 0;
	width: 185px;
	height: 19px;
	padding: 2px 5px 0 5px;
	border: solid 1px #b8dced;
}

#contactForm .user-info-text {
	vertical-align: top;
	margin: 0 0 2px 0;
	width: 185px;
	height: 90px;
	padding: 2px 5px 0 5px;
	border: solid 1px #b8dced;
}

#contactForm .user-info-text-wide {
	vertical-align: top;
	margin: 0 0 2px 0;
	width: 450px;
	height: 90px;
	padding: 2px 5px 0 5px;
	border: solid 1px #b8dced;
}

#contactForm .user-info-submit {
	width: 100px;
	margin-left: 97px;
}

#contactForm .user-info-submit-wide {
	width: 100px;
	margin-left: 360px;
}

.offerSubMenu {
	text-align: right;
	font-size: .85em;
}

.offerSubMenu span { float: left; }
.offerSubMenu .active {
	text-decoration: none;
	font-weight: bold;
}

/*========UserInfoForm=========*/

#userInfoForm { 
	width: 308px;
	background: #fff;
	margin: 0;
	padding: 10px 0 0 0;
	float: right;
}

#userInfoForm fieldset { float: left; }

#userInfoForm .button {
	width: 80px;
	padding: 0 3px 2px 0;
	margin: 5px 28px 0 0;
	height: 21px;
	float: right;
}

#userInfoForm .dataUserInfo input {
	vertical-align: top;
	margin: 0 0 2px 0;
	width: 185px;
	height: 19px;
	padding: 2px 5px 0px 5px;
	border: solid 1px #b8dced;
	float: left;
}

#userInfoForm .dataUserInfo label {
	clear: left;
	vertical-align: bottom;	
	text-align: right;
	display: block;
	width: 80px;
	margin: 3px 3px 0 0; 
	padding: 0;
	float: left;
 
}
#userInfoForm .dataUserInfo textarea {
	vertical-align: top;
	width: 185px;
	height: 90px;
	padding: 2px 5px;
	border: solid 1px #b8dced;
	float: left;
}

#userInfoForm .starUserInfo {
	clear: both;
	float: left;
	margin-bottom: 0;
}

#userInfoForm .submitUserInfo {
	clear: none;
	width: 308px;
}

/*========UserInfoForm end=========*/

#details1 ul, #details3 ul {
	clear: both;
	width: 315px;
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
}

#details1 li, #details3 li {
	margin: 0;
	padding: 5px 0;
	border: 1px solid #b8dced;
	margin: 0 0 2px 0;
	background: #fff;
	float: left;
}

#details1 .liLeft, #details3 .liLeft, #details1 .lileftShorter {
	width: 145px;
	text-align: left;	
	display: block;
	float: left;
	padding: 0;
	color: #777;
}


#details1 .liRight, #details3 .liRight {
	width: 485px;
	text-align: left;
	display: block; 
	float: right;
	padding: 0;
}

#details1 li.header, #details3 li.header {
	width: 303px;
	padding: 5px;
	font-weight: bold;
}

#details1 li.fullwidth, #details3 li.fullwidth {
	width: 303px;
	padding: 5px;
}
/*====================details1 text end===================*/

/*=============Galery=========================*/

#details2 ul{
	width: 640px;
	margin: 0;
	padding: 0;
	list-style: none;
}

#details2 li{
	width: 200px;	
	display: block;
	float: left;	
	margin: 0 10px 0 0;
	padding: 0;
}
#details2 img {
	border: none;
}

/*================detailsContainer end=================*/

.skypespan img, .ggspan img{
	height:20px;
	vertical-align:middle;
	width:20px;
}

/* nazwa klucza użyta przez translator (ta klasa jest używana gdy się ustawi showKeys=1 w GET) */
.translatorTip {
	display: inline;
	position: absolute;
	font-size: 10px;
	background-color: #ff9;
	border: 1px solid black;
	font-weight: normal;
	color: black;
	line-height: 12px;
	height: 12px;
	z-index: 1000;
}

/* Nowa strona inwestycji oraz biur nieruchomosci
============================================================ */
.promoSlideBox { overflow: hidden; }
.promoSlideBox div div { padding: 0; border: none; }

.promoSlideBox .scrollBox { overflow: auto; height: 140px; }
.promoSlideBox .scrollBox p { width: 116px; }
.promoSlideBox .scrollBox p a { padding: 0 3px; }

.polandMapBox #resizeMapLink,
.polandMapBox #returnMapLink { font-size: 0.8em !important; }
.polandMapBox #searchMoreLink {
	position: absolute;
	bottom: 5px;
	right: 20px;
	font-size: 0.8em;
}
.polandMapBox {
	display: block;
	margin: 1em 0 0;
	border: 0;
	background: transparent;
}
#polandMapOutline { position: absolute; top: 0; left: 0; }
#polandMapOutline img { background: url(../mapPlColorActive.png) no-repeat 312px 0; }
#polandMapColor li {
	list-style: none;
	position: absolute;
	width: 312px;
	height: 294px;
}
#polandMapColor .color1 { background-image: url(../mapPlColor1.png); }
#polandMapColor .color2 { background-image: url(../mapPlColor2.png); }
#polandMapColor .color3 { background-image: url(../mapPlColor3.png); }
#polandMapColor .color4 { background-image: url(../mapPlColor4.png); }
#polandMapColor .color5 { background-image: url(../mapPlColor5.png); }
#polandRegionBox {
	position: relative;
	border: 1px solid #b8dced;
	background: #fff;
	font-size: 0.85em;
	position: absolute;
	top: 30px;
	right: 20px;
	width: 250px;
}
#polandRegionBox b { background-image: url(../bgRegionBox.gif); }
#polandMapRegion {
	list-style: none;
	padding: 5px 10px;
	overflow: hidden;
}
#Region01 { background-position: 0 0; }
#Region02 { background-position: 0 -294px; }
#Region03 { background-position: 0 -588px; }
#Region04 { background-position: 0 -882px; }
#Region05 { background-position: 0 -1176px; }
#Region06 { background-position: 0 -1470px; }
#Region07 { background-position: 0 -1764px; }
#Region08 { background-position: 0 -2058px; }
#Region09 { background-position: 0 -2352px; }
#Region10 { background-position: 0 -2646px; }
#Region11 { background-position: 0 -2940px; }
#Region12 { background-position: 0 -3234px; }
#Region13 { background-position: 0 -3528px; }
#Region14 { background-position: 0 -3822px; }
#Region15 { background-position: 0 -4116px; }
#Region16 { background-position: 0 -4410px; }

#colorScale { list-style: none; padding: 5px 15px 0; overflow: hidden; }
#colorScale li { background: url(../mapPlColorScale.gif) no-repeat;	padding-left: 20px; }
#colorScale .color1 { background-position: 0 3px; }
#colorScale .color2 { background-position: 0 -16px; }
#colorScale .color3 { background-position: 0 -35px; }
#colorScale .color4 { background-position: 0 -54px; }
#colorScale .color5 { background-position: 0 -73px; }
#colorScale .color0 { background-position: 0 -92px; }

.formBoxOD p.orderPeriod {
	padding-left: 22px;
}
/* informacja o cenie bez promocji */
.orderPromotion {
  margin-left:25px;
  color: #999;
}

.photoFormP { margin: 0 0 30px; }
.photoFormP p { font-size: 11px; }
.photoOrder {
	margin: 0 0 5px;
	border: 1px solid #b8dced;
	padding: 4px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	min-height: 50px;
	list-style: none;
}

.photoOrder label {
	float: left;
	display: inline;
	margin: 1px;
	border: 1px solid #ddd;
	background: #f5f5f5;
	padding: 9px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	z-index: 5;
}
#photoOrder label:first-child {
	border: 1px solid #b3d73f;
	background: #f4fcd7;
}
#photoOrder label:hover {
	border: 1px solid #b8dced;
	background: #f0fafe;
}
#photoOrder.enhanced label {
	cursor: move;
	width: 120px !important;
	height: 90px !important;
}
.photoOrder label {
	position: relative;
}
.photoOrder label span {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 60px;
	height: 60px;
	background: url(../icoDel.gif) no-repeat 90% 20%;
	cursor: pointer;
}
#photoDelete label span { background: url(../icoRev.gif) no-repeat 90% 20%; }
.photoOrder img {
	width: 120px;
	height: 90px;
	display: block;
}
#photoOrder input { margin: -5px 0 2px; }
#photoOrderInfo,
#photoOrderInfo2 {
	display: none;
	font-size: 10px;
}
#photoOrderInfo2 span { display: none; }
#photoAdd {
	margin: 0 0 10px;
	font-size: 11px;
}
#photoAdd span,
#photoAdd label {
	float: left;
	margin: 0 5px 0 0;
	height: 30px;
	line-height: 30px;
}

#photoDelete {
	min-height: 57px;
	padding: 2px 2px 0 52px;
	background: #f0fafe url(../bgTrash.png) no-repeat 14px 50%;
	display: none;
	-moz-border-radius: 5px;
	border-radius: 5px;
	white-space: nowrap;
}
#photoDelete label {
	padding: 3px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	width: 60px !important;
	height: 45px !important;
}
#photoDelete img {
	width: 60px;
 	height: 45px;
}

/* oferty istore */
#iStoreOffersOD p {
	display: block;
	padding: 5px 0;
	font-size: 10px;
	overflow: hidden;
	height: 1%;
}
#iStoreOffersOD img {
	float: left;
	border: 1px solid #e3e3e3;
}
#iStoreOffersOD strong {
	display: block;
	margin-left: 57px;
	line-height: 1.2em;
}
#iStoreOffersOD span {
	display: block;
	margin-left: 57px;
	color: #999;
}
#iStoreOffersOD span strong {
	display: inline;
	margin: 0;
	color: #333;
}
#iStoreOffersOD span a {
	border-left: 1px solid #999;
	padding-left: 5px;
}

#shareLinks {
	margin: 15px 0;
	height: 23px;
	line-height: 23px;
	text-align: right;
	font-size: 0.8em;
}
#shareLinks a {
	display: -moz-inline-box;
	display: inline-block;
	background: url(../bgNotifyIcon.png);
	height: 23px;
	vertical-align: middle;
}
#shareLinks a span { display: none; }
#shareLinks .shareFacebook { width: 23px; background-position: -26px 0; }
#shareLinks .shareWykop		 { width: 26px; background-position: 0 0; }
#shareLinks .shareGG			 { width: 24px; background-position: -49px 0; }
#shareLinks .shareMail		 { width: 28px; background-position: -73px 0; }

/* IE6 CAMPAIGN */
#IE6Info {
	margin: 0 0 10px;
	position: relative;
	background: #fff url(../bgIE6.png);
	height: 58px;
	line-height: 120%;
	padding: 8px 0 0 222px;
	overflow: hidden;
	font-size: 12px;
}
#IE6Info a {
	display: inline-block;
	margin: 6px 0 0;
	padding: 0 57px 0 0;
	background: transparent url(../bgIE6.png) no-repeat 100% -66px;
	height: 20px;
}
