/**
 * Gringo, for Drupal 5.0
 * Don Diego, d.f.lago [at] googlemail [dot] com
 */
* {
  position: static;
  left: 0;
  padding: 0;
  margin: 0;
  width: auto;
  float: none;
  clear: both;
  background: none;
  color: #000;
}
body, input, textarea, select {
  background: none;
  font-family: Georgia, "Times New Roman", Times, serif;
}
#header-block, ul.primary-links, .sidebar, .clear-block, #footer ul {
  display: none;
}
/*
h1#site-name {
  position: relative;
}
h1#site-name a img {
	float: none;
}
body.sidebar-left #content {
	float: left;
}
#wrapper-main {
	width: 100%;
}
#content {
	width: 100% !important;
}
.disclaimer {
	color: transparent;
}
*/
.shop-details-wrap {
	width: auto;
}
