@CHARSET "UTF-8";

.ui-staff
{
    font: 10px sans-serif;
    text-align: left
}

.ui-widget
{
    font: 12px sans-serif;
    text-align: left;
}

body {
	background: #f1f1e9 url(../img/backLine.gif) repeat-x;
	font-family: arial;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}

.clear {
	clear: both;
	float: none;
	height: 0px;
	width: 0px;
}
* html .clear {
	display: inline;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    zoom: 1;
}

#container {
	margin: 0px auto;
	position: relative;
	width: 960px;
}
#container.all {
	width: 95%;
	min-width: 960px;
}

#container #topMenu {
	background: #a4c631 url(../img/topMenuLine2.gif) repeat-x;
	font-family: times new roman;
	height: 79px;
	margin-bottom: 30px;
	position: relative;
	width: 100%;
}
#container #topMenu #topMenuRight {
	background: transparent url(../img/topMenuRight.gif) no-repeat;
	float: right;
	height: 79px;
	width: 6px;
}
#container #topMenu #logo {
	background: transparent url(../img/logo.gif) no-repeat;
	height: 93px;
	width: 344px;
	position: absolute;
	top: 0px;
	left: 0px;
}
#container #topMenu #logoEn {
	background: transparent url(../img/logoEn.gif) no-repeat;
	height: 93px;
	width: 470px;
	position: absolute;
	top: 0px;
	left: 0px;
}
#container #topMenu a.topMenuBtn {
	background: transparent url(../img/topMenuLine.gif) repeat-x;
	border-left: 1px solid #95b721;
	color: white;
	display: inline-block;
	float: right;
	font-size: 22px;
	height: 54px;
	padding: 25px 20px 0px 20px;
	text-decoration: none;
}
#container #topMenu #lang {
	background: #F1F1E9 url(../img/backLine.gif) repeat-x scroll 0 -50px;
	font-size: 12px;
	font-family: arial;
	position: absolute;
	bottom: -20px;
	right: 0px;
	z-index: 100;
	width: 300px;
	text-align: right;
}
#container #topMenu #favourite {
	background: transparent url(../img/featured.gif) no-repeat;
	font-size: 12px;
	font-family: arial;
	padding-left: 16px;
	position: absolute;
	bottom: -20px;
	left: 0px;
	z-index: 100;
	width: 300px;
}
#container #topMenu #favourite a {
	color: black;
	text-decoration: none;
}
#container #topMenu #lang a img {
	border: 0px none;
}
	
#container #content.addLeftContent {
	padding-left: 210px;
}
#container #content #leftContent {
	/*background: red;*/
	float: left;
	margin-left: -210px;
	width: 190px;
	overflow: hidden;
	zoom: 1;
}
* html body #container #content #leftContent {
	margin-left: -105px;
	margin-right: 10px;
} 
#container #content #mainContent {
	float: left;
	width: 100%;
	/*width: 750px;*/
}

#messages {
	background: #a5c629;
	border: 1px solid #ddddcc;
	color: white;
	font-size: 14px;
	margin-bottom: 10px;
	padding: 7px;
}
#errors {
	background: red;
	border: 1px solid #ddddcc;
	color: white;
	font-size: 14px;
	margin-bottom: 10px;
	padding: 7px;
}

.greenBar {
	background: #a5c629 url(../img/greenLine.gif) repeat-x;
	font-size: 14px;
	color: white;
	height: 31px;
}
.orangeBar {
	background: #febc2a url(../img/orangeLine.gif) repeat-x;
	font-size: 14px;
	color: white;
	height: 31px;
}
.yellowBar {
	background: #febc2a url(../img/yellowLine.gif) repeat-x;
	font-size: 14px;
	color: white;
	height: 31px;
}
.pinkBar {
	background: #febc2a url(../img/pinkLine.gif) repeat-x;
	font-size: 14px;
	color: white;
	height: 31px;
}
.grayBar {
	background: #a59c84 url(../img/grayLine.gif) repeat-x;
	font-size: 14px;
	color: white;
	height: 31px;
}
.blueBar {
	background: #228aa2 url(../img/blueLine.gif) repeat-x;
	font-size: 14px;
	color: white;
	height: 31px;
}


