@charset "UTF-8";
/* CSS Document */
.space img {
	margin: 5px;
	float: left;
	width: 50px;
	height: auto;
}
.blueBk {
	color: #023C7A;
	background-color: #E0F4FF;
}
.cherryDivider {
	color: rgba(203,44,39,1);
	background-color: #FAFAFA;
	font-weight: bold;
}
.byline {
	font-size: 13px;
	font-style: italic;
	color: #666;
	line-height: 3em;
	text-align: center;
}
.indent {
	margin-left: 15px;
}
#banner-advert {

}
#welcomeBunny img {
}
.cherry {
	color:rgba(203,44,39,1);
}
.download-pattern {
	padding: 5px;
}
.download-pattern a:link {
	color: #FFFFFF;
	background-color: #C40002;
	text-decoration: none;
	padding: 7px 10px 7px 10px;
	border-radius: 8px;
	margin: 10px 0px 10px 0px;
	font-weight: bold;
}
.download-pattern a:visited {
	color: #FFFFFF;
	background-color: #C40002;
}
.download-pattern a:hover {
	color: #FFFFFF;
	background-color: #1A4EC4;
}
.download-pattern a:active {
	color: #FFFFFF;
	background-color: #1A4EC4;
}
#ListOfShops a:visited {
color:#9400FF;
}

/*TABLET*/
@media screen and (max-width:1099px) {


}

@media screen and (max-width:1023px) {


}

/*MOBILE*/
@media screen and (max-width:767px) {


}
