#market_view {
	margin: 0px auto;
	width: 757px;
}
.market_items {
	/*overflow: hidden;*/
}
.market_items > div {
	position: relative;
	cursor: pointer;
	float: left;
	width: 133px;
	height: 87px;
	border-radius: 8px;
	background-color: rgba(109, 173, 221, 0.16);
	padding: 5px;
	margin: 3px;
	border: 1px solid #9ad0de;
	font-size: 0.8em;
}
.market_items > div.market_itemxtra_mine {
	background-color: rgba(188, 230, 159, 0.58) !important;
}
.market_items > div.market_itemxtra_get {
	background-color: rgba(159, 230, 227, 0.6) !important;
}
.market_items > div.market_itemxtra_bet {
	background-color: rgba(238, 246, 165, 0.6) !important;
}
.market_items > div:hover {
	border-color: #4dafc9;
}
.market_items > div.highlighted {
	background-color: rgba(255, 255, 255, 0.68);
	box-shadow: 0 0 16px 4px rgba(168, 168, 168, 0.6);
}
.market_items > div.market_auction::before {
	display: block;
	content: "A";
	color: #FFF;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 17px;
	height: 17px;
	text-align: center;
	line-height: 1.4em;
	background-color: #78bcff;
	border-radius: 8px 0;
}
.market_item_name {
	line-height: 1em;
	text-align: right;
	height: 2em;
	overflow: hidden;
	color: #243c66;
	margin-left: 16px;
}
.market_item_item {
	float: left;
	margin-top: 5px;
	margin-left: 5px;
}
.market_item_seller {
	display: inline-block;
	float: right;
	max-width: 100px;
	overflow: hidden;
	white-space: pre-line;
	text-align: right;
	margin-top: 6px;
	color: #5D5C84;
	font-size: 0.8em;
}
.market_item_seller span {
	color: #682727;
	font-size: 1.2em;
}
.market_item_duration {
	position:absolute;
	bottom:4px;right:4px;
}
.market_item_prices {
	position:absolute;
	bottom:4px;left:4px;
	color: #1E0963;
}
.market_item_price {
	color: #2669A2;
}
.market_item_price_co0 {
}
.market_item_price_co1 {
	color: green;
}
.market_item_price_co2 {
	color: red;
}


.mv_nav {
	width: 94%;
	margin: 10px auto;
}
#mv_fresh, #mv_moar { width: 93%; }
.mv_refresh { width: 6%; }
.mv_refresh span { margin-left: 5px; }

#market_find_tbl {
	width:100%;
}

#market_search_form input[type='reset'] { display: block; margin: 10px auto 0; text-align: middle; }

#market_find_tbl > tbody > tr > td {
	vertical-align: top;
}

#market_find_types, #market_find_types ul { list-style:none; }
#market_find_types > li {
	position: relative;
	margin-top: 5px;
	min-height: 18px;
	border: 1px solid #BCBCBC;
	border-radius: 8px;
	padding: 3px 0px 3px 5px;
}
#market_find_types ul {
	display:none;
	padding-left: 8px;
	border-top: 1px solid #b3b1b1;
	margin-top: 3px;
	padding-top: 4px;
	margin-right: 5px;
}


#market_find_tbl fieldset .jq-number__spin {
	display: none;
}

#market_find_types input[type="checkbox"] + label { display: block; }

#market_find_view { padding:10px 49px; }
.market_find_view_ph { font-style:italic; color: #4A5E77; }

#ms_moar { width: 100%; display:none; text-align: center; margin-top: 10px; margin-left: 5px; }

.market_overlayer { position: absolute; top:0;right:0;bottom:0;left:0; width: 100%;height: 100%; text-align: center; display: table; background-color: RGBA(0, 0, 0, 0.6); border-radius: inherit; color: white; }
.market_overlayer > * { display: table-cell; vertical-align: middle; }

/* item buy hint */
.market_buy_hc { white-space: nowrap; }
.market_buy_hc > *:not(:last-child) { margin-bottom: 7px; }
.market_buy_hc_name { display: inline-block; font-weight: bold; color: #6190FF; cursor: pointer; }
.market_buy_hc_name:hover { text-decoration: underline; text-shadow: none !important; }
.market_buy_hc_name::before {
	display:inline-block; content:""; width:0.875em; height:1em;
	background: url("data:image/svg+xml;charset=utf8,%3Csvg height='1024' width='896' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: royalblue' d='M128 768h256v64H128v-64z m320-384H128v64h320v-64z m128 192V448L384 640l192 192V704h320V576H576z m-288-64H128v64h160v-64zM128 704h160v-64H128v64z m576 64h64v128c-1 18-7 33-19 45s-27 18-45 19H64c-35 0-64-29-64-64V192c0-35 29-64 64-64h192C256 57 313 0 384 0s128 57 128 128h192c35 0 64 29 64 64v320h-64V320H64v576h640V768zM128 256h512c0-35-29-64-64-64h-64c-35 0-64-29-64-64s-29-64-64-64-64 29-64 64-29 64-64 64h-64c-35 0-64 29-64 64z' /%3E%3C/svg%3E");
	background-size: 0.875em 1em;
	vertical-align: top;
	margin-right: 3px;
}

.market_buy_hc_loading { position: relative; min-width: 64px; width:100%; height: 46px; }
.market_buy_hc input { /*width: 140px; margin: 0px 0px 3px 1px;*/ margin: 0; color: #fff; }

#market_tab_track fieldset { position:relative; min-height:100px; text-align: left; padding-right: 37px; }
.market_track_empty { color: rgb(144, 144, 144); padding-left: 1em; }


.market_tab_track_sidebuttons { position: absolute;width: 36px;right: 3px;top: 13px; }
.market_tab_track_sidebuttons button { width: 100%; display:block; margin-bottom: 3px; }
@-moz-document url-prefix() { 
  .market_tab_track_sidebuttons {
	top: -6px;
  }
}
.market_tab_track_sidebuttons > button > span {margin-left: 2px;}


.market_track_link { font-style: italic; color: rgb(128, 165, 156); cursor: pointer; font-size: 0.9em; margin-top: -6px; }
.market_track_link:hover { text-decoration: underline; }
.market_track_link_success, .market_track_link_error { text-decoration: none !important; cursor: default; }
.market_track_link_success { color: #67de96; }
.market_track_link_error { color: #de4747; }

#ml_fresh, #ml_moar { width: 93%; }
.ml_refresh { width: 6%; }
.ml_refresh span { margin-left: 5px; }
#market_logs_cont { width: 100%; }
#market_logs_cont > * > * { height: 28px; vertical-align: middle; }
.market_log_act { /*border-radius: 8px*/ }
#market_logs_cont > * > .market_log_act:hover { /*border-radius: 0;*/ }
/*.market_log_act_9 { background: rgba(47, 222, 55, 0.2); }
.market_log_act_19 { background: rgba(255, 129, 129, 0.24); }*/