@charset "utf-8";
/* CSS Document */

#navHeader {
	position: relative;
	background-color: #D9CFC6;
	height: 42px;
	line-height: 40px;
	color: #4C3E39;
	font-weight: bold;
	font-size: 18px;
	padding-left: 15px;
	margin-bottom: 15px;
}

div.breadcrumb {
	padding-bottom: 15px;
}

div.breadcrumb > a {
	content: "";
	font-size: 17px;
	color: #8A4646;
	margin: 0;
	vertical-align: bottom;
	display: inline-block;
}

div.breadcrumb > a:hover,
a.moreDetails:hover {
	text-decoration: underline;
}

div.breadcrumb a:first-child::before {
	display: inline-block;
	width: 19px;
	height: 18px;
	vertical-align: top;
	/*background: url("../images/sprite.png") no-repeat -63px -98px;*/
	font-family: 'Sicons';
	font-size: 18px;
	content: "\e92a";
	background: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
}

div.breadcrumb a::after {
	content: "";
	width: 7px;
	height: 12px;
	margin: 0 25px;
	display: inline-block;
	/*	background: url("../images/sprite.png") no-repeat -63px -126px;*/
	font-family: 'Sicons';
	content: "\e903";
	background: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size: 10px;
	color: #baa9ba;
}

#auctionheader {
	position: relative;
	background-color: #FFF;
	-moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
	padding: 2px;
}

#auctionheader img {
	width: 916px;
	height: 136px;
}

#auctionheader h3,
#auctionheader h4 {
	position: absolute;
	left: 40px;
	top: 37px;
	color: #F8F2E6;
	font-size: 28px;
	font-weight: bold;
	text-overflow: ellipsis;
	max-width: 520px;
	white-space: nowrap;
	overflow: hidden;
}

#auctionheader h4 {
	top: 75px;
	color: #E4CCAC;
	font-size: 22px;
	font-weight: normal;
}

#auctionheader h5 {
	position: absolute;
	right: 2px;
	top: 22px;
	color: #FFF;
	font-size: 26px;
	padding: 24px 30px 20px;
	background: url("../images/expirydate_bg.png") repeat-y 0 -313px;
}

#auctionheader h5::before {
	content: "";
	position: absolute;
	left: -30px;
	top: 25px;
	display: inline-block;
	width: 45px;
	height: 45px;
	margin-right: 10px;
	background: url("../images/sprite.png") no-repeat -149px -326px;
}

#auctionheader h5 span {
	display: block;
	font-size: 22px;
	line-height: 20px;
	margin: 0;
	float: none;
	font-weight: normal;
}

#auctionheader h5 p em {
	font-weight: bold;
}

#auctionheaderBottom {
	position: relative;
	border-top: 1px solid #D9CFC6;
	margin-top: 30px;
	padding: 5px 0;
}

span.bid-by-the-user {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 60px;
	height: 60px;
	z-index: 311;
	background: url("../images/placedBid.png") no-repeat 0 0;
}

.subnav {
	position: relative;
	background-color: #EEEAE6;
	font-size: 22px;
	font-weight: bold;
	padding: 10px 10px 10px 20px;
	margin: 30px 26px;
}

/*
a span.tooltip {
    display: none;
    float: none;
    font-weight: normal;
    font-size: 15px;
    top: 30px;
    margin-left: -50%;
}
*/

#auctionheader div.categoryPager,
#auctionheaderBottom div.categoryPager {
	display: table;
	text-align: center;
	font-size: 20px;
	width: 100%;
	padding-left: 10px;
}

#auctionheader div.categoryPager a:hover,
#auctionheaderBottom div.categoryPager a:hover {
	text-decoration: underline;
}

#auctionheader div.categoryPager div,
#auctionheaderBottom div.categoryPager div {
	display: table-cell;
	padding: 0 0 14px 0;
	overflow: hidden;
	max-width: 80%;
}

#auctionheader div.categoryPager div span,
#auctionheaderBottom div.categoryPager div span {
	font-weight: bold;
}

#auctionheader div.categoryPager div span.db,
#auctionheaderBottom div.categoryPager div span.db {
	color: #A08B87;
	font-weight: normal;
	margin-right: 10px;
}

