		.map-iframe {
			margin: 0 auto;
			border: 0;
			height: 300px;
			width: 800px;
		}
		#mercadito-header {
			position: relative;
			display: inline-block;
			padding-bottom: 10px;
			width: 100%;
		}
		.item-img {
			height: 120px;
			width: 120px;
			display: inline-block;
			vertical-align: top;
			background-size: cover;
			background-position: center center;
		}
		#mercadito-select-list {
			display: inline-block;
		}
			.select-item a,
			.select-item a:active,
			.select-item a:hover {
				text-decoration: none;
			}
			.select-item {
				cursor: default;
				background-color: #FFF;
				text-align: center;
				width: 158px;
				float: left;
				display: inline-block;
				margin: 10px 10px;
				border: 1px solid #E1E1E1;
				font-family: 'Lato',sans-serif;
			}
				.select-item:hover {
					border: 1px solid #0790D7;
				}
				.select-item > .item-img {
					margin-top: 16px;
					border: 1px solid #DBDBDB;
				}
				.select-item > span {
					margin-bottom: 5px;
					margin-top: 2px;
					color: #B8B8B8;
					width: 100%;
					display: inline-block;
					float: left;
					font-size: 16px;
					line-height: 20px;
				}
				.select-item > a {
					font-weight: bold;
					width: 122px;
					margin-bottom: 16px;
					margin-top: 10px;
				}
		.mercadito-button {
			cursor: pointer;
			padding: 0 20px;
			display: inline-block;
			font-family: 'Lato',sans-serif;
			color: #83E598;
			border: 1px solid #83E598;
			background-color: #FFF;
			line-height: 28px;
			height: 30px;
			box-sizing: border-box;
			font-size: 16px;
		}
		.mercadito-button:hover {
			background-color: #0790D7;
			border: 1px solid #0790D7;
			color: #FFF;
		}
		.mercadito-title {
			font-family: 'Lato',sans-serif;
			font-size: 30px;
			line-height: 40px;
			font-weight: bold;
			text-align: center;
			display: inline-block;
			float: left;
			width: 100%;
			margin: 0;
			margin-bottom: 10px;
			color: #B8B8B8;
		}

		#mercadito-publish {
			min-height: 510px;
			display: inline-block;
			float: left;
			width: 100%;
			position: relative;
		}

		#mercadito-publish > #mercadito-select-list {
			position: absolute;
			left: 0;
			top: 0;
		}
		#mercadito-publish > #mercadito-select-list .select-item {
			margin: 0;
		}

		.mercadito-options {
			position: absolute;
			left: 190px;
			top: 0;
			width: 327px;
			display: inline-block;
			float: left;
		}

		.mercadito-info {
			display: inline-block;
			float: right;
			width: 100%;
			padding-left: 545px;
			box-sizing: border-box;
		}
		#description_field {
			display: inline-block;
			float: left;
			width: 100%;
		}

		.mercadito-field-container {
			display: inline-block;
			width: 100%;
			float: left;
		}
		.mercadito-label {
			font-family: 'Lato',sans-serif;
			display: inline-block;
			width: 100%;
			float: left;
			color: #BBBBBB;
			font-weight: bold;
			font-size: 14px;
			line-height: 20px;
			height: 20px;
			border-bottom: 2px solid #EAEAEA;
			text-transform: uppercase;
			margin-bottom: 5px;
		}
		.mercadito-field {
			display: inline-block;
			width: 100%;
			float: left;
		}
			.mercadito-field input,
			.mercadito-field select,
			.mercadito-field textarea {
				width: 100%;
			  	box-sizing: border-box;
			  	border: 1px solid #E0E0E0;
			  	background-color: #F7F9FC;
			  	color: #737373;
			}
			.mercadito-field input {
				height: 30px;
			}
			.mercadito-field select {
				height: 30px;
				width: 326px;
			}
		#sell_amount,
		#initial_amount,
		#final_amount {
			padding-left: 24px;
		}
		.sell_amount-container > .mercadito-field,
		.initial_amount-container > .mercadito-field,
		.final_amount-field-container > .mercadito-field {
			position: relative;
		}
		.sell_amount-container > .mercadito-field::after,
		.initial_amount-container > .mercadito-field::after,
		.final_amount-field-container > .mercadito-field::after {
			content: "$";
			position: absolute;
			left: 9px;
			top: 0px;
			line-height: 30px;
			height: 30px;
			color: #737373;
		}

		#mercadito-checkout {
			font-size: 14px;
			display: inline-block;
			width: 100%;
			float: left;
			box-sizing: border-box;
			border: 1px solid #52D86F;
		}

		.mercadito-fees {
			height: 27px;
			line-height: 27px;
			color: #E16753;
			text-transform: uppercase;
			text-align: center;
			font-weight: bold;
		}
		.mercadito-row {
			color: #737373;
			height: 27px;
			line-height: 27px;
			box-sizing: border-box;
			padding: 0 10px;
		}
			.mercadito-row > div {
				display: inline-block;
				float: left;
				width: 65%;
				vertical-align: top;
				box-sizing: border-box;
			}
			.mercadito-row > span {
				font-weight: bold;
				display: inline-block;
				float: right;
				width: 35%;
				vertical-align: top;
				box-sizing: border-box;
			}
		.mercadito-total {
			font-weight: bold;
			text-transform: uppercase;
			color: #0790D7;
			text-align: center;
		}
		.mercadito-paynow {
			color: #E16753;
			font-weight: bold;
		}

		#mercadito-publish-button {
			background-color: #0790D7;
			color: #FFF;
			height: 30px;
			line-height: 30px;
			padding: 0 25px;
			box-sizing: border-box;
			border: 0;
			font-size: 14px;
			float: right;
		}
			#mercadito-publish-button:hover {
				background-color: #0670D2;
			}

		#mercadito-delete-button {
			background-color: #E16753;
			color: #FFF;
			height: 30px;
			line-height: 30px;
			padding: 0 25px;
			box-sizing: border-box;
			border: 0;
			font-size: 14px;
			float: right;
		}
			#mercadito-delete-button:hover {
				background-color: #F03C1E;
			}
		.mercadito-warning-messsage {
			float: left;
			width: 100%;
			margin-top: 10px;
			display: inline-block;
			box-sizing: border-box;
			color: #E16753;
			border: 1px solid #F37A66;
			padding: 5px 10px;
		}

		.mercadito-registro {
			position: absolute;
			left: 280px;
			top: 18px;
			font-size: 18px;
			height: 27px;
			line-height: 27px;
		}
			.mercadito-registro > div {
				color: #C2C2C2;
				display: inline-block;
				vertical-align: top;
				height: 27px;
				line-height: 27px;
				margin-right: 10px;
			}
			.mercadito-registro > a {
				vertical-align: top;
				display: inline-block;
				font-size: 17px;
				color: #3D3D3D;
				text-decoration: none;
				height: 27px;
				line-height: 27px;
			}
			.mercadito-registro > a.active,
			.mercadito-registro > a:hover,
			.mercadito-registro > a:active {
				color: #0790D7;
			}
			.mercadito-registro > span {
				display: inline-block;
				vertical-align: top;
				width: 1px;
				height: 27px;
				background-color: #F4F4F4;
				margin: 0 10px;
			}

		.mecadito-publish-header {
			position: absolute;
			top: 12px;
			right: 0;
		}
		.mercadito-publish-ad {
			text-decoration: none;
			border: 1px solid #52D86F;
			padding: 0 10px;
			box-sizing: border-box;
			color: #52D86F;
			font-family: 'Lato',sans-serif;
			font-weight: bold;
			font-size: 16px;
			height: 35px;
			line-height: 32px;
			display: inline-block;
			float: left;
			padding-left: 40px;
		}
			.mercadito-publish-ad > span {
				display: inline-block;
				position: absolute;
				width: 32px;
				height: 33px;
				left: 1px;
				top: 1px;
				background-color: #52D86F;
				text-align: center;
			}
				.mercadito-publish-ad > span > .item-img {

				}
			.mercadito-publish-ad:hover,
			.mercadito-publish-ad:active {
				text-decoration: none;
				background-color: #0790D7;
				color: #FFF;
				border: 1px solid #0790D7;
			}
				.mercadito-publish-ad:hover > span,
				.mercadito-publish-ad:active > span {
					background-color: #0790D7;
				}
		.mercadito-ads-container {
			display: inline-block;
			float: left;
			width: 100%;
			margin-top: 0px;
			min-height: 500px;
			position: relative;
		}
			.mercadito-ads-container .pagination {
				display: inline-block;
				width: 100%;
				float: left;
				margin-top: 20px;
				box-sizing: border-box;
				text-align: center;
			}
			.mercadito-ads-container.lateral-present .pagination {
				padding-left: 218px;
			}
		.lateral-banner {
			position: absolute;
			left: 0px;
			top: 0px;
			display: inline-block;
			float: left;
			width: 200px;
			text-align: center;
			border-right: 1px solid #E2E2E2;
		}
			.lateral-banner > h5 {
				display: inline-block;
				width: 100%;
				font-size: 18px;
				color: #747474;
				font-weight: bold;
				text-transform: uppercase;
				float: left;
				margin: 0;
				padding: 0;
				margin-bottom: 10px;
			}
				.lateral-banner > h5.top-bidders {
					margin-top: 20px;
				}
			.lateral-banner > .market-top {
				text-align: left;
				display: inline-block;
				float: left;
				width: 100%;
				color: #B9B9B9;
			}
				.lateral-banner > .market-top > div {
					display: inline-block;
					float: left;
					width: 100%;
					line-height: 22px;
					font-size: 12px;
				}
				.lateral-banner > .market-top > div:nth-last-child(10) > a,
				.lateral-banner > .market-top > div:nth-last-child(10) > span {
					font-size: 17px;
					color: #808FEE;
				}
				.lateral-banner > .market-top > div:nth-last-child(9) > a,
				.lateral-banner > .market-top > div:nth-last-child(9) > span {
					font-size: 15px;
				}
				.lateral-banner > .market-top > div:nth-last-child(8) > a,
				.lateral-banner > .market-top > div:nth-last-child(8) > span {
					font-size: 14px;
				}
				.lateral-banner > .market-top a {
					color: #B9B9B9;
				}
				.lateral-banner > .market-top > div > span:first-child {
					width: 30px;
					display: inline-block;
					vertical-align: top;
				}
		.mercadito-ads-list {
			display: inline-block;
			float: right;
			box-sizing: border-box;
			width: 100%;
			margin-top: -10px;
		}
			.mercadito-ads-list.lateral-present {
				padding-left: 216px;
				min-height: 590px;
			}
			.mercadito-ads-list.lateral-not-present {
				text-align: center;
			}
			.mercadito-ads-list.lateral-not-present .mercadito-ad-item {
				margin: 10px 2px;
			}
			.mercadito-ad-item {
				margin: 10px 5px;
				display: inline-block;
				float: left;
				width: 231px;
				background-color: #fff;
				height: 122px;
				border: 1px solid #E1E1E1;
				box-sizing: border-box;
				position: relative;
			}

			.item-image.item-img {
				background-size: contain;
				background-repeat: no-repeat;
			}
			.mercadito-ad-item:hover {
				border: 1px solid #0790D7;
			}
				.mercadito-ad-item > .item-img {
					position: absolute;
					left: 0;
					top: 0;
				}
				.mercadito-ad-item > .user-profile {
					font-size: 12px;
					position: absolute;
					left: 5px;
					bottom: 0;
					width: 110px;
					line-height: 20px;
					height: 20px;
					display: inline-block;
					overflow: hidden;
					text-overflow: ellipsis;
					white-space: nowrap;
					text-decoration: none;
					text-align: center;
					color: #ABABAB;
					font-weight: normal;
				}
				.mercadito-ad-info {
					padding-top: 5px;
					height: 100%;
					width: 109px;
					display: inline-block;
					position: absolute;
					top: 0;
					right: 0;
				}
					.mercadito-ad-info > div {

					}
						.mercadito-ad-info > div > img {
							margin-left: 5px;
							margin-top: 2px;
							vertical-align: top;
							display: inline-block;
						}
						.mercadito-ad-info > div > span {
							text-align: left;
							vertical-align: top;
							font-size: 13px;
							color: #747474;
							font-weight: normal;
							width: 79px;
							display: inline-block;
							overflow: hidden;
							text-overflow: ellipsis;
							white-space: nowrap;
							text-decoration: none;
						}
					.mercadito-ad-info > .mercadito-price > span {
						font-weight: bold;
					}
					.mercadito-ad-info > .mercadito-price-final > span {
						font-weight: bold;
					}
					.mercadito-ad-info > .mercadito-time {
					}
					.mercadito-ad-info > .mercadito-name {
					}
					.mercadito-details-button {
						text-align: center;
						text-decoration: none;
						border: 1px solid #52D86F;
						padding: 0 10px;
						box-sizing: border-box;
						color: #52D86F;
						font-family: 'Lato',sans-serif;
						font-weight: bold;
						font-size: 14px;
						height: 25px;
						line-height: 22px;
						display: inline-block;
						float: left;
						width: 100%;
						position: absolute;
						width: 90px;
						right: 10px;
						bottom: 5px;
					}
						.mercadito-details-button:hover,
						.mercadito-details-button:active {
							text-decoration: none;
							background-color: #0790D7;
							color: #FFF;
							border: 1px solid #0790D7;
						}
			.mercadito-product-details {
				display: inline-block;
				float: left;
				width: 100%;
			}
				.mercadito-product-details > .mercadito-field-container {
					display: inline-block;
					float: left;
					width: 24.25%;
					margin-left: 1%;
				}
				.mercadito-product-details > .mercadito-field-container:first-child {
					margin-left: 0;
				}
				.mercadito-product-details > .mercadito-field-container > .mercadito-field {
					font-weight: bold;
					color: #747474;
					font-size: 14px;
				}

			.mercadito-field-container.mercadito-field-full {
				margin-top: 10px;
				margin-left: 0;
				width: 100%;
				display: inline-block;
				float: left;
			}
				.mercadito-field-container.mercadito-field-full > .mercadito-field {
					font-weight: normal;
					font-size: 14px;
				}
			#mercadito-single {
				min-height: 400px;
				display: inline-block;
				float: left;
				width: 100%;
				margin-bottom: 40px;
			}
			.mercadito-single-top {
				height: 125px;
				position: relative;
				display: inline-block;
				float: left;
				width: 100%;
				margin-bottom: 10px;
			}
				.mercadito-single-top > a {
					position: relative;
					z-index: 2;
				}
				#mercadito-buy {
					height: 50px;
					display: inline-block;
					position: absolute;
					right: 0;
					top: 0px;
					width: 180px;
					text-align: left;
				}
				#mercadito-buy.is-auction {
					top: 0;
					width: 510px;
				}
				.mercadito-msg-auction {
					text-align: center;
					float: left;
					display: inline-block;
					color: #E16753;
					font-size: 12px;
					width: 215px;
					position: absolute;
					top: 53px;
					right: 0;
				}
					.mercadito-msg-auction.mercadito-my {
						color: #52D86F;
					}
				.mercadito-auction-info {
					position: relative;
					background-color: #FFF;
					border: 1px solid #DBDBDB;
					height: 49px;
					display: inline-block;
					width: 335px;
				}
				.mercadito-auction-price-final {
					font-family: 'Lato',sans-serif;
					display: inline-block;
					width: 100%;
					float: left;
					font-weight: bold;
					text-align: center;
					font-size: 26px;
					color: #717171;
					height: 50px;
					line-height: 50px;
				}
				.mercadito-auction-price {
					text-align: center;
					box-sizing: border-box;
					height: 49px;
					width: 120px;
					background-color: #F7F9FC;
					display: inline-block;
					float: left;
					font-size: 14px;
					padding: 5px 0;
					color: #717171;
				}
					.mercadito-auction-price > div {
						display: inline-block;
						width: 100%;
						float: left;
					}
					.mercadito-auction-price > span {
						display: inline-block;
						width: 100%;
						float: left;
						font-weight: bold;
					}
				#auction_bet {
					border: 0;
					box-sizing: border-box;
					height: 49px;
					line-height: 29px;
					padding: 4px 20px;
					font-size: 22px;
					font-weight: bold;
					text-align: center;
					float: right;
					width: 215px;
					border-left: 1px solid #DBDBDB;
				}
				.mercadito-buy-buttons {
					position: absolute;
					right: -150px;
					top: 0;
					width: 135px;
				}
				.mercadito-edit-bet {
					background-color: #0790D7;
					color: #FFF;
					height: 49px;
					line-height: 49px;
					padding: 0 25px;
					font-size: 25px;
					box-sizing: border-box;
					border: 0;
					float: left;
					width: 100%;
					float: left;
				}
					.mercadito-edit-bet:hover {
						background-color: #0670D2;
					}
				.mercadito-or {
					display: inline-block;
					float: left;
					width: 100%;
				}
					.mercadito-or > span {
						display: inline-block;
						vertical-align: top;
						float: left;
						width: 100%;
						text-align: center;
					}
					.mercadito-edit-buy {
						text-align: center;
						text-decoration: none;
						border: 1px solid #52D86F;
						padding: 0 10px;
						box-sizing: border-box;
						color: #52D86F;
						font-family: 'Lato',sans-serif;
						font-weight: bold;
						font-size: 14px;
						line-height: 22px;
						display: inline-block;
						float: left;
						width: 100%;
						background-color: #FFF;
					}
						.mercadito-edit-buy:hover,
						.mercadito-edit-buy:active {
							text-decoration: none;
							background-color: #0790D7;
							color: #FFF;
							border: 1px solid #0790D7;
						}
		.mercadito-auction {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			float: left;
			height: 100%;
			text-align: right;
		}
		#mercadito-single .single-image {
			border: 1px solid #DBDBDB;
		}
		.mercadito-auction-status {
			position: absolute;
			left: -250px;
			bottom: 0;
			width: 250px;
			line-height: 49px;
			height: 49px;
			font-size: 22px;
			color: #717171;
			text-align: center;
		}

		.mercadito-status {
			font-size: 30px;
			font-weight: bold;
			line-height: 40px;
			height: 40px;
		}
		.mercadito-status-cancelled {
			color: #E16753;
		}
		.mercadito-status-closed {
			color: #52D86F;
		}
		.mercadito-status-validating {
			color: #C8C600;
		}
		.mercadito-sell-by {
			font-size: 30px;
			font-weight: bold;
			line-height: 40px;
			height: 40px;
			color: #BBBBBB;
		}
			.mercadito-sell-by > span {
				color: #52D86F;
			}
		.mercadito-bets-container {
			border-top: 1px solid #DBDBDB;
			margin-top: 20px;
			padding-top: 10px;
			box-sizing: border-box;
			display: inline-block;
			float: left;
			text-align: center;
			width: 100%;
		}
		.mercadito-bet-title {
			text-align: center;
			display: inline-block;
			float: left;
			width: 100%;
			margin-bottom: 10px;
			text-transform: uppercase;
			color: #B8B8B8;
			font-weight: bold;
			font-size: 14px;
		}
		.mercadito-bets-list {
			display: inline-block;
			width: 500px;
			border: 1px solid #E8E8E8;
		}
		.mercadito-bets-item {
			border-bottom: 1px solid #E8E8E8;
			background-color: #FFF;
			display: inline-block;
			float: left;
			width: 100%;
			height: 30px;
		}
			.mercadito-bets-list > .mercadito-bets-item:first-child {
				background-color: #F7F9FC;
			}
			.mercadito-bets-list > .mercadito-bets-item:last-child {
				border-bottom: 0;
			}
			.mercadito-bets-list > .mercadito-bets-item:first-child > div {
				color: #35D84D;
			}
			.mercadito-bets-list > .mercadito-bets-item:first-child > a,
			.mercadito-bets-list > .mercadito-bets-item:first-child > span,
			.mercadito-bets-list > .mercadito-bets-item:first-child > div {
				font-weight: bold;
				font-size: 14px;
			}
			.mercadito-bets-item > a,
			.mercadito-bets-item > span {
				border-right: 1px solid #E8E8E8;
			}
			.mercadito-bets-item > a,
			.mercadito-bets-item > span,
			.mercadito-bets-item > div {
				box-sizing: border-box;
				height: 30px;
				line-height: 30px;
				display: inline-block;
				float: left;
				vertical-align: top;
				font-size: 14px;
			}
			.mercadito-bets-item > a {
				width: 200px;
				color: #6AB0E1;
			}
			.mercadito-bets-item > span {
				width: 200px;
				color: #747474;
			}
			.mercadito-bets-item > div {
				width: 100px;
				color: #747474;
			}
		.mercadito-edit-info {
			text-align: left;
			position: absolute;
			top: 80px;
  			left: 130px;
		}
		.mercadito-msg-beta {
			display: inline-block;
			float: left;
			width: 100%;
			box-sizing: border-box;
			padding: 5px 10px;
			background-color: #F4F4F4;
			color: #A9A9A9;
			height: 30px;
			line-height: 20px;
			font-size: 14px;
		}
		.mercadito-edit-button {
			text-align: center;
			text-decoration: none;
			border: 1px solid #52D86F;
			padding: 0 10px;
			box-sizing: border-box;
			color: #52D86F;
			font-family: 'Lato',sans-serif;
			font-weight: bold;
			font-size: 14px;
			line-height: 22px;
			display: inline-block;
			float: left;
			width: 100%;
			background-color: #FFF;
		}
			.mercadito-edit-button:hover,
			.mercadito-edit-button:active {
				text-decoration: none;
				background-color: #0790D7;
				color: #FFF;
				border: 1px solid #0790D7;
			}
		.live-time.time-hot {
			color: #E16753;
		}
		.live-time.time-cool {
			color: #E1CA08;
		}
		.live-time.extended-time {
			display: inline-block;
			border: 1px solid #DDDDDD;
			width: 140px;
		}
			.live-time.extended-time > span {
				border-right: 1px solid #DDDDDD;
				display: inline-block;
				width: 33.33333333333333%;
				float: left;
				vertical-align: top;
				color: #E04A4F;
				line-height: 30px;
				height: 49px;
				padding-top: 15px;
				box-sizing: border-box;
				position: relative;
			}
			.live-time.extended-time > span:last-child {
				border-right: 0;
			}
			.live-time.extended-time > span.mercadito-time-hours::before {
				content: "HRS";
				position: absolute;
				width: 100%;
				left: 0;
				top: 5px;
				height: 10px;
				line-height: 10px;
				color: #7C7C7C;
				font-weight: bold;
				font-size: 10px;
			}
			.live-time.extended-time > span.mercadito-time-minutes::before {
				content: "MIN";
				position: absolute;
				width: 100%;
				left: 0;
				top: 5px;
				height: 10px;
				line-height: 10px;
				color: #7C7C7C;
				font-weight: bold;
				font-size: 10px;
			}
			.live-time.extended-time > span.mercadito-time-seconds::before {
				content: "SEC";
				position: absolute;
				width: 100%;
				left: 0;
				top: 5px;
				height: 10px;
				line-height: 10px;
				color: #7C7C7C;
				font-weight: bold;
				font-size: 10px;
			}
		#mecadito-main-menu {
			background-color: #FFF;
			display: inline-block;
			float: left;
			width: 100%;
			margin: 0;
			margin-bottom: 0px;
		}
			#mecadito-main-menu > li {
				float: left;
				display: inline-block;
				vertical-align: top;
				list-style-type: none;
				margin: 0;
				padding: 0;
				width: 11.11111111111111%;
			}
				#mecadito-main-menu > li.active > a,
				#mecadito-main-menu > li > a:hover {
					color: #0790D7;
				}

				#mecadito-main-menu > li.mercadito-filter-home.active > a,
				#mecadito-main-menu > li.mercadito-filter-home > a:hover {
					box-shadow: 0px -4px 0px #0D93D0;
					border-bottom: 1px solid #0D93D0;
					color: #0D93D0;
				}
				#mecadito-main-menu > li.mercadito-filter-hot.active > a,
				#mecadito-main-menu > li.mercadito-filter-hot > a:hover {
					box-shadow: 0px -4px 0px #E16753;
					border-bottom: 1px solid #E16753;
					color: #E16753;
				}
				#mecadito-main-menu > li.mercadito-filter-timeout.active > a,
				#mecadito-main-menu > li.mercadito-filter-timeout > a:hover {
					box-shadow: 0px -4px 0px #E16753;
					border-bottom: 1px solid #E16753;
					color: #E16753;
				}
				#mecadito-main-menu > li.mercadito-filter-coins.active > a,
				#mecadito-main-menu > li.mercadito-filter-coins > a:hover {
					box-shadow: 0px -4px 0px #E1CA08;
					border-bottom: 1px solid #E1CA08;
					color: #E1CA08;
				}
				#mecadito-main-menu > li.mercadito-filter-vehicle.active > a,
				#mecadito-main-menu > li.mercadito-filter-vehicle > a:hover {
					box-shadow: 0px -4px 0px #BCE108;
					border-bottom: 1px solid #BCE108;
					color: #BCE108;
				}
				#mecadito-main-menu > li.mercadito-filter-house.active > a,
				#mecadito-main-menu > li.mercadito-filter-house > a:hover {
					box-shadow: 0px -4px 0px #EE80BF;
					border-bottom: 1px solid #EE80BF;
					color: #EE80BF;
				}
				#mecadito-main-menu > li.mercadito-filter-local.active > a,
				#mecadito-main-menu > li.mercadito-filter-local > a:hover {
					box-shadow: 0px -4px 0px #C280EE;
					border-bottom: 1px solid #C280EE;
					color: #C280EE;
				}
				#mecadito-main-menu > li.mercadito-filter-bizz.active > a,
				#mecadito-main-menu > li.mercadito-filter-bizz > a:hover {
					box-shadow: 0px -4px 0px #808FEE;
					border-bottom: 1px solid #808FEE;
					color: #808FEE;
				}
				#mecadito-main-menu > li.mercadito-filter-object.active > a,
				#mecadito-main-menu > li.mercadito-filter-object > a:hover {
					box-shadow: 0px -4px 0px #83EE80;
					border-bottom: 1px solid #83EE80;
					color: #83EE80;
				}
				#mecadito-main-menu > li > a {
					color: #D5D5D5;
					font-weight: bold;
					text-decoration: none;
					width: 100%;
					display: inline-block;
					float: left;
					box-sizing: border-box;
					vertical-align: top;
					margin: 0;
					padding: 0;
					text-align: center;
					height: 30px;
					line-height: 28px;
					border: 1px solid #E6E6E6;
					box-shadow: 0px -4px 0px #E6E6E6;
				}
			.mercadito-auction-count {
				cursor: default;
				border-radius: 100%;
				display: inline-block;
				background-color: #FF9381;
				box-sizing: border-box;
				padding: 0px 3px;
				line-height: 18px;
				height: 17px;
  				min-width: 17px;
				color: #FFF;
				z-index: 2;
				position: absolute;
				left: 5px;
				top: 2px;
				font-size: 12px;
				text-align: center;
			}
	#mobile-apps-list {
		margin-top: 20px;
	}

	#samp-players {
		display: inline-block;	
	}
		#samp-players ul {
			border: 1px solid #A5A5A5;
			text-align: left;
			height: 140px;
			width: 230px;
			display: inline-block;
			overflow-y:scroll;
			background-color: #F7F7F7;
			padding: 3px 20px 3px 10px;
			margin: 0;
		}
			#samp-players ul li {
				font-size: 12px;
				height: 17px;
				line-height: 17px;
				list-style-type: none;
				display: inline-block;
				width: 100%;
				float: left;
				color: #2088BD;
				font-style: italic;
			}
			#samp-players ul li:hover {
			}
			#samp-players ul li.odd {
				/*background-color: #FFF;
				color: #515151;*/
			}
			#samp-players ul li.even {
				/*background-color: #CECECE;
				color: #6F8FA2;*/
			}