#entryMapCanvas {
	margin: 2px;
	float: left;
	width: 68%;
	height: 670px;
}

.entryInfo{
	width: 350px;
	overflow: auto;
}

#wrapper .entryInfo .headerLink a {
	font-size: 19px;
}

.entryInfo .parentBlock {
	margin-top: 10px;
}

#wrapper .entryInfo .findMoreLink a,
#wrapper .entryInfo .donationLink a {
	float: left;
	margin-top: 8px;
}

.entryInfo h3{
	margin-top: -2px;
}

#entryMapCanvas div {
	line-height: normal ! important;
}

.entryInfo .openTimeBlock, .entryInfo .addressBlock, .entryInfo .contactBlock, .entryInfo .serviceBlock .serviceBlockOdd,.entryInfo .serviceBlock .serviceBlockEven{
	float: left;
	width:50%;
}

 .entryInfo .contactBlock, .entryInfo .serviceBlock,.entryInfo .publicNoteBlock, .entryInfo .mobileMap, .entryInfo .contactBlock,.entryInfo .parentBlock{
	float: left;
	width:100%;
}


 .entryInfo .twitterLink, .entryInfo .facebookLink {
    float: left;
    margin-left: 20px;
    margin-top: 10px;
    width: 10%;
}

#entryMapCanvas .mobileMap a{
	font-size: 1.3em !important;
}

#entryMapCanvas .mobileMap a{
	display: none;
}

.listOfAgendaObject {
	width: 31%;
	float: left;
	margin: 2px;
	overflow: auto;
	overflow-x: hidden;
}

 /*Mobile responsive block css*/

.listOfAgendaObject  .eachEntry{
	float: left;
	margin-bottom: 2px;
    width: 99%;
	border: 1px solid #CCCCCC;
	height: 57px;
	display: table;
}

.listOfAgendaObject  .entryInfo{
	display: none;
	width: 98%;
	box-shadow: 5px 5px #aaa;
	position: relative;
}

.listOfAgendaObject  .entryClose{
	margin-top: -11px;
	float: right;
	display: none;
}

#wrapper .listOfAgendaObject  .entryClose .closeInfo{
	margin-top: 8px;
	border: 1px solid #CCCCCC;
	padding: 3px;
	padding-top: 0px;
	padding-bottom: 0;
}

.listOfAgendaObject .entryInfo h3{
	float: left;
	width: 90%;
}

.listOfAgendaObject .entryName{
	width: 96%;
}


.addressBlock,.listOfAgendaObject .contactBlock,.listOfAgendaObject .parentBlock {
	padding: 3px;
}

.listOfAgendaObject .mobileMap a{
	margin-left: 5px;
}
.listOfAgendaObject  .eachEntry:HOVER{
	cursor: pointer;
}

.listOfAgendaObject  .eachEntry.selected{
	background: #CCFFFF;
}

.listOfAgendaObject  .eachEntry.selected:HOVER{
	cursor: auto;
}


.listOfAgendaObject  .entryName,.listOfAgendaObject .entryTownName {
	float: left;
	width: 90%;
	margin-bottom: 2px;
}

.listOfAgendaObject  .entryTownName {
    width: 50%;
}

.listOfAgendaObject  .entryDistance{
	width: 45%;
	float: right;
	margin-bottom: 2px;
	margin-right: 5px;
	text-align: right;
}

.listOfAgendaObject  .entryDetail{
	vertical-align: middle;
	display: table-cell;
	padding: 3px;
	padding-right: 0;
}

.listOfAgendaObject  #itemContainer{
	float: left;
	width: 100%;
	margin-bottom: 10px;
	margin-left: 0;
}

@media all and (max-width: 1006px) {
	#wrapper .entryInfo .headerLink a {
		font-size: 15px;
	}
}

@media all and (max-width: 1010px) {
  #entryMapCanvas {width: 67%!important;}
  #petDetailsEstablishmentMap #entryMapCanvas { width: 96%!important; }
  #exclusiveEstabDetailMapView #entryMapCanvas { width: 96%!important; }
  #exclusiveEventDetailMapView #entryMapCanvas { width: 96%!important; }
}

@media all and (max-width: 855px) {
	#entryMapCanvas {width: 66%!important;}
	#petDetailsEstablishmentMap #entryMapCanvas { width: 96%!important; }
	#exclusiveEstabDetailMapView #entryMapCanvas { width: 96%!important; }
	#exclusiveEventDetailMapView #entryMapCanvas { width: 96%!important; }
}

@media all and (max-width: 695px) {
	.listOfAgendaObject {width: 99%!important;height: 100%;}
	#entryMapCanvas{width: 100% !important;}
	#petDetailsEstablishmentMap #entryMapCanvas { display: block !important; }
	#exclusiveEstabDetailMapView #entryMapCanvas { display: block !important; }
	#exclusiveEventDetailMapView #entryMapCanvas { display: block !important; }
	
	.listOfAgendaObject li.selected{margin-bottom: 2px;}
	.listOfAgendaObject li.selected .entryDetail{display: block;}
	.listOfAgendaObject li.selected .eachEntry{border-bottom: none;margin-bottom: 0;}
	.listOfAgendaObject li.selected .entryInfo{display:table;border-top: none;background: #CCFFFF;}
	.listOfAgendaObject li.selected .entryClose{display: block;margin-top: -11px;}
	.listOfAgendaObject li.selected .entryClose:hover{cursor: pointer;}
	.listOfAgendaObject li.selected .entryInfo h3:not(.headerLink){display: none}
	.listOfAgendaObject li.selected .entryInfo h3.headerLink{padding-top: 0 !important;}
}

/*New theme styles*/
body.defaultTheme #entryMapCanvas {
	width: 67%;
}

#petDetailsEstablishmentMap #entryMapCanvas {
	width: 96%!important;
}

#exclusiveEstabDetailMapView #entryMapCanvas {
	width: 96%!important;
}

#exclusiveEventDetailMapView #entryMapCanvas {
	width: 96%!important;
}