@charset "utf-8";
/* CSS Document */

body {
	position: relative;
	background-color: #EEEAE6;
	font-size: 18px;
	font-family: "Calibri", "Myriad Pro", sans-serif;
}

html, body {
	height: 100%;
}

body a,
body a::after {
	text-decoration: none;
	outline: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.bold {
	font-weight: bold;
}

.container {
	width: 1280px;
	margin: 0 auto;
}

/***********/
/* Header */

header {
	background: url("../images/header_bg.png") repeat-x 0 0;
	margin-bottom: 0;
}

header h1 {
	float: left;
	font-size: 30px;
	font-weight: bold;
	color: #FFF;
	margin: 28px 0 0 20px;
}

header h1 span {
	color: #D9D2CA;
	font-weight: normal;
	padding-left: 10px;
}

header ul.submenu {
	float: right;
}

header ul.submenu li {
	position: relative;
	display: inline-block;
	font-size: 17px;
	color: #D2AAAA;
	margin-right: -4px;
	padding: 1px 22px 3px;
	border-left: 1px solid #7D4C44;
}

header ul.submenu li.userMenu::before {
	content: "";
	display: inline-block;
	width: 15px;
	height: 16px;
	vertical-align: middle;
	margin: -2px 8px 0 0;
	background: url("../images/sprite.png") no-repeat 0 -29px;
}

header ul.submenu li:last-child {
	border-right: 1px solid #7D4C44;
	padding: 0;
}

header ul.submenu li span {
	color: #FFF;
}

header ul.submenu li a {
	display: block;
	line-height: 37px;
	color: #D5C5A3;
	padding: 1px 22px 3px;
}

header ul.submenu li a:hover {
	background-color: #603131;
}

header ul.submenu li a span {
	color: #D2AAAA;
	margin-right: 10px;
}

header ul.submenu li img {
	vertical-align: middle;
}

header ul.submenu a.currency::after,
header ul.submenu a.language::after {
	content: "";
	display: inline-block;
	width: 10px;
	height: 5px;
	vertical-align: middle;
	margin: -1px 0 0 8px;
	background: url("../images/sprite.png") no-repeat 0 -55px;
}

header ul.submenu a.language img {
	width: 19px;
}

header div.search {
	float: right;
	position: relative;
	margin: 18px 20px 0 0;
	padding: 10px;
	background-color: #6F3939;
}

header div.search form button {
	float: left;
}

header div.search form span {
	position: absolute;
	top: 21px;
	left: 22px;
	display: block;
	width: 19px;
	height: 19px;
	background: url("../images/sprite.png") no-repeat 0 0;
}

header div.search form input {
	float: left;
	font-size: 16px;
	color: #777777;
	height: 40px;
	margin-right: 5px;
	padding: 0 12px 0 35px;
	width: 320px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Search placeholder color */
form input::-webkit-input-placeholder,
footer form input::-webkit-input-placeholder {
	color: #777777;
}

form input:-moz-placeholder,
footer form input:-moz-placeholder {
	color: #777777;
}

form input[placeholder],
footer form input[placeholder] {
	color: #777777;
}

form input:-ms-input-placeholder,
footer form input:-ms-input-placeholder {
	color: #777777;
}

button,
.button {
	display: inline-block;
	line-height: 38px;
	height: 40px;
	font-size: 17px;
	font-weight: bold;
	color: #EDEDED;
	padding: 0 20px;
	background-color: #CC705D;
	text-align: center;
	-webkit-box-shadow: inset 0 0 0 2px #CC705D;
	-moz-box-shadow: inset 0 0 0 2px #CC705D;
	box-shadow: inset 0 0 0 2px #CC705D;
}

button:hover,
.button:hover {
	background-color: #D38676;
	color: #FFF;
	cursor: pointer;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	text-decoration: none !important;
}

.button:hover {
	-webkit-box-shadow: inset 0 0 0 1px #9D4431;
	-moz-box-shadow: inset 0 0 0 1px #9D4431;
	box-shadow: inset 0 0 0 1px #9D4431;
}

header div.search button {
	width: 44px;
	padding: 0;
	font-size: 15px;
}

header div.search a {
	float: left;
	font-size: 16px;
	margin-top: 10px;
	margin-left: 18px;
	color: #FFEFBF;

}

header div.search a:hover::after {
	margin-left: 12px;
	color: #FFF3CE;
}

header div.search a::after {
	content: "";
	display: inline-block;
	width: 7px;
	height: 10px;
	margin-left: 8px;
	background: url("../images/sprite.png") no-repeat 0 -94px;
}

header nav {
	background-color: #DDC59B;
	width: 100%;
	height: 55px;
	margin-top: 20px;
	border-left: 1px solid #C7B083;
}

header nav ul {
	display: table;
	width: 100%;
}

header nav ul li {
	display: table-cell;
	margin-left: -4px;
}

header nav ul li a {
	display: block;
	line-height: 50px;
	padding: 0 32px 3px;
	color: #6F3939;
	font-weight: bold;
	white-space: nowrap;
	text-align: center;
	border-right: 1px solid #C7B083;
	border-top: 1px solid #C7B083;
	border-bottom: 1px solid #C7B083;
}

header nav ul li a:hover {
	background-color: #D3B47E;
}

/*************/
/* Listpage */

ul.items {
	display: table;
	width: 100%;
	margin: 10px 0 25px;
	font-size: 16px;
}

ul.items li {
	display: table-cell;
	position: relative;
	text-align: center;

}

ul.items li span::before {
	content: "";
	display: inline-block;
	margin: -3px 8px 0 0;
	vertical-align: middle;
	background-image: url("../images/sprite.png");
	background-repeat: no-repeat;
}

ul.items li.Bélyegek span::before {
	width: 17px;
	height: 17px;
	background-position: 0 -163px;
}

ul.items li.Postatörténet span::before {
	width: 18px;
	height: 13px;
	background-position: 0 -190px;
}

ul.items li.Tévnyomatok span::before {
	width: 20px;
	height: 18px;
	background-position: 0 -213px;
}

ul.items li.Képeslapok span::before {
	width: 18px;
	height: 14px;
	background-position: 0 -241px;
}

ul.items li.Numizmatika span::before {
	width: 19px;
	height: 14px;
	background-position: 0 -265px;
}

ul.items li:last-child span::before {
	width: 19px;
	height: 14px;
	background-position: 0 -289px;
}

.contentBox {
	margin-top: 20px;
	background-color: #FFF;
	padding: 25px 30px 35px;
	-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);
}

/***********/
/* Footer */

footer {
	background: url("../images/footer_bg.png") repeat-x 0 0;
	margin-top: 50px;
	width: 100%;
	height: 138px;
	overflow: hidden;
	color: #FFF;
	font-size: 16px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

footer .container p {
	padding-top: 32px;
}

footer .bottom {
	width: 100%;
	margin-top: 30px;
}

footer .bottom span {
	float: left;
	margin-top: 17px;
	color: #CD9F9F;
}

footer a {
	float: right;
	font-weight: bold;
	color: #D4C5A3;
	font-size: 16px;
	padding: 17px 23px 20px;
	border-left: 1px solid #7D4C44;
	border-right: 1px solid #7D4C44;
}

footer .bottom a:hover {
	background-color: #603131;
}

footer .bottom a::before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-right: 8px;
	background: url("../images/sprite.png") no-repeat -64px -78px;
}

/* Buttons */

.stroke {
	background: none;
	color: #CC705D;
	-webkit-box-shadow: inset 0 0 0 2px #CC705D;
	-moz-box-shadow: inset 0 0 0 2px #CC705D;
	box-shadow: inset 0 0 0 2px #CC705D;
}

.stroke:hover {
	background-color: #CC705D;
	color: #FFF;
	-webkit-box-shadow: inset 0 0 0 2px #CC705D;
	-moz-box-shadow: inset 0 0 0 2px #CC705D;
	box-shadow: inset 0 0 0 2px #CC705D;
}

/*************/
/* Tooltips */

.tooltip {
	z-index: 2222;
	display: block;
	min-height: 36px;
	line-height: 35px;
	padding: 0 12px;
	position: absolute;
	margin-left: -50%;
	top: 37px;
	white-space: nowrap;
	background-color: rgba(0, 0, 0, 0.9);
	color: #ffffff;
	font-size: 15px;
}

.tooltip::before {
	display: block;
	width: 0;
	height: 0;
	content: "";
	border-style: solid;
	border-width: 0 5px 5px 5px;
	border-color: transparent transparent #000 transparent;
	position: absolute;
	left: 48%;
	top: -3px;
}

/* Form messages */

.errorMessage,
div.contentBox .errorMessage {
	color: #B20101;
	font-size: 17px;
	text-align: left;
	margin: -15px 0 15px 95px;
}

.rightColumns p.errorMessage {
	margin-left: 108px;
}

#content input.error,
#content select.error,
#content textarea.error,
#content button.error {
	border-color: #B20000;
	color: #B20000;
}

