@charset "UTF-8";
/* CSS Document */
#mainStore{
	margin-left: 30px;
	width: 852px;
}
#mainStoreCheck{
	font-family:Helvetica;
	font-size:15px;
	color:#42555F;
	text-decoration: none;
}
.mainStoreList{
	font-family:Helvetica;
	font-size:18px;
	color:#42555F;
	text-decoration: none;
}
#mainStoreText{
	font-family:Helvetica;
	font-size:18px;
	color:#42555F;	
}
.regionContainer{
	margin-left: auto;
    margin-right: auto;
	width: 60%;
	margin-top:8px;
	border-color: #6C2E1A;
	border-style: solid;
	border-width: 2px;
	border-radius: 25px;
}
.regionName{
	color:black;
	font-size:28px;
	font-style:!important;
	margin-left: auto;
    margin-right: auto;
	width: 60%;
	margin-top:18px;
}
.addressContainer{
	margin-top:10px;	
}
.addressRow{
	margin-top: 0px;
	margin-left:0px;
	padding-left:20px;
	border-bottom-color:#6C2E1A;
	border-bottom-style:solid;
	border-bottom-width:2px;	
}
.storeName{
	margin-left:10px;
	color:black;
	font-size:18px;	
}
.storeAddress{
	margin-left:20px;
	color:black;
	font-size:12px
}

#darkRow{
	background-color:#CCC;
}
#darkRowLast{
	background-color:#CCC;
	border-bottom-left-radius: 25px;	
	border-bottom-right-radius: 25px;
	border-style:none;	
}

#lightRowLast{
	border-style:none;	
}
.countryName{
	color:black;
	font-size:30px;
	font-style:!important;
	margin-left: auto;
    margin-right: auto;
	width: 70%;
	margin-top:18px;
}