body {
	padding-top: 60px;
}

/***********************************
*** OPEN STREET MAP
***********************************/
#map img {
	max-width: none;
}
#map.smallMap {
	width:512px;
	height:256px;
}
#map .olControlAttribution {
	bottom:5px;
}

/***********************************
*** TABLES
***********************************/
table tr.currentGrooceryList{
	background-color:#5BB75B;
}

/***********************************
*** IMAGES
***********************************/
.spinner {
  display: inline-block;
  width: 16px;
  height: 16px;
  *margin-right: .3em;
  line-height: 16px;
  vertical-align: text-top;
  background-image: url("../img/spinner.gif");
  background-position: 0 0;
  background-repeat: no-repeat;
}