ul.message_js {
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 311;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

ul.message_js li {
	margin-bottom: 15px;
	text-align: center;
}

li.message_info,
li.message_success,
li.message_error {
	background-color: #327242;
	color: #FFF;
	padding: 12px 18px 14px;
}

li.message_error {
	background-color: #B20000;
}

li.message_info {
	background-color: #1568a0;
}

#global_message_box {
	position: fixed;
	color: #FFF;
	padding: 10px 15px;
	text-align: center;
	left: 50%;
	top: 50%;
	z-index: 311;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

/* Gallery Overlay */

.galleryHolderbox {
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 311;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 800px;
	text-align: center;
}

.galleryHolderbox p {
	font-size: 22px;
	font-weight: bold;
	color: #FFF;
	text-align: left;
	max-width: 90%;
}

.galleryHolderbox p span {
	font-weight: normal;
}

.galleryHolderbox img {
	margin-top: 20px;
	width: auto;
	height: 480px;
	max-height: 95%;
}

.galleryHolderbox a.close {
	display: block;
	position: absolute;
	top: 5px;
	right: 0;
	width: 19px;
	height: 18px;
	-webkit-opacity: 0.7;
	-moz-opacity: 0.7;
	opacity: 0.7;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
	background: url("../images/sprite.png") no-repeat -121px -28px;
}

.galleryHolderbox a.close:hover {
	opacity: 1;
}

.galleryHolderbox img.galleryThumbs {
	width: auto;
	height: 80px;
	margin: 7px auto 0;
}

/* Product Quality */

.ms-drop ul li label span {
	display: inline-block;
	vertical-align: middle;
	margin: -3px 10px 0 0;
	background-image: url("../images/jelolesek.png");
	background-repeat: no-repeat;
}

span.belyeg_allapot_postatiszta,
span.kepeslap_allapot_hasznalatlan {
	width: 26px;
	height: 12px;
	background-position: 0 0;
}

span.belyeg_allapot_vagott {
	width: 17px;
	height: 17px;
	background-position: 0 -68px;
}

span.belyeg_allapot_falcos,
span.kepeslap_allapot_megiratlan_lap {
	width: 12px;
	height: 12px;
	background-position: 0 -22px;
}

span.belyeg_allapot_belyegzett {
	width: 15px;
	height: 15px;
	background-position: 0 -95px;
}

span.belyeg_allapot_levelkivagas {
	width: 18px;
	height: 12px;
	background-position: 0 -120px;
}

span.belyeg_allapot_gumi_nelkul {
	width: 18px;
	height: 15px;
	background-position: 0 -43px;
}

span.postatortenet_allapot_level,
span.kepeslap_allapot_postazott_kepeslap {
	width: 17px;
	height: 13px;
	background-position: 0 -141px;
}

span.postatortenet_allapot_legiposta {
	width: 14px;
	height: 16px;
	background-position: 0 -164px;
}

/* Overlays */

.overlays {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1111;
	width: 100%;
	height: 100%;
	background-color: rgba(111, 57, 57, 0.6);
}

.overlayBox {
	width: 580px;
	color: #4C3E39;
	margin: 80px auto 0;
	padding-bottom: 30px;
	background-color: #FFF;
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	text-align: center;
}

.overlayBox a:hover {
	text-decoration: underline;
}

.overlayBox form {
	position: relative;
	width: 400px;
	margin: 0 auto;
	text-align: left;
}

.overlayBox input {
	background-color: #EEEAE6;
	border: 1px solid #D0C5B9;
	height: 50px;
	width: 400px;
	font-size: 18px;
	padding-left: 45px;
	margin-bottom: 20px;
}

.checkboxHolder input {
	float: left;
	background-color: #EEEAE6;
	border: 1px solid #D0C5B9;
	height: 25px;
	width: 25px;
	padding: 0;
	margin-right: 10px;
	margin-bottom: 10px;
	vertical-align: middle;
}

.overlayBox form button {
	display: block;
	margin: 10px auto 0;
	font-size: 20px;
	height: 54px;
	line-height: 52px;
	padding: 0 25px;
}

.overlayBox form input[placeholder] {
	color: #866F59 !important;
}

.overlayBox p:last-child {
	margin: 40px 30px 0;
	padding-top: 25px;
	border-top-color: #D9CFC6;
	border-top-style: dotted;
	border-top-width: 1px;
}

.overlayBoxHeader {
	position: relative;
	background-color: #8A4848;
	color: #FFF;
	height: 70px;
	line-height: 68px;
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 40px;
}

.overlayBoxHeader a {
	position: absolute;
	right: 25px;
	top: 25px;
	display: block;
	width: 19px;
	height: 18px;
	background: url("../images/sprite.png") no-repeat -121px 0;
	transition: none;
}

.overlayBoxHeader a:hover {
	transition: none;
	background: url("../images/sprite.png") no-repeat -121px -28px;
}

.overlayBox p.bold {
	font-size: 19px;
	margin-bottom: 30px;
}

.checkboxHolder a {
	float: right;
}

.disable {
	opacity: 0.6;
}

/* Shadowbox */
#sb-title-inner, #sb-info-inner, #sb-loading-inner, div.sb-message {
	font-family: Arial, sans-serif;
	font-weight: 200;
	color: #fff;
}

