﻿/* expander span tag */
.extendercounty {
	background-color: #A9A9A9;
	background-color: #CF709F;  /*  SA */
	width: 20px;
	width: 19px;  /* SA */
	height: 20px;
	height: 19px;  /* SA */
	margin: 3px 3px 3px 3px;
	border: 1px solid #000000;
	color: #000000;
	text-align: center;
	display: inline;
	float: left;
	cursor: hand;
	cursor: pointer;
	font-size:16px;
	font-weight:bolder;
}

/* expander county label */
.extendercountylabel {
	margin: 5px 5px 5px 5px;
	font-size:16px;
	font-size:14px; /* SA */
	color: #000000;
	text-align: center;
	display: inline;
	float: left;
	width: 90%;	
}

/* expader span location */
.extenderlocation {
	background-color: #A9A9A9;
	width: 20px;
	height: 20px;
	margin: 3px 3px 3px 3px;
	border: 1px solid #000000;
	color: #000000;
	text-align: center;
	display: inline;
	float: left;
	cursor: hand;
	cursor: pointer;
	font-size:14px;
	font-weight: bold;
	margin-left: 30px;
}

/* expander location label */
.extenderlocationlabel {
	margin: 5px 5px 5px 5px;
	font-size:14px;
	color: #000000;
	text-align: center;
	display: inline;
	float: left;
	width: 85%;	
}

/* 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:13px;
	color: #000000;
	/*color: #000099;*/  /* SA */
	/*font-weight: bold;*/  /* SA */
	text-align: left;
	display: inline;
	float: left;
	margin-left: 40px;
	width : 400px;
}

/* div closing tag */
.clear{ 
    clear:both;
    display:block;
    overflow:hidden;
    visibility:hidden;
    width:0px;
    height:0px;
}

/* hide element */
.nodisplay{
display:none;	
}