/*Wszytstkie kategorie i podkategorie*/
#allCats {
	background: #fbfbf9;
}
#allCats #allCatsTop {
	background: #adce39 url(../img/allCatsLine.gif) repeat-x;
	font-size: 14px;
	color: white;
	height: 100%;
}
#allCats #allCatsTop #allCatsRegion {
	display: inline;
	float: left;
	margin-left: 13px;
	margin-right: 5px;
	padding-top: 8px;
	padding-bottom: 3px;
	width: 200px;
	/*white-space: nowrap;*/
	overflow: hidden;
}
#allCats #allCatsTop #allCatsRegion span {
	font-size: 12px;
}
#allCats #allCatsTop a#allCatsChangeCity {
	background: #fede27 url(../img/yellowLine.gif) repeat-x;
	color: #b55a09;
	display: inline-block;
	float: left;
	font-size: 12px;
	height: 31px;
	padding: 0px 5px 0px 5px;
	text-decoration: none;
}
#allCats #allCatsTop a#allCatsChangeCity span.text {
	float: left;
	display: inline-block;
	padding-top: 9px;
	margin-right: 6px;
}
#allCats #allCatsTop a#allCatsChangeCity span.img {
	background: transparent url(../img/yellowDownArrow.gif) no-repeat;
	display: inline-block;
	height: 31px;
	width: 9px;
}
#allCats #allCatsTop #allCatsForm {
	float: right;
	position: relative;
}
#allCats #allCatsTop #allCatsForm div {
	float: left;
	padding: 7px 4px 0px 4px;
}
#allCats #allCatsTop #allCatsForm input, #allCats #allCatsTop #allCatsForm select {
	border: 1px solid #95b721;
	float: left;
	font-size: 11px;
	font-family: arial;
	margin-top: 6px;
}
#allCats #allCatsTop #allCatsForm select {
	margin-right: 8px;
}
#allCats #allCatsTop #allCatsForm button {
	background: #fede27 url(../img/yellowLine.gif) repeat-x;
	border: 0px none;
	color: #b55a09;
	float: left;
	font-size: 12px;
	font-family: arial;
	height: 31px;
	padding: 0px 5px 0px 5px;
	width: 60px;
}
#allCats #allCatsTop #allCatsForm button span.text {
	display: inline-block;
	margin-right: 6px;
}
#allCats #allCatsTop #allCatsForm button span.img {
	background: transparent url(../img/yellowRightArrow.gif) no-repeat;
	height: 31px;
	width: 9px;
	position: absolute;
	right: 0px;
	top: 0px;
}
#allCats table {
	border-collapse: collapse;
}
#allCats .column {
	border-right: 1px solid #dedece;
	border-left: 1px solid #dedece;
	padding: 10px 0px 10px 0px;
	width: 250px;
	vertical-align: top;
}
#allCats .column .category, #allCats .column .subcategory {
	display: block;
}
#allCats .column a {
	text-decoration: none;
}
#allCats .column a:hover {
	text-decoration: underline;
}
#allCats .column a.category {
	color: #84ad00;
	font-size: 16px;
	font-weight: bold;
	margin: 5px 0px 5px 13px;
}
#allCats .column a.category .adsCount {
	font-weight: normal;
}
#allCats .column .categorySpacer {
	border-top: 1px solid #dedece;
	display: block;
	margin-top: 7px;
}
#allCats .column a.subcategory {
	color: #6b6b5a;
	font-size: 12px;
	margin-left: 15px;
	padding: 1px 0px;
}
#allCats .column a.subcategory span {
	color: #84AD00;
}
/*Wszytstkie kategorie i podkategorie*/

