@import url('https://fonts.googleapis.com/css?family=Lato');

table, tr, td, tbody, thead {
  padding: 0px;
  font-family: Arial, Helvetica,sans-serif;
  font-size: 11px;
  border-spacing: 0px;	
}

body {
  margin: 0px;
}

.product {
  width: 30.5623471883%;
  max-width: 300px;
}

.product_image {
  position: relative;
  display: block;
  background-color: #ffffff;
}

.product_image .image {
  height: auto; 
  max-width: 100%;
  margin-bottom: -4px;
}

.product {
  float: left;
}

.product_rpadding {
  padding-right: 4.1564792176%;

}

.man_logo {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.header {
  height: 52px; 
  font-size: 17px; 
  background-color: yellow; 
}

.header_text {
  text-transform: lowercase;
  margin-left: 5px;
  margin-top: 5px;
  display: inline-block; 
  font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif; 
  font-size: 18px;
}	

a,
a:active,
a:visited,
a:hover {
  text-decoration: none;
  color: inherit; 
}

.content {
  position: relative;
  height: 60px;
  font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
}

.content_teaser {
  color: #000000;
  font-size: 14px;
  display: inline-block;
  font-family: "Lato";
  font-weight: 600;
  text-transform: uppercase;
  background-color: #EEEEEE;
  margin: 10px 0 10px 0;
  padding: 5px 0 5px 0;
  height: 50%;
  width: 100%;
  text-align: center;
  border-radius: 3px;
  -moz-border-radius: 0.3em;
  border-radius: 0.3em;
}

.content_teaser:hover {
  background-color: #FFFE01;
}

.ext_arrow {
  height: 18px;
  width: 18px;
  float: right;
  margin-right: 5px;
}

