﻿.StoresCollectionConatiner
{
	margin: 10px 25px 0 25px;
	overflow: scroll;
	overflow-x: hidden;
	height: 280px;
}

.StoresCollectionConatiner a.StoreItemLink,
.StoresCollectionConatiner a.StoreItemLink:link,
.StoresCollectionConatiner a.StoreItemLink:visited
{
	text-decoration: none;
	color: #000;
	display: block;
}

.StoresCollectionConatiner a.StoreitemLink:hover,
.StoresCollectionConatiner .StoreItemContainer:hover
{
	background-color: gray;
}

.StoresCollectionConatiner .StoreItemContainer
{
	background-color: #ababab;
	padding: 10px;
	margin: 10px 0;
}

.StoresCollectionConatiner .StoreItemContainer h2
{
	margin: 0 0 4px 0;
	padding: 0;
	font-size: 14pt;
}

.StoresCollectionConatiner .StoreItemContainer p
{
	margin: 0;
	padding: 0;
	font-size: 9pt;
}

.StoresCollectionConatiner .StoreItemContainer .StoreDetailsLeft
{
	float: left;
}

.StoresCollectionConatiner .StoreItemContainer .StoreDetailsRight
{
	float: right;
	
}


img.WelcomeImage100 {
	height: 100px;
}

div.WelcomeTitle {
	font-size: 18pt;
	text-align: center;
}

div.WelcomeSubTitle {
	font-size: 16pt;
	margin: 0px 0px 15px 0px;
	text-align: center;
}

div.WelcomeRightColumn {
	margin-left: 200px;
}

div.WelcomeLeftColumn {
	float: left;
	width: 200px;
	margin-left: -100%;
}

@media only screen and (max-width: 700px) {
	img .WelcomeImage100 {
		height: 75px;
	}

	img.WelcomeImageOptional {
		display: none;
	}

	div.WelcomeRightColumn {
		margin-left: 0px;
	}

	div.WelcomeLeftColumn {
		float: left;
		width: 0px;
		margin-left: -100%;
	}
}

@media only screen and (max-width: 540px) {
	img.WelcomeImage100 {
		height: 50px;
	}
}