/*Lista wyszukiania*/
#searchList {
	border: 1px solid #e7e7de;		
	margin-bottom: 20px;
	margin-top: 20px;
}
#searchList .adList {
	background: #f8f8f5;
}
#searchList .adList .featureTop {
	/*background-color: #f7e7c6;*/
	background-color: #FFE959;
}
#searchList .adList .featureTop td {
	border-bottom: #f79b08 solid 2px;
}
#searchList .adList .featureColor {
	/*background-color: #e7ff6b;*/
	background-color: #f7e7c6;
}
#searchList .adList tr.row {
	height: 60px;
}
#searchList .adList tr.header.featureTop {
	background-color: inherit;
}
#searchList .adList tr.header.featureTop span {
	display: inline-block;
	float:left;
	padding-top: 7px;
}
#searchList .adList tr.header.featureTop a.yellowBar {
	display: inline-block;
	float:left;
	padding: 0px 10px 0px 10px;
	margin-left: 10px;
}
#searchList .adList tr.header.featureTop a:hover {
	color: #7b0000;
}
#searchList .adList tr.header.featureTop a span {
	font-size: 12px;
	font-weight: normal
}
#searchList a {
	color: #7b0000;
	font-weight: bold;
	text-decoration: none;
}
#searchList a:hover {
	color: #febc2a;
}
#searchList .title {
	font-size: 14px;
	font-family: Verdana;
}
#searchList .area {
	font-size: 11px;
}
#searchList .addesc {
	color: #666666;
	font-size: 11px;
	padding-top: 2px;
}
#searchList table {
	border-collapse: collapse;
	padding: 0px 10px 0px 15px;
	width: 100%;
}
#searchList table {
	font-size: 13px;
}
#searchList table td {
	border-bottom: 2px solid #dedece;
	border-top: 1px solid #dedece;
	padding: 6px 0px 6px 0px;
	vertical-align: middle;
}
#searchList table td img {
	padding-top: 3px;
}
#searchList table tr.header td.date {
	padding: 0px 0px 0px 13px;
}
#searchList table tr.header td {
	padding: 0;
}
.center {
	text-align: center
}
#searchPath a {
	color: #006384;
	text-decoration: none;
}
/*Lista wyszukiania*/

/*stronicowanie*/
.paginationControl {
	color: black;
	text-align: center;
}
.paginationControl a {
	color: black;
	display: inline-block;
	padding: 2px 3px 2px 3px;
	text-decoration: none;
}
.paginationControl span {
	background: #6fb7d4;
	color: white;
	display: inline-block;
	font-weight: bold;
	padding: 1px 5px 1px 5px;
}
/*stronicowanie*/

/*wyszukiwarka*/
#searchBox {
	background: #fcfcfb url(../img/searchBoxLine.gif) repeat-x;
	border: 1px solid #e7e7de;
	font-size: 11px;
}
#searchBox .header {
	text-align: center;
}
#searchBox .header span {
	display: inline-block;
	padding-top: 7px;
}
#searchBox .content {
	padding: 10px 14px 10px 14px;
	margin: 0;
}
#searchBox .content div {
	padding-bottom: 2px;
}
#searchBox .search, #searchBox .catid {
	text-align: right;
}
#searchBox input, #searchBox select {
	border: 1px solid #c6c6c4;
	font-family: arial;
	font-size: 12px;
}
#searchBox .search input {
	width: 155px;
}
#searchBox .catid select {
	width: 158px;
}
#searchBox .price {
	float: right;
	white-space: nowrap;
}
#searchBox .price input {
	width: 46px;
}
#searchBox .fieldname {
	clear: both;
	float: left;
	padding-top: 3px;
}
#searchBox .extrafield {
	float: right;
}
#searchBox .extrafield input {
	width: 100px;
}
#searchBox .extrafield select {
	width: 102px;
}
#searchBox .submit {
	text-align: right;
	padding-top: 3px;
}
#searchBox button {
	border: 0px none;
	height: 22px;
	padding: 0px 10px 0px 10px;
}
#searchBox button span{
	display: inline-block;
	font-size: 12px;
	font-family: arial;
	vertical-align: top;
}
/*wyszukiwarka*/

/*lista kategorii*/
#categoriesBox {
	background: #fcfcfb url(../img/searchBoxLine.gif) repeat-x;
	border: 1px solid #e7e7de;
	font-size: 11px;
	padding-bottom: 3px;
}
#categoriesBox .header {
	text-align: center;
}
#categoriesBox .header span {
	display: inline-block;
	padding-top: 7px;
}
#categoriesBox a {
	color: #4a4a4a;
	display: block;
	text-decoration: none;
}
#categoriesBox .category {
	border-top: 1px solid #dedece;
	padding: 4px 12px;
}
#categoriesBox .category.selected {
	background: #f7f7ef;
}
#categoriesBox .subcategory {
	background: #f7f7ef;
	padding: 1px 12px 0px 23px;
}
#categoriesBox .subcategory.selected {
	font-weight: bold;
}
/*lista kategorii*/

