body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
q:before,q:after{content:'';}

html, body { height: 100% }

html {
  width: 100%;
}

body {
  font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
  font-size: 10px;
  line-height: 14px;
}

div.top {
  height: 14px; 
  display: block; 
}

div.container {
  position: relative; 
  background-color: #F6F6F6; 
  min-height: 20px;
  font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
}

div.container > div.content {
  height: 15px; 
  padding: 10px 4px 15px 5px;
  color: #363533;
}

div.container > div.content > span.manufacturer {
  font-weight: bold
}

div.container > div.footer {
  height: 16px;
}

div.container > div.footer a {
  text-decoration: none; 
  color: black; 
}

.spacer {
  width: 1.45631067961165055%;
}

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

.product_image .image {
  height: auto; 
  max-width: 100%; 
}

.man_logo {
  position: absolute; 
  top: 0%; 
  left: 43%; 
  z-index: 100;
  width: 57%;
  max-width: 120px;
  height: auto;
}

.text {
  overflow: hidden;
  white-space: nowrap; /* Don't forget this one */
  word-wrap: break-word; 
  text-overflow:ellipsis; 
  width: 95%;
  display: block;
}

.teaser {
  letter-spacing: 3px; 
  color: #ffffff;
  font-size: 11px; 
  vertical-align: middle; 
  text-align: center; 
  text-transform: uppercase; 
  background-color: #7f7f7f;
  height: 20px; 
  padding-top: 2px; 
  margin-bottom: 3px;
  min-height: 22px;
  line-height: inherit;
}

div.teaser span {
  display: block; 
  padding-top: 2px;
}

a {
  text-decoration: none;
  line-height: normal;
}

.teaser:hover {
  background-color: #666666; 
  -webkit-transition: background-color .5s ease-out 0.1s;
  -moz-transition: background-color .5s ease-out 0.1s;
  -o-transition: background-color .5s ease-out 0.1s;
  transition: background-color .5s ease-out 0.1s;
}

.container {
  width: 100%;
}

.content {
  position: relative; 
  background-color: #F6F6F6; 
  height: 55px;
  font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
  
}

.content_man {
  margin-bottom: 5px;
  display: inline-block;
  text-transform: uppercase;
}

.content_teaser {
  color: #363533;
  font-size: 14px;
  display: inline-block; 
  margin: 0px 3px 5px 5px;
  font-family: "Lucida Grande";
}

#container {
  height: 100%;
}

@media all and (min-width: 650px) {
  /*#container .span-4 {visibility: hidden;}*/
}

@media only screen 
  and (max-device-width: 457px) { 
    .span-4 {width:50%;}
}

@media only screen 
  and (min-device-width: 550px) and (max-device-width: 600px){ 
    .content_teaser { font-size: 12px; }
}

@media only screen 
  and (min-device-width: 450px) and (max-device-width: 500px){ 
    .content_teaser { font-size: 10px; }
}

@media only screen
and (orientation: portrait) {
   .content_teaser { font-size: 16px;}
}