a.prevcategory {
	position: relative;
	display: table-cell;
	line-height: 40px;
	text-align: left;
	width: 12%;
}

a.prevcategory em {
	padding-left: 20px;
	font-size: 17px;
	white-space: nowrap;
}

a.prevcategory::before {
	position: absolute;
	left: 4px;
	top: 11px;
	width: 8px;
	height: 12px;
	display: inline-block;
	margin: 5px 0 0 0;
/*	background: url("../images/sprite.png") no-repeat -209px 0;*/
	font-family: 'Sicons';
	content: "\e902";
	background: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size: 12px;
}

a.nextcategory,
span.emptyPager {
	position: relative;
	display: table-cell;
	line-height: 40px;
	text-align: right;
	width: 12%;
}

a.nextcategory em {
	padding-right: 28px;
	font-size: 17px;
	white-space: nowrap;
}

a.nextcategory::before {
	position: absolute;
	right: 12px;
	top: 11px;
	width: 8px;
	height: 12px;
	display: inline-block;
	margin: 5px 0 0 0;
	/*background: url("../images/sprite.png") no-repeat -209px -22px;*/
	font-family: 'Sicons';
	content: "\e903";
	background: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size: 12px;
}

/* Order by row */

form.subFilterOrderby {
	margin-top: 20px;
}

form.subFilterOrderby select {
	border: 1px solid #D0C5B9;
	height: 34px;
	margin-left: 5px;
	margin-bottom: 20px;

}

/*
form.subFilterOrderby div:first-child {
    float: left;
}
*/
form.subFilterOrderby .pageper {
	width: 136px;
}

form.subFilterOrderby div {
	float: right;
}