/*lista regionów*/
#regionsBox {
	background: #fcfcfb url(../img/searchBoxLine.gif) repeat-x;
	border: 1px solid #e7e7de;
	font-size: 11px;
}
#regionsBox .header {
	background: #d2cece url(../img/grayLine2.gif) repeat-x;
	color: #6d6d6d;
	font-size: 14px;
	height: 31px;
}
#mainContent #regionsBox .header {
	background: #adce31 url(../img/greenLine.gif) repeat-x;
	color: white;
}
#regionsBox .header span {
	display: inline-block;
	padding: 7px 0px 0px 13px;
}
#regionsBox .content {
	padding: 10px 13px 5px 13px;
}
#regionsBox .content div {
	padding: 2px 0px;
}
#regionsBox a {
	color: #6b6b59;
	text-decoration: none;
}
#regionsBox a:hover {
	text-decoration: underline;
}
#regionsBox .region {
	clear: both;
	diaplay: inline-block;
	float: left;
	font-weight: bold;
	width: 110px;
	overflow: hidden;
	margin-right: 5px;
}
#regionsBox .city {
	diaplay: inline-block;
	float: left;
	width: 810px;
}
#mainContent #regionsBox .city {
	width: 600px;
}
/*lista regionów*/

/*ogłoszenie*/
#ad {
	background: #dcecb9;
	border: 1px solid #ddddcc;
	color: #666655;
	font-size: 13px;
	margin-top: 20px;
}
#ad #wrap {
	background: #fcfcfb url(../img/grayBigLine.gif) repeat-x;
	margin-right: 376px;
}
#ad #wrap.all {
	margin-right: 0px;
}
#ad .header {
	height: auto;
	padding-right: 150px;
	position: relative;
}
#ad .header span {
	display: inline-block;
	padding: 7px 13px 7px 13px;
}
#ad .header a.reportBtn {
	color: #B55A09;
	display: inline-block;
	font-size: 12px;
	height: auto;
	padding: 8px 7px 7px 7px;
	position: absolute;
	top: 0px;
	right: 0px;
	text-decoration: none;
}
#ad #adLeftCol {
	display: inline-block;
	float: left;
	width: 100%;
	overflow: hidden;
}
#ad #adLeftCol .info, #ad #adLeftCol .extrainfo {
	border-bottom: 1px solid #ddddcc;
	padding: 11px 13px 11px 13px;
}
#ad #adLeftCol .extrainfo {
	background: #f0f8de;
}
#ad #adLeftCol .desc {
	font-size: 15px;
	padding: 9px 13px 30px 13px;
}
#ad #adLeftCol .desc a {
	color: #006384;
	text-decoration: none;
}
#ad #adLeftCol .desc a:hover {
	text-decoration: underline;
}
#ad #adLeftCol .row {
	padding: 1px 0px;
}
#ad #adLeftCol .fieldname {
	float: left;
	font-weight: bold;
	margin-right: 3px;
	width: 135px;
}
#ad #adLeftCol .event .fieldname {
	width: 175px;
}
#ad #adLeftCol .fieldvalue {
	float: left;
}
#ad #adLeftCol .event .fieldvalue {
	/*width: 180px;*/
}
#ad #adLeftCol .contactinfo {
	background: #f0f8de;
	padding: 9px 13px 9px 13px;
}
#ad #adLeftCol .contactinfo .header {
	display: inline-block;
	color: #85af10;
	font-size: 14px;
	padding-bottom: 3px;
}
#ad #adLeftCol .contactinfo a {
	color: #005688;
	text-decoration: none;
}
#ad #adLeftCol .contactinfo .fieldname {
	width: 60px;
}
#ad #adLeftCol .contactinfo .fieldvalue {
	width: 280px;
}
#ad #adRightCol {
	border-left: 1px solid #ddddcc;
	border-bottom: 1px solid #ddddcc;
	display: inline-block;
	float: left;
	margin-right: -376px;
	padding: 10px 0px;
	width: 375px;
	text-align: center;
}
#ad #adRightCol .youtube {
	border-bottom: 1px solid #ccccbb;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#ad #adRightCol .images {
	border-bottom: 1px solid #ccccbb;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#ad #adRightCol .images .thumbs {
	padding-top: 5px;
}
#ad #adRightCol .images div img {
	border: 0px none;
}
#ad #adRightCol .images div.thumbs a {
	display: inline-block;
	margin: 2px 30px 2px 0px;
	width: 96px;
	text-align: center;
}
#ad #adRightCol .map {
		/*margin-top: 20px;*/
}
#ad #adRightCol .map img {
	border: 1px solid #ccccbb;
}
/*ogłoszenie*/