#sb-container {
	position: fixed;
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	z-index: 999;
	text-align: left;
	visibility: hidden;
	display: none;
}

#sb-overlay {
	position: relative;
	height: 100%;
	width: 100%;
}

#sb-wrapper {
	position: absolute;
	visibility: hidden;
	width: 100px;
}

#sb-wrapper-inner {
	position: relative;
	border: 1px solid #303030;
	overflow: hidden;
	height: 100px;
}

#sb-body {
	position: relative;
	height: 100%;
}

#sb-body-inner {
	position: absolute;
	height: 100%;
	width: 100%;
}

#sb-player.html {
	height: 100%;
	overflow: auto;
}

#sb-body img {
	border: none;
}

#sb-loading {
	position: relative;
	height: 100%;
}

#sb-loading-inner {
	position: absolute;
	font-size: 14px;
	line-height: 24px;
	height: 24px;
	top: 50%;
	margin-top: -12px;
	width: 100%;
	text-align: center;
}

#sb-loading-inner span {
	background: url(../images/shadowbox/loading.gif) no-repeat;
	padding-left: 34px;
	display: inline-block;
}

#sb-body, #sb-loading {
	background-color: #060606;
}

#sb-title, #sb-info {
	position: relative;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#sb-title, #sb-title-inner {
	line-height: 20px;
}

