﻿@media screen
{
	/* Shopping page */
	
	ul.StoreTypeList
	{
		margin:0px;
		padding:0px;	
	}

	ul.StoreTypeList li
	{
		list-style-type:none;
		margin:0px 0px 8px;
	}
	
	ul.StoreTypeList a.typeface-js
	{
		color:#757575;
		font-family:Gotham Bold, Arial, Sans-Serif;
		font-size:90%;
		font-weight:bold;
		text-decoration:none;
		text-transform:uppercase;
	}
	
	ul.StoreTypeList a.typeface-js:hover
	{
		text-decoration:underline;
	}
}
