.alignTop, .alignTop td
{
	vertical-align: top;
}
table
{
	width: 100%;
}
table th
{
	text-align: left;
}

table.centerTable
{
	width: auto;
}
table.centerTable td
{
	width: auto;
}

.stores table
{
	border-collapse: collapse;
}
.stores td, .stores th
{
	padding: 5px 10px;
	/*border: 1px solid red;*/
	/*display: table-cell;*/
	

}

table.newStores td
{
	border-right: 1px solid #848688;
}
table.newStores td:last-child
{
	border-right: 0;
}
.store_results table, .allStores
{
	width: 90%;
}
.allStores
{
	float: left;
}


.store_results td:last-child, .allStores td:last-child
{
	text-align: right;
	padding-left: 0;
	padding-right: 0;
	/*width: 105px*/
}
@media(min-width: 1000px)
{
	.store_results table, .allStores
	{
		width: 100%;
	}
	.store_results td, .allStores td
	{
		border-bottom: 1px dotted #ebebeb;
		border-right: 1px solid #848688;	
	}
	.store_results td:last-child, .allStores td:last-child
	{
		border-right: 0;
		/*width: auto;*/
	}	
	.store_results td:first-child, .allStores td:first-child
	{
		border-right: 1px solid #848688;
	}
}
@media(min-width: 1000px)
{
	.mall-info table th
	{
		width: 200px;
	}	
}

.mall-info table
{
	padding-bottom: 30px;
}

.tablePad td
{
	padding: 5px 2px;
}

.layoutFixed
{
	table-layout: fixed;
}

.blockMe td
{
	display: block;
}
@media(min-width: 1000px)
{
	.blockMe td
	{
		display: table-cell;
	}
}

.displayTable
{
	display: table;
}

.soonStores
{
	width: auto;
	margin: 0 auto;
}