#sb-title-inner {
	font-size: 18px;
	padding-bottom: 10px;
}

#sb-info, #sb-info-inner {
	height: 20px;
	line-height: 20px;
}

#sb-info-inner {
	font-size: 12px;
}

#sb-nav {
	float: right;
	height: 16px;
	padding: 2px 0;
	width: 45%;
}

#sb-nav a {
	display: block;
	float: right;
	height: 16px;
	width: 16px;
	margin-left: 3px;
	cursor: pointer;
	background-repeat: no-repeat;
}

#sb-nav-close {
	background-image: url(../images/shadowbox/close.png);
}

#sb-nav-next {
	background-image: url(../images/shadowbox/next.png);
}

#sb-nav-previous {
	background-image: url(../images/shadowbox/previous.png);
}

#sb-nav-play {
	background-image: url(../images/shadowbox/play.png);
}

#sb-nav-pause {
	background-image: url(../images/shadowbox/pause.png);
}

#sb-counter {
	float: left;
	width: 45%;
}

#sb-counter a {
	padding: 0 4px 0 0;
	text-decoration: none;
	cursor: pointer;
	color: #fff;
}

#sb-counter a.sb-counter-current {
	text-decoration: underline;
}

div.sb-message {
	font-size: 12px;
	padding: 10px;
	text-align: center;
}

div.sb-message a:link, div.sb-message a:visited {
	color: #fff;
	text-decoration: underline;
}