﻿/* expander span tag the + sign*/
.extendercounty {
	background-color: #A9A9A9;
	width: 20px;
	height: 20px;
	margin: 3px 3px 3px 3px;
	border: 1px solid #000000;
	color: yellow;
	text-align: center;
	display: inline;
	float: left;
	cursor: hand;
	cursor: pointer;
	font-size:16px;
	font-weight:bolder;
}

/* expander county label text (megye)*/
.extendercountylabel {
	margin: 5px 5px 5px 5px;
	font-size:16px;
	color: yellow;
	text-align: center;
	display: inline;
	float: left;
}

/* expader span location */
.extenderlocation {
	background-color: #A9A9A9;
	width: 20px;
	height: 20px;
	margin: 3px 3px 3px 3px;
	border: 1px solid #000000;
	color: yellow;
	text-align: center;
	display: inline;
	float: left;
	cursor: hand;
	cursor: pointer;
	font-size:14px;
	font-weight: bold;
	margin-left: 30px;
}

/* expander location label hely*/
.extenderlocationlabel {
	margin: 5px 5px 5px 5px;
	font-size:14px;
	color: yellow;
	text-align: center;
	display: inline;
	float: left;
}

/* strore container */
.extenderstore {
	margin: 5px 5px 5px 5px;
	font-size:14px;
	color: #000000;
	text-align: center;
	display: inline;
	float: left;
	margin-left: 60px;
}

/* store item style */
.extenderstoreitem {
	border: 1px solid #A9A9A9;
	margin: 5px 5px 5px 5px;
	padding: 3px 3px 0px 3px;
	font-size:16px;
	color: yellow;
	text-align: left;
	display: inline;
	float: left;
	margin-left: 40px;
	width : 500px;
	background-color: #749AEC;
}

/* div closing tag */
.clear{ 
    clear:both;
    display:block;
    overflow:hidden;
    visibility:hidden;
    width:0px;
    height:0px;
}

/* hide element */
.nodisplay{
display:none;	
}
