/* --------------------------------------------- */
/* General Styles								 */
/* --------------------------------------------- */

section.mapComponent {
	width: 947px;
	border: 3px solid #bdc5cb;
	display: block;
	height: 750px;
}

section.mapComponent .jspHorizontalBar {display:none!important;}

section.mapComponent > div.dataArea {
	float: left;
	padding: 0 0;
	color: #6f7d8e;
}

section.mapComponent > div.mapArea {
	float: right;
	background-color: #DDD;
	height: 750px;
	padding: 0 0;
	margin: 0 0;
} 

section.mapComponent > div.dataArea > header {
	padding: 0 0;
	margin: 0 0;
	display: block;
}

section.mapComponent > div.dataArea > header .open-popup-events{
	display: block;

	font-size: 1.4em;
	color: #FFF;
	padding: 0.8em;
	margin: 0;
	text-decoration: none;
	font-weight: bold;
	background: #ca171e;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #ca171e 0%, #9f1218 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ca171e), color-stop(100%,#9f1218));
	background: -webkit-linear-gradient(top, #ca171e 0%,#9f1218 100%);
	background: -o-linear-gradient(top, #ca171e 0%,#9f1218 100%);
	background: -ms-linear-gradient(top, #ca171e 0%,#9f1218 100%);
	background: linear-gradient(to bottom, #ca171e 0%,#9f1218 100%);
}
section.mapComponent > div.dataArea > header .open-popup-events:before{
	content: "\f073";
	font-family: 'FontAwesome';
	color:#FFF;
	margin-right: 0.5em;
}
section.mapComponent > div.dataArea > header .open-popup-events:after{
	content: "\f054";
	font-family: 'FontAwesome';
	color:#FFF;
	float: right;
}
section.mapComponent > div.dataArea > header > div.filterArea {
	background: url('../../img/mapComponent/filterAreaBG.png') repeat-x;
	padding-left: 10px;
	padding-top:8px;
}

/* --------------------------------------------- */
/* Filters										 */
/* --------------------------------------------- */

/* expand tab */
section.mapComponent > div.dataArea > header > div.filterArea > a.expandTab,
section.mapComponent > div.dataArea > header > div.filterArea > a.expandTab {
	width: 20px;
	height: 65px;
	position: relative;
	left:20px;
	top:280px;
	text-indent: -10000px;
	z-index: 1;
	float: right;
	display: none;
}

section.mapComponent > div.dataArea > header > div.filterArea > a.expandTab.collapsed, 
section.mapComponent > div.dataArea > header > div.filterArea > a.expandTab.expanded {
	display: block;
}

section.mapComponent > div.dataArea > header > div.filterArea > a.expandTab.expanded {
	background: url('../../img/mapComponent/expandTabCollapse.png') no-repeat;
}

section.mapComponent > div.dataArea > header > div.filterArea > a.expandTab.collapsed {
	background: url('../../img/mapComponent/expandTabExpand.png') no-repeat;
}

	

/* coupon type */

section.mapComponent > div.dataArea > header > div.filterArea > ul.couponTypeFilter {
	padding: 0 0;
	margin: 0 0;
	font-size: 1.1em;
	background: url('../../img/mapComponent/horizontalDivider.png') repeat-x left bottom;
	height: 30px;
	font-weight: 600;
}

section.mapComponent > div.dataArea > header > div.filterArea > ul.couponTypeFilter > li:first-child{
	background: fuchsia;
	background: url('../../img/mapComponent/verticalDivider.png') repeat-y right top;
}

section.mapComponent > div.dataArea > header > div.filterArea > ul.couponTypeFilter > li {
	float: left;
	padding: 2px 18px 8px 0px;
	margin-right: 14px;
}

section.mapComponent > div.dataArea > header > div.filterArea > ul.couponTypeFilter > li > a,
section.mapComponent > div.dataArea > header > div.filterArea > ul.couponTypeFilter > li > a:hover {
	float: left;
	color: #6f7d8e;
	background: none;
}

section.mapComponent > div.dataArea > header > div.filterArea > ul.couponTypeFilter > li > a.selected {
	color: #CA171E;
}

/* drop down filters */

section.mapComponent > div.dataArea > header > div.filterArea > div.dropDownFilters {
	margin-top: 10px;
	padding-bottom: 10px;
	height: 20px;
}

section.mapComponent > div.dataArea > header > div.filterArea > div.dropDownFilters > p {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 0.9em;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-right: 15px;
	background: url('../../img/mapComponent/verticalDivider.png') repeat-y right top;
	margin-right: 15px;
}

section.mapComponent > div.dataArea > header > div.filterArea > div.dropDownFilters > ul.nav {
	padding: 0 0;
	margin: 0 0;
	float: left;
}

section.mapComponent > div.dataArea > header > div.filterArea > div.dropDownFilters > ul.nav > li {
	padding: 0 0;
	margin: 0 5px 0 0;
	float: left;
}

section.mapComponent > div.dataArea > header > div.filterArea > div.dropDownFilters > ul.nav > li.ddPair.mapFilter {
	font-size: 0.9em;
}

section.mapComponent div.dataArea  header  div.filterArea  div.dropDownFilters  ul.nav  li.ddPair.mapFilter  a.ddBtn.fixedSize {
	padding: 3px 6px 4px 6px;
	line-height: 1em;
	width: 140px;
	margin-right: 0px;
	margin-left: 0px;
	background-position: 10px -2059px;
}

section.mapComponent > div.dataArea > header > div.filterArea > div.dropDownFilters > ul.nav > li.ddPair.mapFilter > a.ddBtn.fixedSize span {
	padding-left:5px;
	padding-right: 0px;
	padding-top: 1px;
	/*font-size: 0.7em;*/
	right:7px;
}

section.mapComponent > div.dataArea > header > div.filterArea > div.dropDownFilters > ul.nav > li.ddPair.mapFilter > div.ddDrop {
	min-width: 138px;
	padding: 6px 8px 6px 8px;
}

section.mapComponent > div.dataArea > header > div.filterArea > div.dropDownFilters > ul.nav > li.ddPair.mapFilter > div.ddDrop > ul.nav {
	margin: 0 0;
	padding: 0 0;
}

section.mapComponent > div.dataArea > header > div.filterArea > div.dropDownFilters > ul.nav > li.ddPair.mapFilter > div.ddDrop > ul.nav > li {
	border-bottom: 1px dotted #ddd;
	padding-bottom: 6px;
	padding-top: 5px;
}

section.mapComponent > div.dataArea > header > div.filterArea > div.dropDownFilters > ul.nav > li.ddPair.mapFilter > div.ddDrop > ul.nav > li:last-child {
	border:none;
}

section.mapComponent > div.dataArea > header > div.filterArea > div.dropDownFilters > ul.nav > li.ddPair.mapFilter > div.ddDrop > ul.nav > li > a {
	font-weight: 600;
	line-height: 1.2em;
}

section.mapComponent > div.dataArea > header > div.filterArea > div.dropDownFilters > ul.nav > li.ddPair.mapFilter > div.ddDrop > ul.nav > li > a:hover {
	background: none;
	color: #CA171E;
}

/* --------------------------------------------- */
/* Item List									 */
/* --------------------------------------------- */

section.mapComponent > div.dataArea > div.itemList {
	font-size: 0.9em;
	background-color:#f6f7f8;
	height:672px!important;
}

section.mapComponent > div.dataArea > div.itemList > table.items {
	border: 0px;
	width: 100%;
}

section.mapComponent > div.dataArea > div.itemList > div.listHeader > table > thead > tr {
	display: block;
}

section.mapComponent > div.dataArea > div.itemList > div.listHeader > table > thead > tr.listInfo {
	display: block;
	border-bottom: 1px dotted #ddd;
}

section.mapComponent > div.dataArea > div.itemList > div.listHeader > table > thead > tr.listHeaders {
	text-transform: uppercase;
}

section.mapComponent > div.dataArea > div.itemList > div.listHeader > table > thead > tr > th {
	padding-left: 12px;
}

section.mapComponent > div.dataArea > div.itemList > div.listHeader > table > thead > tr.listInfo > th {
	padding-top: 6px;	
	padding-bottom: 6px;
	color: #999;
	font-weight: 500;
}

section.mapComponent > div.dataArea > div.itemList > div.listHeader > table > thead > tr.listHeaders > th {
	padding-top: 8px;
	padding-bottom: 4px;
	font-weight: 600;
	font-size: 0.8em;
	font-family: Arial, sans-serif;
	color: #999;
}

section.mapComponent > div.dataArea > div.itemList > div.listBody {
	overflow: scroll;
	height:642px!important;
}

/* jScrollPane bar styles */

section.mapComponent > div.dataArea > div.itemList > div.listBody .jspVerticalBar {
	width: 8px;
	background: none;
}

section.mapComponent > div.dataArea > div.itemList > div.listBody .jspTrack {
	background: none;
}

section.mapComponent > div.dataArea > div.itemList > div.listBody .jspDrag {
	background: #ca171e;
	background: rgba(202,23,30,0.65);
	border-radius: 4px;
	border: 1px solid #ca171e;
}

/* end of jScrollPane bar styles */


section.mapComponent > div.dataArea > div.itemList > div.listBody table > tbody {
	color: #0a79bf;
	display: block;
	overflow: auto;
}

section.mapComponent > div.dataArea > div.itemList > div.listBody table > tbody > tr  {
	border-top: 1px solid #FFF;	
	background: url('../../img/mapComponent/rowBlueBorder.png') repeat-x bottom left #fff;
	height:45px;
}
section.mapComponent > div.dataArea > div.itemList > div.listBody table > tbody > tr > td  {
	padding-left: 0px;
	padding-right: 0px;
}
section.mapComponent > div.dataArea > div.itemList > div.listBody table > tbody > tr.odd  {
	background-color: #eee;
}
section.mapComponent > div.dataArea > div.itemList > div.listBody table > tbody > tr.hover  {
	background-color:#ccc;
	cursor: pointer;
}
section.mapComponent > div.dataArea > div.itemList > div.listBody table > tbody > tr > td {
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 0.95em;
	font-family: Arial, "proxima-nova", sans-serif;
	height: 39px;
	vertical-align: middle;
	line-height: 1.2em;
}

section.mapComponent > div.dataArea > div.itemList > div.listBody table > tbody > tr > td > span.number {
	background: url('../../img/mapComponent/listItemBlue.png') no-repeat;
	color: #FFF;
	display: block;
	margin-left: 10px;
	text-align: center;
	width: 18px;
	font-size: 0.9em;	
	font-weight: 900;
	line-height: 1em;
	padding-bottom: 6px;
	padding-top: 3px;
	margin-top: 3px;
}


section.mapComponent > div.dataArea > div.itemList > div.listBody table > tbody > tr.hasCoupon > td > span.number {
	background-image: url('../../img/mapComponent/listItemBlue.png');
	color: #FFF;
}

section.mapComponent > div.dataArea > div.itemList > div.listBody table > tbody >  tr > td.itemData,
section.mapComponent > div.dataArea > div.itemList > div.listHeader > table > thead >  tr > th.itemData {
	text-align: right;	
	padding-right: 10px;
	padding-left: 0px;
}

section.mapComponent > div.dataArea > div.itemList > div.listBody table > tbody >  tr > td.itemDistance,
section.mapComponent > div.dataArea > div.itemList > div.listHeader > table > thead >  tr > th.itemDistance {
	text-align: center;	
	padding-right: 10px;
	padding-left: 0px;
}

section.mapComponent > div.dataArea > div.itemList > div.listBody table > tbody >  tr > td.itemData,
section.mapComponent > div.dataArea > div.itemList > div.listBody table > tbody >  tr > td.itemDistance {
	color:#62676b;
	font-weight: 600;
	font-size: 0.9em;
}

section.mapComponent > div.dataArea > div.itemList > div.listBody table > tbody >  tr > td.itemData > span.oldPrice {
	text-decoration: line-through;
	font-weight: 500;
}

section.mapComponent > div.dataArea > div.itemList > div.listBody table > tbody >  tr > td.itemData > span.newPrice {
	color: #eb9435;
}

section.mapComponent > div.dataArea > div.itemList > div.listBody table > tbody > tr > td.itemAction > a  {
	padding: 6px 0px;
	font-size: 0.9em;
	font-family: "proxima-nova",sans-serif;
	text-transform: uppercase;
	font-weight: 900;
}

section.mapComponent > div.dataArea > div.itemList > div.listBody table > tbody > tr > td > a.couponBtn  {
	padding: 6px 6px 4px 6px;
	font-size: 0.9em;
	border-radius: 3px;
	box-shadow: none;	
	border-bottom: 1px solid #f09501;
	border-right: 1px solid #f09501;
}



section.mapComponent > div.dataArea > div.itemList > div.listBody table > tbody > tr > td.itemIndex,
section.mapComponent > div.dataArea > div.itemList > div.listBody table > tbody > tr > td.itemAction {
	text-align: center;	
	font-family: "proxima-nova", sans-serif;
}

section.mapComponent > div.dataArea > div.itemList > div.listHeader > table > thead >  tr > th.itemAction {
	padding: 0 0;	
}

/* --------------------------------------------- */
/* Item List widths								 */
/* --------------------------------------------- */

section.mapComponent > div.dataArea > div.itemList > div.listBody table > tbody >  tr > td.itemIndex {
	width:45px;	
}

section.mapComponent > div.dataArea > div.itemList > div.listBody table > tbody >  tr > td.itemLabel {
	width:210px;	
}

section.mapComponent > div.dataArea > div.itemList > div.listHeader > table > thead > tr > th.itemLabelHeader {
	width:241px;	
}

section.mapComponent > div.dataArea > div.itemList > div.listBody table > tbody >  tr > td.itemAction {
	width:80px;	
}


section.mapComponent > div.dataArea > div.itemList > div.listBody table > tbody >  tr > td.itemData,
section.mapComponent > div.dataArea > div.itemList > div.listHeader > table > thead >  tr > th.itemData,
section.mapComponent > div.dataArea > div.itemList > div.listBody table > tbody >  tr > td.itemDistance,
section.mapComponent > div.dataArea > div.itemList > div.listHeader > table > thead >  tr > th.itemDistance {
	width: 50px;
}

section.mapComponent.one-wide-data-col > div.dataArea > div.itemList > div.listBody table > tbody >  tr > td.itemData,
section.mapComponent.one-wide-data-col > div.dataArea > div.itemList > div.listHeader > table > thead >  tr > th.itemData {
	width: 170px;
	text-align: left;
}

/* --- normal --- */

section.mapComponent > div.dataArea,
section.mapComponent > div.dataArea > div.itemList > div.listBody table > tbody,
section.mapComponent > div.dataArea > div.itemList > div.listBody table > tbody >  tr,
section.mapComponent > div.dataArea > div.itemList > div.listHeader > table > thead >  tr {
	/* width for: dataArea, tbody, tbody tr and thead tr*/
	width: 335px;
}

section.mapComponent > div.mapArea {
	/* width of the map */
	width: 611px;
}

section.mapComponent > div.dataArea > div.itemList > div.listBody table > tbody >  tr > td,
section.mapComponent > div.dataArea > div.itemList > div.listHeader > table > thead >  tr > th {
	display: table-cell;
}

section.mapComponent > div.dataArea > div.itemList > div.listBody table > tbody >  tr > td.itemData,
section.mapComponent > div.dataArea > div.itemList > div.listHeader > table > thead >  tr > th.itemData,
section.mapComponent > div.dataArea > div.itemList > div.listBody table > tbody >  tr > td.itemDistance,
section.mapComponent > div.dataArea > div.itemList > div.listHeader > table > thead >  tr > th.itemDistance {
	display: none;	
}

/* --- show distance --- */

section.mapComponent.show-distance > div.dataArea,
section.mapComponent.show-distance > div.dataArea > div.itemList > div.listBody table > tbody,
section.mapComponent.show-distance > div.dataArea > div.itemList > div.listBody table > tbody >  tr,
section.mapComponent.show-distance > div.dataArea > div.itemList > div.listHeader > table > thead >  tr {
	/* width for: dataArea, tbody, tbody tr and thead tr*/
	width: 335px;
}

section.mapComponent.show-distance > div.mapArea {
	/* width of the map */
	width: 611px;
}

section.mapComponent.show-distance > div.dataArea > div.itemList > div.listBody table > tbody >  tr > td.itemData,
section.mapComponent.show-distance > div.dataArea > div.itemList > div.listHeader > table > thead >  tr > th.itemData {
	display: none;
}

section.mapComponent.show-distance > div.dataArea > div.itemList > div.listBody table > tbody >  tr > td.itemDistance,
section.mapComponent.show-distance > div.dataArea > div.itemList > div.listHeader > table > thead >  tr > th.itemDistance {
	display: table-cell;
}

/* -- label width for all setups showing distance or (one or more) data cols -- */

section.mapComponent.show-distance > div.dataArea > div.itemList > div.listBody table > tbody >  tr > td.itemLabel,
section.mapComponent.five-data-cols > div.dataArea > div.itemList > div.listBody table > tbody >  tr > td.itemLabel,
section.mapComponent.four-data-cols > div.dataArea > div.itemList > div.listBody table > tbody >  tr > td.itemLabel,
section.mapComponent.three-data-cols > div.dataArea > div.itemList > div.listBody table > tbody >  tr > td.itemLabel,
section.mapComponent.two-data-cols > div.dataArea > div.itemList > div.listBody table > tbody >  tr > td.itemLabel,
section.mapComponent.one-data-col > div.dataArea > div.itemList > div.listBody table > tbody >  tr > td.itemLabel,
section.mapComponent.one-wide-data-col > div.dataArea > div.itemList > div.listBody table > tbody >  tr > td.itemLabel  {
	width:150px;	
}

section.mapComponent.show-distance > div.dataArea > div.itemList > div.listHeader > table > thead > tr > th.itemLabelHeader,
section.mapComponent.five-data-cols  > div.dataArea > div.itemList > div.listHeader > table > thead > tr > th.itemLabelHeader,
section.mapComponent.four-data-cols > div.dataArea > div.itemList > div.listHeader > table > thead > tr > th.itemLabelHeader,
section.mapComponent.three-data-cols > div.dataArea > div.itemList > div.listHeader > table > thead > tr > th.itemLabelHeader,
section.mapComponent.two-data-cols > div.dataArea > div.itemList > div.listHeader > table > thead > tr > th.itemLabelHeader,
section.mapComponent.one-data-col > div.dataArea > div.itemList > div.listHeader > table > thead > tr > th.itemLabelHeader,
section.mapComponent.one-wide-data-col > div.dataArea > div.itemList > div.listHeader > table > thead > tr > th.itemLabelHeader {
	width:181px;	
}

/* --- show data cols --- */

section.mapComponent.five-data-cols > div.dataArea > div.itemList > div.listBody table > tbody >  tr > td.itemData,
section.mapComponent.five-data-cols > div.dataArea > div.itemList > div.listHeader > table > thead >  tr > th.itemData,
section.mapComponent.four-data-cols > div.dataArea > div.itemList > div.listBody table > tbody >  tr > td.itemData,
section.mapComponent.four-data-cols > div.dataArea > div.itemList > div.listHeader > table > thead >  tr > th.itemData,
section.mapComponent.three-data-cols > div.dataArea > div.itemList > div.listBody table > tbody >  tr > td.itemData,
section.mapComponent.three-data-cols > div.dataArea > div.itemList > div.listHeader > table > thead >  tr > th.itemData,
section.mapComponent.two-data-cols > div.dataArea > div.itemList > div.listBody table > tbody >  tr > td.itemData,
section.mapComponent.two-data-cols > div.dataArea > div.itemList > div.listHeader > table > thead >  tr > th.itemData,
section.mapComponent.one-data-col > div.dataArea > div.itemList > div.listBody table > tbody >  tr > td.itemData,
section.mapComponent.one-data-col > div.dataArea > div.itemList > div.listHeader > table > thead >  tr > th.itemData,
section.mapComponent.one-wide-data-col > div.dataArea > div.itemList > div.listBody table > tbody >  tr > td.itemData,
section.mapComponent.one-wide-data-col > div.dataArea > div.itemList > div.listHeader > table > thead >  tr > th.itemData {
	display: table-cell;
}

/* --- 5 data cols --- */

section.mapComponent.five-data-cols > div.dataArea,
section.mapComponent.five-data-cols > div.dataArea > div.itemList > div.listBody table > tbody,
section.mapComponent.five-data-cols > div.dataArea > div.itemList > div.listBody table > tbody >  tr,
section.mapComponent.five-data-cols > div.dataArea > div.itemList > div.listHeader > table > thead >  tr {
	width: 575px;
}

section.mapComponent.five-data-cols > div.mapArea {
	width: 371px;
}

/* 5 cols with distance */
section.mapComponent.five-data-cols.show-distance > div.dataArea,
section.mapComponent.five-data-cols.show-distance > div.dataArea > div.itemList > div.listBody table > tbody,
section.mapComponent.five-data-cols.show-distance > div.dataArea > div.itemList > div.listBody table > tbody >  tr,
section.mapComponent.five-data-cols.show-distance > div.dataArea > div.itemList > div.listHeader > table > thead >  tr {
	width: 635px;
}

section.mapComponent.five-data-cols.show-distance > div.mapArea {
	width: 311px;
}

/* --- 4 data cols --- */

section.mapComponent.four-data-cols > div.dataArea,
section.mapComponent.four-data-cols > div.dataArea > div.itemList > div.listBody table > tbody,
section.mapComponent.four-data-cols > div.dataArea > div.itemList > div.listBody table > tbody >  tr,
section.mapComponent.four-data-cols > div.dataArea > div.itemList > div.listHeader > table > thead >  tr {
	width: 515px;
}

section.mapComponent.four-data-cols > div.mapArea {
	width: 431px;
}

/* 4 cols with distance */
section.mapComponent.four-data-cols.show-distance > div.dataArea,
section.mapComponent.four-data-cols.show-distance > div.dataArea > div.itemList > div.listBody table > tbody,
section.mapComponent.four-data-cols.show-distance > div.dataArea > div.itemList > div.listBody table > tbody >  tr,
section.mapComponent.four-data-cols.show-distance > div.dataArea > div.itemList > div.listHeader > table > thead >  tr {
	width: 575px;
}

section.mapComponent.four-data-cols.show-distance > div.mapArea {
	width: 371px;
}

/* --- 3 data cols --- */

section.mapComponent.three-data-cols > div.dataArea,
section.mapComponent.three-data-cols > div.dataArea > div.itemList > div.listBody table > tbody,
section.mapComponent.three-data-cols > div.dataArea > div.itemList > div.listBody table > tbody >  tr,
section.mapComponent.three-data-cols > div.dataArea > div.itemList > div.listHeader > table > thead >  tr {
	width: 455px;
}

section.mapComponent.three-data-cols > div.mapArea {
	width: 491px;
}

/* 3 cols with distance */
section.mapComponent.three-data-cols.show-distance > div.dataArea,
section.mapComponent.three-data-cols.show-distance > div.dataArea > div.itemList > div.listBody table > tbody,
section.mapComponent.three-data-cols.show-distance > div.dataArea > div.itemList > div.listBody table > tbody >  tr,
section.mapComponent.three-data-cols.show-distance > div.dataArea > div.itemList > div.listHeader > table > thead >  tr {
	width: 515px;
}

section.mapComponent.three-data-cols.show-distance > div.mapArea {
	width: 431px;
}

/* --- 2 data cols --- */

section.mapComponent.two-data-cols > div.dataArea,
section.mapComponent.two-data-cols > div.dataArea > div.itemList > div.listBody table > tbody,
section.mapComponent.two-data-cols > div.dataArea > div.itemList > div.listBody table > tbody >  tr,
section.mapComponent.two-data-cols > div.dataArea > div.itemList > div.listHeader > table > thead >  tr {
	width: 395px;
}

section.mapComponent.two-data-cols > div.mapArea {
	width: 551px;
}

/* 2 cols with distance */
section.mapComponent.two-data-cols.show-distance > div.dataArea,
section.mapComponent.two-data-cols.show-distance > div.dataArea > div.itemList > div.listBody table > tbody,
section.mapComponent.two-data-cols.show-distance > div.dataArea > div.itemList > div.listBody table > tbody >  tr,
section.mapComponent.two-data-cols.show-distance > div.dataArea > div.itemList > div.listHeader > table > thead >  tr {
	width: 455px;
}

section.mapComponent.two-data-cols.show-distance > div.mapArea {
	width: 491px;
}

/* --- 1 data col --- */

section.mapComponent.one-data-col > div.dataArea,
section.mapComponent.one-data-col > div.dataArea > div.itemList > div.listBody table > tbody,
section.mapComponent.one-data-col > div.dataArea > div.itemList > div.listBody table > tbody >  tr,
section.mapComponent.one-data-col > div.dataArea > div.itemList > div.listHeader > table > thead >  tr {
	width: 335px;
}

section.mapComponent.one-data-col > div.mapArea {
	width: 611px;
}

/* 1 col with distance */
section.mapComponent.one-data-col.show-distance > div.dataArea,
section.mapComponent.one-data-col.show-distance > div.dataArea > div.itemList > div.listBody table > tbody,
section.mapComponent.one-data-col.show-distance > div.dataArea > div.itemList > div.listBody table > tbody >  tr,
section.mapComponent.one-data-col.show-distance > div.dataArea > div.itemList > div.listHeader > table > thead >  tr {
	width: 395px;
}

section.mapComponent.one-data-col.show-distance > div.mapArea {
	width: 551px
}

/* --- 1 wide data col --- */

section.mapComponent.one-wide-data-col > div.dataArea,
section.mapComponent.one-wide-data-col > div.dataArea > div.itemList > div.listBody table > tbody,
section.mapComponent.one-wide-data-col > div.dataArea > div.itemList > div.listBody table > tbody >  tr,
section.mapComponent.one-wide-data-col > div.dataArea > div.itemList > div.listHeader > table > thead >  tr {
	width: 455px;
}

section.mapComponent.one-wide-data-col > div.mapArea {
	width: 491px;
}

/* 1 wide col with distance */
section.mapComponent.one-wide-data-col.show-distance > div.dataArea,
section.mapComponent.one-wide-data-col.show-distance > div.dataArea > div.itemList > div.listBody table > tbody,
section.mapComponent.one-wide-data-col.show-distance > div.dataArea > div.itemList > div.listBody table > tbody >  tr,
section.mapComponent.one-wide-data-col.show-distance > div.dataArea > div.itemList > div.listHeader > table > thead >  tr {
	width: 515px;
}

section.mapComponent.one-wide-data-col.show-distance > div.mapArea {
	width: 431px
}

section.mapComponent > div.dataArea > div.itemList > div.listBody table > tbody >  tr > td.itemLabel > a
{
	float: left;
	line-height: 19px;
}

section.mapComponent > div.dataArea > div.itemList > div.listBody table > tbody >  tr > td.itemLabel > span.qmark
{
	background: url(../../img/mapComponent/qmark_box.png) no-repeat scroll;
	display: block;
	float: left;
	width: 25px;
	height: 19px;	
} 

section.mapComponent > div.dataArea > div.itemList > div.listBody table > tbody >  tr > td.itemLabel > span.qmark:hover
{
	background: url(../../img/mapComponent/more_info_box.png) no-repeat scroll;
}

/* --------------------------------------------- */
/* Map Container (google map)					 */
/* --------------------------------------------- */

#map_canvas { height: 100%; }
#map_canvas img { max-width:none; } /* required to fix to get GMaps to work with Bootstrap */
#map_canvas .infoBox:hover{
	z-index: 300;
}

/* --------------------------------------------- */
/* Custom Google Map controls					 */
/* --------------------------------------------- */


/* --- daily / monthly --- */

div.gmapControls > ul.couponTypeFilter.nav {
	border: 1px solid #a4b0b5;
	display: block;
	height: 10px;
	/*width: 105px;*/
	font-weight: 600;
	font-size: 1.1em;
	padding: 6px 10px 14px 10px;
	background: #fff;
	background: rgba(255,255,255,0.8);
}

div.gmapControls > ul.couponTypeFilter.nav > li:first-child {
	border-right: 1px solid #a4b0b5;
	padding-right: 10px;
	margin-right: 10px;
}

div.gmapControls > ul.couponTypeFilter.nav > li {
	float: left;
} 

div.gmapControls > ul.couponTypeFilter.nav > li > a.selected {
	float: left;
	color: #000;
} 

div.gmapControls > ul.couponTypeFilter.nav > li > a:hover {
	background: none;
} 

/* --------------------------------------------- */
/* Custom Map Pins								 */
/* --------------------------------------------- */

div.mapPin {
	background: url('../../img/mapComponent/mapPin.png') repeat-x;
	display: block;
	width: 35px;
	height: 18px;
	color: #fff;
	font-weight: 600;
	font-size: 0.85em;
	text-align: center;
	padding: 21px 0px 10px 0px;
	overflow: hidden;
}


/* --------------------------------------------- */
/* Custom Chat bubbles							 */
/* --------------------------------------------- */



/* --- pinBubble expanded --- */

div.pinBubble.expanded {
	margin: 5px;
	border: 3px solid #CA171E;
	border-radius: 6px;
	width: 440px;
	background: #eee;
}

div.pinBubble.expanded > div.header {
	color: #000;
	padding: 12px 16px 0px 16px;
}



div.pinBubble.expanded > div.header > h4,
div.pinBubble.expanded > div.header > h4 a {
	color: 	#CA171E;
	font-size: 1.3em;
	font-weight: 600;
	cursor: default;
}

div.pinBubble.expanded > div.header > a.collapseBubbleLink {
	position: relative;
	top: -20px;
	left: -2px;
	float: right;
}

div.pinBubble.expanded > div.header > a.printCouponBtn,
#coupon-rates a.printCouponBtn,
#coupon-rates table.layout-table-1 .actions a.buy,
div.pinBubble.expanded > div.body span.expandedContent > div.rates > table.rates a.buy,
#coupon-rates a.get-coupon,
div.pinBubble.expanded > div.body span.expandedContent > div.rates a.get-coupon
{
	display: inline-block;
	font-size: 0.9em;
	line-height: 1em;
	border-radius: 3px;
	box-shadow: none;
	border-bottom: 1px solid #f09501;
	border-right: 1px solid #f09501;
}
div.pinBubble.expanded > div.header > a.printCouponBtn,
#coupon-rates a.printCouponBtn,
#coupon-rates a.get-coupon,
div.pinBubble.expanded > div.body span.expandedContent > div.rates a.get-coupon
{
	float: right;
	margin: 0.5em 0 0.5em 1em;
	padding: 5px 7px 2px 8px;
}
#coupon-rates a.printCouponBtn{
	margin: -10px 11px 0 0;
	font-size: 1em;
	padding-left: 0;
	padding-right: 0;
	width: 100px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#coupon-rates table.layout-table-1 .actions a.buy,
div.pinBubble.expanded > div.body span.expandedContent > div.rates > table.rates a.buy,
#coupon-rates a.get-coupon,
div.pinBubble.expanded > div.body span.expandedContent > div.rates a.get-coupon
{
	padding: 0.6em 0.8em 0.45em;
	width: 100px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#coupon-rates a.get-coupon,
div.pinBubble.expanded > div.body span.expandedContent > div.rates a.get-coupon
{
	padding: 0.65em 0 0.4em;
	margin-top: 0;
	margin-right: 11px;
	font-size: 0.96em;
}
div.pinBubble.expanded > div.header > a.printCouponBtn:after,
#coupon-rates a.printCouponBtn:after
{
	content: url('../../img/mapComponent/icon-print.png');
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 0.3em;
}
div.pinBubble.expanded > div.header > a.printCouponBtn .callToAction,
#coupon-rates a.printCouponBtn .callToAction
{
	vertical-align: middle;
}


div.pinBubble.expanded > div.header > div.address.one-of-two, div.pinBubble.expanded > div.header  > div.phone.two-of-two {
	float: none;
	display: inline;
}

div.pinBubble.expanded > div.header span.special_events_notice
{
	font-weight: normal;
	font-size: 0.85em;
}

div.pinBubble.expanded > div.header  > div.address,
div.pinBubble.expanded > div.header  > div.phone {
<<<<<<< .merge_file_yMM9pp
	font-size: 0.9em;
=======
	font-size: 0.8em;
>>>>>>> .merge_file_Za1LqK
	line-height: 1.2em;
	font-weight: 600;
	color: #545454;
}

div.pinBubble.expanded > div.header  > div.address.one-of-two:after {
	content: " | ";
}

div.pinBubble.expanded > div.header  > div.address.one-of-two > span.addressLine1:after {
	content: ", ";
}

div.pinBubble.expanded > div.tabs {
	padding: 6px 12px 0px 12px;
	margin-bottom: 0px;
	color: #6f7d8c;
	height:29px;
}

div.pinBubble.expanded > div.tabs > ul.nav > li {
	float: left;
}

div.pinBubble.expanded > div.tabs > ul.nav > li > a {
	background: #CA171E;
	color: #fff;
	display: block;
	padding: 4px 10px 4px 10px;
	margin: 3px 0px 0px 0px;
	font-weight: 600;
	font-size: 1.1em;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

div.pinBubble.expanded > div.tabs > ul.nav > li > a.selected {
	background: #fff;
	color: #000;
	display: block;
	padding: 7px 11px 4px 11px;
	margin: 0px 0px 0px 0px;
	font-weight: 600;
	font-size: 1.1em;
	border:none;
	border-top-left-radius:3px;
	border-top-right-radius:3px;
}

div.pinBubble.expanded > div.body {
	padding: 12px 24px 12px 16px;
	background: #fff;
	border-bottom-left-radius:6px;
	border-bottom-right-radius:6px;	
	height: 410px;
	overflow: scroll;
	
}

div.pinBubble.expanded > div.body span.collapsedContent {
	display: none;
}

div.pinBubble.expanded > div.body span.expandedContent {
	display: none;
	color: #6f7d8c;
}

div.pinBubble.expanded > div.body span.expandedContent > p {
	font-size: 1.1em;
	text-align: justify;
}

div.pinBubble.expanded > div.body span.expandedContent > h5+p {
	width:260px;
}

div.pinBubble.expanded > div.body span.expandedContent > dl {
	display: block;
	float: left;
	width: 165px;
	margin-left: 24px;
}

div.pinBubble.expanded > div.body span.expandedContent > dl > dt,
div.pinBubble.expanded > div.body span.expandedContent > dl > dd {
	text-align: center;
}

div.pinBubble.expanded > div.body span.expandedContent > dl.originalRate > dt,
div.pinBubble.expanded > div.body span.expandedContent > dl.specialRate > dt {
	color: #fff;
	text-transform: uppercase;
	font-size: 1.1em;
	font-weight: 600;
	padding: 6px 0px 6px 0px;
}

div.pinBubble.expanded > div.body span.expandedContent > dl.originalRate > dd,
div.pinBubble.expanded > div.body span.expandedContent > dl.specialRate > dd {
	font-size:3em;
	display: block;
	border: 1px solid;
	margin-left: 0px;
	padding: 12px 0px 12px 0px;
	line-height: 1em;
}

div.pinBubble.expanded > div.body span.expandedContent > dl.originalRate > dd > sup,
div.pinBubble.expanded > div.body span.expandedContent > dl.specialRate > dd > sup {
	font-size:0.5em;
	font-weight:600;
}

div.pinBubble.expanded > div.body span.expandedContent > dl.originalRate > dt {
	background: #c5cbce;
}


div.pinBubble.expanded > div.body span.expandedContent > dl.specialRate > dt {
	background: #f2b740;
	
}

div.pinBubble.expanded > div.body span.expandedContent > dl.originalRate > dd {
	border-color: #c5cbce;
	text-decoration: line-through;
}

div.pinBubble.expanded > div.body span.expandedContent > dl.specialRate > dd {
	color: #f2b740;
	font-weight: 600;
	border-color:  #f2b740;
}

div.pinBubble.expanded > div.body span.expandedContent > a.squareYellowBtn {
	margin: 0px auto;
	width: 260px;
	display: block;
}

div.pinBubble.expanded > div.body span.expandedContent > h5 {
	color: #474747;
	font-weight: 500;
	font-size: 1.3em;
	margin-top: 5px;
}

div.pinBubble.expanded > div.body span.expandedContent > hr {
	color: #bfc5cc;
	border-top-width: 2px;
	border-color: #bfc5cc;
	margin-top: 8px;
	margin-bottom: 18px;
}

div.pinBubble.expanded > div.body span.expandedContent > div.rates {
	display: block;
	float: left;	
}

div.pinBubble.expanded > div.body span.expandedContent > div.cnp {
	border-bottom: 1px solid #0187d0;
	padding-bottom: 15px;
	margin-bottom: 15px;	
}

div.pinBubble.expanded > div.body span.expandedContent > div.rates h5{
	
	color: #474747;
	font-size: 1.1em;
	font-weight: 500;
	margin: 0px;
}

div.pinBubble.expanded > div.body span.expandedContent > div.details {
	display: block;
	float: right;
	width: 100px;
	margin-top: 12px;
}

div.pinBubble.expanded > div.body span.expandedContent > div.rates > div.inline {
	width: 400px;
	line-height: 1.1em;
	color: #787878;
	font-size: 0.85em;
	margin-bottom: 5px;
}

div.pinBubble.expanded > div.body span.expandedContent > div.rates > table.rates {
	width: 400px;
<<<<<<< .merge_file_yMM9pp
	font-size: 0.9em;
=======
	font-size: 0.8em;
	line-height: 1.5em;
>>>>>>> .merge_file_Za1LqK
	margin-bottom:2px;
}

div.pinBubble.expanded > div.body span.expandedContent > div.cnp > table.rates{
	margin-bottom:0px;
}

div.pinBubble.expanded > div.body span.expandedContent > div.rates > table.rates > thead > tr > th,
div.pinBubble.expanded > div.body span.expandedContent > div.rates > table.rates > tbody > tr > td,
div.pinBubble.expanded > div.body span.expandedContent > div.rates > table.rates > tfoot > tr > td {
	padding: 0 0 0 10px;
}

div.pinBubble.expanded > div.body span.expandedContent > div.rates > table.rates > thead > tr {
	background: url('../../img/mapComponent/bubbleRatesTableHeaderBg.png') repeat-x;
	background-size: contain;
<<<<<<< .merge_file_yMM9pp
	height: 25px;
=======
	height: 22px;
>>>>>>> .merge_file_Za1LqK
}

div.pinBubble.expanded > div.body span.expandedContent > div.rates > table.rates > thead > tr > th {
	text-transform: uppercase;
	font-size: 0.85em;
}

div.pinBubble.expanded > div.body span.expandedContent > div.rates > table.rates > thead > tr > th.typeCol {
	width: 190px;
}

div.pinBubble.expanded > div.body span.expandedContent > div.rates > table.rates > thead > tr > th.ratesCol {
	width: 80px;
}

div.pinBubble.expanded > div.body span.expandedContent > div.rates > table.rates > tbody > tr.odd {
	background-color: #fafafa;
}

div.pinBubble.expanded > div.body span.expandedContent > div.rates > table.rates > tbody > tr > td:last-child {
	color: #909ba6;
}

div.pinBubble.expanded > div.body span.expandedContent > div.coupon.rates > table.rates > tbody > tr > td:last-child {
	color: #d78d30;
}

div.pinBubble.expanded > div.body span.expandedContent > div.rates > table.rates > tbody > tr > td,
div.pinBubble.expanded > div.body span.expandedContent > div.rates > table.rates > tfoot > tr > td {
	color: #4e4e4e;	
	font-weight: 600;
	padding-top: 5px;
	padding-bottom: 5px;
	vertical-align: baseline;
}

div.pinBubble.expanded > div.body span.expandedContent > div.rates > table.special.rates > tbody > tr.odd {
	background: none;
}

div.pinBubble.expanded > div.body span.expandedContent > div.rates > table.special.rates > tbody > tr > td {
	padding-bottom: 5px;
}

div.pinBubble.expanded > div.body span.expandedContent > div.rates > table.special.rates > tfoot > tr > td {
	text-transform: uppercase;
	font-size: 0.85em;
	font-weight: 800;
	color: #6f7d8c;
}


div.pinBubble.expanded > div.body span.expandedContent > div.rates > table.rates > thead > tr > th > span.details,
div.pinBubble.expanded > div.body span.expandedContent > div.rates > table.rates > tbody > tr > td > span.details,
div.pinBubble.expanded > div.body span.expandedContent > div.rates > table.rates > tfoot > tr > td > span.details,
div.pinBubble.expanded > div.body span.expandedContent > div.rates > span.details{
	display: block;
	font-weight: 500;
	color: #787878;
	line-height: 1em;
	text-transform: none;
}


div.pinBubble.expanded > div.body span.expandedContent > div.rates > span.details{
	
	margin: 5px 0px;
	font-size: 0.85em;
}

div.pinBubble.expanded > div.body span.expandedContent > div.rates > table.rates > tfoot > tr > td > span.details {
	font-size: 1.18em;
}

div.pinBubble.expanded > div.body span.expandedContent > div.details > a.printCouponBtn {
	background: url('../../img/mapComponent/printCouponBtnBg.png') repeat-x;
	background-size: contain;
	display: block;
	width: 80px;
	padding: 5px 10px 18px 10px;
	border-radius: 4px;
	color: #fff;
	margin: 0 0;
	text-shadow: 0px -1px 1px #ed8f00;
	margin-bottom: 15px;
}


div.pinBubble.expanded > div.body span.expandedContent > div.details > a.printCNPBtnDay {
	background: url('../../img/mapComponent/reserve-daily.png') no-repeat;
	background-size: contain;
	display: block;
	width: 101px;
	height: 94px;
	color: #fff;
	margin: 0 0;
	text-shadow: 0px -1px 1px #ed8f00;
	margin-bottom: 15px;
}

div.pinBubble.expanded > div.body span.expandedContent > div.details > a.printCNPBtn {
	background: url('../../img/mapComponent/cnp_button.png') no-repeat;
	background-size: contain;
	display: block;
	width: 101px;
	height: 94px;
	color: #fff;
	margin: 0 0;
	text-shadow: 0px -1px 1px #ed8f00;
	margin-bottom: 15px;
}

div.pinBubble.expanded > div.body span.expandedContent > div.details > a.printSPCNPBtn {
	background: url('../../img/mapComponent/reserve-event.png') no-repeat;
	background-size: contain;
	display: block;
	width: 101px;
	height:94px;
	color: #fff;
	margin: 0 0;
	text-shadow: 0px -1px 1px #ed8f00;
	margin-bottom: 15px;
}

div.pinBubble.expanded > div.body span.expandedContent > div.details > a.printCNPSmallBtn {
	background: url('../../img/mapComponent/cnp_small_btn.png') no-repeat;
	background-size: contain;
	display: block;
	width: 81px;
	padding: 2px 10px;
	height: 49px;
	color: #fff;
	margin: 0 0;
	text-shadow: 0px -1px 1px #ed8f00;
	margin-bottom: 15px;
}

div.pinBubble.expanded > div.body span.expandedContent > div.details > a.printCouponBtn > span.callToAction, div.pinBubble.expanded > div.body span.expandedContent > div.details > a.printCNPSmallBtn > span.callToAction{
	text-transform: uppercase;
	font-size: 1.3em;
	display: block;
	text-align: center;
	font-weight: 600;
	padding-top: 8px;
}

div.pinBubble.expanded > div.body span.expandedContent > div.details > a.printCouponBtn > span.details {
	display: block;
	text-align: center;
	font-weight: 600;
	line-height: 1em;
	font-size: 0.8em;
}

div.pinBubble.expanded > div.body span.expandedContent > div.details > a.printCouponBtn > hr {
	margin: 8px 0;
	border-top-color: #f2a439;
	border-bottom-color: #f8d3a8;
}

div.pinBubble.expanded > div.body span.expandedContent > div.details > ul {
	margin-left: 16px;
	font-size: 0.9em;
	color:#454545;
} 

div.pinBubble.expanded > div.body span.expandedContent > div.details > ul > li {
	padding-bottom: 12px;
	line-height: 1.1em;
}

div.pinBubble.expanded > div.body span.expandedContent.locationContent {
	font-size: 0.85em;
}

div.pinBubble.expanded > div.body span.expandedContent > dl.basicInfo,
div.pinBubble.expanded > div.body span.expandedContent > dl.details {
	display: block;
	width: 100%;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

div.pinBubble.expanded > div.body span.expandedContent > dl.basicInfo > dt,
div.pinBubble.expanded > div.body span.expandedContent > dl.details > dt {
	text-align: left;
	display: block;
	width: 75px;
	text-transform: uppercase;
	float: left;
}

div.pinBubble.expanded > div.body span.expandedContent > dl.details > dd,
div.pinBubble.expanded > div.body span.expandedContent > dl.details > dt {
	padding-top: 6px;
	padding-bottom: 6px;
}


div.pinBubble.expanded > div.body span.expandedContent > dl.details > dd {
	border-bottom:1px solid #e2e8eb;
}

div.pinBubble.expanded > div.body span.expandedContent > dl.details > dd:last-child {
	border:none;
}

div.pinBubble.expanded > div.body span.expandedContent > dl.details > dt {
	width: 140px;
	text-transform: uppercase;
	float: left;
}

div.pinBubble.expanded > div.body span.expandedContent > dl.basicInfo > dt:after,
div.pinBubble.expanded > div.body span.expandedContent > dl.details > dt:after {
	content: ": ";
}
div.pinBubble.expanded > div.body span.expandedContent > dl.basicInfo > dt.no-colon:after {
    content: "";
}
div.pinBubble.expanded > div.body span.expandedContent > dl.basicInfo > dd a {
    color: #b40c0c;
    text-decoration: underline;
}

div.pinBubble.expanded > div.body span.expandedContent > dl.basicInfo > dd,
div.pinBubble.expanded > div.body span.expandedContent > dl.details > dd {
	text-align: left;
	font-size: 1.1em;
	width: 300px;
	display: block;
}

div.pinBubble.expanded > div.body span.expandedContent > dl.basicInfo > dd {
	padding-left: 80px;
	margin-left: 0px;
}

div.pinBubble.expanded > div.body span.expandedContent > dl.details > dd {
	width: 235px;
	padding-left: 150px;
	margin-left: 0px;
}

div.pinBubble.expanded > div.body span.expandedContent > dl.details {
	border-top:1px solid #c1ced4;
	margin-top: 18px;
	padding-top: 10px;
}

div.pinBubble.expanded > div.body span.expandedContent > dl.details > dd > table.hours {
	width: 240px;
	margin-bottom: 15px;
}

div.pinBubble.expanded > div.body span.expandedContent > dl.details > dd > table.hours > thead {
	display: none;
}

div.pinBubble.expanded > div.body span.expandedContent > dl.details > dd > table.hours > tbody > tr {
	border-bottom:1px dotted #c1ced4;
	padding-bottom: 10px;
	margin-bottom: 8px;
}

div.pinBubble.expanded > div.body span.expandedContent > dl.details > dd > table.hours > tbody > tr:last-child {
	border: none;
}

div.pinBubble.expanded > div.body span.expandedContent > dl.details > dd > table.hours > tr:first-child {
	border:none;
}


/* --- pinBubble collapsed --- */

div.pinBubble.collapsed {
	width: 280px;
	padding: 12px 16px 6px 16px;
	border-radius: 6px;
	border: 3px solid #127cbc;
}

div.pinBubble.collapsed > div.header > h4 {
	color: 	#127cbc;
	font-size: 1.3em;
	font-weight: 600;
	margin-bottom: 5px;
}

div.pinBubble.collapsed > div.header > a.collapseBubbleLink {
	display: none;
}

div.pinBubble.collapsed > div.header  > div.address,
div.pinBubble.collapsed > div.header  > div.phone {
	font-size: 0.9em;
	line-height: 1.2em;
	font-weight: 600;
	color: #6f7d8c;
}

div.pinBubble.collapsed > div.header  > div.phone {
	text-align: right;
}

div.pinBubble.collapsed > div.header  > div.address.one-of-two > span.addressLine1 {
	display: block;
}
div.pinBubble.collapsed > div.header  > div.address.one-of-two > span.addressLine2 {
	display: block;
}

div.pinBubble.collapsed > div.tabs {
	display: none;
}

div.pinBubble.collapsed > div.body span.collapsedContent > p.collapsedRates {
	color: #62676b;
	display: block;
	border-top: 1px solid #ddd;
	font-size: 1.1em;
	margin-top: 10px;
	padding-top: 8px;
	padding-bottom: 2px;
	margin-bottom: 0px;
}

div.pinBubble.collapsed > div.body span.collapsedContent > a.expandBubbleLink {
	color: #127cbc;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 0.8em;
	line-height: 1.2em;
}

div.pinBubble.collapsed > div.body span.expandedContent {
	display: none;
}
#static_map {
	position: relative;
}
#static_map #map_loading_msg {
	text-align:right;
	position:absolute;
	right:0px;
	background-color:white;
	width:160px;
}
#map_canvas.display_on_load{
	position: absolute;
	left: -10000px;
}

#mapsInfoWindow {
	width: 200px;
	font-size: 12px;
	line-height: 14px;
	color: #777272;
	background:url(../../img/ui/white-transparency-80.png) repeat;
	background: rgba(255,255,255,0.8);
	float: right;
	padding: 10px;
	margin: 5px;
	border: 1px solid #B6ADAD;
	-moz-box-shadow:1px 1px 10px 0px #777777;
	-webkit-box-shadow:1px 1px 10px 0px #777777;
	box-shadow:1px 1px 10px 0px #777777;
}
#mapsInfoWindow img{
	float: left;
	margin-right: 10px;
	height: 40px;
	width: 19px;
}

#mapsInfoWindow p{
	margin: 0px 0px 0px 29px;
}
.clickablethrough
{
	pointer-events:none;
}