/*fomularz kontakowy*/
#contactForm {
}
#contactForm label {
	display: inline-block;
	padding-top: 4px;
	width: 80px;
}
#contactForm  input {
	font-family: arial;
	font-size: 11px;
	width: 240px;
}
#wrap.all #contactForm  input {
	width: 400px;
}
#contactForm  textarea {
	font-family: arial;
	font-size: 11px;
	height: 100px;	
	width: 240px;
}
#wrap.all #contactForm  textarea {
	width: 400px;
}
#contactForm label {
	vertical-align: top;
}
#contactForm .errors {
	color: red;
}
#contactForm .errors ul {
	margin: 0;
	padding: 0px 0px 0px 95px;	
}
#wrap #contactForm input.submitBtn {
	width: 120px;
}
#contactForm .description {
	font-style: italic;
}
/*fomularz kontakowy*/

/*nowe ogłoszenie*/
#newAd {
	border: 1px solid #DEDECE;
	background: #FBFBF9;
	color: #6B6B5A;
	font-size: 12px;
}
#newAd .header {
	height: auto;
}
#newAd .header span {
	display: inline-block;
	padding: 7px 13px 7px 13px;	
}
#newAd .header span a {
	color: white;
	text-decoration: none;
}
#newAd .header span a:hover {
	text-decoration: underline;
}
#newAd .choose {
	height: 200px;
	border-collapse: collapse;
}
#newAd .choose td:FIRST-CHILD {
	border: 0px none;
}
#newAd .choose td {
	border-left: 1px solid #DEDECE;
}
#newAd .choose a {
	color: #6B6B5A;
	display: block;
	padding: 5px 10px;
	text-decoration: none;
}
#newAd .choose a:hover {
	text-decoration: underline;
}
#newAd .choose a.selected {
	font-weight: bold;
}
#newAd form {
	margin: 20px 0px;
}
#newAd form .header {
	position: relative;	
	color: #B55A09;
}
#newAd .formrow, #newAd .formrowShowemail, #newAd .formrowCheckbox, #newAd .formrowFeature {
	margin: 3px 0px;
}
#newAd .formrow label {
	display: inline-block;
	padding-right: 10px;
	width: 300px;
	vertical-align: top;
	text-align: right;
}
#newAd .formrowShowemail {
	padding-left: 305px;
}
#newAd .formrowShowemail input {
	clear: both;
	display: inline-block;
	float: left;
}
#newAd .formrowCheckbox label {
	display: inline-block;
	padding-left: 250px;
}
#newAd .formrowFeature label {
	display: inline-block;
	padding-left: 180px;
	width: 380px;
}
#newAd form input, #newAd form textarea, #newAd form select {
	font-family: arial;
	font-size: 12px;
}
#newAd .formrow input {
	width: 200px;
}
#newAd .formrow input.title, #newAd .formrow textarea {
	width: 400px;
}
#newAd .formrow textarea {
	height: 150px;
}
#newAd .formrow .datepicker {
	width: 110px;
}
#newAd .formrow input.postcode {
	width: 150px;
}
#newAd .formrow input.price {
	width: 100px;
}
#newAd .formrow .description {
	font-style: italic;
	padding-left: 310px;
}
#newAd .imageCheckbox {
	text-align: center;		
}
#newAd .errors {
	color: red;
}
#newAd ul.errors {
	margin: 0;
	padding: 0px 0px 0px 322px;	
}
#newAd .submitBtn {
	margin: 20px 0px 10px 0px;
}
#newAd .youtubeLogo b {
	background: transparent url(../img/youtube_logo.jpg) no-repeat;
	display: iuline-block;
	width: 50px;
	height: 19px;
	position: absolute;
	bottom: -22px;
	right: 100px;
}
#newAd .paypalLogo b {
	background: transparent url(../img/paypal_logo.gif) no-repeat bottom;
	display: iuline-block;
	width: 148px;
	height: 46px;
	position: absolute;
	bottom: -48px;
	right: 40px;
}
#afterAd {
	border: 1px solid #DEDECE;
	background: #FBFBF9;
	color: #6B6B5A;
	font-size: 12px;
	padding-bottom: 10px;
}
#afterAd .header {
	position: relative;
}
#afterAd .header span {
	display: inline-block;
	padding: 7px 13px 7px 13px;
}
#afterAd .paypalLogo b {
	background: transparent url(../img/paypal_logo.gif) no-repeat bottom;
	display: iuline-block;
	width: 148px;
	height: 46px;
	position: absolute;
	bottom: -48px;
	right: 40px;
}
#afterAd .content {
	padding: 0px 12px;
}
/*nowe ogłoszenie*/

