/*
Az adott Skin class-jait ebben kell felül bírálni, ha szükséges!!!
*/

/*ikontárhoz*/
@import url("../images/ikonokM17/wp_ikontar.css");

/*	divPos-hoz	*/
.resizeFelirat:hover > .separatorLine {background-color:#FF0000;}
.resizeFelirat {
	background-image:url(../images/vert_rule.png);
}

/*	basic HTML elelments	*/
/*body {
	margin:0; padding:0; background-color:#a76432;
}*/
/*
.headerDIV {
	background-image:url(../images/public/design/headerBG.png); background-repeat:no-repeat;
}
.contentDesignDIV {
	background-image:url(../images/public/design/contentDesignBG.png); background-repeat:no-repeat;
}
.footerDIV {
	background-image:url(../images/public/design/footerBG.png); background-repeat:no-repeat;
}*/

/*
img { 	margin:0px; padding:0px; border:0px; }
form { margin:0px; padding:0px; border:0px; }
input, select, textarea {
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; text-align:justify;
}
table {
	padding:0px; margin:0 auto; border:0px; border-collapse:collapse; border-spacing:0px;
}
td {
	margin:0px;	padding:0px; border:0px;
}
hr {
	height:1px; border-top:1px; border-bottom-color:#D7D8D8; border-bottom-style:solid;
}
*/
/*	basic classes	*/
.floatL {
	position:relative; float:left;
}
.floatR {
	position:relative; float:right;
}

/*	label	*/
.lblMarked {
	border:1px solid #AAAAAA; background-color:#626672;
	font-family:Verdana; font-size:14px; font-weight:bold; color:#F0F0F0;
}

/*	KELL	*/
div.calendar {
	z-index:50000;
}

/* X-DEBUG ne háttérben legyen */
.xdebug-error:hover {
	z-index:50001;
	position:relative;
}




/*	SKIN TYPE: 2020	*/
.tf_input_border {
	float:left; height:20px; border:1px solid; border-radius:6px; border-color:#c2e5ff; background-color:#fff;
}

.progress_phone{
	left:3%; width:95%; text-align:center; margin-bottom:15px;
}

/*	STORE BUTTON	*/

.storeButton_div {
	transition:0.6s;
	float:left; border:1px solid; border-radius:5px; border-color:#6817a4; background-color:#6817a4;
	font-size:14px; font-weight:bold; color:#FFF; text-align:center; cursor:pointer;
}
	.storeButton_div:hover {
		background-color:#6817a4;
	}  
									   
									   
									   
									   