div#msgimagediv {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 160px;
  height: 15px;
  z-index: 200;
  background: #fff;
  margin: 0;
  padding: 0;
  /*border: 1px solid #000;*/
  text-align: center;
font-size:11px;
font-weight:bold;
    font-family:Arial,sans-serif;
    opacity: 0.7;
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	filter: alpha(opacity=70);
}

div#trailimagediv {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 370px;
  height: 390px;
  z-index: 1000;
  background: #fff;
  margin: 0;
  padding: 0;
  border: 1px solid #000;
  text-align: left;
}

div#trailimagediv img.bigarticleimg {
	width: 350px;
  height: 350px;
  margin: 10px 0 0 10px;
	padding: 0;
}

div#trailimagediv div {
  display:inline;
	font-family: arial, helvetica, sans-serif;
  font-weight: bold;
	padding: 0;
	margin-left: 10px;
}

div#trailimagediv div.brand {
	font-size: 11px;
  background-color: #666;
  color: #fff;
  width: 350px;
float:left;
  height: 16px;
  max-height: 16px;
  text-indent: 4px;
  text-align: left;
  margin-top: 1px;
}

div#trailimagediv div.label {
  color: #999;
  font-size: 11px;
  text-align: left;
  text-indent: 4px;
  width: 350px;
  margin-top: 2px;
}

div#trailimagediv div.price {
  color: #666;
  font-size: 12px;
  text-align: left;
  text-indent: 3px;
  width: 350px;
  margin-top: 2px;
}