/*promuj ogłoszenie*/
#adPromoteForm .formrow {
	padding: 5px 12px;	
}
#adPromoteForm .formrow label {
	display: inline-block;
	width: 400px;
}
/*promuj ogłoszenie*/

/*Spotlight*/
#spotlightBox {
	background: #fefefe url(../img/spotlightLine.gif) repeat-x;
	border: 1px solid #dedece;
	margin-bottom: 10px;
	width: 100%;
	overflow: hidden;
}
#spotlightBox .header span {
	display: inline-block;
	float: left;
	margin-left: 13px;
	margin-right: 13px;
	padding-top: 7px;
}
#spotlightBox .header a {
	color: #B55A09;
	display: inline-block;
	font-size: 12px;
	text-decoration: none;
	position: relative;
	padding-right: 15px;
}
#spotlightBox .header a span {
	margin: 0px 5px;
}
#spotlightBox .header a span.img {
	background: transparent url(../img/yellowDownArrow.gif) no-repeat;
	display: inline-block;
	height: 31px;
	width: 9px;
	position: absolute;
	top: 0px;
	right: 0px;
}
#spotlightBox .content {
	background: #fefefe url(../img/spotlightLine.gif) repeat-x;
	width: 800px;
}
#spotlightBox .content .ad {
	border-right: 1px solid #d6d5bc;
	float: left;
	padding: 12px 3px;
	width: 143px;
	height: 107px;
	text-align: center;
}
#spotlightBox .content .ad a.adpic {
	border: 1px solid #d6d5bc; 
	display: inline-block;
	width: 96px;
	height: 72px;
	margin-bottom: 5px;
	text-align: center;
}
#spotlightBox .content .ad .adtitle {
	display: block;
	height: 28px;
	margin: 0px 5px 3px 5px;
	overflow: hidden;
}
#spotlightBox .content .ad .adtitle a {
	color: #636363;
	text-decoration: none;
}
#spotlightBox .content .ad .area {
	color: #a44d4e;
	display: block;
	padding: 0px 3px;
	overflow: hidden;
}
/*Spotlight*/

/*Treść dla dorosłych*/
#infoText {
	background: #fefefe url(../img/spotlightLine.gif) repeat-x;
	border: 1px solid #dedece;	
}
#infoText .header span {
	display: inline-block;
	float: left;
	margin-left: 13px;
	margin-right: 13px;
	padding-top: 7px;
}
#infoText .content {
	color: #4A4A4A;
	font-size: 13px;
	padding: 12px;
}
#infoText form {
	text-align: center;
}
#infoText form input.btn {
	margin: 20px;
	width: 100px;
}
/*Treść dla dorosłych*/

/*loty*/
#snippet_searchpanel {
	margin: 10px auto 0px auto;
}
/*loty*/

/*box z pogodą*/
#weatherBox {
	background: #F7F7EF;
	border: 1px solid #DEDECE;
}
#weatherBox .header {
	text-align: center;
}
#weatherBox .header span {
	display: inline-block;
	padding-top: 7px;
}
#weatherBox .content {
	padding: 6px;
	text-align: center;
}
#weatherBox .content img {
	border: 1px solid #DEDECE;	
}
/*box z pogodą*/

/*box z przelicznikiem walut*/
#currencyBox {
	background: #F7F7EF;
	border: 1px solid #DEDECE;	
}
#currencyBox .header {
	text-align: center;
}
#currencyBox .header span {
	display: inline-block;
	padding-top: 7px;
}
#currencyBox .content {
	padding: 0px 6px;
	overflow: hidden;
	height: 218px;
}
#currencyBox .content iframe {
	margin-left: -7px;
}
/*box z przelicznikiem walut*/