.rightColumn select,
.rightColumn input {
	font-size: 16px;
	color: #777777;
	height: 40px;
	margin: 0 0 15px;
	padding-left: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Listpage */

.pagerRow {
	padding: 15px 0;
	border-top: 1px dotted #d9cfc6;
}

.pagerBottom {
	border: none;
	padding: 12px 0 0;
}

.productNumber {
	float: left;
	margin-top: 2px;
}

.productNumber em {
	font-weight: bold;
}

.pager {
	float: right;
}

.pager a,
.pager span {
	display: inline-block;
	height: 30px;
	line-height: 28px;
	border: 1px solid #D9CFC6;
	color: #8A4646;
	text-align: center;
	min-width: 30px;
	box-sizing: border-box;
	padding: 0 1ch;
}

.pager a:hover {
	color: #CC705D;
	border-color: #CC705D;
}

.pager span {
	background-color: #BAA9A7;
	color: #FFF;
	border-color: #BAA9A7;
}

.pager a.prev,
.pager a.next {
	background-color: #CC705D;
	-webkit-box-shadow: inset 0 0 0 1px #CC705D;
	-moz-box-shadow: inset 0 0 0 1px #CC705D;
	box-shadow: inset 0 0 0 1px #CC705D;
	border: none;
	color: #FFF;
}

.pager a.prev {
	margin-right: 10px;
}

.pager a.next {
	margin-left: 10px;
}

.pager a.next:hover,
.pager a.prev:hover {
	background: none;
	color: #CC705D;
	-webkit-box-shadow: inset 0 0 0 1px #CC705D;
	-moz-box-shadow: inset 0 0 0 1px #CC705D;
	box-shadow: inset 0 0 0 1px #CC705D;
}

/* Card Views */

div.cardHolderBox {
	position: relative;
	display: table;
}

div.cardHolderRows {
	display: table-row;
}

div.spaceBoxVertical,
div.spaceBoxHorizontal {
	width: 8px;
	height: 8px;
}

.cardViewproductCard {
	position: relative;
	display: table-cell;
	width: 224px;
	max-width: 224px;
	color: #8A4747;
	padding: 20px 20px 50px;
	text-align: center;
	vertical-align: top;
	background-color: #FFF;
	overflow: hidden;
	-moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}

.cardViewproductCard:hover,
.cardViewproductRows:hover {
	-moz-box-shadow: 0 0 2px #CC705D;
	-webkit-box-shadow: 0 0 2px #CC705D;
	box-shadow: 0 0 2px #CC705D;
}

.cardViewproductCard .imgholder {
	width: 184px;
	height: 184px;
	background-color: #3A4048;
	text-align: center;
	overflow: hidden;
	display: table-cell;
	vertical-align: middle;
	font-size: 0;
}

.cardViewproductCard img {
	width: auto;
	max-width: 184px;
	height: auto;
	max-height: 184px;
}

.cardViewproductCard p {
	color: #8A4646;
	font-size: 17px;
	padding-bottom: 15px;
	margin-top: 6px;
	overflow: hidden;
}

.cardViewproductCard p.itemNumber {
	font-size: 15px;
	font-weight: 100;
	color: #999;
	margin-top: 14px;
	padding-bottom: 0;
}

.detailsHolder {
	position: absolute;
	bottom: 0;
	height: 50px;
	font-size: 16px;
	line-height: 44px;
	display: block;
	width: 184px;
	border-top: 1px solid #EEEAE6;
}

a.basketCard {
	float: right;
}

a.basketCard::before {
	content: "";
	display: inline-block;
	width: 23px;
	height: 15px;
	margin: -2px 6px 0 0;
	vertical-align: middle;
	background: url("../images/sprite.png") no-repeat -216px -202px;
}

a.basketCard:hover {
	text-decoration: underline;
}

.detailsHolder span {
	float: left;
	color: #4C3E39;
	font-weight: bold;
}

/* Row Cards */

.cardViewproductRows {
	position: relative;
	width: 920px;
	color: #856E59;
	margin-bottom: 8px;
	padding: 20px;
	background-color: #FFF;
	-moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}

.cardViewproductRows .imgholder {
	width: 184px;
	background-color: #3A4048;
	text-align: center;
	vertical-align: middle;
}

.cardViewproductRows a {
	max-width: 180px;
}

.cardViewproductRows img {
	float: left;
	width: 100%;
	max-width: 180px;
	vertical-align: middle;
	margin-right: 30px;
}

.detailsBox {
	float: left;
	width: 670px;
}

.detailsBox table tr td:first-child {
	padding-right: 20px;
}

.cardViewproductRows span {
	color: #B09D8A;
}

.cardViewproductRows table {
	color: #4C3E3A;
	text-align: left;
}

.cardViewproductRows table tr td:first-child {
	min-width: 72px;
	padding-bottom: 5px;
}

.cardViewproductRows p {
	color: #8A4646;
	font-weight: bold;
	font-size: 20px;
	margin: 5px 0 10px;
}

td.lighter {
	color: #856E59;
}
/*
td.lighter span {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	background-image: url("../images/jelolesek.png");
	background-repeat: no-repeat;
}

span.postatiszta {
	width: 20px;
	height: 10px;
	margin-top: -3px;
	background-position: 0 0;
}

span.vagott {
	width: 17px;
	height: 17px;
	margin-top: -3px;
	background-position: 0 -20px;
}
*/
div.moreDetailsHolder {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #D9CFC6;
	margin-top: 12px;
	padding-top: 15px;
}

div.moreDetailsHolder span:first-child {
	display: inline-block;
	margin-top: 10px;
}

a.moreDetails {
	display: none;
	float: left;
	margin-top: 8px;
}

a.moreDetails::after {
	display: none;
	content: "";
	/* display: inline-block; */
	width: 10px;
	height: 7px;
	margin-left: 8px;
	/*background: url("../images/sprite.png") no-repeat 0 -114px;*/
	font-family: 'Sicons';
	content: "\e901";
	background: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size: 6px;
}

div.moreDetailsHolder span,
.actions span:first-child {
	color: #4C3E3A;
}

div.moreDetailsHolder em {
	color: #4C3E3A;
	font-weight: bold;
	margin: 0 15px 0 6px;
}

div.moreDetailsHolder a.basket::before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 18px;
	margin-right: 10px;
	vertical-align: middle;
	/*background: url("../images/sprite.png") no-repeat -93px -260px;*/
	font-family: 'Sicons';
	content: "\e905";
	background: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size: 18px;
}

div.actions {
	float: right;
}

div.actions span, div.actions a {
	margin-left: 6px;
}

/* Product Quality */

td.lighter span {
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px 0 10px;
	/*background-image: url("../images/jelolesek.png");*/
	background-repeat: no-repeat;
}

