﻿div.details {
	font-family: Arial,sans-serif;
	font-size: 9pt;
  background-color: #EFEEDE;
	height:100%;
  margin: 0px;
}
table.details {
	font-family: Arial,sans-serif;
	font-size: 9pt;
	color: black;
}
td.store_name {
  font-family: Arial,sans-serif;
  font-size: 14pt;
}

div#details_top {
  position: relative;
  width: 98%;
  height: 40px;
  padding-left:8px;
}
div#details_store {
  float: left;
  width: 250px;
  height: 100%;
  height: 90%;
  overflow: hidden;
  padding: 0px 10px;
}
div#details_picture {
  float: left;
  width: 300px;
  height: 250px;
  overflow: hidden;
}
table.store_details {
  width:98%;
}
table.store_hours {
  width:190px;
}