/*box z kalendarzem wydażeń*/
#calendarBox {
	background: #F7F7EF;
	border: 1px solid #DEDECE;	
}
#calendarBox .header {
	text-align: center;
}
#calendarBox .header span {
	display: inline-block;
	padding-top: 7px;
}
#calendarBox .content {
	padding: 10px 0px 0px 0px;
}
#calendarBox .count {
	text-align: center;
}
#calendarBox .count a {
	color: #84AD00;
	font-size: 12px;
	text-decoration: none;
}
#calendarBox .count a:hover {
	text-decoration: underline;
}
#calendarBox .calendar {
	color: #63634a;
	padding-top: 10px;
}
#calendarBox .calendar a {
	color: #63634a;
	text-decoration: none;
}
#calendarBox .calendar .month {
	background: #e7e7de;
	text-align: center;
	padding: 8px 0px;
	position: relative;
}
#calendarBox .calendar .month a {
	display: inline-block;
	position: absolute;
	width: 10px;
	height: 12px;
	top: 8px;
}
#calendarBox .calendar .month .prevMonth {
	background: transparent url(../img/grayLeftArrow.gif) no-repeat center center;
	left: 10px;
}
#calendarBox .calendar .month .nextMonth {
	background: transparent url(../img/grayRightArrow.gif) no-repeat center center;
	right: 10px;
}
#calendarBox .calendar table {
	margin: 5px auto;
	text-align: center;
	width: 90%;
}
#calendarBox .calendar table .mark {
	background: #6fbcd7;
}
#calendarBox .calendar table .mark a {
	color: white;
}
/*box z kalendarzem wydażeń*/

/*box z linami do nk fb...*/
#findUsBox {
	background: #F7F7EF;
	border: 1px solid #DEDECE;	
}
#findUsBox .header {
	text-align: center;
}
#findUsBox .header span {
	display: inline-block;
	padding-top: 7px;
}
#findUsBox .content {
	padding: 6px 6px 0px 6px;
	text-align: center;
}
#findUsBox a {
	color: #298bb4;
	display: inline-block;
	margin-bottom: 5px;
	text-decoration: none;
}
#findUsBox a img {
	border: 0px none;
	vertical-align: middle;
	/*display: block;*/
}
/*box z linami do nk fb...*/

/*box z banerem*/
.banner {
	background: #a5c629;
	padding: 2px 0px;
}
.banner img {
	border: 0px none;
}
.banner .border {
	border: 1px solid #95b721;
	margin: auto;
	text-align: center;
}
.demoBanner {
	background: #F7F7EF url(../img/no-image.gif) repeat;
	border: 2px solid #95b721;
	font-size: 24px;
	padding: 30px;
	text-align: center;
}
/*box z banerem*/


/*footer*/
#container #footer {
	background: #848484 url(../img/footerLine.gif) repeat-x;
	color: white;
	font-size: 12px;
	height: 24px;
	padding: 7px 15px 0px 15px;
	margin-top: 20px;
}
#container #footer #footerMenu {
	color: #999999;
	float: right;
}
#container #footer #footerMenu a {
	color: white;
	text-decoration: none;
}
/*footer onward */
#onwardFooter {
	position: absolute;
	bottom: -17px;
	right: 0px;
	text-align: right;
}
#onwardFooter a {
	color: black;
	font-size: 11px;
	text-decoration: none;
}
#onwardFooter a:hover {
	text-decoration: underline;	
}
/*footer onward */

/*ad photos*/
#photos {	
	background: #fefefe url(../img/spotlightLine.gif) repeat-x;
	border: 1px solid #dedece;	
}
#photos .header span {
	display: inline-block;
	float: left;
	margin-left: 13px;
	margin-right: 13px;
	padding-top: 7px;
}
#photos .content {
	text-align: center;
	position: relative;
}
#photos .imageContainer {
	background: black; 
	margin: 2px 5px 5px 110px; 
	padding: 5px;
	height: 369px;
	line-height: 365px;
}
#photos .imageContainer img {
	vertical-align: middle;
}
#photos .thumbs {
	background: black; 
	position: absolute;
	top: 95px;
	left: 5px;
	height: 379px;
	width: 100px;
	overflow: hidden;
}
#photos .thumbs a {
	display: block;
	vertical-align: middle; 
	padding: 1px;
}
#photos .thumbs a img {
	border: 0px none;
	height: 57px;
}
/*ad photos*/

.closeBtn {
	background: transparent url(../img/close.gif) no-repeat;
	display: inline-block;
	position: absolute;
	top: 5px;
	right: 5px;
	width: 16px;
	height: 16px;
}