/* Stores CSS Document */

div.foodmain {
	background-image: url(../webimage/food.jpg);
	background-repeat: no-repeat;
	background-position: 17px 30px;
}
div.fashionmain {
	background-image: url(../webimage/fashion.jpg);
	background-repeat: no-repeat;
	background-position: 17px 30px;
}
div.servicesmain {
	background-image: url(../webimage/services.jpg);
	background-repeat: no-repeat;
	background-position: 17px 30px;
}
div.specialtymain {
	background-image: url(../webimage/specialty.jpg);
	background-repeat: no-repeat;
	background-position: 17px 30px;
}
div#main div#rightcol {
	height: 310px;
	margin: 0 0 0 215px;
}
div#main * * {
	margin: 0;
	padding: 0;
}
ul#stores {
	margin: 0;
	padding: 0;
}
ul#stores li {
	margin: 3px;
	width: 265px;
	display: block;
	float: left;
	clear: none;
	border: 1px solid #ddd;
}
ul#stores li li {
	margin: 3px;
	border: none;
}
ul.storedetails li {
	font-size: 12px;
	text-indent: 12pt;
}
div#rightcol h1#fashionh1 {
	color: #db002a;
	border-bottom-color: #db002a;
}
div#rightcol h1#foodh1 {
	color: #f42e86;
	border-bottom-color: #f42e86;
}
div#rightcol h1#specialtyh1 {
	color: #463427;
	border-bottom-color: #463427;
}

div#rightcol h1 em {
	font-size: 30px;
}