﻿/* expander span tag */
.extendercounty {
	font-family: century gothic;
	background-color: #CF99F1;
	width: 20px;
	height: 20px;
	margin: 3px 3px 3px 3px;
	border: 1px solid #841FC5;
	color: #841FC5;
	text-align: center;
	display: inline;
	float: left;
	cursor: hand;
	cursor: pointer;
	font-size:12px;
	font-weight:bolder;
}

/* expander county label */
.extendercountylabel {
	font-family: century gothic;
	margin: 5px 5px 5px 5px;
	font-size:12px;
	color: #841FC5;
	text-align: center;
	display: inline;
	float: left;
}

/* expader span location */
.extenderlocation {
	font-family: century gothic;
	background-color: #CF99F1;
	width: 20px;
	height: 20px;
	margin: 3px 3px 3px 3px;
	border: 1px solid #841FC5;
	color: #841FC5;
	text-align: center;
	display: inline;
	float: left;
	cursor: hand;
	cursor: pointer;
	font-size:12px;
	font-weight: bold;
	margin-left: 30px;
}

/* expander location label */
.extenderlocationlabel {
	font-family: century gothic;
	margin: 5px 5px 5px 5px;
	font-size:12px;
	color: #841FC5;
	text-align: center;
	display: inline;
	float: left;
}

/* strore container */
.extenderstore {
	font-family: century gothic;
	margin: 5px 5px 5px 5px;
	font-size:12px;
	color: #841FC5;
	text-align: center;
	display: inline;
	float: left;
	margin-left: 60px;
}

/* store item style */
.extenderstoreitem {
	font-family: century gothic;
	border: 1px solid #CF99F1;
	margin: 5px 5px 5px 5px;
	padding: 3px 3px 0px 3px;
	font-size:12px;
	color: #841FC5;
	text-align: left;
	display: inline;
	float: left;
	margin-left: 40px;
	width : 300px;
}

/* div closing tag */
.clear{ 
    clear:both;
    display:block;
    overflow:hidden;
    visibility:hidden;
    width:0px;
    height:0px;
}

/* hide element */
.nodisplay{
display:none;	
}