td.lighter span:first-of-type {
	margin-left: 0;
}

td.lighter span:first-of-type {
	margin-left: 0;
}

td.lighter span:before {
	font-family: 'Sicons';
	background: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	color: #8A4646;
}
span.postatiszta:before,
span.belyeg_allapot_postatiszta:before,
span.kepeslap_allapot_hasznalatlan:before {
	width: 26px;
	height: 12px;
	content: "\e927";
	font-size: 12px;
}

span.vagott:before,
span.belyeg_allapot_vagott:before {
	width: 17px;
	height: 17px;
	content: "\e92c";
	font-size: 16px;
}

span.belyeg_allapot_falcos:before,
span.kepeslap_allapot_megiratlan_lap:before {
	width: 12px;
	height: 12px;
	content: "\e925";
	font-size: 12px;
}

span.belyeg_allapot_belyegzett:before {
	width: 15px;
	height: 15px;
	content: "\e926";
	font-size: 14px;
}

span.belyeg_allapot_levelkivagas:before {
	width: 18px;
	height: 12px;
	content: "\e928";
	font-size: 12px;
}

span.belyeg_allapot_gumi_nelkul:before {
	width: 18px;
	height: 15px;
	content: "\e924";
	font-size: 15px;
}

span.postatortenet_allapot_level:before,
span.kepeslap_allapot_postazott_kepeslap:before {
	width: 17px;
	height: 13px;
	content: "\e929";
	font-size: 13px;
}

span.postatortenet_allapot_legiposta:before {
	width: 14px;
	height: 16px;
	content: "\e92e";
	font-size: 16px;
}

@media only screen and (min-width: 320px) and (max-width: 1023px) {
	#auctionheader.contentBox h3 {
		top: 10px;
    position: absolute;
    left: 16px;
    color: #F8F2E6;
    font-weight: bold;
    text-overflow: ellipsis;
    max-width: 520px;
    white-space: nowrap;
		overflow: hidden;
		font-size: 24px;
	}
	#auctionheader.contentBox h4 {
    position: absolute;
    left: 16px;
    color: #F8F2E6;
    font-weight: bold;
    text-overflow: ellipsis;
    max-width: 520px;
    white-space: nowrap;
    overflow: hidden;
    top: 42px;
    font-size: 18px;
	}
	#auctionheader.contentBox h5 {
		position: absolute;
		color: #fff;
		font-size: 18px;
    line-height: 1;
		padding: 8px 16px 0;
		left: 0;
    top: 70px;
    right: 2px;
    background-size: contain;
    height: auto;
	}
	#auctionheader.contentBox h5::before {
		position: relative;
    top: 0;
    left: 0;
		font-size: 20px;
		display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    font-family: 'Sicons';
    content: "\e92d";
    background: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 20px;
	}
	#auctionheader.contentBox h5 span {
		position: absolute;
    top: 9px;
    left: 28px;
		margin: 0 16px 0;
		font-size: 18px;
	}
	#auctionheader.contentBox h5 p {
		font-size: 18px;
    padding-top: 10px;
    padding-left: 0;
    overflow: hidden;
    height: 37px;
    box-sizing: border-box;
    margin: 0;
    line-height: 1;
    padding: 6px 0 0 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.subnav span em {
    display: inline;
	}
	#auctionheader.contentBox h3 {
		top: 28px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	#auctionheader.contentBox h4 {
		top: 63px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	#auctionheader.contentBox h5 {
    padding-bottom: 7px;
    background-size: contain;
    left: auto;
    position: absolute;
    right: 2px;
    top: 0px;
    color: #FFF;
    font-size: 26px;
    padding: 24px 30px 20px;
    background: url(../images/expirydate_bg.png) repeat-y 0 -313px;
    height: 91px;
	}
		
	#auctionheader.contentBox h5 span {
		position: absolute;
    top: 31px;
    left: 42px;
    margin: 0 16px 0;
	}
	#auctionheader.contentBox h5 p {
		font-size: 22px;
    padding-top: 10px;
    padding-left: 0;
    overflow: hidden;
    height: 37px;
    box-sizing: border-box;
    margin: 0;
    line-height: 1;
    padding: 6px 0 0 0;
	}
}