/* CSS for stores */

#listOfCountries {
	margin-top: 8px;
}

div.state {
	clear: both;
	font-size: 10pt;
	line-height: 12pt;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

div.country {
		clear: both;
}

#stores {
		width: 420px;
}

.countryname {
	font-size: 16pt;
	color: #000000;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	font-weight: bold;
}

.statename {
	font-size: 12pt;
	color: #811788;
	border-bottom: solid 1px #811788;
	padding-bottom: 8px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	font-weight: bold;
}

div.store {
        width: 50%;
        margin-bottom: 20px;
        float: left;
}

div.left {
        width: 50%;
        float: left;
        margin-bottom: 20px;
}

div.right {
        width: 50%;
        float: right;
        margin-bottom: 20px;
}

div.row {
	clear:both;
	margin:0;
	padding:0;
}

a {
	color: #000000;
}