#coupon-rates > div{
float: none;
margin: 0 -16px 0;
padding: 0 16px 16px;
}
#coupon-rates > div + div{
border-top: solid 2px #ccc;
padding-top: 16px;
}

#coupon-rates table.layout-table-1{
width: 516px;
}
#coupon-rates table.layout-table-1 .actions{
	text-align: right;
	padding-right: 11px;
}
#coupon-rates .daily-rates table.layout-table-1 tr td:first-child,
#coupon-rates .coupon-rates table.layout-table-1 tr td:first-child
{
width: 84%;
}

.home-content .gmap-tooltip {
	width: 193px;
	position: relative;
	top: -193px;
	left: 15px;
}
.gmap-tooltip .gmap-tooltip-top {background:url(/img/map/googleMapTooltip/bg-googleMapTooltip-top.png) no-repeat 1px 0; height:5px;}
.gmap-tooltip .gmap-tooltip-bottom {background:url(/img/map/googleMapTooltip/bg-googleMapTooltip-bottom.png) no-repeat; height:15px;}
.gmap-tooltip .gmap-tooltip-middle {background:url(/img/map/googleMapTooltip/bg-googleMapTooltip-middle.png) repeat-y; padding:0 3px;}
.gmap-tooltip .gmap-tooltip-middle .mainContent {padding:6px;}
.gmap-tooltip .gmap-tooltip-middle .seeAllLocations {padding:5px 6px; background:#eff5f9;}
.gmap-tooltip .gmap-tooltip-middle h6 {color:#228ed4; font-weight:bold; font-size:14px; line-height:14px; margin:0 0 9px;}
.gmap-tooltip .gmap-tooltip-middle p  {color:#959595; font-size:12px; line-height:12px; margin:0;}
.gmap-tooltip .gmap-tooltip-middle a {color:#228ed4; font-weight:bold; font-size:12px; line-height:12px; display:block;}
.gmap-tooltip .gmap-tooltip-middle .mainContent a {text-transform:uppercase; margin:9px 0;}
#map .infoBox img {
	top: -203px;
	left: -15px;
	z-index: 10;
}


.neighborhood-marker{
	position:absolute;
	background-color: white;
	color: #cc1010;
	font-family: 'montserratregular';
	font-size: 0.9em;
	border: 2px solid;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	padding: 6px 6px 4px;
}
.neighborhood-marker:after{
	content: "";
	display: block;
	position: absolute;
	bottom: -18px;
	left: 50%;
	margin-left: -8px;
	width: 0;
	height: 0;
	border: solid 8px;
	border-left-color: transparent; 
	border-right-color: transparent; 
	border-bottom-color: transparent; 
}
.neighborhood-marker .neighborhood-name{
	line-height: 1em;
}
.neighborhood-marker .neighborhood-count{
	text-align: center;
	display: block;
	width: 22px;
	height: 22px;
	line-height: 22px;
	margin: 4px auto 0;
	border: solid 2px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
}

.map-list-price{
    float: right;
    width: 20px;
    margin-right: 20px;
    color: red;
    font-weight: bold;
}



@media (max-width: 994px){
	div.pinBubble.expanded > div.body{
        padding-right: 16px;
        height: 360px;
    }
}
@media (max-width: 639px){
	div.pinBubble.expanded > div.body{
        height: 300px;
    }
}
@media (max-width: 500px){
    div.pinBubble.expanded{
        width: 370px;
    }
    #map_canvas .infoBox img:first-child{
        margin-right: 70px !important;
    }
	div.pinBubble.expanded > div.body{
		height: 300px;
	}
    div.pinBubble.expanded > div.body span.expandedContent > dl.details > dt{
    	width: auto;
    	float: none;
        padding-bottom: 0;
    }
    div.pinBubble.expanded > div.body span.expandedContent > dl.details > dd{
        width: auto;
        padding-left: 0;
        padding-top: 0;
    }
    div.pinBubble.expanded > div.body span.expandedContent > dl.details > dd > table.hours{
        width: 100%;
        margin-bottom: 0;
    }
}

@media (max-width: 430px){
	div.pinBubble.expanded{
        width: 300px;
    }
    #map_canvas .infoBox img:first-child{
        margin-right: 140px !important;
    }
    div.pinBubble.expanded > div.body{
		height: 270px
	}
}
@media (max-width: 360px){
	div.pinBubble.expanded{
        width: 260px;
    }
    #map_canvas .infoBox img:first-child{
        margin-right: 180px !important;
    }
	div.pinBubble.expanded > div.body{
		height: 230px;
	}
}


