* {margin:0;padding: 0;}
ol, ul {list-style: none;}
a{text-decoration: none;}
html {overflow-x: hidden;}
body {background-color: #F2D9B1;font-family: Arial,Helvetica,sans-serif;}
textarea {font-family: inherit;font-size: inherit;}
input[type='checkbox'] {opacity: 0;width: 24px;height: 24px;position: relative;border: none;z-index: 1;}
input[type='checkbox']+i {
	background: url("/static/board/mobile/icons/unchecked_b.png") no-repeat scroll -2px -2px #fff;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  border-radius: 6px;
}
input[type="checkbox"]:checked+i {background: url("/static/board/mobile/icons/all_checked_b.png") no-repeat scroll -2px -2px #fff;}
input[type='checkbox'].fold {width: 100%;height: 100%;position: absolute;left: 0;top: 0;}
.m_header {background-color:#513128;}
.logo {background: url("/static/board/mobile/icons/logo.png") no-repeat center center;display: inline-block;height: 31px;width: 174px;margin: 0.8em;
       vertical-align: middle;}
#mmenubut {width: 70px;float: right;}
#mmenubut > b {text-shadow: 0.5px 0.5px #F7B042;padding:3px;color: #513128;font-size:16px;display: inline-block;}
.ddbut > i {
	background: url("/static/board/mobile/icons/arrow_down.png") no-repeat center center;
	display: inline-block;
	height: 7px;
	width: 8px;
	vertical-align: middle;
}
input[type="checkbox"].ddul,
input[type="checkbox"].ddul+label {display: block;position: absolute;bottom: 0;left: 0;width: 100%;height: 24px;
																	 text-align: center;box-sizing: border-box;}
input[type="checkbox"].ddul+label>i {background: url("/static/board/mobile/icons/arrow_down.png") no-repeat center center;
																		 height: 7px;width: 8px;display: inline-block;margin: 0 3px;}
input[type="checkbox"].ddul:checked+label>i {transform: rotate(180deg);}
input[type='checkbox'].ddul+label+ul{display: none;}
input[type='checkbox'].ddul:checked+label+ul{display: block;}
#mmenu {background-color: #513128;border: thin solid #F09300;border-radius: 5px 0 5px 5px;;font-size: 0.8em;
	position: absolute;right: 0;top: 30px;width: 15em;z-index: 1000;}
#mmenu > b {background: url("/static/board/mobile/icons/line.png") repeat-x;display: block;height: 2px;margin: 0 1em;}
#mmenu .item {margin: 0.5em;}
#mmenu .item > a {color: #FFF;text-shadow: 0.5px 0.5px #000;text-decoration: none;display: table;border-spacing: 1em 0.2em;}
#mmenu .item b {display: table-cell;vertical-align: middle;}
#mmenu .item i {vertical-align: middle;display: table-cell;height: 27px;width: 27px;}
#mmenu .item.add_adv_m > a {color: #68940B;}
#mmenu .item.add_adv_m i {background: url("/static/board/mobile/icons/add_adv_s.png") no-repeat;}
#mmenu .item.cat_m > a {color: #FFB400;}
#mmenu .item.cat_m i,
#mmenu .item.subscribes i {background: url("/static/board/mobile/icons/rubric.png") no-repeat;}
#mmenu .item.acc_m i {background: url("/static/board/mobile/icons/page.png") no-repeat;}
#mmenu .item.profile i,
#mmenu .item.logout i {background: url("/static/board/mobile/icons/account.png") no-repeat;}
#mmenu .item.logout > a {color: #FFB400;}
#mmenu .item.my_adv_m i {background: url("/static/board/mobile/icons/account.png") no-repeat;}
#mmenu .item.favr_m i {background: url("/static/board/mobile/icons/star.png") no-repeat;}
.sform {margin: 1.5em 0;}
.sform > form {display:flex;}
.input_box {width: 100%;position: relative;margin-left:10px;}
div.search_box {border: thin solid #D5A46F;border-radius:3px;height: 2em;width: 2em;background-color:#ffeaa1;margin:0 10px;
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff9ec), color-stop(100%,#ffeaa1));
		background: linear-gradient(to bottom, #fff9ec 0%, #ffeaa1 100%);}
input.search, input[type="search"] {font-size: 1em;width: 100%;padding:0.5em;border: thin solid #888;border-radius: 3px;box-sizing:border-box;}
label.placeholder {position: absolute;left: 0.5em;top: 0.5em;color: gray;}
.do-search{height: inherit;padding: 0;width: inherit;border: none;
	   background: url("/static/board/mobile/icons/search.png") no-repeat scroll center center;}

.adv_act.ddbut {float: right; max-width: 170px;}
.adv_sel.ddbut {float: left;max-width: 105px;}
.adv_act+.ddmenu, .adv_sel+.ddmenu {
    position: absolute;
    padding: 0;
    background: linear-gradient(to bottom, #EBEBEB 0%, #FFF 100%);
    color: #2E3436;
    z-index: 1100;
    border: thin solid #e0e0e0;
    border-top: none;
		top: 44px;
}
.adv_act+.ddmenu {
    width: 220px;
    right: 0;
    border-radius: 5px 0 5px 5px;
}
.adv_sel+.ddmenu {border-radius: 0 5px 5px 5px;}
.adv_act+.ddmenu > * {margin: 0 0.5em;}
.adv_sel+.ddmenu > * {margin: 0 0.5em;padding: 0.5em}
.adv_act+.ddmenu > :not(:last-child), .adv_sel+.ddmenu > :not(:last-child) {border-bottom: thin solid #e0e0e0;}
.amenu {
	left: 50%;
	top: 0;
	position: absolute;
	margin: 0 -120px;
	padding: 0;
	width: 240px;
	background-color: #FFF9C7;
	color: #2E3436;
}
.amenu > * {padding: 0.5em 0;margin: 0 1em;}
.amenu > :not(:last-child){border-bottom: thin solid #E9C791;}
.smenu {
  height: 100%;
  display: flex;
  background: rgba(0,0,0,0.3);
  flex-basis: auto;
  justify-content: space-around;
  align-items: center;
}
.smenu > * {display: inline-block;}

.separator {margin: 0.5em 0;border-bottom: thin solid #513128;}
.hidden {display: none !important;}
.clear:after {clear: both;content: ".";display: block;height: 0;visibility: hidden;}
.clear_t{clear: both;}
#err-bubble{background-color: rgba(10, 10, 10, 0.97);color: #F80000;font-size: 1.2em;padding:1em;position: fixed;text-align: center;
	    text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.5);top: 0;width: 100%;-moz-box-sizing: border-box;box-sizing: border-box;}
.gray {color: #999999;}
.grbut {border: thin solid #7CA33E;border-radius:5px;color: #FFF;display: block;text-decoration: none;background-color:#466a08;
	 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff9ec),color-stop(3%,#82c21d), color-stop(100%,#466a08));
	 background: -moz-linear-gradient(top, #fff9ec 0%, #82C21D 3%, #466a08 100%);
	 background: -webkit-linear-gradient(top, #fff9ec 0%, #82C21D 3%, #466a08 100%);
	 background: -o-linear-gradient(top, #fff9ec 0%, #82C21D 3%, #466a08 100%);
	 background: -ms-linear-gradient(top, #fff9ec 0%, #82C21D 3%, #466a08 100%);
	 background: linear-gradient(to bottom, #FFF9EC 0%, #82C21D 3%, #466a08 100%)}
.orbut {border: thin solid #F09300;border-radius: 5px;color: #FFF;display: block;text-decoration: none;background-color:#E68602;
	 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff9ec),color-stop(3%,#feb249), color-stop(100%,#e68602));
	 background: linear-gradient(to bottom, #FFF9EC 0%, #FEB249 3%, #E68602 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);}
.grey_but, input[type="radio"].tulbox:checked + .btn.yel_but,
.paginate_button {border: thin solid #e0e0e0;border-radius: 5px;background-color:#ebebeb;color: #2E3436;
	    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#ebebeb));
	    background: -moz-linear-gradient(top, #fff 0%, #ebebeb 100%);
	    background: -webkit-linear-gradient(top, #fff 0%, #ebebeb 100%);
	    background: -o-linear-gradient(top, #fff 0%, #ebebeb 100%);
	    background: -ms-linear-gradient(top, #fff 0%, #ebebeb 100%);
	    background: linear-gradient(to bottom, #FFF 0%, #EBEBEB 100%)}
.lgrey_but {border: thin solid #eee;border-radius: 5px;background-color:#f7f7f7;
	     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#f7f7f7));
	     background: -moz-linear-gradient(top, #fff 0%, #f7f7f7 100%);
	     background: -webkit-linear-gradient(top, #fff 0%, #f7f7f7 100%);
	     background: -o-linear-gradient(top, #fff 0%, #f7f7f7 100%);
	     background: -ms-linear-gradient(top, #fff 0%, #f7f7f7 100%);
	     background: linear-gradient(to bottom, #FFF 0%, #f7f7f7 100%)}
.dgrey_but {border: thin solid #B0B0B0;border-radius: 5px;background-color:#c4c4c4;
	     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#c4c4c4));
	     background: -moz-linear-gradient(top, #fafafa 0%, #c4c4c4 100%);
	     background: -webkit-linear-gradient(top, #fafafa 0%, #c4c4c4 100%);
	     background: -o-linear-gradient(top, #fafafa 0%, #c4c4c4 100%);
	     background: -ms-linear-gradient(top, #fafafa 0%, #c4c4c4 100%);
	     background: linear-gradient(to bottom, #FAFAFA 0%, #C4C4C4 100%);}
.dgrey_but > b {font-size: 0.9em;white-space: nowrap;}
.yel_but {background: #fff586;
			background: -moz-linear-gradient(top, #fff586, #ffcd02);
			background: -webkit-linear-gradient(top, #fff586, #ffcd02);
			background: -o-linear-gradient(top, #fff586, #ffcd02);
			background: -ms-linear-gradient(top, #fff586, #ffcd02);
			text-shadow: 1px 1px 1px #fff5ca;border-radius: 3px; border: 1px solid #dbb109;color: #000;}

.btn {display: inline-block;text-align: center;vertical-align: middle;padding: 5px;margin: 5px 0;}
.col {text-align: center;}
.col .btn{width: 100%;max-width: 320px;box-sizing: border-box;}
.btn-group {position: relative;display: inline-block;vertical-align: middle;}
.btn-group > .btn {position: relative;float: left;}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {border-top-right-radius: 0;border-bottom-right-radius: 0;border-right: none;}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {border-radius: 0;border-right: none;}
.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {border-top-left-radius: 0;border-bottom-left-radius: 0;}

input[type="radio"].tulbox {position: absolute;top: 0;left: 0;width: 100%;height: 100%;opacity: 0;}
input[type="radio"].tulbox:checked {display: none;}
input[type="radio"].tulbox+.btn+div.d {display: none;text-align: left;word-wrap: break-word;hyphens: auto;max-width: 320px;margin: 0 auto;}
input[type="radio"].tulbox:checked+.btn+div.d {display: block;}
#c-package div.d > .h {text-align: center;font-weight: bold;margin-bottom: 5px;}
#c-package ul{list-style: inside;font-size: 14px;}

.btn-b {
    width: 100%;
    display: block;
    box-sizing: border-box;
    position: relative;
}

.ico {width: 32px;height: 32px;display: inline-block;vertical-align: middle;}
.ico-b {width: 48px;height: 48px;display: inline-block;vertical-align: middle;}
.ico-sm {width: 24px;height: 24px;display: inline-block;vertical-align: middle;}
.ico-new-b{background: url("/static/board/mobile/icons/add.png") no-repeat scroll center center;}
.ico-aup {background: url("/static/board/mobile/icons/advup.png") no-repeat scroll center center;}
.ico-aup-b {background: url("/static/board/mobile/icons/advup_b.png") no-repeat scroll center center;}
.ico-look {background: url("/static/board/mobile/icons/look.png") no-repeat scroll center center;}
.ico-look-b {background: url("/static/board/mobile/icons/look_b.png") no-repeat scroll center center;}
.ico-edit {background: url("/static/board/mobile/icons/edit.png") no-repeat scroll center center;}
.ico-edit-b {background: url("/static/board/mobile/icons/edit_b.png") no-repeat scroll center center;}
.ico-save {background: url("/static/board/mobile/icons/save.png") no-repeat scroll center center;}
.ico-save-b {background: url("/static/board/mobile/icons/save_b.png") no-repeat scroll center center;}
.ico-del {background: url("/static/board/mobile/icons/delete.png") no-repeat scroll center center;}
.ico-del-b {background: url("/static/board/mobile/icons/delete_b.png") no-repeat scroll center center;}
.ico-re {background: url("/static/board/mobile/icons/re.png") no-repeat scroll center center;}
.ico-play {background: url("/static/board/mobile/icons/play.png") no-repeat scroll center center;}
.ico-play-b {background: url("/static/board/mobile/icons/play_b.png") no-repeat scroll center center;}
.ico-stop {background: url("/static/board/mobile/icons/stop.png") no-repeat scroll center center;}
.ico-stop-b {background: url("/static/board/mobile/icons/stop_b.png") no-repeat scroll center center;}
.ico-uchb {background: url("/static/board/mobile/icons/unchecked.png") no-repeat scroll center center;}
.ico-uchb-b {background: url("/static/board/mobile/icons/unchecked_b.png") no-repeat scroll center center;}
.ico-achb {background: url("/static/board/mobile/icons/all_checked.png") no-repeat scroll center center;}
.ico-achb-b {background: url("/static/board/mobile/icons/all_checked_b.png") no-repeat scroll center center;}
.ico-pchb {background: url("/static/board/mobile/icons/some_checked.png") no-repeat scroll center center;}
.ico-pchb-b {background: url("/static/board/mobile/icons/some_checked_b.png") no-repeat scroll center center;}

.ctl-del {position: absolute;top: 0;right: 0;padding: 0.5em;}
.plural{position: relative;margin-bottom: 10px;}

.bg-brown{background: #513128;}
.bg-yel {background-color: #FFF9C7;}
.bg-yell {background: #FFFEDF;}

.text-brown{color: #513128;}
.text-gray{color: #4b4b4b;}
.text-green{color: #1c6c04;}
.text-dgray{color: #2E3436;}
.text-red{color: #ef4e07;}
.text-wt{color: #fff;}
.text-bk{color: #000;}
.tc{text-align: center;}
.tr{text-align: right;}
.tf{word-wrap: break-word;hyphens: auto;}
.tv > * {vertical-align: middle;}
.tshad_rd_bl{text-shadow: 1px 1px #000;}

.fade {background-color: #f6f6f6 !important;}
.fade div {opacity: 0.85;}

.selected {background-color: #fff8de !important;}

.f-xl{font-size: 1.3em;}
.f-lg{font-size: 1.15em;}
.fcat,
.f-sm{font-size: 0.85em;}
.f-xs{font-size: 0.7em;}

.p-n{padding: 0;}
.p-2{padding: 2px;}
.p-5{padding: 5px;}
.p-10{padding: 10px;}

.p-b-5{padding-bottom: 5px;}
.p-b-10{padding-bottom: 10px;}

.p-h-5{padding-right: 5px;padding-left: 5px;}
.p-h-10{padding-right: 10px;padding-left: 10px;}
.p-h-15{padding-right: 15px;padding-left: 15px;}

.p-v-2{padding-top: 2px;padding-bottom: 2px;}
.p-v-4{padding-top: 4px;padding-bottom: 4px;}

.m-10{margin: 10px;}
.m-l-5{margin-left: 5px;}
.m-l-10{margin-left: 10px;}
.m-b-5{margin-bottom: 5px;}
.m-b-10{margin-bottom: 10px;}
.m-r-5{margin-right: 5px;}
.m-r-10{margin-right: 10px;}
.m-h-2{margin-left: 2px;margin-right: 2px;}
.m-v-2{margin-top: 2px;margin-bottom: 2px;}
.m-v-10{margin-top: 10px !important;margin-bottom: 10px !important;}

.row{display: table;width: 100%;box-sizing: border-box;}
.row > * {display: table-cell;position: relative;}

.pos{
	background-color: #F3F3F3;
	width: 48px;
	height: 48px;
	box-sizing: border-box;
	text-align: center;
}
.pos + * {padding-left: 32px;}
.pos::after {
    vertical-align: middle;
    border-color: transparent transparent transparent #F3F3F3;
    border-width: 24px;
    border-style: solid;
    position: absolute;
    content: "";
    top: 0;
    right: -48px;
    z-index: 1;
}

.cover {position: absolute;width: 100%;height: 100%;left: 0;top: 0;}
.cover > .amenu {z-index: 1000;}
.lun {list-style: none;}

.bd-lg {border: thin solid #888;}
.bd-or {border: thin solid #E9C791;}
.bd-b-lg {border-bottom: thin solid #eee;}
.bd-t-n {border-top: none;}

.br-5{border-radius: 5px;}
.br-10{border-radius: 10px;}
.br-b-0{border-bottom-left-radius: 0; border-bottom-right-radius: 0;}
.br-b-10{border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;}

.sm-arr-l, .sm-arr-r{width: 5px;height: 10px;display: inline-block;}
.sm-arr-l{background: url("/static/board/images/board.gif") no-repeat scroll -2px -19px;}
.sm-arr-r{background: url("/static/board/images/board.gif") no-repeat scroll -13px -19px;}

.lf {border-radius: 5px 0 0 5px;border-right: none;}
.rt {border-radius: 0 5px 5px 0;border-left: none;}
.yel_stripe {background-color: #FFF9C7;border-color: #E9C791;border-style: solid;border-width: thin 0;}
.shad1{box-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);}
.paginate_button,
.shad2{box-shadow: 0 2px 2px rgba(0, 0, 0, 0.7);}
.shad3{box-shadow: 0 3px 3px 2px rgba(0, 0, 0, 0.5);}
.shadi2{box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5) inset;}
.sp-sale, .sp-instock, .sp-warranty, .sp-hotdeal, .sp-action, .sp-urgent, .sp-discount, .sp-vip{display:inline-block;height:24px;}
.sp-sale{width:100px;background:url("/static/board/mobile/icons/Premium_icons.gif") -154px 0;}
.sp-instock{width:100px;background:url("/static/board/mobile/icons/Premium_icons.gif") -256px 0;}
.sp-warranty{width:100px;background:url("/static/board/mobile/icons/Premium_icons.gif") -154px -26px;}
.sp-hotdeal{width:100px;background:url("/static/board/mobile/icons/Premium_icons.gif") -256px -26px;}
.sp-action{width:75px;background:url("/static/board/mobile/icons/Premium_icons.gif") 0 0;}
.sp-urgent{width:75px;background:url("/static/board/mobile/icons/Premium_icons.gif") -77px 0;}
.sp-discount{width:75px;background:url("/static/board/mobile/icons/Premium_icons.gif") 0 -26px;}
.sp-vip{width:75px;background:url("/static/board/mobile/icons/Premium_icons.gif") -77px -26px;}

.give_ad {text-align: center;margin:10px;}
.give_ad > i {background: url("/static/board/mobile/icons/add_adv.png") no-repeat; height: 40px;width: 44px;
	      display:inline-block;vertical-align:middle;margin:0.1em 0.6em 0.1em 0;}
.give_ad > b {margin: 0.4em auto;font-size:1.1em;display:inline-block;text-shadow: 0 1px #000;white-space:nowrap;}

.topics {margin-top: 15px;background:#fff;}
.tbw #tb_top {background:#fff;overflow: hidden;}
.tabs {font-size: 0.8em;font-weight:bold;width:100%;display: table;border-color: #E9C791;
       border-style: solid;border-width: thin 0;position:relative;}
.tabs > .th {background-color:#F49614;color:#fff;display: table-cell;width: 50%;padding: 0.5em;
	     text-align: center;vertical-align: middle;text-decoration:none;}
.tabs > .th.a {background-color:#FDF8CA;color: #5C3E33;}   
.tabs .th.a .arrow {bottom: -1px;height: 0;position: absolute;width: 0;}
.tabs .th.a .arrow > i {border-left: 1px solid #E9C791;border-top: 1px solid #E9C791;bottom: 5px;display: block;height: 7px;left: -4px;
			position: relative;transform: rotate(45deg);-webkit-transform:rotate(45deg);width:7px;background-color:#fff;}
.tabs > .th b {color:inherit;}
.topics .tb > .s {display: block;text-align: center;width: 50%;height: 8em;overflow: hidden;
		  -moz-box-sizing: border-box;box-sizing: border-box;border-right: thin solid #969696;float: left;}
.topics .tb > .s center {height: 100%;width: 100%;}
.topics .tb > .s a {-moz-box-sizing: border-box;box-sizing: border-box;color: #000;font-size: 0.7em;text-decoration: none;
		    padding:1em;height: 100%;width: 100%;display: block;}
.s span {margin-top: 0.5em;display: block;}

.footer .foot_links {font-size: 0.8em;color: #5C3E33;box-shadow: 0 0.4em 0.5em 0.1em rgba(0, 0, 0, 0.3) inset;background-color:#F3F3F3;}
.footer .foot_links .links {float: left;width: 50%;}
.footer .foot_links .links > a {color: inherit;display: block;margin:1em 0.8em;}
.footer .foot_links .socnet {float: right;width: 50%;}
.footer .foot_links .socnet > i {display: block;margin:1em 0.8em;font-weight: bold;}
.footer .foot_links .socnet > a {display: block;height: 23px;margin:1em 0.8em;}
.footer .foot_links .socnet > .fb {background: url("/static/board/mobile/icons/fb_gr.png") no-repeat;}
.footer .foot_links .socnet > .vk {background: url("/static/board/mobile/icons/vk_gr.png") no-repeat;}
.footer .add_adv {float: right; width: 50%;padding: 1em 1em 0 0;box-sizing: border-box;}
.footer .add_adv a {width: 100%;}
.footer .add_adv i {background: url("/static/board/mobile/icons/add_adv.png") no-repeat right;display: table-cell;height: 40px;width: 44px;
		    vertical-align: middle;}
.footer .add_adv b {display: table-cell;padding-left: 0.5em;text-shadow: 0 1px #000;vertical-align: middle;text-align: left;width: 60%;}
.co {background-color: #513128;color: #FFF;font-size: 0.7em;padding: 6px;}   
.co > a {color: inherit;float: right;}

.catswitch {background-color: #E7E7E7;border: thin solid #D4D4D4;border-radius: 2rem;height:2rem;margin: 1rem auto;width: 90%;display: flex;position: relative;}
.catswitch .catbut {display: flex;height: inherit;width: 50%;text-decoration: none;align-items: center;justify-content: center;}
.catswitch .catbut.a {background-color: #FFF;border-radius: inherit;box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);}
.catswitch .catbut b {font-weight: bold;position: relative;}
.catswitch #goods b {color: #466A08;}
.catswitch #serv b {color: #F08E19;}
.catswitch .catbut i {margin:0.2em;display: inline-block;}
.catswitch #serv > i {background: url("/static/board/mobile/icons/gs.png") no-repeat scroll -41px -11px rgba(0, 0, 0, 0);height: 26px;width: 30px;}
.catswitch #goods > i {background: url("/static/board/mobile/icons/gs.png") repeat scroll 0 0 rgba(0, 0, 0, 0);height: 24px;width: 29px;}
.catlist {margin: 0 1em;}
.catlist a {color: #000;font-size: 0.9em;font-weight: bold;border-bottom: thin dashed #D4D4D4;padding:0.8em 0;text-decoration: none;width:100%;display:table}
.catlist a:last-child {border:none;}
.catlist a > b {display: table-cell;vertical-align: middle;}
.catlist a > b:first-child{width:95%;text-align: left;}
.catlist a > b:last-child{text-align: right;}
/*advert list*/
.msg_list {background-color:#fff;}
.adlsthead {border-bottom: thin solid #E9C791;color: #447DC4;font-size: 0.9em;font-weight: bold;padding: 10px;}
.filter {position: relative;width: 100%;}
.filter .fbut>a {display:inline-block;margin: 0 1em 1em;padding: 0.5em;}
#filtersbox {margin:0 1em;}
#filtersbox p {margin:5px;}
#filtersbox form > div {border-top: 1px solid #D9D9D9;padding: 1em 0;max-width: 300px;}
#filtersbox .cb, .dict_ctl {margin: 0.3em 0;}
select {font-size: 1em;padding: 0.5em;text-overflow: ellipsis;width: 100%;border: 1px solid #848484;border-radius: 5px;color:#070707;
	background: linear-gradient(to bottom, #FAFAFA 0%, #C4C4C4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FAFAFA), color-stop(100%,#C4C4C4));
	-webkit-appearance: listbox;}
#filtersbox label {color: #316CB7; margin-left:0.5em;}
#filtersbox .acceptf {padding: 0.5em;width: 100%;max-width: 300px; font-size:1em;font-weight: bold;text-shadow:0 1px #000;}
.no-messages {padding: 1em;background-color:#fff;}
.no-messages > b, .no-messages > p {margin: 1em 0;-moz-hyphens: auto;hyphens: auto;}
.no-messages ul {list-style: square outside none;margin: 1em 0;padding-left: 2em;}
.no-messages ul > li {margin: 0.5em 0;}
.messages .msg p{margin:0;}
.messages .msg{width:100%;display:block;border-color: #DEDEDE;border-style: solid;border-width: thin 0 0 ;
	       clear: both;position: relative;text-decoration:none;color:#000;padding:0.3em 0;}
.messages .msg a:first-child {position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: 1;}
.messages .msg:last-child{border-width:thin 0;}
.messages .msg.client {background-color: #FFF9C7;border-color: #E9C791;border-style: solid;border-width: thin 0;margin: 0.2em 0;}
.messages .msg .img {float: left;width: 26%;display: block;}
.messages .msg img {display: block;max-width: 70%;max-height:3.6em;margin: 0 auto;border: thin solid #F5F5F5;
		    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);padding: 2px;background-color: #FFF;}
.messages .msg .descr {height:4.5em;overflow: hidden;hyphens:auto;-moz-hyphens: auto;-webkit-hyphens:auto;-ms-hyphens:auto;text-overflow: ellipsis;display: block;}
.messages .msg .descr span {bottom: 1.5em;display: block;position: absolute;}
.messages .msg .descr .title {color: #56372E;font-size: 0.9em;height: 2.4em;overflow: hidden;display:block;}
.descr .title > b {background-color: #FFFF00;}
.messages .msg .descr p{display:none;font-size:0.8em;margin-top:3px;}
.messages .msg .sale {bottom:0;position: absolute;display: block;}
.messages .msg .sale>.type{color: #939393;float: left;font-size: 0.9em;}
.messages .msg .sale .biz-adv {display:none;background: url("/static/board/mobile/icons/biz.png") no-repeat;height: 16px;width: 24px;margin-top: 2px;}
.messages .msg .sale>.price{float: right;color: #578E0E;}
.messages .msg.client .sale>.price{color:#000;}
.messages .msg .sale>.time{display:none;color: #939393;font-size: 0.8em;}
.pages {color: #A3A3A3;height: 1em;padding: 1em;text-align: center;}
.pages .lgrey_but{color:#ccc;}
.pages a {color: inherit;font-size: 1.4em;font-weight:normal;line-height: 0.8;padding:0.1em 0.6em 0.2em;text-decoration: none;
	  bottom:0.2em;position: relative;}
.left {float: left;}
.right {float: right;}
.b_left, .b_right {position: absolute; bottom: 0.25em;}
.b_left {left: 0.25em;}
.b_right {right: 0.25em;}
.up{z-index: 1;}
.rel{position: relative;}
.abs{position: absolute;}
.pages .left a {margin-right: 0.5em;}
.pages .right a {margin-left: 0.5em;}
/*advert view*/
.adv-view {background-color: #FFF;}
.adv_head .title, .adv_head .info {margin:1em 0.6em;}
.adv_head .title a{display: inline-block;height: 25px;width: 24px;margin-right: 8px;vertical-align: middle;}
.adv_head .title .cb {background: url("/static/board/mobile/icons/w_star.png") no-repeat;}
.adv_head .title .bm {background: url("/static/board/mobile/icons/y_star.png") no-repeat;}
.adv_head .info {white-space:nowrap;}
.adv_head .info>.ta {display: inline-block;font-size: 0.9em;overflow: hidden;width: 60%;}
.adv_head .info>.price {display: inline-block;text-align: right;vertical-align: top;width: 40%;}
.adv_head .info p {color: #73736F;font-size: 0.9em;font-weight: bold;margin: 0.2em;}
.adv-view .path {font-size: 0.9em;margin: 1em 0.6em;line-height: 1.7;overflow:hidden;}
.adv-view .path > a {white-space: nowrap;text-decoration: none;}
.gallery {width: 320px;margin: 0 auto;position:relative;}
.viewer {margin: 0 auto;width: 320px;overflow: hidden;}
#scroller {height: 250px;}
.list {margin: 0;padding: 0;}
.list > li {list-style: none outside none;margin: 10px;padding: 4px;background-color: #FFF;float:left;width:292px;}
.list > li > img {max-width: 100%;max-height: 218px;display: block;margin: 0 auto;}
div#p_counter {font-size: 0.9em;margin-top: 7px;text-align: center;color: #513128;}
.gallery .controls{position: absolute;top: 245px;width:inherit;}
.gallery .controls > a {display: inline-block;height: 31px;width: 18px;margin: 0 10px;}
.gallery .controls > a#prevpic {background: url("/static/board/mobile/icons/prev_b.png") no-repeat;float: left;}
.gallery .controls > a#nextpic {background: url("/static/board/mobile/icons/next_b.png") no-repeat;float: right;}
.buttons {border-spacing: 15px;display: table;width: 100%;max-width: 320px;margin: 0 auto;}
.buttons > a {display: table-cell;text-align: center;font-weight: bold;font-size: 0.9em;}
.buttons > a > b {display: inline-block;vertical-align: middle;margin: 3px 10px 3px 0;}
.call > b {background: url("/static/board/mobile/icons/call.png") no-repeat;height: 28px;width: 19px;}
.write > b {background: url("/static/board/mobile/icons/mail.png") no-repeat;height: 22px;width: 29px;}
.adv-view > .descr {margin: 0 1em;font-size: 0.95em;hyphens:auto;-moz-hyphens: auto;-webkit-hyphens:auto;-ms-hyphens:auto;word-break: break-all;}
.adv-view .mng_but {margin: 1em 0;text-align: center;color: #666;}
.adv-view .mng_but a {border-radius: 10px;margin:5px;padding:5px;text-align: center;display:inline-block;width:40%;
		      font-size: 0.9em;font-weight: bold;}
.adv-view .mng_but a#complain {color: #E64141;}
.all_by_auth {margin: 1em;text-decoration: none;font-size: 0.95em;}
.similar {margin-top: 4em;}
.similar > p {margin: 1em 0 0.5em 1em;font-size: 0.95em;}
/*advert edit*/
.err_msg {color: #FF0000;font-size: 0.5em;margin: 0 2em;}
.err {background-color:#FFEFEB;color:#000;}
.form-err {padding: 10px 14px 14px;background: #FFEFEB;color: red;border-radius: 0 0 10px 10px;border-top: thin solid #513128;}
body > form {background-color: #FFF !important;}
.field {margin: auto 1em;}
.field > b {display:inline-block;padding: 0.5em 0;}
.field > sup {color:red;}
.group {background-color: #FFFEDF;border-bottom: 1px solid #BBB7B7;border-top: 1px solid #BBB7B7;margin-top: 1em;padding-bottom: 1em;}
textarea.text-mess {-moz-box-sizing: border-box;box-sizing: border-box;width: 100%;border: 1px solid #848484;font-size: 1em;padding: 0.5em;
		    border-radius: 5px;box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5) inset;}
.curr-box {white-space: nowrap;margin: 0.5em auto;height:2.4em;position:relative;}
.curr-box .number {-moz-box-sizing: border-box;box-sizing: border-box;border-radius: 5px 0 0 5px;font-size: 1em;padding:0.5em 0 0.5em 0.5em;
		   border-style: solid none solid solid;border-width: 1px;border-color: #848484;box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5) inset;
		   float: left;position: absolute;height: inherit;width:100%;}
.curr-box .curr-list {-moz-box-sizing: border-box;box-sizing: border-box;padding:0.5em;width:5em;font-size: 1em;height: inherit;
		      border-radius: 0 5px 5px 0;border-style: solid;border-width: 1px;border-color: #848484;float: right;}
.input-box {position: relative;}
.input-box > input[type="text"],
.input-box > input[type="password"],
.input-box input.code {-moz-box-sizing: border-box;box-sizing: border-box;font-size: 1em;padding: 0.5em;width: 100%;
							border: 1px solid #848484;border-radius: 5px;box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5) inset;}
.image-pre > img {display: block;height: 75px;margin: 6px auto;max-width: 75px;}
.image-pre > i {background: url("/static/board/mobile/icons/delete_b.png") no-repeat scroll center center;display: inline-block;
		height: inherit;width: inherit;position: absolute;top: 0;left:0;}
.image-add > i {-moz-box-sizing: border-box;box-sizing: border-box;position: absolute;color: #848484;max-width: 100%;
		overflow: hidden;padding: 0 2.5em 0 0.5em;text-overflow: ellipsis;white-space: nowrap;left:0;top:0.5em;}
.image-pre, .image-add > div {border: 1px solid #B7B7B7;border-radius: 5px;height:88px;width:88px;position:relative;float: left;margin: 3px;}
.input-box .file {-moz-box-sizing: border-box;box-sizing: border-box;opacity:0;width:100%;height:100%;position:absolute;top:0;left:0;}
.image-add > div > i {background:url("/static/board/mobile/icons/add.png") no-repeat scroll center center;display: inline-block;height:inherit;width:inherit;}
.image-add > div > b {background:url("/static/board/mobile/icons/Loader_green.gif") no-repeat scroll center center;display:inline-block;height:inherit;width:inherit;}
.input-box input.code {width: 100%;}
.input-box label {margin-left: 0.5em;}
.submit {padding: 1em;}
.submit-ad {color: #000;font-size: 1em;font-weight: bold;text-align: center;text-shadow: 0 1px #FBC175;width: 100%;
	    max-width: 300px;padding: 0.5em;}
.adv-success {background-color: #FFFEDF;padding: 1em 0;}
.adv-success p {margin: 1em 0 2em;}
.adv-success b {color: #2F7A02;display: block;margin: 1em;}
.watch-adv, .add-another {font-size: 1em;font-weight: bold;margin: 1em;padding: 0.5em;text-align: center;}
/*Dynamics forms*/
.df_container {display: flex;n;align-items:center;justify-content: center;height: 100vh;width:100vw;position: fixed;top: 0;left: 0;background: rgba(0,0,0,0.5);}
.df_form {width: 96vw;max-width:400px;box-sizing: border-box;z-index: 2000;
          background: #F2D9B1;border: 2px solid #513128;border-radius: 10px;font-size: 14px;}
.df_form .adv-title {padding: 8px 40px 8px 8px;text-align: justify;background: #FFF9C7;border-radius: 10px 10px 0 0;
										 position: relative;z-index: 1;
										}
.df_form .adv-title::after {box-shadow: 0 2px 2px rgba(0,0,0,0.7);content: " ";display: block;width: 100%;height: 100%;
														position: absolute;bottom: 0;left: 0;}
.adv-title i.ico-del {position: absolute;right: 10px;top: 10px;}
.df_form > div {overflow-y: scroll;}
.df_form > div > div {margin: 8px;background: #FFF9C7;border-radius: 5px;padding: 5px;position: relative;}
.df_form.full{height: 96vh;}

#new-ps ul {list-style: outside;margin-left: 15px;}
#new-ps .nl>b,
#new-ps .pl>b {color: #1c6c04;}
#new-ps .pl>i {font-size: 10px;}
#new-ps .nps_desc {position: relative;min-height: 133px;}
#new-ps .nps_img {position: absolute;left: 50%;top:50%;opacity: 0.33;margin: -65px -99px;}
#nps-prem .note4 label {margin: 5px 5px 5px 24px;}
#nps-prem .note4 label > input {margin-left: -20px;height: inherit;}

#new-ps .note1,#new-ps .note2,#new-ps .note3,#new-ps .note4{position: relative;}
#new-ps .note2,#new-ps .note3,#new-ps .note4{display:none;padding-top: 35px;}
#new-ps .div:not(.st1) .note1{display:none;}
#new-ps .div.st2 .note2{display:block;}
#new-ps .div.st3 .note3{display:block;}
#new-ps .div.st4 .note4{display:block;}
#new-ps .div .btn.off{display:none;}
#new-ps .div.st2 .btn.on{display:none;}
#new-ps .div.st2 .btn.off{display:inline;}
#new-ps .div.st2 span.on {display: inline-block;}
#new-ps  span.on {display:none;}
#nps-top.st4 .btn.on {display: none;}
/*label.sp-sale{width:100px;background:url("/static/board/images/icons/Premium_icons.gif") -154px 0;}*/
/*label.sp-instock{width:100px;background:url("/static/board/images/icons/Premium_icons.gif") -256px 0;}*/
/*label.sp-warranty{width:100px;background:url("/static/board/images/icons/Premium_icons.gif") -154px -26px;}*/
/*label.sp-hotdeal{width:100px;background:url("/static/board/images/icons/Premium_icons.gif") -256px -26px;}*/
/*label.sp-action{width:75px;background:url("/static/board/images/icons/Premium_icons.gif") 0 0;}*/
/*label.sp-urgent{width:75px;background:url("/static/board/images/icons/Premium_icons.gif") -77px 0;}*/
/*label.sp-discount{width:75px;background:url("/static/board/images/icons/Premium_icons.gif") 0 -26px;}*/
/*label.sp-vip{width:75px;background:url("/static/board/images/icons/Premium_icons.gif") -77px -26px;}*/

.pf-frame .title {border-bottom: thin solid #A15E1B;color: #A15E1B;font-weight: bold;margin-bottom: 0.5em;padding: 0.5em;}
.pf-frame .msg {font-weight: bold;margin: 1em;text-align: center;}
#DF_call .l {font-size: 1.5em;font-weight: bold;padding: 0.2em 0.5em;}
#DF_call span{display: inline-block;height: 18px; width: 15px;margin-right: 4px;vertical-align: -5px;}
#DF_call .cp {background: url("/static/board/images/board.gif") no-repeat scroll -543px -106px;}
#DF_call .cf {background: url("/static/board/images/board.gif") no-repeat scroll -508px -128px;}
#DF_call .cs {background: url("/static/board/images/board.gif") no-repeat scroll -524px -106px;}
.DF_BLOCK {border: thin solid #A15E1B;border-radius: 10px;margin: 1em;padding: 0.5em;background-color: #FFF9C7;}
.DF_BLOCK form {background-color: inherit;}
.DF_login-form .pf-frame,
.DF_register .pf-frame {
    position: fixed;
    z-index: 100;
    background-color: #F2D9B1;
    border: 2px solid #513128;
    border-top-width: 0;
    border-radius: 0 0 10px 10px;
    margin: 0 5%;
    width: 90%;
}
/*Feedback*/
.danet-info {background-color:#FFF9C7;border-top: thin solid #E9C791;border-bottom: thin solid #E9C791;padding: 1em;}
.danet-info > div {background-color: #FFFFFF;border: thin solid #A15E1B;border-radius: 10px;padding: 0.5em;}
/*user cabinet*/
.dataTables_processing {z-index: 1100;}
.dataTable {width: 100% !important;border-collapse: separate;border-spacing: 0 6px;}
#my-adverts .abd_img {
    float: left;
    width: 75px;
    height: 75px;
    margin-right: 10px;
    background: #fff;
    border: 1px solid #e9e9e9;
}
span.dt-abump, span.dt-top, span.dt-root, span.dt-fix, span.dt-abumps {
    display: inline-block;
    height: 16px;
    width: 16px;
    margin-left: 4px;
    vertical-align: middle;
}
p#dt-top span, span.dt-top,
p#dt-root span, span.dt-root {background: url("/static/board/images/icons/my-adverts.gif") no-repeat scroll -54px 0 transparent;}
p#dt-biz span, span.dt-biz {background: url("/static/board/images/icons/my-adverts.gif") no-repeat scroll -111px 0 transparent;}
span.dt-biz {
    display: inline-block;
    height: 16px;
    width: 18px;
    margin-left: 4px;
    vertical-align: middle;
}
p#dt-prem span, span.dt-prem {background: url("/static/board/images/icons/my-adverts.gif") no-repeat scroll -215px -34px transparent;}
span.dt-prem {
    display: inline-block;
    height: 16px;
    width: 48px;
    margin-left: 4px;
    vertical-align: middle;
}
p#dt-abump span, span.dt-abump {background: url("/static/board/images/icons/my-adverts.gif") no-repeat scroll -36px 0 transparent;}
p#dt-abumps span, span.dt-abumps{background: url("/static/board/images/icons/my-adverts.gif") no-repeat scroll -90px 0 transparent;}
p#dt-fix span, span.dt-fix{background: url("/static/board/images/icons/my-adverts.gif") no-repeat scroll -72px 0  transparent;}
.cpc .btn {font-size:14px;float:none !important;}
.cpc > div:first-of-type{text-align: center;}
.cpc .btn.pi{display: none;}
.bonus b {color: #ef4e07;}

table.my_pref span.s0,
table.my_pref span.s32,
table.my_pref span.s2 {border: medium none;display: inline-block; height: 16px;vertical-align: middle;width: 16px;white-space: nowrap;}
table.my_pref span.s0 {background: url("/static/board/images/board.gif") no-repeat scroll -258px -43px transparent;}
table.my_pref span.s32 {background: url("/static/board/images/board.gif") no-repeat scroll -223px -43px transparent;}
table.my_pref span.s2 {background: url("/static/board/images/icons/my-adverts.gif") no-repeat scroll -18px 0 transparent;}

.cook_ann {position: fixed;bottom: 0;left: 0;width: 100%;background:#000c;color:#fff;padding: 15px;box-sizing: border-box;z-index: 1000;}
.cook_ann > div {margin: 0 auto;max-width: 1000px;height: 100%;position: relative;padding-bottom: 85px;}
.cook_ann h1 {font-size: 28px;margin-bottom: 15px;}
.cook_ann p {font-size: 13px;margin-bottom: 20px;}
.cook_ann a {font-size: 13px;font-weight:bold;color:#fff;text-decoration: none;display:inline-block;}
.cook_ann .btn {position: absolute;right: 0;bottom: 0;width: 250px;border-radius: 5px;font-size: 20px;padding: 15px 10px;text-align: center;touch-action: manipulation;cursor: pointer;box-sizing: border-box;}

#DF_morecookie {position: fixed;top: 0;left: 0;width: 100vw;height: 100vh;padding: 0.5em;box-sizing: border-box;background:#111a;z-index: 2000;}
#DF_morecookie > div {background:#513128;border: 2px solid #513128;border-radius: 5px;max-height: 100%;box-sizing: border-box;display: flex;flex-direction: column;}
#DF_morecookie .title {padding: 0.5em;color:#fff;}
#DF_morecookie .body {padding: 0.5em;background: #FFF9C7;overflow: scroll;border-radius: 5px;}
#DF_morecookie .body h4 {margin-bottom: .85em;}
#DF_morecookie .body p {font-size:0.85em;margin-bottom: .85em;}

/*Adoptive design*/
@media screen and (max-width: 319px), handheld and (max-width: 319px) {
    .messages .msg .img {display:none;}
    .messages .msg .sale, .messages .msg .descr {width: 100%;}
    .messages .msg .sale, .msg_list .msg .descr {margin: 0 0.5em;}
}
@media screen and (max-width: 480px), handheld and (max-width: 480px) {
	.tbw .topics .tb > .s {width: 50%;}
	.tbw .topics .tb > .s:nth-child(2n) {border-right:none;}
	.tbw .topics .tb > .s:nth-child(-n+14) {border-bottom: thin solid #969696;}
	.messages .msg .sale, .messages .msg .descr {margin:0 0.5em 0.3em 26%;width:71%;}
	.cook_ann .btn {width: 100%;}
}
@media screen and (min-width: 480px),handheld and (min-width: 480px){
    .filter{display: table;border-spacing: 1em;}
    .filter .fbut{display: table-cell;vertical-align: bottom;}
    .filter .fbut>a {margin:0;}
    .filter .sform {display: table-cell;width: 100%;}
    #filtersbox {display: table-row;}
    .gallery {width: 420px;}
    .gallery .controls {top: 110px;}
    .messages .msg .img {width:100px}

    .df_form.full{width: 400px;height: 600px;}
}
@media screen and (min-width: 641px),handheld and (min-width: 641px){
    .adv-view .mng_but a{width:20%;}
    .messages .msg .descr {max-height:4.6em;}
    .messages .msg .sale, .messages .msg .descr {margin: 0 0.5em;}
    .messages .msg .sale {float: right;text-align: right;max-width: 250px;position:relative;}
    .messages .msg .sale>b {display: block;clear: right;float: right;}
    .messages .msg .sale>.type, .msg .sale>.price {float:none;}
    .messages .msg .sale .biz-adv {display:block;}
    .messages .msg .sale>.type{font-size:0.8em;}
    .messages .msg .sale>.time{display:block;}
}
@media screen and (min-width: 800px),handheld and (min-width: 800px){
    .messages .msg .descr .title {white-space: nowrap;display:inline-block;height: auto;}
    span + .title {left: 110px;position: relative;}
    .messages .msg .descr span {display:block;position:absolute;top:0;}
    .messages .msg .descr p {display: block;height:3.6em;overflow: hidden;}
    
}
@media screen and (min-width: 481px) and (max-width: 640px),handheld and (min-width: 481px) and (max-width: 640px){
	.tbw .topics .tb > .s {width: 25%;}
	.tbw .topics .tb > .s:nth-child(4n) {border-right:none;}
	.tbw .topics .tb > .s:nth-child(-n+12) {border-bottom: thin solid #969696;}

	.messages .msg .sale, .messages .msg .descr {margin:0 0.5em 0 8em;width: 71%;}
}
@media screen and (min-width: 641px) and (max-width: 1024px), handheld and (min-width: 641px) and (max-width: 1024px){
	.tbw .topics .tb > .s {width: 20%;}
	.tbw .topics .tb > .s:nth-child(5n) {border-right:none;}
	.tbw .topics .tb > .s:nth-child(-n+10) {border-bottom: thin solid #969696;}
}
@media screen and (min-width: 1025px), handheld and (min-width: 1025px) {
	.tbw .topics .tb > .s {width: 16.666%;max-width: 300pt;}
	.tbw .topics .tb > .s:nth-child(6n) {border-right:none;}
	.tbw .topics .tb > .s:nth-child(-n+12) {border-bottom: thin solid #969696;}
}
