@charset "utf-8";
/* CSS Document */
.mainContent{width:100%;}

#mobile-list {
	display: block;
	clear: both;
	padding-right: 2%;
	padding-left: 2%;
}
#block1 {
	float: none;
	width: 100%;
	display: none;
}
#block2 {
	display: none;
}
.shops.ui-accordion .ui-accordion-content {
	padding: 0px
}
.shops h3 {
	text-align: center;
	color: rgba(255,255,255,1);
	background-color: rgba(1,77,165,1);
	
	font-size: 18pt;
	font-weight: bold;
	width: 100%;
	text-indent: 0 !important;
	margin: 0 0 10px 0;
	background-image: url(more.png);
	background-repeat: no-repeat;
	background-position: right;
}
.shops .ui-accordion {
	margin-left: 0px;
	width: 100%;
	float: left;
}
.shops .ui-accordion .ui-accordion-header {
	margin-left: 0px;
	margin-right: 0px;
	color: rgba(255,0,0,1);
	background-color: rgba(0,101,179,1);
	cursor: auto;
	background-image: url(more.png)!important;
	background-repeat: no-repeat;
	background-position: right;
}
.shops .ui-accordion .ui-accordion-header:hover {
	cursor: pointer;
	color: rgba(0,0,0,1);
	background-color: rgba(194,230,244,1);
}
.shops .ui-accordion-header.ui-state-active {
	background-color: rgba(194,230,244,1);
	color: rgba(0,0,0,1);
	background-image: url(less.png)!important;
	background-position: right;
	background-repeat: no-repeat;
	padding-top: 10px;
}
.shops .ui-accordion-content {
	margin-left: 0px;
	margin-right: 0px;
	background-color: rgba(255,255,255,1);
	padding: 10px;
}
#shops .accordion #menu-reveal {
	background-color: #FFFFFF !important;
	padding: 10px;
}
.mobile-shop-name {
	
	font-size: 14pt;
	font-weight: bold;
	color: rgba(255,255,255,1);
	background-color: rgba(102,0,0,1);
	width: 100%;
	display: block;
	padding: 5px 0 5px 0;
	margin-bottom: 5px;
}
.mobile-shop-address {

	font-size: 11pt;
	font-weight: bold;
	color: rgba(0,0,0,1);
	width: 100%;
	display: block;
	
}
.mobile-shop-comment {
	
	font-size: 10pt;
	font-weight: normal;
	color: rgba(0,0,0,1);
	width: 100%;
	display: block;
	font-style: italic;
}
#mobileContainer {

}
.mobileShopTypeContainer {
}
.mobileShopType {
	text-align: center;
	color: rgba(255,255,255,1);
	background-color: #004DA5;
	border-style: solid;
	border-width: 3px 0 0 0;
	border-color: #6699FF;
	font-size: 18pt;
	font-weight: bold;
	width: 100%;
	text-indent: 0 !important;
	padding: 2px 0 5px 0;
	margin: 0 0 5px 0;
	background-image: url(more.png);
	background-repeat: no-repeat;
	background-position: right;
	cursor: pointer;
	border-radius: 20px 0px 0px 0px;
}
.activeShopType {
	background-color: #FF6600;
	background-image: url(less.png);
	cursor: pointer;
	margin: 20px 0 5px 0;
	border-color: #F6BE00;
	
}
.mobileShopList {
	font-weight: bold;
	background-color: #FFFFFF;
	display: none;
	color: #000000;
	text-align: center;
	margin-bottom: 20px;
}
.mobileShopName {
	
	font-size: 14pt;
	font-weight: bold;
	color: rgba(255,255,255,1);
	background-color: rgba(102,0,0,1);
	width: 100%;
	display: block;
	padding: 5px 0 5px 0;
	margin-bottom: 5px;
	margin-top:10px;
	text-align: center;
}
.mobileShopAddress {
	
	font-size: 11pt;
	font-weight: bold;

	width: 100%;
	display: block;
}
.mobileShopDetails {
	background-color: ##FFFFFF;
	font-size: 10pt;
	font-style: italic;
	font-weight: normal;
}
.mobileShopHours{
	font-size: 10pt;
	font-weight: normal;
}
h3 {
	text-align: center;
	color: rgba(255,255,255,1);
	background-color: rgba(1,77,165,1);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: bold;
	width: 100%;
	text-indent: 0 !important;
	margin: 0 0 5px 0;
	background-image: url(more.png);
	background-repeat: no-repeat;
	background-position: right;
}
.hide {
}
 @media only screen and (min-width: 600px) {
	 .mainContent{width:70%;}
	 .leftContent{width:25%};
#mobile-list {
	display: block;
}
#outer {
	background-color: rgba(255,51,255,1);
}
#block1 {
	float: left;
	width: 24%;
	padding-right: 2%;
	display: none;
}
#block2 {
	float: left;
	width: 74%;
	display: none;
}
.cats {
	width: 98%;
	float: left;
	color: #FFFFFF;
	background-color: #02419E;
	
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
	text-align: center;
	margin: 5px 2% 0 0;
	padding: 2px 0 2px 0;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
}
@media only screen and (min-width: 800px) {
.mainContent{width:75%;}
.leftContent{width:20%;}

	
#mobile-list {
	display: none;
}
#block1 {
	float: left;
	width: 40%;
	padding-right: 0%;
	
	margin-right: 3%;
	display: block;

}
#block2 {
	float: left;
	width: 57%;
	display: block;
}
#Main {
	clear: none;
	float: left;
	margin-right: 0%;
	margin-left: 0%;
	width: 77%;
	padding-left: 0%;
	padding-right: 0%;
	display: block;
}
#RightColumn {

	width: 19.5%;
	


}
.cats {
	width: 48%;
	float: left;
	color: #FFFFFF;
	background-color: #02419E;
	cursor: pointer;
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
	text-align: center;
	margin: 5px 2% 0 0;
	padding: 2px 0 2px 0;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
}
#typelist {
	float: left;
	width: 98%;
	margin: 10px 0 0 0;
		background-color: #C2E6F4;
	border-radius: 5px;
	padding: 5px 0% 10px 2%;
}
.shop-type {
	font-family: oswald;
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
	border-top-left-radius: 8px;
	background-color: #CC6600;
	height: 23px;
	vertical-align: middle;
}
.cats a:link {
	color: #FFFF99;
	width: 100%;
}
.cats a:visited {
	color: #FFF;
}
.cats a:hover {
	color: #333;
	text-decoration: none;
}
.cats a:active {
	color: #FF0;
}
.cats:hover {
	background-color: #FFCC66;
	color: #900;
	text-decoration: none;
}
#outer {
	background-color: #f6f1ef;
	margin-bottom: 5px;
	padding-bottom: 5px;
	text-align: center;
}
.shop-name {
	
	font-size: 22px;
	font-weight: normal;
	color: #FFFFFF;
<!--
background-color: #02419E;
-->
 text-transform: uppercase;
	width: 100%;
	margin-bottom: 5px;
	background-color: #795547;
	padding-bottom: 4px;
	padding-top: 2px;
}
a.shop-name:hover{
	text-decoration: none;
	background-color: #33FFFF;
}
.shop-description {
	font-size: 8pt;
	color: #000000;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom:6px;
}
.shop-hours {
	font-size: 8pt;
	text-align: center;
	margin-left: 0px;
	padding-left: 5px;
}
.shop-address {
}
.shop-table {
}
#category {
	text-align: center;
	
	font-size: 14pt;
	font-style: italic;
	font-weight: normal;
	color: #FFF;
	background-color: #014DA5;
	width: 100%;
	margin: 10px 0 10px 0;
	padding: 5px 0 5px 0;
}
