/* SEKCJA GLOBALNA */
	html{overflow-y: scroll}
	html,body{width:100%;font-family: 'Titillium Web', Arial, sans-serif ;font-size: 12px;color:#555555;background: #fafafa;}
	.wrapper{}
	.container {width:100%;max-width: 1110px;margin:0px auto;}

	.flashInfo{display:none;}
	.htmlBox {text-align: center;}
	
	a {text-decoration: none;color:#d82f18}
	a:hover{text-decoration:underline;}
	.clear {display:block;clear:both;height: 0px;width: 0px;margin: 0px;padding: 0px;font-size: 0px;}
	
	.formShortResponse{padding: 50px 20px;}
	
	.backgroundHolder{background: none repeat scroll 0 0 #fff;border: 1px solid #eaeaea;margin-bottom: 20px;}
	
	.paddingTop40 {padding-top:40px!important;}
	
	.eventReminderHolder{padding-top: 20px;}
	.eventReminderHolder a{display: inline-block;padding-left: 10px;padding-right: 10px;font-size: 12px;}
	
	.tableScrollHolder{position: relative;overflow:hidden;max-width: 100%;width: 100%;}
	.tableScroll{width: 100%;position: static;}
	.leftShadow{
		position: absolute;
		left: 0px;
		top: 0px;
		width: 5px;
		height: 100%;
		/*border-radius: 10px 0 0 10px / 50% 0 0 50%;*/
		box-shadow: 5px 0 15px rgba(0, 0, 0, 0.85);
		z-index: 3;
		display:none;
	}
	.rightShadow{
		position: absolute;
		right: 0px;
		top: 0px;
		width: 5px;
		height: 100%;
		/*border-radius: 10px 0 0 10px / 50% 0 0 50%;*/
		box-shadow: -5px 0 15px rgba(0, 0, 0, 0.85);
		z-index: 3;
		display:none;
	}
	
	.emptyListSearch{padding: 20px;background: #fff;border: solid 1px #eaeaea;}
	/* ROZMIARY CZCIONEK */
		.bigger{font-size:50px;}
		.bigMedium{font-size:36px;}
		.bigText{font-size:26px;}
		#pageHeader{font-size:26px;}
		.mediumBigger{font-size:22px;}
		.mediumBig{font-size:20px;}
		.mediumUpper{font-size:18px;}
		.mediumUpText{font-size:17px;}
		.mediumText{font-size:16px;}
		.mediumDownText{font-size:15px;}
		.mediumSmall{font-size:14px;}
		.mediumSmaller{font-size:13px;}
		.small{font-size:12px;}
	
	/* LISTY W ARTYKUŁACH */
	.staticText{font-size: 15px;line-height: 20px;padding:0 0 20px 0;}
	.staticText ul{list-style:none;overflow:hidden;}
	.staticText ul li{background: url(../img/list_style.png) no-repeat 0px 7px;padding-left:10px;}
	.staticText ol{padding-left:25px;overflow:hidden;}
	
	
	/* OKNA MODALNE*/
	#simplemodal-overlay{background: #000;z-index: 9999;}
	
	
	/* FORMULARZE*/
	.form{}
	.form .formMsg{text-align:center;padding-top:20px;padding-bottom:20px;font-weight: bold;font-size:14px;color:#941723;}
	.form .formInfo{}
	.form .inputRow{margin-bottom:9px;position:relative;}
	.form .inputRow label{display:block;float:left;width:95px;margin-right:10px;text-align: right;padding-top:12px;line-height: 17px;color:#8f8f8f;font-size:12px;}
	.form .inputRow label .requiredStar{color:#f6443e;}
	.form .inputRow .inputHolder{float:left;width:290px;}
	.form .inputRow .inputHolder input{width:270px;border:solid 1px #e4e4e4;background: #fff;line-height: 20px;height: 20px;display:block;padding:10px;}
	.form .inputRow .inputHolder select{width:292px;border:solid 1px #e4e4e4;background: #fff;line-height: 20px;display:block;padding:10px;}
	.form .inputRow .inputHolder textarea{width:270px;height: 100px;display:block;border:solid 1px #e4e4e4;background: #fff;line-height: 15px;display:block;padding:10px;}
	.form .inputRow .inputHolder.errorHolder input{border-color:#f6443e !important;}
	.form .inputRow .inputHolder.errorHolder textarea{border-color:#f6443e !important;}
	.form .inputRow .inputHolder.errorHolder select{border-color:#f6443e !important;}
	.form .inputRow .errMsg{color:#f6443e;font-size:11px;}
	.form .inputRow .radiolabel{text-align:left;}
	.form .inputRow .radioHolder {float:left;}
	.form .inputRow .radioHolder input{display:block;float:left;margin-top:12px;}
	.form .inputRow .radiolabel{text-align:left;}
	.form .inputRow .checkboxHolder {float:left;}
	.form .inputRow .checkboxHolder input{display:block;float:left;margin-top:12px;}
	.form .inputRow .checkboxHolder .checkboxLabel{float:left;}
	.form .submitHolder{padding-left:247px;}
	.form .submitHolder input{font-size:16px;cursor:pointer;display:block;background: #bf1e2e;color:#fff;border:none;height: 40px;line-height: 40px;padding-bottom:3px;padding-left:30px;padding-right:30px;}
	.form .submitHolder input:hover{background: #941723;}
	
	
	
	/* STRONICOWANIE */
	.paging{font-size:11px;padding-top:20px;min-height: 25px;}
	.paging .showAll{}
	.paging ul{list-style:none;margin:0px auto;text-align: left;}
	.paging ul li{display:block;float:left;margin-right:10px}
	.paging ul li.first{text-transform: uppercase}
	.paging ul li.last{text-transform: uppercase}
	.paging ul li.dots{padding:5px 5px;display:block;}
	.paging ul li a{padding:5px 5px;text-align:center;display:block;background: url(../img/paging_bg.png) repeat-x 0px 0px;color:#555555;line-height: 16px;height: 16px;min-width: 16px;text-align: center;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;}
	.paging ul li a:hover{color:#fff;background-position:0px -26px;text-decoration: none;}
	
	.paging ul li.first a{background: url(../img/paging_arrows.png) no-repeat 0px 0px;line-height: 16px;height: 16px;;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;width:16px;text-indent:-9999px;}
	.paging ul li.first a:hover{background-position: 0px -26px;}
	.paging ul li.last a{background: url(../img/paging_arrows.png) no-repeat -26px 0px;line-height: 16px;height: 16px;;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;width:16px;text-indent:-9999px;}
	.paging ul li.last a:hover{background-position: -26px -26px;}
	
	.paging ul li.active a{color:#fff;background-position:0px -26px;}
	
	.simplePaging.paging ul{text-align: center;}
	.simplePaging.paging ul li{display:inline;float:none;}
	.simplePaging.paging ul li a{display:inline-block}

	/* NAVIGATIONBAR */
	.navigationBar{background: #fff;padding:15px 20px;margin-bottom:20px;}
	.navigationBar ul {list-style:none;}
	.navigationBar ul li{float:left;padding-right: 10px;margin-right:5px;}
	.navigationBar ul li.last{}
	.navigationBar ul li.last a{}
	.navigationBar ul li .red{color:#bf1e2e}
	.navigationBar ul li a{font-size:13px;}
	.navigationBar ul li a:hover{text-decoration: underline;}
	
	/* SORTOWANIE */
	.sortBar{background: none;}
	.sortBar ul {list-style:none;}
	.sortBar ul li{float:left;margin-right:15px;}
	.sortBar ul li a{display:block;float:left;}
	.sortBar ul li a:hover{text-decoration:underline;}
	.sortBar ul li.asc{padding-right:15px;background: url(../img/asc_ico.png) no-repeat right 5px;}
	.sortBar ul li.desc{padding-right:15px;background: url(../img/desc_ico.png) no-repeat right 5px;}
	.sortBar ul li.active a{color:#bf1e2e}
	.sortBar ul.right{float:right;}
	
	/* INPUTY */
	.inputHolder input,select,textarea{border: solid 2px #eaeaea;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;font-size:14px;color:#555555;font-family: 'Titillium Web', Arial, sans-serif ;}
	
	.logo{display:block;float:left;padding:9px 0px}

	/* GLOBALNE STYLE DLA BOXÓW */
	.globalBox{position:relative}
	.globalBox .globalBoxTitle{font-weight: 300;}
	.globalBox .globalBoxContent{}
	.globalBox .globalBoxContent .boxMoreLink{clear:both;float:right;}
	
	.globalButtonRed40{border:none;cursor:pointer;background: url(../img/red_bttn_40.png) repeat-x 0px 0px;color:#fff;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;display:block;line-height: 40px;font-weight: 600;height: 40px;}
	.globalButtonRed40:hover{text-decoration: none; background-position: 0px -40px;}
	
	.globalButtonGray40{border:none;cursor:pointer;background: url(../img/gray_bttn_40.png) repeat-x 0px 0px;color:#fff;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;display:block;line-height: 38px;font-weight: 600;height: 40px;}
	.globalButtonGray40:hover{text-decoration: none; background-position: 0px -40px;}
	
	.globalButtonGray50{border:none;cursor:pointer;background:#808080 url(../img/gray_bttn_40.png) repeat-x 0px 10px;color:#fff;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;display:block;line-height: 48px;font-weight: 600;height: 50px;}
	.globalButtonGray50:hover{text-decoration: none; background-position: 0px -40px; background-color:#828282;}

	.globalButtonRed36{border:none;cursor:pointer;background: url(../img/red_bttn_40.png) repeat-x 0px 0px;color:#fff;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;display:block;line-height: 40px;font-weight: 600;}
	.globalButtonRed36:hover{text-decoration: none; background-position: 0px -40px;}

	.globalButtonRed32{border:none;cursor:pointer;background: url(../img/red_bttn_40.png) repeat-x 0px 0px;color:#fff;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;display:block;line-height: 32px;font-weight: 600;}
	.globalButtonRed32:hover{text-decoration: none; background-position: 0px -40px;}
	
	.globalButtonGray32{border:none;cursor:pointer;background: url(../img/gray_bttn_40.png) repeat-x 0px 0px;color:#fff;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;display:block;line-height: 32px;font-weight: 600;height: 32px;}
	.globalButtonGray32:hover{text-decoration: none; background-position: 0px -40px;}
	
	
	.globalButtonYellow40{background: url(../img/yellow_bttn_40.png) repeat-x 0px 0px;color:#555555;border:solid 1px #b59a52;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;display:block;line-height: 38px;font-weight: 600;}
	.globalButtonYellow40:hover{text-decoration: none; background-position: 0px -40px;}
	
	.globalButtonYellow32{background: url(../img/yellow_bttn_40.png) repeat-x 0px 0px;color:#555555;border:solid 1px #b59a52;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;display:block;line-height: 30px;font-weight: 600;}
	.globalButtonYellow32:hover{text-decoration: none; background-position: 0px -40px;}
	
	/* GLOBALNE STYLE DLA LISTY ARTYKUŁÓW*/
	.articleLead{display:block;border-bottom:solid 1px  #555;padding:5px;position: relative;}
	.articleLead .articleListLink{position: absolute;display:block;width:100%;height:100%;text-indent: -9999px;z-index: 2;top: 0px;left: 0px;}
	.articleLead.last{border-bottom:0px;}
	.articleLead:hover .articleLeadHeader .articleLeadTitle{}
	.articleLead .articleLeadHeader{}
	.articleLead .articleLeadHeader .articleLeadTitle{display:block;font-weight: bold;float:left;}
	.articleLead .articleLeadHeader .articleLeadDate{float:right;}
	.articleLead .articleLeadText{display: block;}
	.articleLead .articleLeadMore{display:block;text-align: right;float:right;}

	.articleListHolder#pageHolder{background: none;border: none;}
	.articleListHolder#pageHolder #pageContent{padding: 0}
	.articleListHolder .articleLead{border: solid 1px #eaeaea;background: #fff;margin-bottom: 10px;padding: 20px}
	.articleListHolder .articleLead .articleLeadMore{display:none;}
	.articleListHolder .articleLead .articleLeadTitle{color:#000000;font-size: 20px; font-weight: 400;line-height: 25px;margin-bottom: 5px;}
	.articleListHolder .articleLead .articleLeadText{font-size: 14px;font-style: italic;color:#393939;}
	.articleListHolder .articleLead .articlePhotoHolder{float: left;width: 26%;margin-right: 3%;min-height: 1px;}

	.articleListHolder .articleLead.articleLeadPhoto .articleLeadRight {width: 70%;float: left;max-width: 400px;}
	.articleListHolder .articleLead .articleLeadDate{display: none;}
	
	
	.articleGallery{}
	.articleGallery .globalBoxTitle{font-size: 20px;color:#000000;font-weight: 400;padding-bottom: 10px;}
	.articleGallery .imagesList{list-style: none;}
	.articleGallery .imagesList li{float:left;margin-right:5px;}
	.articleGallery .bx-wrapper .bx-pager{display:none;}
	.articleGallery .bx-wrapper .bx-prev{left: -30px;bottom: 40%;margin:0;}
	.articleGallery .bx-wrapper .bx-next{right: -30px;bottom: 40%;left: auto;}
	
	.articleSingle .articleBoxes{padding-top: 20px;}
	
	.backLink{display: block; float: left;padding-left: 36px;height: 26px;line-height: 26px;color:#393939;font-size: 14px; font-weight: 400;background: url(../img/back_href.png) no-repeat 0px 0px}
	.backLink:hover{background-position: 0px -26px;text-decoration: none;}
	
	.boxPatronsList{padding-top: 10px;border-top: solid 1px #eaeaea;padding-bottom: 10px;}
	.boxPatronsList.globalBox .globalBoxTitle{color:#929292;font-size: 16px; font-weight: 300;padding-bottom: 10px;}
	.boxPatronsList .artistCard{display:inline-block;padding-right: 20px;}
	.boxPatronsList .artistCard img{display:inline-block;max-height: 55px;}
	
	.postShare{padding: 20px 0px;border-top: solid 1px #eaeaea;}
	
	.galleryList{}
	.galleryList .galleryLead{}
	.galleryList .galleryLead .galleryPhoto{display:block;width:100px;height:100px;background: transparent no-repeat center;}
	.galleryList .galleryLead .galleryTitle{display:block;}
	.galleryList .galleryLead .galleryCount{display:block}
	
	.sideMenu{list-style: none;}
	.sideMenu li{}
	.sideMenu li a{display:block;padding:3px 5px;border-bottom:solid 1px #ccc}
	.sideMenu li a:hover{}
	.sideMenu li.active{}
	.sideMenu li.active a{}
	.sideMenu ul{padding-left:10px;list-style: none;}

/*	COOKIES	*/	

	#cookies-message-container{font-size:13px;width:100%;z-index: 999;color:#4c4d4d;background: url(../img/cookies_bg.png) repeat;position: fixed;bottom:0px;}
	#cookies-message-container #cookies-message{margin:0px auto;width:99%;padding: 20px 0px;text-align:center;}
	#cookies-message-container #cookies-message .redText{color:#ED1C24;}
	#cookies-message-container #cookies-message a:hover{text-decoration:underline;}
	#cookies-message-container #cookies-message .cookiesAcceptButton{}
	#cookies-message-container #cookies-message .cookiesAcceptButton{cursor:pointer;background: url(../img/modal_close.png) no-repeat 0px 0px ;margin-top:0px;width:30px;height: 29px;text-align: center;color:#fff;font-size:12px;display: inline-block;vertical-align: middle;text-indent: -9999px;margin-top: 2px;margin-left: 15px;}
	#cookies-message-container #cookies-message .cookiesAcceptButton:hover{background-position: 0px -29px;}

	#cookies-message-container #cookies-message .cookiesTextHolder{width: 780px;text-align: justify;float:left;margin-right: 15px;vertical-align: middle;}
	
/* SEKCJE KOMPONENTÓW */

	/* box_static_page.php */
		.boxStaticPage.globalBox{}
		.boxStaticPage.globalBox .globalBoxTitle{}
		.boxStaticPage.globalBox .globalBoxContent{}

	/* box_static_page_list.php */
		.boxStaticPageList .globalBox{}
		.boxStaticPageList .globalBox .globalBoxTitle{}
		.boxStaticPageList .globalBox .globalBoxContent{}
		.boxStaticPageList .articleLead{}
		.boxStaticPageList .articleLead .articleLeadTitle{}
		.boxStaticPageList .articleLead .articleLeadText{}
		.boxStaticPageList .articleLead .articleLeadMore{}

	/* box_side_menu.php */
		.boxSideMenu.globalBox {}
		.boxSideMenu.globalBox .globalBoxTitle{}
		.boxSideMenu.globalBox .globalBoxContent{}

/* SEKCJA TOP */

	#top {margin-bottom:20px;background: url(../img/top_bg.png) repeat-x top center;}
	#top .container{height: 157px;position: relative}
	#top .mainMenu {list-style: none;position:absolute;top:114px;}
	#top .mainMenu li{float:left;color:#fff;position: relative;}
	#top .mainMenu li.separator{padding:5px;}
	#top .mainMenu li a{display:block;padding:10px 10px;color:#fff;line-height: 23px;font-size: 13px; text-transform: uppercase;}
	#top .mainMenu li:hover a{text-decoration: none; background: #eaeaea; color: #333333; }
	#top .mainMenu li .subMenu{
		display:none;
		position:absolute;
		left:0px;
		z-index: 9999;
		-webkit-box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.5);
		-moz-box-shadow:    1px 1px 2px 0px rgba(50, 50, 50, 0.5);
		box-shadow:         1px 1px 2px 0px rgba(50, 50, 50, 0.5);
	}
	#top .mainMenu li:hover .subMenu{display:block;}
	#top .mainMenu li .subMenu ul{list-style:none;}
	#top .mainMenu li.active .subMenu{z-index: 12;}
	#top .mainMenu li.active a{background: #eaeaea; color: #333333;}
	#top .mainMenu li .subMenu li {float:none;background: #fff;min-width: 160px;}
	#top .mainMenu li .subMenu li a{background: #fff;color:#727272;line-height: 17px;}
	#top .mainMenu li .subMenu li a:hover{text-decoration: none; background: #fafafa; color: #333333;}
	.mobileUser #top .mainMenu li.yourAuctions{display:none;}
	
	
	#top .topBoxes{position:absolute;top:0px;right:74px;}
	#top .topBoxes .globalBox{background: none;}
	#top .topBoxes .globalBox .globalBoxTitle{display:none;}
	#top .topBoxes .globalBox .inputRow{float:left;margin-bottom:3px;}
	#top .topBoxes .globalBox .submitRow{float:left;}
	#top .topBoxes .globalBox .submitRow input{color:#fff;background: #333333;border:none;padding:1px 12px;cursor:pointer;font-size:10px}
	#top .topBoxes .globalBox .submitRow input:hover{background: #9C0107}
	#top .topBoxes .globalBox .inputRow .inputHolder{width:auto;margin-right:3px;width:129px;}
	#top .topBoxes .globalBox .inputRow .inputHolder input{width:127px;border:none;height: 18px;line-height: 18px;padding:0;font-size:10px;-webkit-border-radius: 0px;-moz-border-radius: 0px;border-radius: 0px;}
	#top .topBoxes .globalBox .inputRow label{display:none}
	
	#top .topBoxes .boxUserPanel{padding-top:36px;display:none;}
	#top .topBoxes .boxUserPanel.active{display:block;}
	#top .topBoxes .topUserPanelMobile{display:none;}
	.formLinks{}
	.formLinks a{color:#4b3c2f;}
	.formLinks a span{position: relative; top:-1px;}
	.formLinks a:hover{text-decoration: none; color:#CC0000}
	.formLinks .separator{padding:0px 10px}
	
	.topNavigationMobile{display:none;}
	.topNavigation{float:left;margin-top:13px;margin-right:0px;}
	.topNavigation .globalBoxContent{}
	.topNavigation .globalBoxContent a{
		color:#727272;
		display:block;
		text-align: right;
		padding: 0px 5px 5px 0px;
		font-size: 13px;
		line-height: 13px;
		font-weight: 400;
		text-transform: uppercase;
		float:left;
		margin-right: 20px;
	
	}
	.topNavigation .globalBoxContent a .linkIco{display:inline-block;width: 27px;height: 23px;vertical-align: middle;margin-right: 3px;}
	
	.topNavigation .globalBoxContent a.register .linkIco{background: url(../img/top_register_ico.png) no-repeat 0px 0px}
	.topNavigation .globalBoxContent a.login .linkIco{background: url(../img/top_login_ico.png) no-repeat 0px 0px}
	.topNavigation .globalBoxContent a.favorites .linkIco{background: url(../img/top_favorites_ico.png) no-repeat 0px 0px}
	.topNavigation .globalBoxContent a.profile .linkIco{background: url(../img/top_profile_ico.png) no-repeat 0px 0px}
	.topNavigation .globalBoxContent a.wishlist .linkIco{background: url(../img/top_wishlist_ico.png) no-repeat 0px 0px;width: 34px;height: 34px;}
	.topNavigation .globalBoxContent a.wishlist:hover .linkIco{background-position: 0px -34px;}
	.topNavigation .globalBoxContent a.wishlist .linkText{padding-bottom: 13px; vertical-align: middle;display: inline-block;}
	.topNavigation .globalBoxContent a:hover{color:#bf2e1a;background-position: 0px -23px;text-decoration: none;}
	.topNavigation .globalBoxContent a:hover .linkIco{ color:#bf2e1a;background-position: 0px -23px;}
	.topNavigation .globalBoxContent a .arrow{display: none}
	
	.loginModal{float:left;width:350px;}
	
	#top .topBoxes .boxUserPanelLogged{position:absolute;top:14px;right:0px;width:500px;text-align: right;font-size:12px;color:#4B3C2F}
	#top .topBoxes .boxUserPanelLogged a{color:#4B3C2F}
	#top .topBoxes .boxUserPanelLogged a:hover{color:#CC0000;text-decoration: none;}
	#top .topBoxes .boxUserPanelLogged .username{font-weight: 600;}
	#top .topBoxes .boxUserPanelLogged .separator{padding:0px 5px;}
	
	#top .topBoxes .boxFakeNewsletter {display:none;padding-top:40px;font-size:10px;color:#000;}
	#top .topBoxes .boxFakeNewsletter.active{display:block;}
	
	#top .topBoxes .search{float:left;margin-top: 10px;position: relative;min-width: 27px;height: 23px;}
	#top .topBoxes .search .mobileSearchIcon{position: absolute;width: 27px;height: 23px;background: url(../img/top_search_ico.png) no-repeat 0px 0px;display:block;right: 2px;top: 3px;z-index: 3;}
	#top .topBoxes .search .mobileSearchIcon:hover{background-position: 0px -23px; }
	#top .topBoxes .search .searchBg{display:none;}
	#top .topBoxes .search .submit{width: 28px;height: 30px;border: solid 2px #eaeaea;text-indent: -9999px;background:#eaeaea url(../img/top_search_ico.png) no-repeat -1px 1px;position: relative;z-index: 5;cursor: pointer;left:-2px;}
	#top .topBoxes .search .submit:hover{background-position: -1px -22px; }
	
	#top .globalBox.boxNewsletter{background:#fff; margin-right: 0;float: right;position: relative;padding-top: 10px;}
	#top .globalBox.boxNewsletter .newsletterContainer{}
	#top .globalBox.boxNewsletter .globalBoxTitle{color:#727272;font-weight: 400;font-size:13px;line-height: 39px;padding-right: 15px;display: block;float:left;text-transform: uppercase;}
	#top .globalBox.boxNewsletter .globalBoxContent{float:left;}
	#top .globalBox.boxNewsletter .globalBoxContent .newsletterText{display:none;font-size: 16px;padding-bottom: 15px;font-weight: 300;color:#555;line-height: 18px;}
	#top .globalBox.boxNewsletter .globalBoxContent .input {background: #fff;color:#555;height: 17px;line-height: 17px;padding: 10px;border: solid 1px #eaeaea;font-weight: 300;display:block;float:left;width: 140px;}
	#top .globalBox.boxNewsletter .globalBoxContent .globalButton2{display:block;float:left;text-indent: -9999px;background: url(../img/newsletter_submit_top.png) no-repeat 0px 0px;cursor:pointer;height: 39px;width:49px;border:none;float:left;}
	#top .globalBox.boxNewsletter .globalBoxContent .globalButton2:hover{background-position:0px -39px;}
	#top .globalBox.boxNewsletter .ajaxloader{display:none;position: absolute;right: -30px;top: 20px;}
	#top .globalBox.boxNewsletter .newsletterForm{}
	#top .globalBox.boxNewsletter .newsletterText.newsletterInfo{display:block;width: 200px;font-size: 12px;line-height: 16px;padding-top:10px;color:#555555;padding-bottom: 0;position: absolute;right: 100%;top: 10px;padding-right: 10px;text-align: right;}
	#top .globalBox.boxNewsletter .newsletterText.newsletterInfo .errMsg{color:#ED1C24;}
	
	
/* SEKCJA CONTENT */
	#center{margin-bottom: 20px}
	#pageHolder{}
	.noSidebar #pageHolder{width:auto;}
	.oneSidebar #pageHolder{width:71%; float:left;max-width:780px;min-height: 310px;}
	.twoSidebars #pageHolder{width:58%;}
	
	
	
	#pageHolder {background: #fff;}
	#pageHolder #pageHeader{padding:10px 20px;font-weight: 300;position:relative}
	#pageHolder #pageHeader h1{font-weight: 300;}
	#pageHolder #pageHeader .globalButtonRed32{float: right;font-size: 12px;font-weight: 400;padding-left: 15px;padding-right: 15px;margin-top: 5px;}
	
	#pageHolder{background:#fff;border:solid 1px #EAEAEA}
	#pageHolder #pageContent{padding:0px 20px 20px 20px;}
	
	
/* SEKCJA BOTTOM */

	#bottom{}
	#bottom .container{border-top:solid 1px #eaeaea;padding-top:30px;}
	
	#bottom .bottomBoxes{float:left;padding-left:30px;}
	#bottom .boxStaticPagesLinks{}
	#bottom .boxStaticPagesLinks a{display:block;float:left;margin-right:5.5em;color:#393939;font-weight: 600;}
	#bottom .boxStaticPagesLinks a:hover{text-decoration: none;color:#d73018}
	#bottom .boxStaticPagesLinks a.last{margin-right:0px;}
	
	#bottom .footer{padding-top:20px;color:#727272;}
	#bottom .footer a{color:#727272}
	#bottom .footerLeft{float:left;}
	#bottom .footerRight{float:right}
	
/* SEKCJA LEFT SIDEBAR */

	#leftSidebar{float:left;width:20%;}

/* SEKCJA RIGHT SIDEBAR */

	#rightSidebar{float:right;width:28%;}
	#rightSidebar .boxAbonament300{width:100%;}
	#rightSidebar .boxAbonament300 .globalBoxTitle {display:none;padding-bottom:10px;}
	
	#rightSidebar .boxAdverts.chargeBox {max-width:320px;width:100%;margin:0 auto;padding:0 0 20px 0;}
	#rightSidebar .boxAdverts.chargeBox .globalBoxTitle {display:none;}
	#rightSidebar .boxAdverts.chargeBox .globalBoxContent {margin:0;padding:0;border:0;position:relative;}
	#rightSidebar .boxAdverts.chargeBox .globalBoxContent .image img {width:100%;}
	#rightSidebar .boxAdverts.chargeBox .globalBoxContent .image a {background: url("../img/blank.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);height: 100%;left: 0;position: absolute;top: 0;width: 100%;z-index: 99;}
	
	#rightSidebar .boxAdverts.chargeBoxBillboard {max-width:none;text-align:center;}
	#rightSidebar .boxAdverts.chargeBoxBillboard .globalBoxContent {margin:0;padding:0;border:0;position:relative;display:inline-block;max-width:100%;}
	#rightSidebar .boxAdverts.chargeBoxBillboard .globalBoxContent .image img {max-width:100%;width:auto;}
	#rightSidebar .boxAdverts.chargeBoxBillboard .globalBoxContent .image a {padding:0;}
	
	#rightSidebar .boxArticlesList .globalBoxTitle{color:#393939;font-size:24px;font-weight: 300;padding-bottom: 10px;max-width: 320px;margin: 0px auto;}
	#rightSidebar .boxArticlesList .globalBoxContent{background: #fff;border: solid 1px #eaeaea;padding: 20px;max-width: 320px;margin: 0px auto;}
	#rightSidebar .boxArticlesList .globalBoxContent .articleLead{border-color:#eaeaea;padding:0px 0px 20px 0px;margin-bottom: 20px;font-weight: 600;font-size: 14px;line-height: 18px;}
	#rightSidebar .boxArticlesList .globalBoxContent .articleLead .articleLeadHeader{padding-bottom: 10px;}
	#rightSidebar .boxArticlesList .globalBoxContent .articleLead .articleLeadText{font-weight: 400;}
	#rightSidebar .boxArticlesList .globalBoxContent .articleLead .articleLeadDate{font-weight: 400;padding-bottom: 5px;}
	#rightSidebar .boxArticlesList .globalBoxContent .articleLead.last{padding-bottom: 0;margin-bottom:0;}
	#rightSidebar .boxArticlesList .globalBoxContent .articleLead .articlePhotoHolder{float: right;width: 48%;}
	#rightSidebar .boxArticlesList .globalBoxContent .articleLead .articlePhotoHolder img{max-width: 100%;display:block;}
	#rightSidebar .boxArticlesList .globalBoxContent .articleLead .articleLeadMore{display:none;}
	#rightSidebar .boxArticlesList .globalBoxContent .articleLead.articleLeadPhoto .articleLeadRight{float:left;width: 50%;}
	
	#rightSidebar .boxStaticPage{background:#fff;border: solid 1px #eaeaea;padding: 20px;font-size: 14px;}
	#rightSidebar .boxStaticPage .globalBoxTitle{font-size: 20px;color:#393939;font-weight: 600;text-align: center;padding-bottom: 10px;}
/*	MAIN PAGE	*/

	#mainPage{}
	#mainPage #pageHolder{border:none;background:none;padding:0px;}
	#mainPage #pageHolder #pageContent{border:none;background:none;padding:0px;}
	#mainPage .boxAuctionsFilter{padding-top: 30px;}
	
	#mainPage .row2 {margin-top: 30px}
	.mainPageBox.mpTabs2{clear: both;}
	.mainPageBox.search2{margin-top:30px}
	.mainPageBox #tabs3{margin-top:35px}
	
	
	
	/*	DUŻY BANNER	*/
	.boxArticlesListSlider{}
	.boxArticlesListSlider .articleLead{position: relative;border:none;padding:0px;}
	.boxArticlesListSlider .articleLeadRight{position:absolute;top:20px;left:20px;width: 380px;padding:18px 20px; background: url(../img/banner_overlay.png) repeat}
	.boxArticlesListSlider .articleLeadMore{color: #bf2e1a; text-transform: uppercase;text-align: center;float:none;border: solid 2px #bf2e1a;width:100px;margin:10px auto 0px auto;padding: 5px 0px;display:none;}
	.boxArticlesListSlider .bannerGallery{float:right;}
	.boxArticlesListSlider .bannerGallery img{margin-bottom:3px;}
	.boxArticlesListSlider .galleryHolder .bannerText{float:left;width:240px;}
	.boxArticlesListSlider .articleLeadHeader{margin-bottom:10px;line-height: 26px;}
	
	/*	LINK DO KALENDARIUM */
	
	.boxLinks.calendar{padding:2% 1%;border-bottom:solid 1px #d4d4d4;margin-bottom:2%;}
	.boxLinks.calendar a{display:block;background: url(../img/calendar_ico.png) no-repeat left center;padding-left:60px;color:#555555;height: 51px;line-height: 51px;float:left;}
	.boxLinks.calendar a:hover{color:#F6443E;text-decoration: none;}
	.boxLinks.calendar a span{display:none;}
	
	/*	KATALOGI AUKCYJNE */
	.auctionOrders{}
	.boxAuctionCatalogs  .globalBoxTitle{margin-bottom:10px;padding-left:1%;}
	.auctionCatalog{background: #fff;border: solid 1px #eaeaea; margin-bottom:10px;position: relative;padding:1px 0px;color:#666;}	
	.auctionCatalog .catalogContent{position: relative;z-index: 2;min-height: 106px;}
	.auctionCatalog .catalogContent .overlayLink{position:absolute;width:100%;height: 100%;z-index: 4;top:0px;left:0px;}
	.auctionCatalog .catalogHover{background:#e8e8e8;position: absolute;width:100%;height: 100%;z-index: 1;display:none;padding:10px 1px;top:-10px;left:-1px;}
	
	.auctionCatalog .nameSection{float:left;width:60%;padding: 0 1%;}
	.auctionCatalog .nameSection img{float:left;max-width:25%;margin-right:2%;visibility: hidden;}
	.auctionCatalog .nameSection .imageLoader{background:url(../img/ajax-loader-tabs.gif) no-repeat center;position:absolute;height: 100%;width: 88px;}
	
	.auctionCatalog .nameSection .nameText{padding:20px 0px 20px 5px;line-height: 18px;float:left;width:73%;letter-spacing: 0.001px;}
	.auctionCatalog .nameSection .nameText .mediumSmall{font-weight: 300;}
	.auctionCatalog .leftSeparator{background:#d4d4d4;position:absolute;top:10%;height: 80%;width:1px;left:62%;}
	
	.auctionCatalog .orderSection{float:left;width:18%;padding:1%;position: relative;}
	.auctionCatalog .orderSection .orderSectionBorder{min-height: 98%;text-align: center;}
	.auctionCatalog .orderSection .orderSectionBorder .daysCountdownTitle{margin-bottom:3px;}
	.auctionCatalog .orderSection .daysCountdown{background: url(../img/catalog_days.png) no-repeat center;padding:4px;color:#555555;font-weight: 400;line-height: 26px;}
	.auctionCatalog .orderSection .liveRelation{color:#f6443e;text-transform: uppercase;font-weight: 600}
	.auctionCatalog .orderSection .globalButtonYellow32{max-width:110px;margin:0px auto 0 auto;}
	
	.auctionCatalog .rightSeparator{background:#d4d4d4;position:absolute;top:10%;height: 80%;width:1px;left:82%;}
	
	.auctionCatalog .dateSection{float:right;width:18%;position:relative;text-align: center;padding:5px 0px;height: 89px}
	.auctionCatalog .dateSection .calendar_bg{width:50%;min-width:95px;display:block;margin:auto;}
	.auctionCatalog .dateSection .calendarHoverContainer{position: absolute;top:5px;left:0px;width:100%;visibility:hidden;}
	
	.auctionCatalog .dateSection .calendar_hover{width:50%;min-width:95px;display:block;margin:auto;}
	.auctionCatalog .dateSection .day{position: absolute;top:7px;z-index: 2;width:100%;font-weight: bold;line-height: 50px;}
	.auctionCatalog .dateSection .weekDay{position:absolute;top:50px;z-index: 2;width:100%; font-style: italic;}
	.auctionCatalog .dateSection .month{position:absolute;bottom:5px;z-index: 2;width:100%; color:#fff;text-transform:uppercase;line-height: 23px;}
	.auctionCatalog .mobileDate{display:none;}
	
	.auctionCatalog:hover .dateSection .calendarHoverContainer{visibility: visible}
	.auctionCatalog:hover .catalogHover{display: block;}
	
	.auctionsGroupsAlternative .auctionOrders {width:auto;float:none;}
	.auctionsGroupsAlternative #rightSidebar {padding:40px 0 0 0;}
	
	/*	STREFA UŻYTKOWNIKA */
	.userZone{float:right;width:29%;}
	.userZone .globalBoxTitle{visibility: hidden;margin-bottom:10px;}
	.userZone .globalBoxContent {background: #fff;border: solid 1px #eaeaea;padding: 45px 0px;text-align: center;min-height: 257px;}
	.userZone .globalBoxContent .globalBoxTitle{visibility: visible;}
	.userZone .globalBoxContent a{display:inline-block;padding:0px 15px;}
	.userZone .linkSection{padding-bottom:10px;width:85%;margin:0px auto;padding-top:20px;}
	
	/*	PRZYJMOWANIE OBIEKTÓW NA AUKCJE */
	.auctionObjects{position: relative;}
	.auctionObjects .boxContentHolder{background: #fff;border: solid 1px #eaeaea;padding:3%; padding-bottom:20%;}
	.auctionObjects .boxContentHolder .pagesHolder{position: relative;z-index: 2;}
	.auctionObjects .singlePage{float:left;width:30%;padding-right:3%;line-height: 18px;padding-top:10px;}
	.auctionObjects .boxBottom{position: absolute;bottom:0px;left:0px;width:100%;margin-bottom:-2%;z-index: 1;}
	
	/*	REKLAMY NA STRONIE GŁÓWNEJ */
	.bottomBox.toplayer{display:none}	
	.mainPage .boxAdverts{width:29%;float:right;background: #efefef;padding:2% 0px;padding:2.5% 0px;margin-top:51px}
	.mainPage #tabs-recommended2 .boxAdverts {right:2%; margin-top:2%} 
	
	/*
	.mainPage .boxAdverts.chargeBox{max-width:320px;width:29%;float:right;background:none;padding:2% 0 0 0;padding:2.5% 0 0 0;}
	.mainPage .boxAdverts.chargeBox .globalBoxTitle {padding-bottom:20px;}
	.mainPage .boxAdverts.chargeBox .globalBoxContent {border:0;margin:0;padding:0;}
	.mainPage .boxAdverts.chargeBox .globalBoxContent .image img {max-width:100%;}
	.mainPage .boxAdverts.chargeBox .globalBoxContent .image a {padding:0;}
	*/
	.mainPage .boxAdverts.chargeBox{padding: 0; margin: 0; margin-right: 6%;}
	.mainPage .boxAdverts.chargeBox .globalBoxContent{padding: 0; margin: 0;}
	.mainPage .boxAdverts.chargeBox .globalBoxTitle{display: none;}
	
	.mainPage .boxAdverts .globalBoxContent object{margin:0px auto;display:block;position: relative;z-index: 10;cursor:pointer}
	.mainPage .boxAdverts .globalBoxContent .flash{position:relative;cursor:pointer;}
	.mainPage .boxAdverts .globalBoxContent .flash .flashContainer{position: relative;z-index: 2;max-width:300px;margin:auto;width:100%;}
	.mainPage .boxAdverts .globalBoxContent .flash a{position:absolute;width:100%;height:100%;top:0px;left:0px;z-index: 99;background: url(../img/blank.png) no-repeat}
	
	.mainPage .boxAdverts .globalBoxContent .image{position:relative;cursor:pointer;}
	.mainPage .boxAdverts .globalBoxContent .image img{display:block;max-width:320px;width: 100%; margin: 0px auto;}
	.mainPage .boxAdverts .globalBoxContent .image a{position:absolute;width:100%;height:100%;top:0px;left:0px;z-index: 99;background: url(../img/blank.png) no-repeat}
	
	.mainPage .mainPageCenter .row2 .boxAdverts{max-width:320px;width:100%;float:none;background:none;padding:2% 0 0 0;padding:2.5% 0 0 0;margin: 0px auto;}
	
	.boxAdvertisment300{width:29%;float:right;background: #efefef;padding:2% 0px;padding:2.5% 0px;}
	.boxAdvertisment300 img{display:block;width:100%;max-width: 300px;margin:0px auto;}
	
	/*	REKLAMY NA PODSTRONACH */
	.boxAdverts.horizontal{margin:20px 0px;}
	
	.mobileUser .flash{display: none !important;}
	.flash{width:95%;margin:0px auto;position: relative;position: relative;z-index: 1;}
	.boxAdverts.horizontal{}
	
	.flash a{position:absolute;width:100%;height:100%;top:0px;left:0px;z-index: 3;background: url(../img/blank.png) no-repeat}
	
	
	#rightSidebar .boxAdverts{clear:both;padding:0 0 20px 0;}
	
	/*	REKLAMY NA STRONIE GŁÓWNEJ */
	.boxAbonament300{width:29%;float:right;max-width: 320px;}
	.boxAbonament300 .globalBoxTitle{margin-bottom:10px;}
	.boxAbonament300 img{display:block;width:100%;margin:0px auto;}
	
	/*	REKLAMY NA STRONIE GŁÓWNEJ */
	.boxAbonament750{width:70%;float:left;max-width: 780px;}
	.boxAbonament750 .globalBoxTitle{margin-bottom:10px;}
	.boxAbonament750 img{display:block;width:100%;margin:0px auto;}
	
	/*	MAIN PAGE ETAP 2 */
	
	/* Przyjmowanie obiektów, wersja na stronie głównej */
	.mainPageBox .auctionObjects {padding-bottom:2%}
	.mainPageBox .auctionObjects .boxContentHolder{padding-bottom:10%; padding-top: 2%;}
	
	/*	ZAPROSZENIA */
	.mainPageBox.invitations{margin-bottom: 20px;}
	.mainPageBox.invitations .globalBoxTitle{color:#393939;font-weight: 300;padding-bottom: 5px;}
	.mainPageBox.invitations .articleLead{float: left;width: 133px;background: #fff;border: none;padding: 0;margin-right: 5px;}
	.mainPageBox.invitations .articleLead.odd{}
	.mainPageBox.invitations .articleLeadContent{}
	.mainPageBox.invitations .articlePhotoHolder{float: none; width: auto;height: 140px;border: solid 1px #eaeaea;border-bottom: none;}
	.mainPageBox.invitations .articlePhotoHolder img{max-width: 100%;display: block;}
	.mainPageBox.invitations .articleLeadPhoto .articleLeadRight{float: none; width: auto;border: solid 1px #eaeaea;text-align: center;padding: 4px;height: 120px;overflow: hidden;}
	.mainPageBox.invitations .articleLead .articleLeadTitle{font-size: 13px;line-height: 15px;padding-bottom: 5px;color:#393939;font-weight: 400;float: none;}
	.mainPageBox.invitations .articleLead .articleLeadText{font-weight: 300;font-size: 11px;line-height: 13px;color:#555;}
	.mainPageBox.invitations .articleLeadMore{color:#afafaf;border: solid 3px #afafaf;display: block;padding: 0px 15px;font-weight: 600;font-size:20px;float: left;}
	.mainPageBox.invitations .articleLead:hover .articleLeadMore{background: #afafaf;color:#fff;}
	.mainPageBox.invitations .bx-wrapper .bx-pager{display: none;}
	.mainPageBox.invitations .bx-wrapper .bx-controls-direction a{bottom: auto; top: 50%;background-image: url(../img/main_page_arrows.png);background-repeat: no-repeat;width: 9px;height: 60px;margin-top: -30px;}
	.mainPageBox.invitations .bx-wrapper .bx-prev{left: -20px;margin-left: 0px; background-position: 0px 0px;}
	.mainPageBox.invitations .bx-wrapper .bx-prev:hover{background-position: 0px -60px;}
	.mainPageBox.invitations .bx-wrapper .bx-next{left: auto;right: -20px;margin-left:0; background-position: -9px 0px;}
	.mainPageBox.invitations .bx-wrapper .bx-next:hover{background-position: -9px -60px;}
	
	.mainPageBox .globalBoxTitle .globalTitleLinks{float: right;font-size: 16px; color:#bbb; font-weight: 300;}
	.mainPageBox .globalBoxTitle .globalTitleLinks a{font-size: 16px;color:#393939;}
	
	
	.mainPageBox .globalBox.boxNewsletter{background:#fff; margin-right: 0;float:right;width: 29%;}
	.mainPageBox  .globalBox.boxNewsletter .newsletterContainer{border: solid 1px #eaeaea;padding: 30px;}
	.mainPageBox  .globalBox.boxNewsletter .globalBoxTitle{color:#393939;font-weight: 300;font-size:28px;line-height: 28px;padding-bottom: 15px;}
	.mainPageBox  .globalBox.boxNewsletter .globalBoxContent{float:none;}
	.mainPageBox  .globalBox.boxNewsletter .globalBoxContent .newsletterText{font-size: 16px;padding-bottom: 15px;font-weight: 300;color:#555;line-height: 18px;}
	.mainPageBox  .globalBox.boxNewsletter .globalBoxContent .input {background: #fff;color:#555;height: 18px;line-height: 18px;padding: 15px;border: solid 1px #eaeaea;font-weight: 300;display:block;float:left;width: 64%;}
	.mainPageBox  .globalBox.boxNewsletter .globalBoxContent .globalButton2{display:block;float:left;text-indent: -9999px;background: url(../img/newsletter_submit.png) no-repeat 0px 0px;cursor:pointer;height: 50px;width:50px;border:none;float:left;}
	.mainPageBox  .globalBox.boxNewsletter .globalBoxContent .globalButton2:hover{background-position:0px -50px;}
	.mainPageBox  .globalBox.boxNewsletter .ajaxloader{margin-top:15px;margin-left: 10px;display:none;}
	.mainPageBox  .globalBox.boxNewsletter .newsletterForm{}
	.mainPageBox  .globalBox.boxNewsletter .newsletterText.newsletterInfo{font-size: 16px;line-height: 16px;padding-top:15px;color:#555555;padding-bottom: 0;}
	.mainPageBox  .globalBox.boxNewsletter .newsletterText.newsletterInfo .errMsg{color:#ED1C24;}
	
	
	
	/* TABY Z ARTYKUŁAMI */
	.boxArticlesTabs .ui-widget-content{border: 0px;background: none;font-family: 'Titillium Web', Arial, sans-serif ;font-size: 12px;color:#555555;padding:0;margin-bottom: 20px;}
	.boxArticlesTabs .ui-widget-content .tabsSection{background:#fff;border: solid 1px #eaeaea;padding:0;}
	.boxArticlesTabs .ui-widget-content .ui-tabs-nav{background: none;border: none;padding: 0px;}
	.boxArticlesTabs .ui-widget-content .ui-tabs-nav li{
		font-size: 16px;
		color:#393939;
		border-color:#eaeaea;
		background: #fff;
		margin-right: 10px;
		-moz-border-radius-topleft: 8px;
		-webkit-border-top-left-radius: 8px;
		 border-top-left-radius: 8px;
		-moz-border-radius-topright: 8px;
		-webkit-border-top-right-radius: 8px;
		border-top-right-radius: 8px;
		overflow: hidden;
	}
	.boxArticlesTabs .ui-widget-content .ui-tabs-nav li .ui-tabs-anchor{color:#393939;padding:12px 20px;}
	.boxArticlesTabs .ui-widget-content .ui-tabs-nav li.ui-tabs-active {color:#fff;}
	.boxArticlesTabs .ui-widget-content .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{color:#fff;background: url(../img/table_row_active.png) repeat-x 0px 0px;}
	
	.recommendTab .articleLead{float: left;width: 32%;background: #fff;border:0;margin:0;padding:4px;border-right: solid 1px #eaeaea;clear:both;border-top: solid 1px #eaeaea;min-height: 190px;}
	.recommendTab .articleLead.last{border-right: none;clear: none;}
	.recommendTab .articleLead.odd{clear: none;}
	.recommendTab .articleLeadContent{padding: 20px;}
	.recommendTab .articlePhotoHolder{float:left;width: 40%}
	.recommendTab .articlePhotoHolder img{max-width: 100%;display: block;}
	.recommendTab .articleLeadRight{padding-bottom:40px;position:relative;min-height:87px;}
	
	.recommendTab .articleLeadPhoto .articleLeadRight{float: right;width:55%;}
	.recommendTab .articleLead .articleLeadTitle{font-size: 17px;color:#393939;font-weight: 400;line-height: 19px;margin-bottom: 10px;}
	.recommendTab .articleLead .articleLeadText{font-weight: 300;font-size: 14px;color:#555;line-height: 16px;margin-bottom: 10px;}
	.recommendTab .articleLeadMore{color:#afafaf;border: solid 2px #afafaf;display: block;padding: 0px 15px;font-weight: 600;font-size:16px;float: left;position: absolute;bottom: 0px;left: 0px;}
	.recommendTab .articleLead:hover .articleLeadMore{background: #afafaf;color:#fff;}
	
	/*OFERTA SPRZEDAŻY*/
	
	.mpSaleBox{}
	.mpSaleBox .globalBoxContent{float: left; width: 70%;}
	.mpSaleBox .globalBoxContent2{float: right; width: 29%;background:#fff;border: solid 1px #eaeaea;position:absolute; right:0px; bottom:10px; top:41px}
	.mpSaleBox .globalBoxContent2 .cardsList{padding: 5px 20px;}
	.mpSaleBox .globalBoxContent2 .cardsTitle{font-weight:bold; padding-left: 25px; padding-top: 20px;font-size:17px; color:#393939}
	.mpSaleBox .auctionSingleObjectHolder{float: left;width: 32%;margin-right: 2%;margin-bottom: 10px;}
	.mpSaleBox .auctionSingleObject:hover{padding: 12px;border: solid 6px #eaeaea}
	.mpSaleBox .auctionSingleObject{position: relative;background: #fff; border: solid 1px #eaeaea;padding: 17px;height: 300px;text-align: left;}
	.mpSaleBox .auctionSingleObjectHolder.item0{margin-right: 0;}
	.mpSaleBox .auctionSingleObjectHolder .itemUrl {position:absolute;left:0;top:0;width:100%;height:100%;background:transparent;}
	.mpSaleBox .auctionObjectRight{float: none;width: auto;}

	.mpSaleBox .objectTitle{font-size: 17px;line-height: 20px;color: #393939;font-weight: 400;}
	.mpSaleBox .objectArtist{font-size: 14px; color: #393939;font-weight: 300;line-height: 18px;}
	.mpSaleBox .galleryName{font-weight: 400;}
	.mpSaleBox .objectInfoRight .objectAddDate{display: none;}
	.mpSaleBox .objectInfoLeft{float: none;width: auto;}
	.mpSaleBox .objectDescription{display: none;}
	.mpSaleBox .objectArtist .birthDate{display:none;}
	.mpSaleBox .objectInfoRight{position: absolute;z-index: 1;left: 17px;bottom: 15px;text-align: left;}
	.mpSaleBox .auctionSingleObject:hover .objectInfoRight,
	.mpSaleBox .auctionSingleObject.special .objectInfoRight{left: 12px;bottom: 10px;}
	.mpSaleBox .imgHolder{width:100%;height: 156px;margin:0 0 10px 0;overflow: hidden;border: solid 1px #eaeaea;text-align: center;}
	.mpSaleBox .imgHolder img{display: inline-block;vertical-align: middle;max-width: 98%; max-width: calc(100% - 4px)}
	.mpSaleBox .imgHolder .imgHeight{width: 1px;display: inline-block;height: 156px;vertical-align: middle;}
	.mpSaleBox .imgHolder .imgCenterHeight{width: 102%;width: calc(100% + 4px)}
	.mpSaleBox .galleryName{clear:both;padding-top: 10px; border-top: solid 1px #eaeaea;margin-top: 10px;font-weight: 600;line-height: 18px;}
	
	.mpSaleBox .cardsList .auctionHouseHolder{border:none;position: relative;margin-bottom: 0px;min-height: 0; padding: 0px 2%;}
	.mpSaleBox .cardsList .imgHolder{float: left;height: auto;width: 30%;border: none;}
	.mpSaleBox .cardsList .ahInfoLong{float: none; width: auto;}
	.mpSaleBox .cardsList .auctionHouseHolder .overlayLink{position: absolute;display: block; top: 0px; left: 0px; width: 100%;height: 100%;text-indent: -9999px;}
	.mpSaleBox .cardsList .ahInfoLong .name {color:#393939;font-size: 17px;line-height: 19px; padding-bottom: 5px;display: inline-block;}
	.mpSaleBox .cardsList .ahInfoLong .street{color:#555;font-size: 14px;line-height: 19px; font-weight: 300;}
	.mpSaleBox .cardsList .ahInfoLong .ahInfoSplit{display:inline-block;}
	.mpSaleBox .cardsList .auctionHouseHolder:hover .name{text-decoration: underline;}
	
	/*	Aukcje online	*/
	.onlineAuctions {
		float: left;
		width: 70%;
	}
	.boxOnlineAuctions {}
	.boxOnlineAuctions.globalBox .globalBoxTitle{margin-bottom: 10px;}
	.boxOnlineAuctions .auctionCatalogOnline{float: left;width: 49%;margin-bottom: 2%;position: relative;}
	.boxOnlineAuctions .auctionCatalogOnline.odd{float:right;}
	.boxOnlineAuctions .imgHolder{width:100%;height: 206px;margin:0 0 10px 0;overflow: hidden;border: solid 1px #eaeaea;text-align: center;}
	.boxOnlineAuctions .imgHolder img{display: inline-block;vertical-align: middle;max-width: 98%; max-width: calc(100% - 4px)}
	.boxOnlineAuctions .imgHolder .imgHeight{width: 1px;display: inline-block;height: 156px;vertical-align: middle;}
	.boxOnlineAuctions .imgHolder .imgCenterHeight{width: 102%;width: calc(100% + 4px)}
	.boxOnlineAuctions .auctionCatalogOnline .catalogContent{margin:0px auto;width: auto;background:#fff;border: solid 1px #eaeaea;padding: 17px;height: 300px;overflow: hidden;}
	.boxOnlineAuctions .nameSection .dateSection {text-align:right;font-size:14px;position:absolute;bottom:5px;left:0;width:100%;}
	.boxOnlineAuctions .nameSection .dateSection .dateSectionCont {margin:0 17px;padding-top:5px;border-top:1px solid #eaeaea;}
	
	.mainPageTop .mainPageBox.row3{clear: both;}
	
	.mainPageTop .fastLinks {padding: 5px 25px}
	.mainPageTop .fastLinks label {line-height: 26px; width: auto;font-size:14px}
	.mainPageTop .fastLinks .icheckbox_square-red, .iradio_square-red {background-image: url("../img/checkbox_big_dark.png");height: 18px;width: 18px;}
	.mainPageTop .fastLinks .icheckbox_square-red.checked {background-position: 0 -18px;}

	.boxOnlineAuctions .auctionCatalogOnline .objectName{font-size: 17px;line-height: 20px;color: #393939;font-weight: 400;}
	.boxOnlineAuctions .auctionCatalogOnline .artistName{font-size: 14px; color: #393939;font-weight: 300;line-height: 18px;}

	.boxOnlineAuctions .auctionCatalogOnline .overlayLink{position: absolute;top: 0px;left: 0px; width: 100%;height: 100%;display: block;text-indent: -9999px;z-index: 2;}
	.mainPageCenter .row1{float: left;width: 70%;}
	.mainPageCenter .row2{float: right;width: 29%;}
	
	.mainPageBottom .globalBox{float: left; width: 29%;margin-right: 3%;}
	
	
	/*	ARTYŚCI LISTA	*/
	
	.cardsListHolder #pageHolder{background: none;border:none;}
	.cardsListHolder #pageHolder #pageHeader{background: #fff;border:solid 1px #eaeaea;border-bottom: none;}
	.cardsListHolder #pageHolder #pageContent{background: #fff;border:solid 1px #eaeaea;border-top: none;margin-bottom: 10px;}
	
	.cardListContainer{}
	.cardListContainer .cardsLetters{text-transform: uppercase}
	.cardListContainer .cardsLetters .globalBoxTitle{display:none;}
	.cardListContainer .cardsLetters a{display:block;float:left;color:#393939;padding:0px 5px;}
	.cardListContainer .cardsLetters a:hover{color:#d73018;}
	.cardListContainer .boxCardsFilter .globalBoxTitle{display:none;}
	.cardListContainer .boxCardsFilter .selectRow{display:none;}
	
	.cardListContainer .boxCardsFilter .globalBoxContent{position:relative;}
	.cardListContainer .boxCardsFilter label{display:none}
	.cardListContainer .boxCardsFilter input{padding:10px 2%;width:95%;display:block;height: 26px;line-height: 26px;border: solid 2px #eaeaea;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;font-size:18px;color:#555555;font-family: 'Titillium Web', Arial, sans-serif ;}
	.cardListContainer .boxCardsFilter .submit{width:50px;height:50px;border:none;background: url(../img/search_ico.png) no-repeat 0px 0px;position:absolute;right:0px;top:0px;text-indent: -9999px;cursor:pointer;}
	.cardListContainer .boxCardsFilter .submit:hover{background-position: 0px -50px;}
	
	.cardListContainer .artistListTitle{color:#393939;border-bottom:solid 1px #eaeaea;margin-bottom:15px;padding:15px 0px;font-weight: 600;margin-top:30px;}
	.cardListContainer .artistListTitle .artistCount{float: right;color:#A22425;font-weight: 300;line-height: 16px;}
	.cardListContainer .artistList a{color:#555555;text-transform: capitalize;}
	.cardListContainer .artistList a:hover{color:#d73018;text-decoration: none;}
	.cardListContainer .artistList .leftSide{float:left;width:48%;border-right:solid 1px #eaeaea;}
	.cardListContainer .artistList .rightSide{float:right;width:48%;}
	.cardListContainer .cardsLetters {padding-bottom:30px;}
	
	.cardListContainer .filterLeft{position:relative;}	
	.cardListContainer .filterLeft .filterSelectHolder{position:absolute;width:30%;}
	.cardListContainer .filterLeft #filterSelect{padding:10px;height: 50px;width:100%;}
	.cardListContainer .filterLeft #filterSelect{}
	
	.cardListContainer .filterLeft #fakeFilter{padding-left:33%;width:60%}
	.cardListContainer .filterLeft .realFilter{display:none;}
	
	
	.cardListContainer .filterRight{text-align: right;font-weight: 300;line-height: 16px;margin-top:15px;}
	.cardListContainer .filterRight a{display:block;color:#555;margin-top:5px;font-size: 120%;}
	.cardListContainer .filterRight a:hover{color:#d73018;text-decoration: none;}
	
	.noArtistFound{padding:20px 0px;}
	
	/*	ETAP 2 WYSZUKIWARKA */
	.articlesSearch .mainInput {position: relative;max-width: 560px;float: left;width: 100%;margin-right: 30px;}
	.articlesSearch .mainInput input{padding:10px 6% 10px 3%;width:85%;display:block;height: 26px;line-height: 26px;border: solid 2px #eaeaea;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;font-size:18px;color:#555555;font-family: 'Titillium Web', Arial, sans-serif ;}
	.articlesSearch .mainInput .submit{width:50px;height:50px;border:none;background: url(../img/search_ico.png) no-repeat 0px 0px;position:absolute;right:0px;top:0px;text-indent: -9999px;cursor:pointer;padding: 0;}
	.articlesSearch .mainInput .submit:hover{background-position: 0px -50px;}
	.articlesSearch.boxAuctionsFilter .mainInput{margin-right: 0px;}
	
	.articlesSearch .searchCheckbox{font-size: 14px;color:#393939;float: left;min-height: 40px;padding-top: 10px;}
	.articlesSearch .searchCheckbox label{display:block;padding-top: 5px;font-size: 14px; width: 120px;margin-right: 20px;}
	.articlesSearch .searchCheckbox.titlesOnly label{line-height: 18px;padding-top: 0px;}
	.articlesSearch .dateSection{float: right;padding-top: 10px;}
	.articlesSearch .dateSection label{display:block; float: left;font-size: 14px; color:#393939;padding-top: 5px;padding-right: 5px;}
	.articlesSearch .dateSection .searchDate{float: left;margin-right: 20px;}
	.articlesSearch .dateSection .searchDate.searchDateTo{margin-right: 0px;}
	.articlesSearch .dateSection .searchDate input{
		background: #fff;
		line-height: 16px;
		height: 16px;
		display:block;
		padding:10px;
		border: 2px solid #eaeaea;
		border-radius: 5px;
		color: #555555;
		font-family: 'Titillium Web',Arial,sans-serif;
		font-size: 14px;
		width: 100px;
		display:block; 
		float: left;
	}
	
	.articlesSearch .searchCheckbox input{display:block;float:left;}
	
	/* KLUB KOLEKCJONERA */
	.collector{}
	.collector h1{font-weight: 600;font-size: 18px;padding-bottom: 5px;}
	.collector h2{font-weight: 600;font-size: 16px;text-align: center;padding-bottom: 15px;}
	.collector .collectorTable{border-left: solid 1px #eaeaea;border-top: solid 1px #eaeaea;width: 100%;max-width: 540px;margin: 0px auto;margin-bottom: 50px;}
	.collector .collectorTable tr th{padding: 10px;border-right: solid 1px #eaeaea;border-bottom: solid 1px #eaeaea;font-size: 16px;font-weight: 600;text-align: left;}
	.collector .collectorTable tr td{padding: 10px;border-right: solid 1px #eaeaea;border-bottom: solid 1px #eaeaea;font-size: 16px;}
	
	
	/*TABELKI*/
	.selectAll{display:block;width: 44px;height: 40px;background: url(../img/select_all.png) no-repeat 0px 0px;text-indent: -9999px;}
	.selectAll:hover{background-position: -44px 0px}
	.selectAll.active{background-position: 0px -40px;}
	.selectAll.active:hover{background-position: -44px -40px;}
	
	/* DODAWANIE OBRAZKÓW */
	.postAddHolder .inputRow.fileRow,
	.auctionAdd .formSectionContent .inputRow.fileRow{width: 1px;height: 1px;overflow: hidden;position: absolute;}
	.postAddHolder .inputRow.fileRow input,
	.auctionAdd .formSectionContent .inputRow.fileRow input{border:none;background: none;}
	
	.addImageBottom{padding-bottom: 20px;border-bottom: solid 1px #eaeaea;margin-bottom: 20px;}
	.addImageBottom .globalButtonRed40{display:block;width: 170px;text-align: center;margin:0px auto;font-size: 16px;font-weight: 400;}
	.imageAddedHolder{float:left;position: relative;margin-right: 10px;margin-bottom: 30px;}
	.imageAddedHolder.item0{margin-right: 0px;}
	.fileHolder.crop_button{display:none;}
	.fileHolder.del_file{display:block;position:absolute;width:37px;height: 37px;background: url(../img/image_del.png) no-repeat 0px 0px;text-indent: -9999px;top: -18px;left: 50%;margin-left: -18px;cursor:pointer;}
	.fileHolder.del_file:hover{background-position: 0px -37px;}
	.addPhotoBackground{position: relative;}
	.progressBar{
		bottom: 33px;
		left: 50%;
		margin-left: 100px;
		position: absolute;
	}
	
	/*	ARTYŚCI POJEDYNCZY	*/
	
	.artistSingle #pageHolder{background: none;border:none;padding:0px;}
	.artistSingle #pageHolder #pageContent{background: #fff;border: solid 1px #eaeaea;margin-bottom: 20px;padding: 20px;}
	.artistSingle .artistPhoto{float:right;margin-left:15px;margin-bottom:15px;}
	.artistSingle .artistName{font-weight: 600}
	.artistSingle .description{text-align:justify;margin-top:10px;}
	.artistSingle .descritionBox {background-color:#fff;border:1px solid #eee;padding:20px}
	.artistSingle .bigText2 {font-size:24px; padding: 15px;}
	.artistSingle .description hr, .artistSingle #pageContent hr  {border: 0; border-top: 1px solid #eee; margin:20px 0}
	.artistSingle .globalButtonYellow32{width:320px;text-align: center; font-size:15px; font-weight:normal;} 
	
	.artistBoxes{margin-bottom:35px;}
	.artistBoxes .globalBoxTitle{padding-left:15px;}
	.artistBoxes .boxLinks a span{display:none}
	.artistBoxes .boxLinks .globalButtonYellow40{font-weight: 300;float:left;padding:0px 15px;}
	
	.artistObjectLists{padding-bottom: 10px;}
	.artistObjectLists .auctionObjectsHeader{font-weight: 300;padding:0px 15px 0px 15px;display: block;color:#555;line-height: 30px;}
	.artistObjectLists .auctionObjectsHeader:hover{color:#fb4745;text-decoration: none;}
	.artistObjectLists .auctionObjectsHeader .count{color:#fb4745;}
	
	/*	LOGOWANIE  */
	.loginHolder{}
	.loginHolder #rightSidebar{clear:both;width: 100%;float:none;}
	.loginHolder #rightSidebar .boxAbonament750{float:none;margin:0px auto;}
	.loginHolder.oneSidebar #pageHolder{width:100%;max-width: none;min-height: 0;margin-bottom:40px;}
	.loginHolder.oneSidebar #pageHolder #pageContent{border-bottom:solid 1px #eaeaea;}
	#pageHolder.loginPage{background:none;border-color:#fafafa;margin-top:15px;border:none;}
	#pageHolder.loginPage #pageHeader{text-align: center;color:#f2bf3e;margin-bottom:30px;font-size:33px;font-weight: 600;}
	#pageHolder.loginPage #pageHeader h1{font-weight: 600;}
	#pageHolder.loginPage .loginForm{width:620px;margin:0px auto;}
	#pageHolder.loginPage .loginForm .loginRow{width:245px;margin-right:20px;float:left;}
	#pageHolder.loginPage .loginForm .loginRow.submitRow{float:right;width:85px;margin:0px;}
	#pageHolder.loginPage .loginForm .loginRow label{display:block;float:left;width:50px;line-height: 36px;font-size:14px;color:#393939;}
	#pageHolder.loginPage .loginForm .loginRow .inputHolder{display:block;float:left;}
	#pageHolder.loginPage .loginForm .loginRow input{height: 20px;line-height: 20px;width:160px;padding:6px 15px;}
	.errMsg{color:#eb3d31;}
	
	#pageHolder.loginPage .loginForm .loginRow.submitRow input{float:right;width:auto;padding:0px 20px;height: 36px;line-height: 36px;}
	#pageHolder.loginPage .loginLinks{text-align: center;padding-top:50px;}
	#pageHolder.loginPage .loginLinks a{color:#393939;}
	#pageHolder.loginPage .loginLinks a:hover{color:#d73018;}
	#pageHolder.loginPage .loginLinks .loginLinksSeparator{padding:0px 20px;}
	
	/*	REJESTRACJA  */
	.registrationInfo{color:#393939;font-weight: 600;padding:50px 0px}
	.registrationInfo .staticText{line-height: 28px;}
	.registrationInfo .globalButtonRed40{width:165px;margin:30px auto 0px auto;text-align: center;}
	#pageHolder.registrationInfo #pageContent{padding:20px 20px 60px 20px;}
	
	/*	MÓJ PROFIL  */
	#pageHolder.usersProfile{}
	#pageHolder.usersProfile #pageHeader{}
	
	#pageHolder .profileLinks{padding-bottom:20px;}
	#pageHolder .profileLinks a{margin-right:10px;margin-bottom:10px;float:left;border:none;cursor:pointer;background:#eaeaea url(../img/red_bttn_40.png) repeat-x 0px 40px;color:#555555;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;display:block;line-height: 32px;font-weight: 600;padding:0px 15px;height: 32px;}
	#pageHolder .profileLinks a:hover{text-decoration: none; background-position: 0px 0px;color:#fff;}
	#pageHolder .profileLinks a.active{text-decoration: none; background-position: 0px 0px;color:#fff;}
	
	
	#pageHolder .profileSubmenu .profileLinks{padding-top: 20px;border-top: solid 1px #eaeaea;padding-bottom: 10px;}
	
	.chargeBox{}
	.chargeBox .globalBoxTitle{padding-bottom:10px;}
	.chargeBox .globalBoxContent{padding-bottom:30px;border-bottom:solid 1px #eaeaea;margin-bottom:25px;}
	.chargeBox .globalBoxContent .premiumInfo{float:left;margin-right:20px;line-height: 30px;}
	.chargeBox .globalBoxContent a {display:block;float:left;}
	.chargeBox .globalBoxContent .globalButtonYellow32{padding: 0px 10px;}
	.chargeBox .globalBoxContent a span{/*display:none;*/}
	
	.usersProfile .dataLeft{display: inline-block;text-align: left;margin: 0px 50px;max-width: 250px;vertical-align: top}
	.usersProfile .dataRight{display: inline-block;text-align: left;margin: 0px 50px;max-width: 250px;vertical-align: top;}
	.usersProfile .dataColumnTitle{font-weight: 600;padding-bottom:10px;}
	.usersProfile .userData .formfield_14{display:none;}
	.usersProfile .userData .formSectionTitle{display:none;}
	.usersProfile .userData .profileDataRow .value{font-weight: 600;}
	.usersProfile .userData .profileDataRow.haslo{display:none;}
	.usersProfile .userData .profileDataRow.faktura_checkbox{display:none;}
	
	.editLink{padding-top:10px;}
	.editLink .globalButtonRed40{padding:0px 20px;float:left;}
	.editLink .editInfo{color:#8e8e8e;line-height: 16px;padding-top:10px;}
	
	.profileDataRow.zgoda_na_newsletter{display: none;}
	
	/*	POWIADOMIENIA */
	.notifications{}
	.notificationSectionTitle{padding-bottom:10px;height: 16px;}
	.notificationSectionTitleBig{font-weight: 600;padding-bottom:15px;}
	.notifications #notificationSelect{width:100%;padding:5px;}
	.notifications #notificationTypes .newListSelected{width:80%;}
	
	.notifications #notificationsList{width: 90%;max-width:735px;margin: 0px auto;}
	.notificationMethodsLeft{float:left;line-height: 40px;}
	#notificationSave{float: right;}
	#notificationTypes{position:relative;max-width: 440px;padding-bottom:10px;margin: 0px auto;}
	#notificationMethods{padding-top:10px;}
	
	.notificationTable{border-top: solid 2px #eaeaea;border-right: solid 2px #eaeaea;width:100%;max-width: 800px;}
	.notificationTable tr th{border-left: solid 2px #eaeaea;border-bottom: solid 2px #eaeaea;font-weight: 600;padding:10px;text-align: left;}
	.notificationTable tr td{border-left: solid 2px #eaeaea;border-bottom: solid 2px #eaeaea;padding:10px;text-align: left;line-height: 22px;}
	.notificationTable tr td.centerContent{text-align: center;}
	.chargeItemsTable.notificationTable tr td{cursor:pointer;}
	.chargeItemsTable.notificationTable tr td span.promoPrice{color:#BF2E1A;}
	.notificationTable tr td.optionsTd{min-width: 120px;}
	.notificationTable tr td .notificationMethodEdit{float:left;padding:0px 8px;}
	.notificationTable tr td .notificationMethodDelete{float:right;padding:0px 10px;}
	.notificationTable tr td #notificationSave{position: static;float:right;}
	.notificationTable tr.odd td{background:#fafafa;}
	.notificationTable tr.active td{background: #ff4a4a url(../img/table_row_active.png) left bottom repeat-x !important;color:#fff;}
	.notificationTable tr.active td span.promoPrice{color:#FFF;}
	.notificationTable.chargeItemsTable tr:hover td{background:#efefef;}
	.notificationTable tr .center{text-align: center;}
	
	/*	FAKTURY */
	.invoicesList{padding-top:20px;}
	.invoicesList .notificationTable tr td a{color:#555555;}
	.invoicesList .notificationTable tr td a:hover{color:#d73018;}
	.invoicesList .notificationTable tr td{line-height: 16px;}
	
	
	
	/*	WYBÓR ABONAMENTU	*/
	.chargeInfo{border-top:solid 1px #eaeaea;padding-top:15px;}
	.chargeItemsTable{max-width: 465px;margin-top:30px;}
	.chargeRegulation{padding:30px 18px;border-bottom:solid 1px #eaeaea;}
	.chargeRegulation .icheckbox_square-red{margin-top:0px;}
	.chargeRegulation input{float:left;margin-right:5px;}
	.chargeRegulation label{float:left;}
	.rowCheckbox{padding:0px 13px;line-height: 26px;background: url(../img/checkbox.png) no-repeat 0px 0px;font-size:16px;height: 26px;display:inline-block;}
	.active .rowCheckbox{background-position: 0px -26px;}
	.chargeNextHolder{max-width: 465px;margin-top:30px;}
	.chargeNextHolder .globalButtonRed40{float:right;padding:0px 20px;}
	#onlinePaymentAjax{text-align: right;}
	
	
	.chargeItemsTableNew{max-width: none;border-right: solid 1px #eaeaea; border-top: solid 1px #eaeaea;margin-left:auto; margin-right:auto; width:442px}
	.chargeItemsTableNew .column{}
	.chargeItemsTableNew .column:hover .rowRight{background: #f5f5f5;}
	.chargeItemsTableNew .column .row{border-left: solid 1px #eaeaea; border-bottom: solid 1px #eaeaea;text-align:center;}
	.chargeItemsTableNew .column .row .rowLeft{float: left;display:none;padding: 10px;border-right: solid 1px #eaeaea;min-height: 50px;width: 200px;}
	.chargeItemsTableNew .column.first .row .rowLeft{display:block;}
	.chargeItemsTableNew .column.first .row .rowLeft.oneRowCenter {padding-top:23px;min-height:37px;}
	.chargeItemsTableNew .column .row .rowRight{float: right;padding: 10px;min-height: 50px;width: 200px;}
	.chargeItemsTableNew .column .row .rowRight.oneRowCenter {padding-top:23px;min-height:37px;}
	.chargeItemsTableNew .column .row .rowEmpty {padding-top:23px;min-height:37px;float: right;padding: 10px;min-height: 50px;width: 200px;}
	.chargeItemsTableNew .column .row .rowEmpty span.empty{padding-top: 12px; display: block;}
	.chargeItemsTableNew .column .chargeItemRow .rowRight{cursor: pointer;}
	.chargeItemsTableNew .column .chargeItemRow .rowRight:hover{background: #D82F18!important;color:#FFF;}
	.chargeItemsTableNew .column .chargeItemRow .rowRight:hover .promoPrice{color:#FFF;}
	.chargeItemsTableNew .column .row.hover{background: #f5f5f5;}
	
	.chargeItemsTableNew .column .row span.promoPrice{color:#BF2E1A;}
	
	.chargeItemsTableNew .column .row.active{background: #DDDDDD !important;}
	.chargeItemsTableNew .column .row.active .rowRight{background: #DDDDDD;}
	.chargeItemsTableNew .column .row.active .rowRight.active {background: #D82F18 !important;color:#fff;}
	.chargeItemsTableNew .column .row.active .rowRight.active span {color:#fff!important;}
	.chargeItemsTableNew .column.active .rowRight{background: #DDDDDD !important;}
	
	/*	ABONAMENT PODSUMOWANIE	*/
	.chargeSectionTitle{font-weight: 600;}
	.chargeConfimation{border-top:solid 1px #eaeaea;padding:15px 0px;}
	.invoiceInfo{border-bottom:solid 1px #eaeaea;padding-bottom:15px;margin-top:25px;}
	.chargeConfimation .globalButtonYellow40{float:left;padding:0px 20px;}
	.chargeConfimation .chargeDataRow .label{font-weight: 300;}
	.chargeConfimation .chargeDataRow .value{font-weight: 600;}
	
	/*	DOMY AUKCYJNE LISTA*/
	#pageHolder.cardListContainerAuctionHouses{background:none;border-color:#fafafa}
	#pageHolder.cardListContainerAuctionHouses #pageContent{padding-left:0px;padding-right:0px;}
	
	.auctionHouses{}
	.auctionHouseHolder{background: #fff;border:solid 1px #eaeaea;padding:15px 2%;margin-bottom:10px;position: relative;min-height: 60px;}
	.auctionHouseHolder .imgHolder{width:15%;max-width: 100px;float:left;text-align: center;padding-right:5%;}
	.auctionHouseHolder .imgHolder img{width:100%;}
	.auctionHouseHolder .ahMore{float:right;width:26%;position:absolute;right:0;top:28%;}	
	.auctionHouseHolder .ahMore .globalButtonYellow32{width:52px;text-align: center;margin: 15px auto 0px auto;}
	
	.auctionHouseHolder .ahInfo{float:left;padding:0 20px 0 0;position:relative;max-width: 40%;}
	.auctionHouseHolder .ahInfo .name{line-height: 18px;margin-bottom:3px;}
	.auctionHouseHolder .ahInfo .street{font-weight: 300;line-height: 16px;}
	.auctionHouseHolder .separator{background:#d4d4d4;position:absolute;top:10%;height: 80%;width:1px;right:26%;}
	
	#pageHolder.cardListContainerAuctionHouses .auctionHouseHolder .imgHolder{display: inline-block; float: none;vertical-align: middle;}
	#pageHolder.cardListContainerAuctionHouses .ahInfo{display: inline-block;float: none;vertical-align: middle;}
	#pageHolder.cardListContainerAuctionHouses .auctionHouseHolder .ahMore{top: 0;height: 100%;}
	#pageHolder.cardListContainerAuctionHouses .auctionHouseHolder .ahMore .globalButtonYellow32{position: absolute;margin:0;left: 50%;margin-left: -26px;margin-top: -15px;top: 50%;}
	
	
	/*	DOMY AUKCYJNE POJEDYNCZY */
	#pageHolder.singleAuctionHouse{background:none;border-color:#fafafa}
	#pageHolder.singleAuctionHouse #pageHeader{display:none;}
	#pageHolder.singleAuctionHouse #pageContent{padding-left:0px;padding-right:0px;}
	#pageHolder.singleAuctionHouse .auctionHouseHolder{padding: 30px 3%;}
	#pageHolder.singleAuctionHouse .auctionHouseHolder .imgHolder{width:18%;max-width: 120px;float:left;text-align: left;padding:0px;padding-right:3%;}
	#pageHolder.singleAuctionHouse .auctionHouseHolder .imgHolder img{max-width: 100%;}
	#pageHolder.singleAuctionHouse .name{margin-bottom:10px;font-weight: 600;}
	#pageHolder.singleAuctionHouse .street{line-height: 18px;}
	#pageHolder.singleAuctionHouse .contact{font-weight: 300;margin-top:10px;line-height: 18px;}
	#pageHolder.singleAuctionHouse .value{font-weight: 600;}
	#pageHolder.singleAuctionHouse .ahInfoRight{font-weight: 300;margin-top:10px;line-height: 18px;width:35%;float:right;overflow:hidden;}
	#pageHolder.singleAuctionHouse .auctionHouseHolder .separator{right:40%;}
	
	/*	KATALOGI AUKCYJNE LISTA */
	#pageHolder.auctionGroupsList{background:none;border-color:#fafafa}
	#pageHolder.auctionGroupsList #pageContent{padding-left:0px;padding-right:0px;}
	
	
	/*	KATALOGI AUKCYJNE POJEDYNCZY */
	#pageHolder.auctionsGroupSingle{border:none;background:none;}
	#pageHolder.auctionsGroupSingle #pageHeader{border:solid 1px #eaeaea;border-bottom:none;background: #fff;}
	#pageHolder.auctionsGroupSingle #pageContent{background:#fff;border:solid 1px #eaeaea;border-top:none;}
	.auctionsGroupSingle .auctionsGroupTop{position:relative;padding-bottom:20px;}
	.auctionsGroupSingle .auctionsGroupTop .auctionsGroupLeft{float:left;width:45%;}
	.auctionsGroupSingle .auctionsGroupTop .auctionsGroupLeft .groupName{line-height: 26px;font-weight: 400;margin-bottom:5px;}
	.auctionsGroupSingle .auctionsGroupTop .auctionsGroupLeft .auctionDate{color:#7F1C1C;font-weight: 300;}
	.auctionsGroupSingle .auctionsGroupTop .auctionsGroupLeft .auctionHouseInfo{margin-top:20px;}
	.auctionsGroupSingle .auctionsGroupTop .auctionsGroupLeft .auctionHouseInfo img{display:block;float:left;max-width:15%;margin-right:5%;}
	.auctionsGroupSingle .auctionsGroupTop .auctionsGroupLeft .auctionHouseInfo .auctionHouseText{float:right;width:80%;line-height: 16px;margin-top:10px;}
	
	.auctionsGroupSingle .auctionsGroupTop .auctionsGroupRight2 {float:right;font-size:22px;line-height:26px; }
	.auctionsGroupSingle .auctionsGroupTop .auctionsGroupRight2 .tillEnd {margin-bottom:5px}
	.auctionsGroupSingle .auctionsGroupTop .auctionsGroupRight2 .extension {font-size:20px; color:#bf2e1a}
	
	.auctionsGroupSingle .auctionsGroupTop .separator{background:#d4d4d4;position:absolute;top:0;height: 90%;width:1px;left:48%;}
	
	.auctionsGroupSingle .auctionsGroupTop .auctionsGroupRight{float:right;width:50%;position:relative;}
	.auctionsGroupSingle .auctionsGroupTop .auctionsGroupRight.bottomPosition{position:absolute;bottom:20px;left:50%;}
	.auctionsGroupSingle .auctionsGroupTop .auctionsGroupRight .additionalInfoBox{float:left;width:30%;font-weight: 300;line-height: 16px;margin-right:5%;}
	.auctionsGroupSingle .auctionsGroupTop .auctionsGroupRight .additionalInfoBox.boxCount1{width:100%;margin-right:0px}
	.auctionsGroupSingle .auctionsGroupTop .auctionsGroupRight .additionalInfoBox.boxCount2{width:44%;}
	.auctionsGroupSingle .auctionsGroupTop .auctionsGroupRight .additionalInfoBox .additionalInfoTitle{font-weight: 600;}
	.auctionsGroupSingle .auctionsGroupTop .auctionsGroupRight .regulation{position: absolute;bottom:0px;right:0px;}
	.auctionsGroupSingle .auctionsGroupTop .auctionsGroupRight .regulation .regulationText{display:none;}
	.regulationText{padding:0 20px;}
	.auctionsGroupSingle .auctionsGroupTop .auctionsGroupRight .regulation .regulationLink{color:#393939;}
	.auctionsGroupSingle .auctionsGroupTop .auctionsGroupRight .regulation .regulationLink:hover{color:#d73018;}
	.auctionsGroupSingle .auctionsGroupBottom{padding-top:20px;border-top:solid 1px #eaeaea;}
	
	.auctionsSearchGroup{background:#fff;padding:20px;border:solid 1px #EAEAEA;margin-bottom:20px;}
	
	#pageHolder.auctionsGroupSingle .boxAuctionsFilter{padding-top:20px;}
	/*#pageHolder .boxAuctionsFilter.catalogFilter .main_search .mainSearchHolder input{width:90%;padding: 10px 5%;}*/
	#pageHolder .boxAuctionsFilter.catalogFilter .main_search .mainSearchHolder .submit{padding:0;width:50px;}
	
	
	.auctionObjectsList{background: url(../img/ajax-loader-tabs.gif) no-repeat center 200px;}
	.auctionObjectsList.loaded{background: none;}
	.auctionObjectsList .auctionObjectsHeader{font-weight: 300;padding:0px 15px 15px 15px;display: block;color:#555}
	.auctionObjectsList .auctionObjectsHeader:hover{color:#fb4745;text-decoration: none;}
	.auctionObjectsList .auctionObjectsHeader .count{color:#fb4745;}
	.count{color:#fb4745;}
	.auctionObjectsList .objectsHolder{visibility: hidden;min-height: 200px;}
	.auctionObjectsList.loaded .objectsHolder{visibility: visible;background: none;}
	.auctionObjectsList .auctionSingleObject .auctionSingleObjectInside{position:relative;}
	.auctionObjectsList .auctionSingleObject .auctionObjectRight{width:68%;float:right;}
	.auctionObjectsList .auctionSingleObject .auctionObjectRight.bottomPosition{position:absolute;bottom:0px;right:0px;}
	.auctionObjectsList .auctionSingleObject .auctionObjectRight .auctionObjectTop{position:relative;min-height: 40px;font-size:14px}
	.auctionObjectsList .auctionSingleObject .auctionObjectRight .auctionArtistName{line-height: 30px;margin-bottom:5px;color:#555;font-weight: 300;}
	.auctionObjectsList .auctionSingleObject .auctionObjectRight .auctionArtistName .leftSide{float:left;/*width:74%;*/display:block;line-height: 30px;}
	.auctionObjectsList .auctionSingleObject .auctionObjectRight .auctionArtistName .rightSide{float:right;width:25%;text-align: right;line-height: 14px;padding-top:7px;color:#555555;}
	
	.auctionObjectsList .auctionSingleObject{background:#fff;border: solid 1px #eaeaea;margin-bottom:10px;padding:20px;position: relative;}
	/*.auctionObjectsList .auctionSingleObject:hover{background:#e8e8e8}*/
	.auctionObjectsList .auctionSingleObject:hover{border-color:#ddd;}
	.auctionObjectsList .auctionSingleObject .imgHolder{width:30%;float:left;text-align: center;}
	.auctionObjectsList .auctionSingleObject .imgHolder.bottomPosition{position:absolute;bottom:0px;left:0px;}
	.auctionObjectsList .auctionSingleObject .imgHolder img{max-width: 100%;}
	.auctionObjectsList .auctionSingleObject .imgHolder{line-height: 18px;}
	.auctionObjectsList .auctionSingleObject .auctionObjectBottom{padding-top:14px;border-top:1px solid #d4d4d4;margin-top:15px;}
	.auctionObjectsList .auctionSingleObject .auctionObjectBottomBlock{float:left;margin-right:20px;}
	.auctionObjectsList .auctionSingleObject .catalogNumber{color:#757573;display: block;margin-right:0px;float:none;margin-bottom:10px;}
	.auctionObjectsList .auctionSingleObject .soldPrice{color:#a72f36;height: 22px;line-height: 22px;font-weight: 500;margin-bottom:3px}
	.auctionObjectsList .auctionSingleObject .soldPrice.notSold{color:#555;}
	.auctionObjectsList .auctionSingleObject .startPrice{color:#555;height: 22px;line-height: 22px;font-weight:300;}
	.auctionObjectsList .auctionSingleObject .estimatePrice{color:#555555;height: 22px;line-height: 26px;}
	
	.auctionObjectsList .auctionSingleObject .tillEnd {float: right; font-size: 16px; color: #f00; line-height: 26px}
	.auctionObjectsList .auctionSingleObject .auctionObjectName{width:70%;}
	.auctionObjectsList .auctionSingleObject .auctionObjectName a{color:#000;font-style: italic;line-height: 20px;margin-bottom:5px;}
	.auctionObjectsList .auctionSingleObject .auctionObjectShort{color:#555555;font-weight: 300;line-height: 20px;width:70%;}
	
	.auctionObjectOverlayLink{display: block;position:absolute;width:100%;height:100%;z-index: 2;top:0px;left:0px;background: url(../img/blank.png);}
	
	.auctionObjectsList .auctionBidBttn,.auctionObjectsList .auctionBidBttn2{float:right;padding-right:50px;text-align: right;color:#555;background: url(../img/offer_ico.png) no-repeat right top;height: 40px;max-height: 40px;position: relative;z-index: 9;font-weight: 300;line-height: 18px;position:absolute;bottom:0px;right:0px;cursor:pointer}
	.auctionObjectsList .auctionBidBttn:hover, .auctionObjectsList .auctionBidBttn2:hover{background-position: right -80px;text-decoration: none;}
	
	/*	FILTRY AUKCJI */
	.boxAuctionsFilter{margin-bottom: 20px;}
	.boxAuctionsFilter .globalBoxTitle{text-align: center;padding-bottom:10px;}
	.boxAuctionsFilter .filterGroup {float:left;width:100%;}
	.boxAuctionsFilter .filterGroup .inputRow{float:left;}
	.boxAuctionsFilter .filterGroup .inputRow.artists{display:none;}
	.boxAuctionsFilter .filterGroup .inputRow label{float:left;display:block;line-height: 36px;margin-right:8px;}
	.boxAuctionsFilter .filterGroup .inputRow input{height: 22px;line-height: 22px; padding:5px;text-align: left;}
	.boxAuctionsFilter .filterGroup .inputRow .inputHolder{float:left;}
	.boxAuctionsFilter .filterGroup .inputRow .checkboxHolder input{float:left;width: auto;}
	.boxAuctionsFilter .filterGroup .inputRow .radioHolder input{float:left;width: auto;}
	
	.boxAuctionsFilter .main_search,.boxAuctionsFilter .main_search2{max-width:930px;width: 95%;margin:0px auto;float:none;}
	.boxAuctionsFilter .main_search{position:relative;}
	.boxAuctionsFilter .main_search .mainSearchHolder{width:80%;position:relative;}
	.boxAuctionsFilter .main_search .mainSearchHolder .inputHolder{width:100%}
	.boxAuctionsFilter .main_search .mainSearchHolder input{width:60%;height: 26px;line-height: 26px;padding:10px 8% 10px 30%;font-size:18px;}
	.boxAuctionsFilter .main_search .mainSearchHolder .submit{width:50px;height:50px;border:none;background: url(../img/search_ico.png) no-repeat 0px 0px;position:absolute;right:1%;top:0px;text-indent: -9999px;cursor:pointer;padding:0;}
	.boxAuctionsFilter .main_search .mainSearchHolder .submit:hover{background-position: 0px -50px;}
	.boxAuctionsFilter .main_search .mainSearchCategory {position:absolute;width:20%;z-index: 3;height: 50px;}
	.boxAuctionsFilter .main_search .mainSearchCategory .inputHolder{width:100%;}
	.boxAuctionsFilter .main_search .mainSearchCategory select{height: 50px;line-height: 16px;padding:10px;}
	
	.boxAuctionsFilter .globalButtonGray50{float:right;font-weight: 400;padding:0px 10px 0px 20px;position:absolute;top:0px;z-index: 2; left: 101%;width: 130px;}
	.boxAuctionsFilter .globalButtonGray50 .arrow{padding:11px;background: url(../img/filter_button.png) no-repeat center -50px;}
	.boxAuctionsFilter .globalButtonGray50.active .arrow{background-position: center 0px;}
	
	.shortFirstRow{width: 95%;max-width: 735px;margin: 0px auto 10px auto;}
	.boxAuctionsFilter .leftSide{float:left}
	.boxAuctionsFilter .rightSide{float:right}
	.boxAuctionsFilter .searchRow{
		border-bottom: 1px solid #d4d4d4;
		padding-bottom: 1%;
	}
	
	
	.boxAuctionsFilter .main_search2{padding: 13px 0px;}
	
	.boxAuctionsFilter .main_search2 input{width:60px;padding:0px 5px}
	.boxAuctionsFilter .main_search2 .inputRow{margin-right:10px;}
	.boxAuctionsFilter .main_search2 .inputRow.catalog_number{margin-right:0px;}
	.boxAuctionsFilter .main_search2 .catalog_number input{width:72px}
	
	.boxAuctionsFilter .main_search2 .priceSliderLabel{float:left;display:block;width:45px;line-height: 36px;}
	.boxAuctionsFilter .main_search2 .priceSliderHolder{float:left;width:305px;margin-right:15px;margin-top:14px;}
	.boxAuctionsFilter .main_search2 .priceSliderHolder .minValue{float:left;font-size:13px;}
	.boxAuctionsFilter .main_search2 .priceSliderHolder .maxValue{float:right;font-size:13px;}
	
	.priceSliderHolder .slider-range.ui-slider{border:none;border-radius: 0px;background: #c8c8c8;height: 10px;}
	.priceSliderHolder .ui-slider-range{background: #696969;border-radius: 0px;border:none;}
	.priceSliderHolder .ui-slider .ui-slider-handle {background: url(../img/slider_handle.png) no-repeat 0px 0px;border:none;top:auto;bottom:0px;height: 21px;}
	.priceSliderHolder .ui-slider .ui-slider-handle.ui-state-focus{background-position: 0px -22px;}
	
	.advancedSearch{border: solid 2px #eaeaea;background: #fff;padding: 1%;display:none;position: relative;}
	.advancedSearch.active{display:block}
	.advancedSearch .advanced_search_start{padding-bottom:1%;border-bottom:#d4d4d4 solid 1px;}
	.advancedSearch .advanced_search_start .inputRow{max-width:19%;}
	.advancedSearch .advanced_search_start .inputRow.author{max-width: 25%;width: 25%;padding-right:1%;margin-right:2%;}
	.advancedSearch .advanced_search_start .inputRow.name_description{max-width: 25%;width: 25%;padding-right:1%;margin-right:2%;}
	.advancedSearch .advanced_search_start.filterGroup .inputRow.name_description .inputHolder{width:75%}
	
	.advancedSearch .advanced_search_start .inputRow.author_id{display:none;}
	
	.advancedSearch .advanced_search_start.filterGroup .inputRow .inputHolder{width:70%;}
	.advancedSearch .advanced_search_start.filterGroup .inputRow.checkboxList{width:16%;max-width: none;background: none;margin-right:0;padding-right:0;}
	.boxAuctionsFilter .filterGroup .inputRow.material{background:none;}
	.boxAuctionsFilter .filterGroup .inputRow.sale_condition{background:none;padding-right:0px;margin-right:0px;}
	.advancedSearch .advanced_search_start.filterGroup .inputRow input{width:100%;}
	.advancedSearch .inputRow {background: url(../img/filter_separator.png) no-repeat right center;margin-right:3%;padding-right:2%;}
	.advancedSearch .inputRow select{padding:5px;}
	.advancedSearch .inputRow .checkboxHolder{float:left;}
	.advancedSearch .inputRow .radioHolder{float:left;}
	.advancedSearch .inputRow .checkboxGroup{float:left;}
	
	.advancedSearch .searchRow2{padding:1% 0px;border-bottom:#d4d4d4 solid 1px;}
	.advancedSearch .searchRow3{padding:1% 0px;border-bottom:#d4d4d4 solid 1px;}
	.advancedSearch .advanced_search_end{padding-top:1%}
	.advancedSearch .last {border-bottom: none !important}
	.advancedSearch .last .submit{width:50px;height:50px;border:none;background: url(../img/search_ico.png) no-repeat 0px 0px;text-indent: -9999px;cursor:pointer;padding:0;float:right;}
	.advancedSearch .advanced_search_end .submit:hover{background-position: 0px -50px;}
	.advancedSearch .advanced_search_end .auction_house select{max-width: 200px;}
	
	.advancesSearchClose{display:block;width:30px;height:29px;background: url(../img/filter_close.png) no-repeat 0px 0px;position:absolute;left:50%;margin-left:-15px;bottom:-29px;}
	
	/*	POJEDYNCZA AUKCJA */
	.auctionSingle{}
	.auctionSingle .auctionTopNav{padding-bottom:15px; border-bottom: #d4d4d4 solid 1px;margin-bottom:20px;}
	.auctionSingle .auctionTopNav .auctionPrev{display:block;line-height: 30px;color:#555555;position:absolute;right:50%;margin-right:70px;margin-top:1px;}
	.auctionSingle .auctionTopNav .auctionPrev .link_bg{float:right;width:30px;height: 30px;display:block;background: url(../img/nav_arrows.png) no-repeat 0px 0px;margin-left:10px;}
	.auctionSingle .auctionTopNav .auctionPrev:hover{text-decoration: none;}
	.auctionSingle .auctionTopNav .auctionPrev:hover .link_bg{background-position: 0px -30px;}	
	.auctionSingle .auctionTopNav .auctionNext{position:absolute;left:50%;margin-left:70px;display:block;line-height: 30px;color:#555555;margin-top:1px;}
	.auctionSingle .auctionTopNav .auctionNext .link_bg{width:30px;height: 30px;display:block;float:left;background: url(../img/nav_arrows.png) no-repeat -30px 0px;margin-right:10px;}
	.auctionSingle .auctionTopNav .auctionNext:hover{text-decoration: none;}
	.auctionSingle .auctionTopNav .auctionNext:hover .link_bg{background-position: -30px -30px;}	
	.auctionSingle .auctionTopNav .globalButtonRed32{width:90px;text-align: center;margin:0px auto;}
	
	.auctionSingle .auctionGallery{float:left;width:42%;margin-bottom: 15px;}
	.auctionSingle .auctionGallery .bigImgHolder{position: relative;}
	.auctionSingle .auctionGallery .bigImgHolder img{display:block;max-width:100%;margin:0px auto;}
	.auctionSingle .auctionGallery .bigImgHolder a{position: absolute;width: 100%;height: 100%;top:0px;left:0px;background: url(../img/zoom.png) no-repeat -1000px -1000px}
	.auctionSingle .auctionGallery .bigImgHolder a:hover{background: url(../img/zoom.png) no-repeat center;}
	.auctionSingle .auctionGallery .smallGallery{padding-top: 20px;}
	.auctionSingle .auctionGallery .smallGallery .galleryItem{display:block;float:left; margin-right: 20px;}
	.auctionSingle .auctionGallery .smallGallery .galleryItem.item1{margin-right: 0px;}
	
	
	
	.auctionSingle .auctionRight{float:right;width:54%;position: relative;}
	.auctionSingle .auctionRight .auctionName{color:#000;font-weight: 400;}
	.auctionSingle .auctionRight .artistName{font-weight: 300;line-height: 28px; padding-bottom: 7px; padding-top: 6px;}
	.auctionSingle .auctionRight .artistName .isNew {position:absolute;right:55px;top:0px;width:79px;height:31px;background:url(../img/nowosc.png) no-repeat;text-indent:-9999px;}
	.auctionSingle .auctionRight .productShort{line-height: 16px;margin-bottom:10px;}
	.auctionSingle .auctionRight .productLong{line-height: 16px;margin-bottom:10px;}
	.auctionSingle .auctionRight .offerBox{padding-bottom:15px; border-bottom: solid 1px #d4d4d4;}
	.auctionSingle .auctionRight .offerBox .isNew {position:absolute;right:8px;top:10px;width:79px;height:31px;background:url(../img/nowosc.png) no-repeat;text-indent:-9999px;}
	.auctionSingle .auctionRight .auctionBidBttn,.auctionSingle .auctionRight .auctionBidBttn2{float:right;padding-right:50px;text-align: right;color:#555;background: url(../img/offer_ico.png) no-repeat right top;height: 40px;max-height: 40px;position: relative;z-index: 9;font-weight: 300;line-height: 18px;float:right;cursor:pointer;}
	.auctionSingle .auctionRight .auctionBidBttn:hover, .auctionSingle .auctionRight .auctionBidBttn2:hover{text-decoration: none;background-position: right -80px}
	
	.auctionSingle .auctionRight .priceBox{padding:15px 0px; border-bottom: solid 1px #d4d4d4;margin-bottom:15px;}
	.auctionSingle .auctionRight .priceBox .soldPrice{color:#a72f36;height: 22px;line-height: 22px;font-weight: 600;}
	.auctionSingle .auctionRight .priceBox .startPrice{color:#000;height: 22px;line-height: 22px;}
	.auctionSingle .auctionRight .priceBox .estimatePrice{color:#555555;}
	.auctionSingle .auctionRight .priceBox .catalogNumber{color:#757573;line-height: 40px;text-align: right;}
	.auctionSingle .auctionRight .priceBox .priceBoxLeft{float:left;}
	.auctionSingle .auctionRight .priceBox .priceBoxRight{float:right;}
	.auctionSingle .auctionRight .priceBoxRight .auctionHouse{text-align: right;}
	.auctionSingle .auctionRight .priceBoxRight .auctionHouse b{font-weight: 600;}
	
	.auctionSingle .auctionRight .longText{border-bottom: solid 1px #d4d4d4;margin-bottom:15px;padding-bottom:15px;}
	
	.auctionSingle .auctionRight .catalogName{line-height: 26px;font-weight: 400;}
	.auctionSingle .auctionRight .auctionHouse{font-weight: 300;}
	
	.auctionSingle .auctionRight .catalogDate{color:#7F1C1C;font-weight: 300;}
	.auctionSingle .auctionRight .catalogInfo{background-color: #f4f4f4;padding:15px; -webkit-print-color-adjust: exact; }
	
	
	
	.auctionSingle .extraBox{padding-top:20px;margin-top: 20px;border-top:solid 1px #d4d4d4;}
	.auctionSingle .extraBoxTitle{color:#a72f36;}
	
	#simplemodal-container{padding:20px;width:700px;background: #fff;padding-bottom:40px;height: auto !important;margin-left:-370px;}
	.simplemodal-container .globalButtonRed40{font-weight: 400;font-family:  'Titillium Web', Arial, sans-serif }
	.simplemodal-close{position:absolute;top:10px;right:10px;width:30px;height: 29px;background: url(../img/modal_close.png) no-repeat 0px 0px;cursor:pointer;z-index: 100;}
	.simplemodal-close:hover{background-position: 0px -29px;}
	.modalTitle{font-weight: 300;}
	.simplemodal-container .fakeRow{width:580px;margin:0px auto;margin-bottom:5px;}
	.simplemodal-container .fakeRow .label{width:170px;float:left;margin-right:10px;text-align: right;line-height: 24px;}
	.simplemodal-container .fakeRow .value{float:left;min-width:200px;padding:5px 10px;line-height: 14px; border:solid 1px #eaeaea;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;}
	.simplemodal-container .fakeRow .inputHolder{float:left;}
	.simplemodal-container .fakeRow .inputHolder input{min-width:200px;padding:5px 10px;line-height: 14px; border:solid 1px #eaeaea;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;}
	.simplemodal-container .fakeRow .inputHolder textarea {min-width: 200px;max-width: 200px;height: 100px;border:solid 1px #eaeaea;max-height: 100px;min-height: 100px;padding:10px;}
	.simplemodal-container .fakeRow.infoText{text-align: center;}
	.simplemodal-container .submitRow{width:410px;}
	.simplemodal-container .submitRow .globalButtonRed40{float:right;}
	.simplemodal-container .modalTitle.red{color:#d53118;}
	.simplemodal-container .offerAcceptedInfo{margin-top:15px;line-height: 18px}	

	#auctionBidModal, #auctionBidSuccess {
		display:none;
		width:700px;
		padding-bottom:30px;
		background:#fff;
	}
	
	/*WYNIKI WYSZUKIWANIA*/
	#pageHolder.auctionsSearch{background:none;border:none}
	#pageHolder.auctionsSearch #pageContent{padding:0px 0px 20px 0px}
	

	.customPaging{background: #fff;border:1px solid #eaeaea;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;padding:10px 20px;margin-bottom:10px;}
	.customPagingLeft{float:left}
	.customPagingRight{float:right}
	
	.customPaging .customPagingSection{float: left;padding-right:10px;margin-right:10px;background: url(../img/filter_separator.png) no-repeat right;height: 38px;}
	.customPaging .customPagingSection.pagingCenter{text-align: center;}
	.customPagingBottom.customPaging .customPagingSection.pagingCenter{}
	.customPaging .paging{margin:0px;padding:0px;display:inline-block;height: 34px;line-height: 34px;}
	.customPaging .pagingInputHolder{display:inline-block;}
	.customPaging .pagingInputHolder .pagingInput{display:block;float:left;width:45px;text-align: center;border: solid 2px #eaeaea;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;padding:10px 0px;}
	.customPaging .pagingInputHolder .pagingInput.error{border-color:#db321e;}
	.customPaging .pagingInputHolder .inputMax{display:block;float:left;padding-left:10px;line-height: 40px;}
	
	.customPaging .sortSection{}
	.customPaging .sortSection .orderLinks{float:left;margin-right:10px;margin-top:2px}
	.customPaging .sortSection .orderLinks a{display:block;line-height: 16px;color:#555555;}
	.customPaging .sortSection .orderLinks a.active{color:#e93c2f;}
	.customPaging .customPagingSection.artistListSelect{width:240px;}
	
	.customPaging .sortSection .directionLinks{float:left;top:3px;position:relative;}
	.customPaging .sortSection .directionLinks a{display:block;width:16px;height: 16px;text-indent: -9999px;background: url(../img/sort_arrows.png) no-repeat -16px 0px}
	.customPaging .sortSection .directionLinks a.desc{background-position: -16px -16px;}
	.customPaging .sortSection .directionLinks a.active{background-position: 0px 0px;}
	.customPaging .sortSection .directionLinks a.desc.active{background-position: 0px -16px;}
	
	.customPaging .customPagingSection.pagingRange {background:none;padding-right:0px;margin-right:0px;}
	.customPaging .customPagingCounter{line-height: 38px;background: none;}
	.pagingRange .rangeLabel{float:left;margin-right: 5px;line-height: 36px;}
	.pagingRange .showAllHref{color:#555; line-height: 36px;}
	.pagingRange .showAllHref:hover{color:#e93c2f;}
	
	.noChart{display:none;text-align: center;min-height: 210px;padding-top:20px}
	
	/*	JQUERY UI STYLE GLOBALNE*/
	body .ui-widget{font-size:14px;color:#555;font-family: 'Titillium Web', Arial, sans-serif ;}
	body .ui-widget-content{border:solid 2px #eaeaea;}
	body .ui-widget-header{background:#696969;color:#fff;}
	body .ui-widget-header a{color:#fff;}
	#ui-datepicker-div{z-index: 100 !important;}
	
	.uppercase{text-transform: uppercase}
	
	.loginModal{display:none;width:650px;}
	.loginModal .loginText{padding:10px 0px;max-width:500px}
	.loginModal .loginText.red{color:#d53118;}
	.loginModal .submitRow {width: auto;}
	.loginModal .submitRow input{width: 100px;margin:0px auto;float:none;margin-top:10px;font-size:15px;line-height:40px;}
	.loginModal .form .inputRow label{width:235px;}
	.loginModal .form .formLinks .inputRow{margin-bottom:0px;}
	.loginModal .form .formLinks label{padding-top:0px;}
	.loginModal .form .inputRow .inputHolder input{width: 195px;}
	.simplemodal-wrap{height: auto !important;}
	
	
	.pricing .articleHolder .staticText {
		font-size:16px;
	}
	
	.pricing .articleHolder .staticText img {
		width:100%;
		max-width:1058px;
	}
	
	.pricing .articleHolder .staticText .tableHeader1 {
		font-size:24px;
		color:#555555;
		text-align:center;
		font-weight:600;
	}
	
	.pricing .articleHolder .staticText .tableHeader1 span {
		color:#bf2e1a;
	}
	
	.pricing .articleHolder .staticText .tableHeader2 {
		font-size:26px;
		color:#555555;
		text-align:center;
		font-weight:600;
	}
	
	.pricing .articleHolder .staticText .tableHeader2 span {
		color:#bf2e1a;
	}
	
	.pricing .articleHolder .staticText .orderButtons {
		padding:20px 0 0 295px;
	}
	
	.pricing .articleHolder .staticText .orderButtons a {
		display:inline-block;
		height:51px;
		line-height:51px;
		color:#FFF;
		font-size:16px;
		text-align:center;
		font-weight:600;
		vertical-align:middle;
	}
	
	.pricing .articleHolder .staticText .orderButtons a.contact {
		width:151px;
		background:url(../img/pricing_contact.png) no-repeat;
		margin-right:50px;
	}
	
	.pricing .articleHolder .staticText .orderButtons a.order {
		width:101px;
		background:url(../img/pricing_order.png) no-repeat;
		margin-right:165px;
	}
	
	.pricing .articleHolder .staticText .orderButtons a:hover {
		text-decoration:none;
		background-position:0 -51px;
	}
	
	.pricing .articleHolder .staticText .orderButtons a.lastInRow {
		margin-right:0;
	}
	
	.pricing .articleHolder .staticText .orderButtons .user {
		display:inline-block;
		padding:0 190px 0 0;
		vertical-align:middle;
	}
	
	.pricing .articleHolder .staticText .orderButtons .user a {
		display:block;
		color:#bf2e1a;
		height:25px;
		line-height:25px;
	}
	
	.pricing .articleHolder .staticText .orderButtons .user a:hover {
		text-decoration:underline;
	}
	
	.pricing .articleHolder .staticText .contentHeader {
		font-size:18px;
		font-weight:600;
		padding:0 0 10px 0;
	}
	
	
	.searchQuantityInfo {
		color:#F84541;
		font-size:18px;
		margin:0 0 10px 0;
		border: 2px solid #EAEAEA;
		border-radius: 5px;
		padding:10px;
		text-align:center;
		background:#FFF;
	}
	
	#boxSearchLimitForm {
		display:none;
	}
	
	.ui-widget-overlay{opacity: 0.5 !important; background: #000 !important;z-index:9999 !important;}
	.ui-dialog.ui-widget{z-index:9999;border:none;border-radius: 0px;font-family: 'Titillium Web',Arial,sans-serif;}
	.ui-dialog.ui-widget .ui-dialog-titlebar{background: none;border:none;}
	.ui-dialog.ui-widget .ui-dialog-title{font-weight: 300;font-size: 26px; color:#555;}
	.ui-dialog.ui-widget .ui-dialog-titlebar-close{
		background: url("../img/modal_close.png") no-repeat 0px 0px;
		border: none;
		cursor: pointer;
		height: 29px;
		position: absolute;
		right: 10px;
		top: 20px;
		width: 30px;
		z-index: 100;
	}
	
	.ui-dialog.ui-widget .ui-dialog-titlebar-close .ui-button-text{display: none;}
	
	.ui-dialog.ui-widget .ui-dialog-titlebar-close .ui-icon{display:none;}
	
	.dialogForm{list-style: none;}
	.dialogForm label{display:none;}
	.dialogForm .captcha{float:left;margin-right: 5px;}

	.dialogForm .captcha .imgHolder{width:100px;height:30px;background:url(../img/ajax-loader.gif) center center no-repeat;}
	.dialogForm .captcha .imgHolder img{display:block;}
	.dialogForm .captchaInput{float:left;}
	.dialogForm .captchaInput input{display:block;width: 150px;padding:5px;}
	.dialogForm li.submit{padding-right: 5px;position: relative;}
	.dialogForm li.submit img{float:right;}
	.dialogForm .globalButtonRed36{height: 30px;width: 100px;float:right;}
	.dialogInfo{color:#555555;margin-bottom: 20px;line-height: 18px;}
	.refreshCaptcha{font-size: 13px}
	
	
	.viewsCounter{padding-left:35px; background: url(../img/views_counter.png) no-repeat 0px center;height: 26px;line-height: 26px;color:#878787;font-size: 16px;font-weight: 300;float:right; right:5%; bottom:11%}
	.articleListHolder .viewsCounter{position: absolute;bottom: 20px;right: 25px;}
	
	#remindPassBox {display:none;}
	
	.pagingSortHolder .pagingSortSelect {
		position:absolute;
		left:-9999px;
	}
	
	.pagingSort {
		position:relative;
	}
	
	.pagingSort .pagingSortCurrent {
		border:2px solid #eaeaea;
		background:#fff url("../img/select_arrow.png") right center no-repeat;
		border-radius:5px;
		color:#555;
		cursor:pointer;
		padding:0 50px 0 10px;
		height:32px;
		line-height:32px;
		font-size:14px;
		text-align:left;
	}
	
	.pagingSort .pagingSortCurrent span {
		font-weight:600;
	}
	
	.pagingSort .pagingSortList {
		position:absolute;
		top:34px;
		z-index:4;
		background:#FFF;
		border:2px solid #eaeaea;
		border-radius:5px;
		display:none;
		width:210px;
	}
	
	.pagingSort .pagingSortList .pagingSortListRow {
		font-size:14px;
		text-align:left;
		padding:5px 0 0 10px;
	}
	
	.pagingSort .pagingSortList .pagingSortListRow label {
		display:inline-block;
		text-align:right;
		padding:0 10px 0 0;
		width:65px;
	}
	
	.pagingSort .pagingSortList .pagingSortListRow span {
		display:inline-block;
		cursor:pointer;
		font-weight:600;	
	}
	
	.pagingSort .pagingSortList .pagingSortListRow span:hover,
	.pagingSort .pagingSortList .pagingSortListRow span.active {
		color:#f94544;
	}
	
	.pagingSort .pagingSortList .pagingSortListRow.even {
		border-bottom:2px solid #eaeaea;
		padding:0 0 5px 10px;
	}
	
	.pagingSort .pagingSortList .pagingSortListRow.even label {
		color:#FFF;
	}
	
	.pagingSort .pagingSortList .pagingSortListRow.last {
		border:0;
	}
	
	.staticText img{max-width: 100% !important;}
	.staticText table{max-width: 100% !important;}
	
	.tooltipCloudHolder{position: relative;}
	.tooltipCloud{
		position: absolute;
		background: #fff;
		display: none;
		width: 280px;
		padding: 20px;
		right: 40px;
		top: 0px;
		font-size: 14px;
		line-height: 18px;
		-webkit-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.5);
		-moz-box-shadow:    2px 2px 5px 0px rgba(50, 50, 50, 0.5);
		box-shadow:         2px 2px 5px 0px rgba(50, 50, 50, 0.5);
		z-index: 15;
	}
	.auctionSingleObject .auctionObjectBottomBlock  .tooltipCloud2 {right:45px; top:20px}
	
	.tooltipCloudHolder:hover .tooltipCloud{display: block;}
	@media (max-width: 1200px)
	{
		.mainPageBox.invitations{padding-left: 30px;padding-right: 30px;}
	}
	
	@media (max-width: 1124px)
	{
		#top .mainMenu li a{font-size: 12px;padding: 10px 8px;}
		#top .logo{padding-left:10px;}
		#top .mainMenu{padding-left:10px;}
		
		.customPaging .customPagingSection.pagingCenter{width:auto;}
		.customPagingBottom.customPaging .customPagingSection.pagingCenter{width:auto;}
		
		.pricing .articleHolder .staticText .orderButtons {
			padding-left:0!important;
		}
		
		.pricing .articleHolder .staticText .orderButtons a {
			margin-right:15px !important;
			margin-left:15px !important;
		}
		
		.pricing .articleHolder .staticText .orderButtons a:nth-child(2),
		.pricing .articleHolder .staticText .orderButtons a:nth-child(3) {
			display:none;
		}
		
		.pricing .articleHolder .staticText .orderButtons .user {
			padding:0;
		}
		
		.pricing .articleHolder .staticText .orderButtons .user a {
			display:inline-block;
			height:51px;
			line-height:51px;
			color:#FFF;
			font-size:16px;
			text-align:center;
			font-weight:600;
			vertical-align:middle;
			width:151px;
			background:url(../img/pricing_contact.png) no-repeat;
			margin-right:60px;
		}
		
		.pricing .articleHolder .staticText .orderButtons .user a:hover {
			text-decoration:none;
			background-position:0 -51px;
		}
		
		.pricing .articleHolder .staticText .orderButtons .user a {
			margin-right:15px;
			margin-left:15px;
		}
		
		
		#pageHolder .profileLinks a {
			font-size: 15px;
			line-height: 30px;
			margin-right: 8px;
			padding: 0 14px;
		}
		
		.contestsList .articlesSearch .searchCheckbox label,
		.fairsList .articlesSearch .searchCheckbox label{margin-right: 0px !important;width: 140px !important;padding-top: 7px !important;}
		
		.fairsList .articlesSearch .dateSection,
		#articleList .articlesSearch .dateSection{display: none;}
		.fairsList .articlesSearch .mainInput,
		#articleList .articlesSearch .mainInput{float:none;max-width: none;}
	}
	
	@media (max-width: 1024px)
	{
		.bigger{font-size:50px;}
		.bigMedium{font-size:36px;}
		.bigText{font-size:26px;}
		#pageHeader{font-size:26px;}
		.mediumBigger{font-size:20px;}
		.mediumBig{font-size:18px;}
		.mediumUpper{font-size:17px;}
		.mediumUpText{font-size:16px;}
		.mediumText{font-size:15px;}
		.mediumDownText{font-size:14px;}
		.mediumSmall{font-size:12px;}
		.mediumSmaller{font-size:12px;}
		.small{font-size:11px;}
		
		#top .topBoxes{right:10px;}
		#top .mainMenu li a{font-size: 11px;padding: 10px 5px;}
		
		.boxArticlesListSlider .bannerGallery{display:none;}
		.boxArticlesListSlider .galleryHolder .bannerText{width:auto;}
		
		.boxAuctionsFilter .main_search, .boxAuctionsFilter .main_search2{width:97%}
		
		.advancedSearch .inputRow{margin-right:1%;padding-right:1%;}
		.advancedSearch .advanced_search_start .inputRow{max-width:19%;}
		.advancedSearch .advanced_search_start.filterGroup .inputRow .inputHolder{width:65%;}
		
		.searchRow2 .newListSelected{width:140px;}
		.filterGroup.advanced_search_end .newListSelected{width:140px;}
		
		.boxAuctionsFilter .filterGroup .inputRow label{margin-right: 5px;}
		
		/*
		.auctionCatalog .orderSection{width:25%;}
		.auctionCatalog .nameSection{width:51%;}
		.auctionCatalog .leftSeparator{left:53%;}
		*/
		
		#bottom .boxStaticPagesLinks a{margin-right: 4.5em;}
		
		.cardListContainer .cardsLetters a{padding: 0px 3px;}
		
		.auctionSingle .auctionRight .priceBox .priceBoxRight {
			float: right;
			max-width: 40%;
			text-align: right;
		}
		
		.boxAuctionsFilter .main_search .globalButtonGray50{padding: 0 10px;}
		.auctionDate.mediumBigger{font-size:18px;}
		
		#auctionBidModal, #auctionBidSuccess{padding-bottom:40px;}
		
		.paging ul li{margin-right:3px;}
		.customPaging{padding:10px 5px;}
		.customPaging .customPagingSection{padding-right:4px;margin-right:4px;}
		.customPaging .customPagingSection.artistListSelect{width:160px;}
		
		.auctionObjectsList .auctionBidBttn,.auctionObjectsList .auctionBidBttn2{position:relative;margin-top:5px;}
		.auctionObjectsList .auctionSingleObject .auctionObjectName{width:100%;}
		.auctionObjectsList .auctionSingleObject .auctionObjectShort{width:100%}
		
		.noChart{display:block;}
		.chartHolder{display:none;}
		
		.staticText{font-size: 12px;}
		.staticText table tr td{padding: 0px 5px;}
		
		#pageHolder .profileLinks a {
			font-size: 13px;
			line-height: 30px;
			margin-right: 8px;
			padding: 0 10px;
		}
		
		
		.cardListContainer .boxCardsFilter.boxCardsFilterNormal label{float:none !important;}
		.cardListContainer .boxCardsFilter.boxCardsFilterNormal input{width: 94% !important;font-size: 12px;}
		.cardListContainer .boxCardsFilter.boxCardsFilterNormal .submit{width: 40px !important;margin-top: 40px;}
		.cardListContainer .boxCardsFilter.boxCardsFilterNormal .checkboxRow label{line-height: 14px;padding-top: 5px;}
		.cardListContainer .boxCardsFilter.boxCardsFilterNormal .checkboxRow{width: 50% !important;top: auto !important;bottom: -45px;}
		.cardListContainer .boxCardsFilter.boxCardsFilterNormal .checkboxHolder input{width: auto !important;margin-top: 0px;}
		.cardListContainer.cardListGalleries .auctionHouseHolder .separator{display:none;}
		
		.mainPageBottom .globalBox.boxNewsletter .globalBoxContent .input{width:62%;padding: 15px 3%;}
		.mpSaleBox .globalBoxContent2 .cardsList{padding: 5px;}
		.mpSaleBox .auctionSingleObject{padding: 8px}
		.mpSaleBox .auctionSingleObject:hover{padding:3px;border: solid 6px #eaeaea;}
		.mpSaleBox .auctionSingleObject:hover .objectInfoRight{left: 3px;}
		.mpSaleBox .objectTitle{font-size: 13px;}
		.mpSaleBox .objectArtist{font-size: 11px;}
		.mpSaleBox .objectInfoRight .price{font-size: 14px;}
		.mpSaleBox .objectInfoRight{left: 8px;}
		.mpSaleBox .galleryName{font-size: 13px;}
}


	@media (max-width:900px)
	{
		#top .mainMenu li a{font-size: 10px;padding: 10px 5px;}
		.topNavigation .globalBoxContent a{font-size: 11px;margin-right: 10px;}
		
		#pageHolder .profileLinks a {
			font-size: 13px;
			line-height: 30px;
			margin-right: 5px;
			padding: 0 8px;
		}
		
	}
	
	
	@media (max-width:800px)
	{
		.ui-dialog.ui-widget .ui-dialog-title{font-size: 16px;}
		
		.bigger{font-size:36px;}
		.bigMedium{font-size:24px;}
		.bigText{font-size:18px;}
		#pageHeader{font-size:26px;}
		.mediumBigger{font-size:18px;}
		.mediumBig{font-size:16px;}
		.mediumUpper{font-size:15px;}
		.mediumUpText{font-size:14px;}
		.mediumText{font-size:14px;}
		.mediumDownText{font-size:13px;}
		.mediumSmall{font-size:12px;}
		.mediumSmaller{font-size:12px;}
		.small{font-size:11px;}
		
		#top {height: 37px !important;margin-bottom:0px }
		#top .logo{padding: 0px 0px 0px 20px;}
		#top .logo img{display:block;width:105px;}
		#top .mainMenu{display:none;}
		#top .topBoxes .boxUserPanel{display:none !important;}
		#top .container{height: 37px;background-position: center;}
		
		#top .topBoxes{right:0px;}
		#top .topNavigation{display:none;}
		#top .topNavigationMobile{display:block;float:left;}
		#top .topNavigationMobile a{height: 37px;width:45px;display:block;text-indent: -9999px;float:left;}
		#top .topNavigationMobile .userLink{background: url(../img/mobile_nav.png) no-repeat 0px 0px;}
		#top .topNavigationMobile .menuLink{background: url(../img/mobile_nav.png) no-repeat -45px 0px;}
		
		#top .topBoxes .search{margin-top: 5px;margin-right: 10px;}
		#top .mainMenu li a{font-size: 12px;}
		#top .mainMenu li:hover .subMenu{display:none;}
		#top .mainMenu li.active .subMenu{display:block !important;background: none;box-shadow: none;}
		#top .mainMenu li.active .subMenu li{background: none}
		#top .mainMenu li.active .subMenu li a{background: none}
		#top .mainMenu li.yourAuctions{display:none;}
		
		.boxArticlesListSlider .articleLeadRight{width:100%;padding:0px;top:auto;bottom:0px;left:0px;text-align: center;}
		.boxArticlesListSlider .articleLeadHeader{margin-bottom:0px;padding:10px;font-weight: 400;float:none;text-align: center;}
		.boxArticlesListSlider .galleryHolder .bannerText{float:none;}
		.articleLead .articleLeadHeader .articleLeadTitle{font-weight: 400 !important;float:none}
		.boxArticlesListSlider .articleLead .articleLeadText{display:none;}
		.boxArticlesListSlider .articleLeadMore{display: none;padding:10px;}
		
		.boxAuctionsFilter .main_search .inputRow{padding-bottom: 60px;width:100%;}
		.boxAuctionsFilter .main_search2 .priceSliderHolder{display:none;}
		.boxAuctionsFilter .main_search .globalButtonGray50{top:auto;bottom:0px;left:auto;right:0px;padding:0px;width:45%;text-align: center;}
		.boxAuctionsFilter .main_search .mainSearchCategory .inputHolder{width:100%;}
		.boxAuctionsFilter .main_search .mainSearchHolder input{width:89%;padding:10px 5% 10px 5%;}
		.boxAuctionsFilter .main_search .mainSearchCategory{width:45%;bottom:0px;top:auto;padding-bottom:0px; }
		.boxAuctionsFilter .main_search .mainSearchHolder .submit{right:0px;}
		.mainSearchCategory .newListSelected{border-bottom-right-radius: 5px !important; border-top-right-radius:5px !important;width:100% !important;}
		
		.boxAuctionsFilter .main_search2{display:none;}
		.boxAuctionsFilter .main_search2.mobileActive{display:block;}
		.boxAuctionsFilter .main_search2 .priceSliderLabel{display:none;}
		.boxAuctionsFilter .main_search2 .inputRow.price_from{margin-bottom:10px;padding-bottom:10px;width:49%;padding-right:2%;border-bottom: solid #eaeaea 1px;margin:0}
		.boxAuctionsFilter .main_search2 .inputRow.price_from label{width:50%;text-align:right;margin-right:0px;}
		.boxAuctionsFilter .main_search2 .inputRow.price_from .inputHolder{width:48%;float:right;}
		.boxAuctionsFilter .main_search2 .inputRow.price_from .inputHolder input{width: 90%;}
		.boxAuctionsFilter .main_search2 .inputRow.price_to .inputHolder{width:48%;}
		.boxAuctionsFilter .main_search2 .inputRow.price_to .inputHolder input{width: 90%;}
		
		
		.boxAuctionsFilter .main_search2 .inputRow.price_to{margin-bottom:10px;padding-bottom:10px;width:49%;margin-right:0px;border-bottom: solid #eaeaea 1px;}
		.boxAuctionsFilter .main_search2 .inputRow.catalog_number{width:90%;clear:both;}
		.boxAuctionsFilter .main_search2 .inputRow.catalog_number label{width:40%;text-align:right;margin:0;}
		.boxAuctionsFilter .main_search2 .inputRow.catalog_number .inputHolder{width:55%;float:right;}
		.boxAuctionsFilter .main_search2 .inputRow.catalog_number .inputHolder input{width:70%;}
		
		.advancedSearch{}
		.boxAuctionsFilter .main_search .globalButtonGray50{background:#ff4a4a url(../img/red_bttn_40.png) repeat-x 0px 10px;}
		.boxAuctionsFilter .main_search .globalButtonGray50:hover{background-position: 0px -40px;background-color: #a52011;}
		.advancedSearch .advanced_search_start{border:none;}
		.advancedSearch .advanced_search_start .inputRow{float:none;width:80%;max-width: none;margin:0px auto;border-bottom:1px solid #eaeaea;margin-bottom:10px;padding-bottom:10px;background: none;}
		.boxAuctionsFilter .filterGroup .inputRow label{width:32%;text-align: right;margin-right:0;padding:0px;padding-right: 2%;}
		.advancedSearch .advanced_search_start.filterGroup .inputRow .inputHolder{width:51%;}
		.advancedSearch .advanced_search_start.filterGroup .inputRow.checkboxList{width:80%;float:none;margin:auto;}
		.advancedSearch .advanced_search_start.filterGroup .inputRow.checkboxList label{width:auto;}
		.advancedSearch .inputRow .checkboxHolder{float:none;}
		.advancedSearch .inputRow .checkboxGroup{float:none;width:210px;margin:0px auto;}
		
		.boxAuctionsFilter .advancedSearch .filterGroup .inputRow{float:none;width:80%;max-width: none;margin:0px auto;border-bottom:1px solid #eaeaea;margin-bottom:10px;padding-bottom:10px;background: none;}
		.advancedSearch .searchRow2{border:none;}
		
		.boxAuctionsFilter .advancedSearch .filterGroup .checkboxList label{float:none;}
		.boxAuctionsFilter .advancedSearch .filterGroup .checkboxList .checkboxGroup label{float:left;width:auto;}
		.boxAuctionsFilter .advancedSearch .filterGroup.searchRow3{width:80%;margin:0px auto;float:none;border-color:#eaeaea;}
		.boxAuctionsFilter .advancedSearch .filterGroup.searchRow3 .inputRow.checkboxList{float:left;width:50%;border-bottom:none;}
		.boxAuctionsFilter .advancedSearch .filterGroup.searchRow3 .checkboxList label{width:auto;text-align: left;}
		.boxAuctionsFilter .advancedSearch .filterGroup.searchRow3 .inputRow.sale_condition label{width:auto;text-align: left;float:none;}
		.boxAuctionsFilter .advancedSearch .filterGroup.searchRow3 .inputRow.checkboxList .checkboxGroup{margin:0;}
		.boxAuctionsFilter .filterGroup .inputRow.sale_condition{float:left;width:45%;border-bottom:none;}
		.advancedSearch .inputRow .checkboxGroup input{float:left;width: auto !important;}
		
		.boxAuctionsFilter .advancedSearch .filterGroup .inputRow .inputHolder{width:51%;}
		.advancedSearch .advanced_search_start.filterGroup .inputRow.name_description .inputHolder{width:51%}
		.boxAuctionsFilter .advancedSearch .filterGroup .newListSelected {
			margin: 0;
			padding: 0;
			width: 100%;
		}
		.boxAuctionsFilter .advanced_search_end.filterGroup .inputRow .inputHolder{width:51%;}
		.advancedSearch .advanced_search_end.filterGroup .inputRow input{width:100%}
		.advancedSearch .last .submit{margin:10px auto;float:none;display:block;clear:both;}
		
		.boxLinks.calendar{padding-top:5px;margin-top:5px;border-top:solid 1px #eaeaea;}
		
		.auctionOrders{width:100%;float:none;}
		.userZone{float:none;width: 100%;margin-bottom:10px;}
		.userZone .globalBoxTitle{display:none}
		.userZone .globalBoxContent .globalBoxTitle{display:block;}
		.userZone .linkSection{max-width: 300px;}
		
		.auctionObjects{width:100%;float:none;}
		.auctionObjects .singlePage{float:none;text-align: center;width:80%;border-bottom: solid 1px #eaeaea;margin:0px auto;padding-bottom:10px;}
		
		.auctionObjects .globalBoxTitle{text-align: center;border-bottom: solid 1px #eaeaea;padding-bottom:10px;}
		
		.boxAdverts{width:100%;float:none;}
		.boxAdvertisment300{width:100%;float:none;}
		
		.boxAuctionCatalogs .globalBoxTitle{text-align: center;}
		.boxAbonament300{width:100%;float:none;margin:0px auto;}
		.boxAbonament300 .globalBoxTitle{display:none;}
		.boxAbonament750{width:100%;margin:0px auto;}
		.mainPage .boxAdverts.chargeBox{width:100%;float:none;margin:0px auto;}
		
		#bottom .bottomBoxes{float:none;padding:0px;}
		#bottom .container{background: #FAFAFA;padding-top:10px;}
		#bottom .boxStaticPagesLinks a{margin:0px;float:none;width:80%;text-align: center;display:block;margin:0px auto; border-bottom: solid 1px #eaeaea;padding-bottom: 10px;margin-bottom:10px;font-size:16px;}
		#bottom .boxStaticPagesLinks a.last{margin-right: auto;}
		#bottom .footer{padding-top:0px;}
		#bottom .footerLeft{float:none;width:80%;margin:0px auto;font-size:16px;text-align: center;font-weight: 300;border-bottom: solid 1px #eaeaea;padding-bottom: 10px;margin-bottom:10px;font-size:16px;}
		#bottom .footerRight{float:none;width:80%;margin:0px auto;font-size:16px;text-align: center;font-weight: 300;}
		
		.auctionCatalog .catalogContent{min-height: 0px;padding:5px;}
		.auctionCatalog .nameSection{width: auto;float:none;}
		.auctionCatalog .leftSeparator{display:none;}
		.auctionCatalog .rightSeparator{display:none;}
		.auctionCatalog .mobileDate{display:block;font-size: 16px;font-weight: 600;float:right;padding-right:10px;margin-top:7px;}
		.auctionCatalog .dateSection{display:none;}
		.auctionCatalog .nameSection img{visibility: visible;}
		.auctionCatalog .nameSection .imageLoader{display:none;}
	
		
		
		.auctionCatalog .orderSection{width: 195px;float:left;position: relative;text-align: left;}
		.auctionCatalog .orderSection .daysCountdown{float:left;width:67px;}
		.daysCountdownTitle{position:absolute;left:85px;padding-top:8px;}
		
		.boxLinks.calendar a{font-size:13px;}
		
		.oneSidebar #pageHolder{width:100%;float:none;border-left: none; border-right: none;}
		#rightSidebar{float:none;width:100%;}
		.auctionsGroupSingle .auctionsGroupTop .auctionsGroupLeft{float:none;width:auto;}
		.auctionDate.mediumBigger{font-size:16px;}
		.auctionsGroupSingle .auctionsGroupTop .separator{display:none;}
		.auctionsGroupSingle .auctionsGroupTop .auctionsGroupRight{float:none;width: auto;margin-top:20px;padding-top: 20px;border-top:solid 1px #eaeaea}
		.auctionsGroupSingle .auctionsGroupTop .auctionsGroupRight.bottomPosition{position:relative;bottom:auto;left:auto;}
		.auctionsGroupSingle .auctionsGroupTop .auctionsGroupRight .additionalInfoBox{float:none;width:auto;margin-bottom:10px;}
		
		.auctionObjectsList .auctionSingleObject .imgHolder{float:none;width:100%;}
		.auctionObjectsList .auctionSingleObject .auctionObjectRight {
			margin: 0 auto;
			text-align: center;
			width: 80%;
			min-width: 280px;
			float:none;
			padding:0;
			position: static !important;
		}
		.auctionObjectsList .auctionSingleObject .imgHolder.bottomPosition {
			position:static;
		}
		
		.mobileMenuActive{right:0px;z-index: 9999;}
		#top .mainMenu{top:37px;right:0px;background:#c30102 url(../img/mobile_menu_bg.png) repeat-x top;padding-left:0px;}
		#top .mainMenu li{float:none;}
		#top .mainMenu li a{padding: 10px 20px }
		
		#top .mainMenu li.active a,#top .mainMenu li a:hover{background-color: #f1eade;}
		#top .mainMenu li .subMenu{position: static;padding-left:20px;}
		#top .mainMenu li .subMenu li a{color:#fff;}
		#top .mainMenu li .subMenu li.active a,
		#top .mainMenu li .subMenu li a:hover{background-color: #f1eade;color:#333;}
		
		#top .topBoxes .topNavigation{position: absolute;top:37px;right:0px;background:#616161 url(../img/mobile_menu_user.png) repeat-x top;padding-left:0px;margin-top: 0px;width: 140px;}
		#top .topBoxes .topNavigation a{display:block;color:#fff;padding: 10px;float: none;margin:0px;text-align: left;font-size: 12px;}		
		#top .topBoxes .topNavigation a:hover{background: #F1EADE; color:#E93C2F;text-decoration: none; }
		
		#pageHolder.loginPage .loginForm{width:80%;max-width: 310px;padding-left:10px;}
		#pageHolder.loginPage .loginForm .loginRow{float:none;margin-bottom:10px;}
		#pageHolder.loginPage .loginForm .loginRow.submitRow{float:none;width: 245px;}
		
		#pageHolder.loginPage .loginLinks{padding-top:30px;}
		#pageHolder.loginPage .loginLinks .loginLinksSeparator{display:none;}
		#pageHolder.loginPage .loginLinks a{float:none;padding:10px;}
		
		.cardListContainer .filterLeft{width:100%;float:none;}
		.cardListContainer .filterRight{margin-top:10px;}
		.cardListContainer .artistListTitle{margin-top:15px;position:relative;}
		.cardListContainer .artistListTitle .artistCount{display:block;margin-top:0px;}
		.cardListContainer .artistList .leftSide{float:none;width:auto;border:none;}
		.cardListContainer .artistList .rightSide{float:none;width:auto;}
		
		
		.artistSingle .artistPhoto{max-width: 30%}
		.artistSingle .artistPhoto img{max-width: 100%;display: block;}
		.auctionObjectsList .auctionSingleObject .auctionObjectRight .auctionArtistName .leftSide{float:none;width:auto;}
		.auctionObjectsList .auctionSingleObject .auctionObjectRight .auctionArtistName .rightSide{font-weight: 600;float:none;width:auto;text-align:center;line-height: 18px;margin:5px 0px;display:block;}
		
		.auctionSingle .auctionTopNav .auctionPrev{text-indent: -9999px;}
		.auctionSingle .auctionTopNav .auctionNext{text-indent: -9999px;}
		
		.auctionSingle .auctionGallery{float:none;width:auto;}
		.auctionSingle .auctionRight{float:none;width:auto;}
		.auctionSingle .auctionRight .auctionBidBttn, .auctionSingle .auctionRight .auctionBidBttn2{height: 40px;}
		.auctionSingle .auctionGallery .bigImgHolder a{display:none;}
		
		.auctionHouseHolder .ahInfo{width: 50%;}
		.auctionHouseHolder .ahMore{width:25%;}
		.auctionHouseHolder .separator{left:70%;right:auto;}
		.auctionHouseHolder .imgHolder img{width:100%}
		
		.singleAuctionHouse .auctionHouseHolder .ahInfo{width:70%;float:right;max-width: 70%;padding-right: 0px;}
		#pageHolder.singleAuctionHouse .auctionHouseHolder .imgHolder{width:27%;padding:0}
		
		#pageHolder.singleAuctionHouse .ahInfoRight{float:right;width:70%;margin-top:20px;clear:both;}
		
		#pageHolder.singleAuctionHouse .auctionHouseHolder .separator{display:none;}
		
		.auctionCatalog .orderSection{clear:both;}
		.auctionCatalog .orderSection .globalButtonYellow32{float:left;padding-left: 10px;padding-right:10px;}
		.auctionCatalog .nameSection img{max-width: 20%;}
		.auctionCatalog .orderSection .globalButtonYellow32{margin-top:0px;}
		.auctionCatalog .nameSection .nameText{padding:0px 0px 10px 0px; margin-top:10px;}
		
		#top .topBoxes .boxFakeNewsletter.active{display:none;}
		#top .topBoxes .boxUserPanelLogged{display:none;}
		#top .topBoxes .topUserPanelMobile .userName{padding:10px 20px;color:#fff;font-weight: 600;}
		#pageHolder .profileLinks a{padding:0px 5px;margin-right:3px;font-size: 10px;line-height: 30px;}
		#pageHolder .profileLinks a.last{margin-right:0px;}
		.usersProfile .dataLeft{float:none;width:250px;margin: 0px auto;}
		.usersProfile .dataRight{float:none;width:250px;margin: 0px auto;margin-top:20px;}
		
		.notificationTable{font-size: 11px;}
		.notificationTable tr td.optionsTd{min-width: 0}
		.notificationTable tr th{padding:5px;font-size: 10px;line-height: 13px;}
		.notificationTable tr td{font-size: 10px;padding:5px;}
		.notificationTable tr td .notificationMethodEdit{margin-bottom:5px;padding: 0px 5px;width: 40px;text-align: center;}
		.notificationTable tr td .notificationMethodDelete{float:left;padding: 0px 6px;clear: both;width: 40px;text-align: center;}
		.notifications #notificationSelect{width:100%;}
		#notificationSave{bottom:0px;top:auto;}
		
		.customPaging .customPagingSection {background:none;}
		.customPaging .customPagingSection.artistListSelect{display:none;}
		.customPagingBottom .customPagingSection{background: none;padding-right:0px;margin-right:0px;float:none;}
		.customPagingBottom .customPagingSection.pagingRange{display:none;}
		/*.customPagingBottom .customPagingSection .pagingInputHolder{display:none}*/
		.customPagingBottom .customPagingSection.customPagingCounter{display:none;}
		.customPagingBottom {height: auto;}
		.customPagingBottom .paging ul li{margin-bottom:5px;}
		
		.simplemodal-container{padding:20px 0px!important;width:100%!important;background: #fff;margin-left:0px!important;}
		#auctionBidModal, #auctionBidSuccess{width: auto;}
		.simplemodal-wrap{height: auto !important}
		.simplemodal-container .globalButtonRed40{font-weight: 400;font-family:  'Titillium Web', Arial, sans-serif }
		.simplemodal-close{position:absolute;top:10px;right:10px;width:30px;height: 29px;background: url(../img/modal_close.png) no-repeat 0px 0px;cursor:pointer}
		.simplemodal-close:hover{background-position: 0px -29px;}
		.modalTitle{font-weight: 300;text-align: center;width:80%;margin:0px auto;}
		.simplemodal-container .fakeRow{width:80%;margin:0px auto;margin-bottom:5px;}
		.simplemodal-container .fakeRow .inputHolder{float:left;}
		.simplemodal-container .fakeRow .inputHolder input{min-width:200px;padding:5px 10px;line-height: 14px; border:solid 1px #eaeaea;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;}
		.simplemodal-container .fakeRow .inputHolder textarea {min-width: 200px;max-width: 200px;height: 100px;border:solid 1px #eaeaea;max-height: 100px;min-height: 100px;padding:10px;}
		.simplemodal-container .fakeRow.infoText{text-align: center;}
		.simplemodal-container .submitRow{width:80%;margin:0px auto;}
		.simplemodal-container .submitRow .globalButtonRed40{float:right;}
		.simplemodal-container .modalTitle.red{color:#d53118;}
		.simplemodal-container .offerAcceptedInfo{margin-top:15px;line-height: 18px}
		
		.chargeItemsTableNew .column .row .rowRight,
		.chargeItemsTableNew .column .row .rowLeft {
			width:155px;
		}
		
		.pricing .articleHolder .staticText .orderButtons {
			text-align:center;
		}
		
		.pricing .articleHolder .staticText .orderButtons a {
			margin:5px auto;
		}
		
		.pricing .articleHolder .staticText .orderButtons .user {
			width:100%;
		}
		
		#center .container{width: 100%;min-width: 320px;}
		.mainPageBox.invitations .globalBoxTitle{padding-top: 20px;text-align: center;}
		.mainPageBox.invitations .articleLead{float: none;width: auto;margin: 0px 0px 10px 0px;}
		.mainPageBox.invitations .articleLead .articleLeadTitle{font-size: 14px;line-height: 16px;}
		.mainPageBox.invitations .articleLead .articleLeadText{font-size: 12px;}
		.mainPageBox.invitations .articleLeadMore{font-size: 16px;border: 1px solid #afafaf;}
		
		.boxArticlesTabs .ui-widget-content .ui-tabs-nav li{font-size: 12px;margin-right: 5px;}
		.boxArticlesTabs .ui-widget-content .ui-tabs-nav li .ui-tabs-anchor{padding: 8px;}
		
		.recommendTab .articleLeadRight{min-height: 40px;}
		.recommendTab .articleLead{float: none;width: 100%;padding: 0;border-right: none;border-bottom: solid 1px #eaeaea;}
		.recommendTab .articleLeadMore{font-size: 16px;border: 1px solid #afafaf;}
		
		.boxOnlineAuctions.globalBox .globalBoxTitle{text-align: left;}
		.onlineAuctions{width: 100%;float:none;}
		.mainPage .boxAdverts{width: 100%;float:none;}
		.mainPageCenter .row1{width: 100%;float:none;}
		.mainPageCenter .row2{width: 100%;float: none;}
		
		#bottom .footerLeft{font-size: 12px;}
		#bottom .footerRight{font-size: 12px;}
		
		.pagingRangeHolder .newListSelected{width: 50px !important;}
		.articlesSearch .mainInput{max-width: none;}
		.articlesSearch .searchCheckbox input{display:block;float:left;}
		.articlesSearch .searchCheckbox label{padding-top: 0px;}
		.articlesSearch .dateSection .searchDate{margin-bottom: 5px;}
		.articlesSearch .searchCheckbox{min-height: 0px;}
		
		#pageHolder.artinformationSingle #pageHeader{font-size: 20px !important;}
		.viewsCounter{font-size: 12px;}
		.artinformationSingle .articleTop .articleTopRight .viewsCounter{margin-right: 10px !important;}
		.artinformationSingle .articleTop .articleTopRight .articleDate{font-size: 12px !important;}
		
		.articleGallery .bx-wrapper .bx-next {
			right: -25px;
		}
		.articleGallery .bx-wrapper .bx-prev{
			left: -25px;
		}
		
		.collector .collectorTable tr th{font-size: 13px;line-height: 16px;}
		.collector .collectorTable tr td{font-size: 11px;line-height: 13px;}
	
		.boxAuctionsFilter .mainInput{padding-bottom: 60px;width: 100%;}
		.boxAuctionsFilter .globalButtonGray50 {
			bottom: 0;
			left: auto;
			padding: 0;
			right: 0;
			text-align: center;
			top: auto;
			width: 45%;
		}
		.advancedSearch .inputRow{background: none;}
		
		#pageHolder .profileLinks{padding-bottom: 10px;}
		
		table tr td.emptyRow{text-align: left !important;}
		#pageHolder #pageHeader .globalButtonRed32.addEvent{display: none;}
		
		.tableScrollHolder{padding: 0px 5px;}
		.tableScroll{}
		.leftShadow.active{display: block;}
		.rightShadow.active{display:block;}
		
		.articlesAdvancedSearch{display:none;}
		.articlesSearch .searchCheckbox.titlesOnly label{width: 250px;}
		.articlesSearch .searchCheckbox.titlesOnly label br{display: none;}
		
		.cardListContainer .filterLeft #fakeFilter{padding-left: 36%}
		.cardListContainer .filterLeft .filterSelectHolder{width: 33%;}
		
		.auctionSingle .auctionGallery .smallGallery{display: none;}
		.tooltipCloud{width: 200px;}
		
		.auctionTabs.ui-widget-content .ui-tabs-nav li{margin-right: 5px;}
		.auctionTabs.ui-widget-content .ui-tabs-nav li .ui-tabs-anchor{font-size: 12px;padding: 5px;}
		#remindPassBox .form .inputRow label{width: 28%;margin-right: 2%;}
		#remindPassBox .form .inputRow .inputHolder{max-width: 70%;width:70% !important;}
		#remindPassBox .form .inputRow .inputHolder input{width:94%;padding-left: 3%;padding-right: 3%;}
		
		
		#top .globalBox.boxNewsletter{display: none;}
		
		.mainPageBottom .globalBox.boxNewsletter{float: none;margin: 0px auto;width: 100%; max-width: 320px;}
		
		.mpSaleBox .auctionSingleObjectHolder{margin-bottom: 10px;float: none; width: auto;margin-right: 0;}
		.mpSaleBox .auctionSingleObject{position: relative;background: #fff; border: solid 1px #eaeaea;padding: 17px;height: auto;}
		.mpSaleBox .auctionSingleObject:hover{padding: 12px;border: solid 6px #eaeaea}
		.mpSaleBox .auctionSingleObject.special{padding: 12px;border: solid 6px #fb4845}
		.mpSaleBox .objectInfoLeft{float: left;width: 74%;}
		.mpSaleBox .objectTitle{color:#393939;font-weight: 400;}
		.mpSaleBox .objectArtist{font-weight: 300;color:#393939;line-height: 18px;}
		.mpSaleBox .objectInfoRight{position: static;float: right;text-align: right;width: 25%;}
		.mpSaleBox .objectInfoRight .price{font-weight: 600;}
		.mpSaleBox .objectInfoRight .objectAddDate{color:#858585; font-weight: 300;}
		.mpSaleBox .objectDescription {font-style: italic;line-height: 18px;padding-top: 5px;}
		.mpSaleBox .imgHolder{width: 22%; float:left;border: solid 1px #eaeaea;text-align: center;margin-right: 2%;height: auto;margin-bottom: 0;}
		.mpSaleBox .imgHolder img{display:block;max-width: 100%;margin:0 auto;}
		.mpSaleBox .imgHolder .imgHeight{display: none;}
		.mpSaleBox .galleryName{clear:both;padding-top: 10px; border-top: solid 1px #eaeaea;margin-top: 10px;font-weight: 600;line-height: 18px;}
		.mpSaleBox .auctionObjectRight{float: right;width: 75%;}
		.mpSaleBox .cardsList .ahInfoLong .name{font-size: 13px;}
		.mpSaleBox .cardsList .ahInfoLong .street{font-size: 11px;}
		.mpSaleBox .globalBoxContent{width: 60%;}
		.mpSaleBox .globalBoxContent2{width: 39%;}
	}
	
	@media (max-width:600px)
	{
		.simplemodal-container .fakeRow .label{float:none;width:80%;margin:0px auto;text-align: left;}
		.simplemodal-container .fakeRow .value{float:none;width:80%;margin:0px auto;text-align: left;}
		.simplemodal-container .fakeRow .inputHolder{float:left;}
		.simplemodal-container .fakeRow .inputHolder {width: 100%;float:none;}
		.simplemodal-container .fakeRow .inputHolder input{width:80%;margin:0px auto;min-width: 0px;float:none;display:block;}
		.simplemodal-container .fakeRow .inputHolder textarea {min-width:80%;max-width: 80%;width: 80%;float:none;margin:0px auto;display:block;}
		
		.customPaging .customPagingLeft{float:none;width:100%;margin-bottom:10px}
		.customPaging .customPagingRight{float:none;width:100%;text-align:center;}
		
		.customPaging .customPagingSection.pagingCenter{margin:0 auto!important;float:none;}
		.customPaging .customPagingSection.sortSection {margin:0 auto!important;float:none;text-align:left;display:inline-block;vertical-align:middle;padding:0 10px 0 0;}
		.customPaging .customPagingSection.pagingRange {margin:0 auto!important;float:none;text-align:left;display:inline-block;vertical-align:middle;padding:0 0 0 10px;}
		
		.ui-multiselect-menu{left: 10% !important; max-width: 80%;}
		
		.chargeItemsTableNew {
			float:none;
		}
		.chargeItemsTableNew .column {
			float:none;
		}
		.chargeItemsTableNew .column.first .titleRow .rowLeft {
			display:none;
		}
		.chargeItemsTableNew .column.first .row .rowLeft.oneRowCenter {
			
		}
		.chargeItemsTableNew .column .row .rowLeft {
			border-right:0;
			cursor:pointer;
			display:block;
			min-height:27px!important;
			float:none;
			width:auto;
		}
		.chargeItemsTableNew .column .row .rowLeft.oneRowCenter {
			padding-top:0!important;
			padding-bottom:0;
			line-height:27px!important;
		}
		.chargeItemsTableNew .column .row.titleRow .rowRight {
			background:#C6C6C6;
			line-height:37px;
			padding-top:10px;
		}
		.chargeItemsTableNew .column .row .rowRight {
			padding:0!important;
			width:100%;
			float:none;
		}
		.chargeItemsTableNew .column .row .rowRight {
			padding-top:0;
			padding-bottom:0;
			line-height:auto!important;
			min-height:0!important;
		} 
		.chargeItemsTableNew .column .chargeItemRow .rowRight:hover,
		.chargeItemsTableNew .column:hover .rowRight {
			background:none;
		}
		.chargeItemsTableNew .column .row.active .rowLeft {
			color:#FFFFFF;
		}
		.chargeItemsTableNew .column .row.titleRow .rowLeft {
			display:none;
		}
		.chargeItemsTableNew .column.active .rowLeft {
			background:#DDDDDD;
		}
		.chargeItemsTableNew .column.active .row.active .rowLeft {
			background:#D82F18;
		}
		
		#loginModal {
			width:100%!important;
		}
		#loginModal .form .inputRow label {
			width:100px!important;
		}
		.form .inputRow .inputHolder {
			width:190px!important;
		}
		#loginModal .form .inputRow .inputHolder input {
			width:145px!important;
		}
		
		.loginPageNew .loginLeft{border-bottom: solid 1px #eaeaea;margin-bottom: 30px;}
		.loginPageNew .loginRight{text-align: center;}
		#pageHolder.loginPageNew.loginPage .loginLinks{padding-top: 0px !important;}
		#pageHolder.loginPage .loginLinks a{display:inline-block;}
		.loginRight .globalButtonRed36{display: inline-block;}
		.artistObjectLists .auctionObjectsHeader{font-size: 17px;}
		.chargeBox .globalBoxContent .premiumInfo{line-height: 16px;}
		.chargeBox .globalBoxContent .premiumInfo b{display:block;padding-top: 10px;}
		
		.boxAdsFilter .inputRow input{font-size: 14px !important;}
		.boxAdsFilter .selectRow{width: 22% !important;}
		.boxAdsFilter .inputRow input{padding-left: 26% !important; width: 67% !important;}
		.adsList .adsMenu{position: relative !important;text-align: center;top: -15px !important;right: auto!important;}
		.adsList .adsMenu .globalButtonRed36{font-size: 12px !important;margin-right: 5px !important;padding: 5px !important;height: 20px;line-height: 20px;float:none !important;display:inline-block;}
		.adsList .adsMenu .globalButtonRed36.last{margin-right: 0px !important;}
		.boxAdsFilter{clear:both;}
		
		.customPagingBottom .pagingRangeHolder{display:none;}
		
		.adsList .adsListHolder .singleAdHolder .singleAdTitle{font-size:16px !important;}
		.adsList .adsListHolder .singleAdHolder .singleAdTitle .adDate{font-size:14px !important;}
		.adsList .adsListHolder .singleAdHolder .adBody{font-size: 14px !important;}
		.adsList .adsListHolder .singleAdHolder .edit-ad,
		.adsList .adsListHolder .singleAdHolder .loginLink,
		.adsList .adsListHolder .singleAdHolder .del-ad,
		.adsList .adsListHolder .singleAdHolder .replyAd{font-size: 12px !important;}
		
		.anwerForm .modalTitle{margin-bottom:20px !important;}
		.boxFormCreator .form{width: 290px !important;}
		.boxFormCreator .form .inputRow {width: 290px;margin: 0px auto;}
		.boxFormCreator .form .inputRow .inputHolder{width: 290px !important;float: none;}
		.boxFormCreator .form .inputRow label{display:block;float: none;text-align: left;width: auto;}
		
		.ui-dialog .form{width: 290px !important}
		.ui-dialog .form .inputRow {width: 290px;margin: 0px auto;}
		.ui-dialog .form .inputRow label{display:block;float: none;text-align: left;width: auto;}
		.ui-dialog .form .inputRow .inputHolder{width: 290px !important;float: none;}
		
		.boxMagazinesSearch .dateSection{padding-right: 0px !important;}
		.boxMagazinesSearch .dateSection .searchDate{margin-bottom: 5px;}
		.boxMagazinesSearch .newListSelected{font-size: 12px !important;}
		.magazinesList .magazineHolder{float: none !important;width: auto !important}
		
		.artinformationList .articleLead .articleLeadRight .articleLeadText{padding-right: 0px !important;padding-bottom: 30px;}
		
		.magazinesList .boxBooks .magazineHolder .ahInfoLong .ahInfoSplit{float: none !important;width: auto !important;}
		.magazinesList .boxBooks .magazineHolder .ahInfoLong{width: 75% !important;}
		
		.boxOnlineAuctions .auctionCatalogOnline{float: none; width: auto;margin-right:0;}
		.boxOnlineAuctions .auctionCatalogOnline.odd{float:none}
	}
	
	@media (max-width:460px)
	{
		.adsPaging .pagingSortHolder{display:block;margin-bottom: 10px;}
		.adsPaging .pagingPagingHolder{clear:both;}
		
		.staticText img{max-width: 270px !important;}
		.staticText table{max-width: 270px !important;}
		
		.contestsList .boxSearch .yearSelect label, .fairsList .boxSearch .yearSelect label{display:none !important;}
		
		.mpSaleBox .globalBoxContent{width: auto; float: none; margin-bottom: 10px;}
		.mpSaleBox .globalBoxContent2{width: auto; float: none; margin-bottom: 10px;}
		
	}
	
	.printerAddon {display:none}
	
	